Fix corner case in end-of-visible-line.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
64fee311
CY
12012-03-22 Chong Yidong <cyd@gnu.org>
2
3 * simple.el (end-of-visible-line): Handle return value of
4 next-single-property-change properly (Bug#9371).
5
a640d29a
KH
62012-03-22 Kenichi Handa <handa@m17n.org>
7
8 * international/quail.el (quail-insert-kbd-layout): Fix previous
9 change. To avoid unwanted bidi reordering, use
10 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
11
39675016
DG
122012-03-21 Dmitry Gutov <dgutov@yandex.ru>
13
14 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
15 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16 (ruby-beginning-of-indent): Be more careful with the difference
17 between word-boundary and symbol boundary.
18 (ruby-mode-syntax-table): Make : a symbol constituent.
19
0a6934fc 202012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 21
3d008e4f
SM
22 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
23
0a6934fc
SM
242012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25
af67c9d7
SM
26 * progmodes/etags.el (tags-completion-at-point-function):
27 Improve last fix.
28
1acad97c
SM
29 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
30
e298b5da
SS
312012-03-21 Sam Steingold <sds@gnu.org>
32
33 * progmodes/etags.el (tags-completion-at-point-function):
34 Avoid the error when point is inside the pattern.
35
91d82a70
JY
362012-03-21 John Yates <john@yates-sheets.org> (tiny change)
37
38 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
39 line (Bug#10855).
40
69188b79
CY
412012-03-21 Drew Adams <drew.adams@oracle.com>
42
43 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
44
99fc91fe
AK
452012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
46
47 * ido.el (ido-set-current-directory, ido-read-internal)
48 (ido-choose-completion-string, ido-completion-help): Handle nil
49 value of ido-completion-buffer (Bug#11008).
50
087bbb4c
SS
512012-03-21 Sam Steingold <sds@gnu.org>
52
53 * window.el (switch-to-prev-buffer): Do not switch to a visible
54 window previous buffer, just like with the frame previous buffers.
55
fb5b8aca
CY
562012-03-21 Chong Yidong <cyd@gnu.org>
57
58 * faces.el (make-face, make-empty-face, copy-face):
59 * face-remap.el (face-remap-add-relative, face-remap-set-base):
60 Doc fixes.
61
dc9924b8
SM
622012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * wid-edit.el (widget-complete-field): Remove (bug#11051).
65 (widget-complete): Remove broken use of it.
66
f0bcceb9
CY
672012-03-20 Chong Yidong <cyd@gnu.org>
68
dc9924b8
SM
69 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
70 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
71 characters.
72
ee52ebf3
TH
732012-03-20 Tassilo Horn <tassilo@member.fsf.org>
74
75 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
76 to draw rectangles, not squares. (Regression introduced by revno
77 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
78
4c5779ab
CY
792012-03-18 Chong Yidong <cyd@gnu.org>
80
81 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
82 it is not yet defined (for temacs).
83
15360934
LL
842012-03-18 Leo Liu <sdl.web@gmail.com>
85
dc9924b8 86 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 87
d9a8eb66
EZ
882012-03-17 Eli Zaretskii <eliz@gnu.org>
89
90 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
91 (ispell-choices-win-default-height, ispell-silently-savep)
92 (ispell-dictionary-alist, ispell-encoding8-command)
93 (ispell-check-version, ispell-aspell-find-dictionary)
94 (ispell-valid-dictionary-list, ispell-words-keyword)
95 (ispell-get-word, ispell-internal-change-dictionary)
96 (ispell-region, ispell-skip-region-list)
97 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
98 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
99 (ispell-message-text-end, ispell-message)
100 (ispell-buffer-local-parsing): Doc fix.
101
f02ff80d
J
1022012-03-13 Jambunathan K <kjambunathan@gmail.com>
103
104 * htmlfontify.el: Add support for code block fontification for ODT
105 export (Bug #9914).
106 (hfy-optimisations): Define new option
107 `body-text-only'
108 (hfy-fontify-buffer): Honor above setting.
109 (hfy-begin-span, hfy-end-span): New routines factored out form
110 `hfy-fontify-buffer'.
111 (hfy-begin-span-handler, hfy-end-span-handler): New variables
112 that permit insertion of custom tags.
113 (hfy-fontify-buffer): Use above handlers.
114 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
115 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 116 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
117 over multiple runs. This is made possible by having the caller let
118 bind a special variable `hfy-user-sheet-assoc'.
119 (htmlfontify-string): New defun.
120 (hfy-compile-face-map): Make sure that the last char in the
121 buffer is correctly fontified.
122 (hfy-face-resolve-face): Whitespace only change.
123
9ac7a13f
EZ
1242012-03-17 Eli Zaretskii <eliz@gnu.org>
125
126 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
127 message more clear.
128
e2b5bdd7
LL
1292012-03-16 Leo Liu <sdl.web@gmail.com>
130
131 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
132
2e492df3
AM
1332012-03-16 Alan Mackenzie <acm@muc.de>
134
135 Further optimise the handling of large macros.
136
137 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
138 limit to a call of `c-literal-limits'.
139 (c-determine-+ve-limit): New function.
dc9924b8
SM
140 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
141 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
142 In CASE 5B, restrict a search limit to 500.
143 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
144
145 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
146 Restrict macro bounds to +-500 from after-change's BEG END.
147
50e94f0c
LL
1482012-03-16 Leo Liu <sdl.web@gmail.com>
149
150 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
151
6f09f6ed
AH
1522012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
153
154 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 155 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 156
c7e73d51
GM
1572012-03-16 Glenn Morris <rgm@gnu.org>
158
da986230
GM
159 * view.el (view-buffer, view-buffer-other-window)
160 (view-buffer-other-frame): Doc fixes re special mode-class.
161
0835f01e
GM
162 * subr.el (eval-after-load): If named feature is provided not from
163 a file, run after-load forms. (Bug#10946)
164
c7e73d51
GM
165 * calendar/calendar.el (calendar-insert-at-column):
166 Handle non-unit-width characters a bit better. (Bug#10978)
167
3f2eafd1
CY
1682012-03-15 Chong Yidong <cyd@gnu.org>
169
170 * emacs-lisp/ring.el (ring-extend): New function.
171 (ring-insert+extend): Extend the ring correctly (Bug#11019).
172
173 * comint.el (comint-read-input-ring)
174 (comint-add-to-input-history): Grow comint-input-ring lazily.
175
103af3fe
SM
1762012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
177
663b1677
SM
178 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
179 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
180
103af3fe
SM
181 * imenu.el: Fix multiple inheritance breakage (bug#9199).
182 (imenu-add-to-menubar): Don't add a redundant index.
183 (imenu-update-menubar): Handle a dynamically composed keymap.
184
899cb7cb
KY
1852012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
186
187 * mail/sendmail.el (mail-encode-header):
188 Bind rfc2047-encode-encoded-words to nil.
189
3809f91d
GM
1902012-03-13 Glenn Morris <rgm@gnu.org>
191
192 * calendar/calendar.el (calendar-string-spread):
193 Handle non-unit-width characters a bit better. (Bug#10978)
194
9e345a01
LL
1952012-03-13 Leo Liu <sdl.web@gmail.com>
196
197 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
198 directory and file as argument (Bug#10822).
199
4a07df36
KS
2002012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
201
202 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
203 For dynamically generated code, follow $PC.
204 (gdb-disassembly-handler-custom): Handle no function name case.
205
4aaa9356
TL
2062012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
207
208 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
209 * emulation/ws-mode.el (ws-query-replace):
210 * sort.el (sort-regexp-fields):
211 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
212
225979da
SM
2132012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * dabbrev.el: Fix cycle completion order (bug#10963).
216 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
217 (dabbrev-completion): Don't use an obarray; provide
218 a cycle-sort-function.
219
e2f1fdab
LL
2202012-03-12 Leo Liu <sdl.web@gmail.com>
221
dc9924b8 222 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
223 (kill-do-not-save-duplicates): Doc fix.
224
b19490ed
SM
2252012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * dabbrev.el: Fix cycle completion (bug#10963).
228 Use lexical binding and wrap to 80 columns.
229 (dabbrev-completion): Delay computing the list of completions.
230
4b05d722
KH
2312012-03-12 Kenichi Handa <handa@m17n.org>
232
233 * international/quail.el (quail-insert-kbd-layout): Surround each
234 row by LRO and PDF instead of inserting many LRMs. Pad the left
235 and right of each non-spacing marks. Insert invisible space
236 between lower and upper characters to prevent composition.
237
dbbc2e69
SM
2382012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * minibuffer.el (minibuffer-complete): Don't get confused when the
241 function is run twice via different commands (bug#10958).
242 (complete-with-action): Fix docstring.
243
292112ed
CY
2442012-03-12 Chong Yidong <cyd@gnu.org>
245
5d1ac394
CY
246 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
247 (nxml-completion-at-point-function): New function.
248 (nxml-mode): Use it.
249 (nxml-bind-meta-tab-to-complete-flag): Default to t.
250
292112ed
CY
251 * emacs-lisp/package.el (package-unpack, package-unpack-single):
252 Load generated autoloads file before byte compiling (Bug#10970).
253 (package--make-autoloads-and-compile): New helper fun.
254
4098f8f7
CS
2552012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
256
257 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
258
8f754691
MA
2592012-03-11 Michael Albinus <michael.albinus@gmx.de>
260
261 * autorevert.el (auto-revert-handler): Ensure, that
262 file-readable-p is applied only for local files or in
263 auto-revert-tail-mode.
264
e29ab36b
AS
2652012-03-11 Andreas Schwab <schwab@linux-m68k.org>
266
dbbc2e69
SM
267 * server.el (server-eval-at): Handle non-tcp connections.
268 Decode result string.
ad0bf5b6 269
e29ab36b
AS
270 * server.el (server-msg-size): New constant.
271 (server-reply-print): New function.
272 (server-eval-and-print): Use it.
273 (server-eval-at): Use server-quote-arg and server-unquote-arg.
274 Handle -print-nonl.
275
de5939ba
CS
2762012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
277
278 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
279 (Bug#10987).
280
0c93eabf
CY
2812012-03-11 Chong Yidong <cyd@gnu.org>
282
397a688f
CY
283 * simple.el (goto-line): Doc fix (Bug#9938).
284
2cc775f9
CY
285 * subr.el (save-window-excursion): Doc fix (Bug#9979).
286
0c93eabf
CY
287 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
288 when finished (Bug#10963).
289
c491fa41
MR
2902012-03-11 Martin Rudalics <rudalics@gmx.at>
291
292 * window.el (split-window-below): Fix bug in case where
293 split-window-keep-point is nil (Bug#10971).
294
300e8fa5
JL
2952012-03-11 Juri Linkov <juri@jurta.org>
296
297 * replace.el (replace-highlight): Set isearch-word to nil
298 unconditionally. (Bug#10887)
299
dbf6c5a1
EZ
3002012-03-10 Eli Zaretskii <eliz@gnu.org>
301
302 * net/mairix.el (mairix-replace-invalid-chars): Rename from
303 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 304 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
305 (mairix-widget-create-query): Add usage information about mairix
306 search forms: negating words, searching for substrings, etc.
307
b9e501de
JP
3082012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
309
310 * international/fontset.el (font-encoding-alist): Add an entry for
311 ksx1001 (Bug#5667).
312
92795c91
RS
3132012-03-10 Richard Stallman <rms@gnu.org>
314
1694e6c1
RS
315 * mail/sendmail.el (mail-encode-header):
316 Set rfc2047-encode-encoded-words.
317
607e8555
RS
318 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
319
de3bc99a
RS
320 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
321 view buffer means not swapped.
322 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
323 (rmail-write-region-annotate): Error if real text has disappeared.
324
92795c91
RS
325 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
326
699bd04e
CY
3272012-03-10 Chong Yidong <cyd@gnu.org>
328
329 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
330 * emulation/cua-base.el (cua--init-keymaps):
331 Add delete-forward-char to remappings (Bug#9666).
699bd04e 332
570a1714
MR
3332012-03-10 Martin Rudalics <rudalics@gmx.at>
334
dbbc2e69
SM
335 * speedbar.el (speedbar-unhighlight-one-tag-line):
336 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 337
82dcf4e4
CY
3382012-03-10 Chong Yidong <cyd@gnu.org>
339
7a2c7ca7
CY
340 * minibuffer.el (completion-in-region, completion-help-at-point):
341 Give the completion field overlay a high priority (Bug#6830).
342
82dcf4e4
CY
343 * dired.el (dired-goto-file): Recognize absolute file name
344 listings (Bug#7126).
345 (dired-goto-file-1): New helper function.
346 (dired-toggle-read-only): Inhibit warnings.
347
052e28ac
MA
3482012-03-09 Michael Albinus <michael.albinus@gmx.de>
349
350 * net/dbus.el: (dbus-property-handler): Return empty array if
351 there are no properties.
352
95d5e396
LL
3532012-03-09 Leo Liu <sdl.web@gmail.com>
354
355 * savehist.el (savehist-printable): Stricter check for string
356 value (Bug#10937).
357
3f018d6d
EZ
3582012-03-09 Eli Zaretskii <eliz@gnu.org>
359
dbbc2e69
SM
360 * mail/smtpmail.el (smtpmail-send-it):
361 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
362 valid mbox format.
363
f7fd3d79
GM
3642012-03-09 Glenn Morris <rgm@gnu.org>
365
366 * files.el (dir-locals-find-file):
367 Don't check result is regular, readable.
368 (dir-locals-read-from-file): Demote errors.
369
6ff6e72f
EZ
3702012-03-08 Eli Zaretskii <eliz@gnu.org>
371
dbbc2e69
SM
372 * international/quail.el (quail-insert-kbd-layout):
373 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
374 layout cell, to prevent their reordering by bidi display engine.
375 For details, see the discussion in
376 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
377
9cec7834
AM
3782012-03-08 Alan Mackenzie <acm@muc.de>
379
380 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
381 the starting position; make it extend the marked region when
382 invoked repeatedly - all under appropriate circumstances.
383 Fixes bugs #5525, #10906.
384
9a40b8d4
GM
3852012-03-08 Glenn Morris <rgm@gnu.org>
386
387 * files.el (locate-dominating-file, dir-locals-find-file):
388 Undo 2012-03-06 change.
389
7a08ed35
EZ
3902012-03-07 Eli Zaretskii <eliz@gnu.org>
391
dbbc2e69
SM
392 * international/quail.el (quail-help):
393 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
394 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
395 for the reason.
396
5aca4f71 3972012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
398
399 Avoid superfluous registering of signals. (Bug#10807)
400
401 * notifications.el (notifications-on-action-object)
402 (notifications-on-close-object): New defvars.
403 (notifications-on-action-signal, notifications-on-closed-signal):
404 Unregister the signal if not needed any longer.
405 (notifications-notify): Register `notifications-action-signal' or
406 `notifications-closed-signal', if :on-action or :on-close has been
407 passed as argument.
408
78e8b10a
CY
4092012-03-07 Chong Yidong <cyd@gnu.org>
410
411 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
412 non-X platforms.
413
69481eb8
GM
4142012-03-06 Glenn Morris <rgm@gnu.org>
415
416 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
417 (x-disown-selection-internal, x-get-selection-internal):
418 Doc fix (add arglist signatures). (Bug#10783)
419
133b8e11
KS
4202012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
421
422 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
423 Handle breakpoints with no "type".
424
99a83064
GM
4252012-03-06 Glenn Morris <rgm@gnu.org>
426
427 * files.el (locate-dominating-file): Add optional predicate argument.
428 (dir-locals-find-file): Make use of above change.
429
17798e78
TTN
4302012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
431
432 * info.el (Info-insert-dir): Also try "dir.gz".
433
eb182446
GM
4342012-03-06 Glenn Morris <rgm@gnu.org>
435
8f2114ee
GM
436 * files.el (dir-locals-find-file):
437 Ignore non-readable or non-regular files. (Bug#10928)
438
eb182446
GM
439 * files.el (locate-dominating-file): Doc fix.
440
24679323
AS
4412012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
442
443 * calendar/calendar.el (calendar-set-mode-line):
444 `getenv' returns a string. (Bug#10951)
445
01d972a9
LL
4462012-03-05 Leo Liu <sdl.web@gmail.com>
447
109aa8a9
LL
448 * simple.el (backward-delete-char-untabify): Constrain point to
449 field (Bug#10939).
450
01d972a9
LL
451 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
452
10607bea
CY
4532012-03-05 Chong Yidong <cyd@gnu.org>
454
455 * simple.el (count-words): If called from Lisp, return the word
456 count, for symmetry with `count-lines'. Arglist changed.
457 (count-words--message): Args changed. Consolidate counting code
458 from count-words and count-words-region.
459 (count-words-region): Caller changed.
460 (count-lines-region): Make it an obsolete alias.
461
5dd11cfe
TH
4622012-03-04 Tassilo Horn <tassilo@member.fsf.org>
463
464 * saveplace.el (save-place-to-alist)
465 (save-place-ignore-files-regexp): Allow value nil to disable this
466 feature.
467
c349f4e6
CY
4682012-03-04 Chong Yidong <cyd@gnu.org>
469
470 * faces.el (face-spec-reset-face): For the default face, reset the
471 attributes to default values (Bug#10748).
472
e627be4c
LMI
4732012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
474
475 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
476 previous patch: Check `message-send-mail-function', and not the
477 default function (bug#10897).
478
ebeabff4
MA
4792012-03-04 Michael Albinus <michael.albinus@gmx.de>
480
a41a6cf4
MA
481 * notifications.el (notifications-on-action-signal)
482 (notifications-on-closed-signal): Check for unique service name of
483 incoming event. Fix error in removing entry.
ebeabff4 484 (top): Register for signals with wildcard service name.
a41a6cf4 485 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 486
c1ca42b4
CY
4872012-03-04 Chong Yidong <cyd@gnu.org>
488
dc9924b8 489 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 490
ea16568d
GM
4912012-03-04 Glenn Morris <rgm@gnu.org>
492
493 * abbrev.el (copy-abbrev-table, abbrev-table-p)
494 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
495 (expand-abbrev, define-abbrev-table): Doc fixes.
496
fbae4637
LMI
4972012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
498
499 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
500 `message-default-send-mail-function' and not `send-mail-function'
501 when doing the prompting for `sendmail-query-once' before sending
502 in Message buffers (bug#10897).
503
a1e7225c
LMI
504 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
505 This is inconsistent with all the other stream functions, which leave
506 the setting up to the higher levels (if so wanted) (bug#10931).
507
56d093a9
AM
5082012-03-02 Alan Mackenzie <acm@muc.de>
509
510 Depessimize the handling of very large macros.
511
512 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
513 (c-macro-cache-syntactic): New variables to implement a one
514 element macro cache.
515 (c-invalidate-macro-cache): New function.
516 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
517 Adapt to use the new cache.
518 (c-state-safe-place): Use better the cache of safe positions.
519 (c-state-semi-nonlit-pos-cache)
520 (c-state-semi-nonlit-pos-cache-limit):
521 New variables for...
522 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
523 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
524 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
525 Use c-state-semi-safe-place.
56d093a9 526
dbbc2e69
SM
527 * progmodes/cc-langs.el (c-get-state-before-change-functions):
528 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 529
817e5c3d
MA
5302012-03-02 Michael Albinus <michael.albinus@gmx.de>
531
dbbc2e69
SM
532 * jka-compr.el (jka-compr-call-process):
533 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
534 not remote.
535
a032a702
MA
5362012-03-01 Michael Albinus <michael.albinus@gmx.de>
537
538 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
539 access of FILE2, if FILE1 does not exist.
540
99a54f21
MA
541 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
542 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
543
544 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
545 Add "PAGER=" to `process-environment'.
546
f6561e1f
MM
5472012-03-01 Michael R. Mauger <mmaug@yahoo.com>
548
549 * progmodes/sql.el: Bug fix
550 (sql-get-login-ext): Save login values in globals.
551 (sql-get-login): Use new version of `sql-get-login-ext'.
552 (sql-interactive-mode): Set global `sql-connection' to nil.
553 (sql-connect): Set global values for connection.
554 (sql-product-interactive): Save global values as buffer local.
555
2d44d9cc
LL
5562012-02-29 Leo Liu <sdl.web@gmail.com>
557
558 * abbrev.el (define-abbrevs): Reset sys to nil.
559
96b49301 5602012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
561
bf7f9bc5
JB
562 * files.el (file-equal-p): Rename from `files-equal-p'.
563 Return nil when one or both files don't exist.
96b49301 564 (file-subdir-of-p): Now only top directory must exists,
565 return nil if it doesn't.
bf7f9bc5
JB
566 (copy-directory): No need to test with `file-subdir-of-p' after
567 creating dir.
568 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
569 to `file-equal-p'.
96b49301 570
44e97401
GM
5712012-02-28 Glenn Morris <rgm@gnu.org>
572
573 * shell.el (shell-mode):
574 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
575 * play/landmark.el (landmark-font-lock-face-O):
576 * play/handwrite.el (handwrite):
577 * play/gomoku.el (gomoku-O):
578 * net/browse-url.el (browse-url-browser-display):
579 * international/mule.el (define-charset):
580 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
581 * filesets.el (filesets-find-file-delay):
582 * eshell/em-xtra.el (eshell-xtra):
583 * eshell/em-unix.el (eshell-grep):
584 * emulation/viper.el (viper-mode):
585 * emacs-lisp/regexp-opt.el (regexp-opt-group):
586 * emacs-lisp/easymenu.el (easy-menu-define):
587 * calendar/timeclock.el (timeclock-use-display-time):
588 * bs.el (bs-mode):
589 * bookmark.el (bookmark-save-flag):
590 Doc fix (standardize possessive apostrophe usage).
591
c98c6276
CY
5922012-02-27 Chong Yidong <cyd@gnu.org>
593
bf7f9bc5
JB
594 * emulation/viper-cmd.el (viper-intercept-ESC-key):
595 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 596
c98c6276
CY
597 * font-lock.el (font-lock-specified-p): Rename from
598 font-lock-spec-present. Callers changed.
599
9c62cd04 6002012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 601
bf7f9bc5
JB
602 * emacs-lisp/package.el (package-compute-transaction):
603 Handle holding a package version to t in package-load-list.
8ac9e529 604
530739c9
MA
6052012-02-26 Michael Albinus <michael.albinus@gmx.de>
606
607 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
608 (tramp-get-inode, tramp-get-device): Use cached values.
609
487915d7
AM
6102012-02-26 Alan Mackenzie <acm@muc.de>
611
612 Check there is a font-lock specification before doing initial
613 fontification.
614
615 * font-core.el (font-lock-mode): Move the conditional from
616 :after-hook to font-lock-initial-fontify.
617 (font-lock-default-function): Move the check for a specification
618 to font-lock-spec-present.
619
dc9924b8 620 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
621 (font-lock-spec-present): New function.
622
4fd96557
JB
6232012-02-26 Jim Blandy <jimb@red-bean.com>
624
625 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
626 (gdb-send): Apply it to the operand of the '-interpreter-exec
627 console' command, so that we can pass arguments with (say) quotes
628 in them. Store exact string sent in gdb-debug-log (Bug#10765).
629
9a4888c0
CY
6302012-02-26 Chong Yidong <cyd@gnu.org>
631
07498861
CY
632 * help-fns.el (describe-function-1): Clarify description of
633 remapping (Bug#10844).
634
9a4888c0
CY
635 * files.el (files-equal-p): Doc fix.
636 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
637 and quit the loop once a mismatch is found.
638
ea8fb88d
JB
6392012-02-25 Juanma Barranquero <lekktu@gmail.com>
640
641 * bs.el (bs--show-with-configuration): Don't throw an error
642 if the window cannot be split; otherwise, subsequent calls to
643 bs-show fail, restoring a stale window config. (Bug#10882)
644
525795c1
JD
6452012-02-25 Jan Djärv <jan.h.d@swipnet.se>
646
647 * term/ns-win.el (global-map): Bind ns-drag-file to
648 ns-find-file (Bug#5855, Bug#10050).
649
f008086f
AS
6502012-02-25 Andreas Schwab <schwab@linux-m68k.org>
651
652 * calendar/parse-time.el (parse-time-string): Allow extractor to
653 return nil.
654
a3fcfa99
MA
6552012-02-25 Michael Albinus <michael.albinus@gmx.de>
656
91027d08
JB
657 * net/tramp.el (tramp-file-name-for-operation):
658 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
659
660 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
661 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
662 Add COPY-CONTENTS argument.
a3fcfa99 663
67b0de11
CY
6642012-02-25 Chong Yidong <cyd@gnu.org>
665
666 Add custom groups for VC backends, for consistency with vc-bzr.
667
668 * vc/vc-arch.el (vc-arch):
669 * vc/vc-cvs.el (vc-cvs):
670 * vc/vc-git.el (vc-git):
671 * vc/vc-hg.el (vc-hg):
672 * vc/vc-mtn.el (vc-mtn):
673 * vc/vc-rcs.el (vc-rcs):
674 * vc/vc-sccs.el (vc-sccs):
675 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
676 All relevant defcustoms reassigned.
677
3c9dfce6
CY
6782012-02-25 Chong Yidong <cyd@gnu.org>
679
1339bf43
CY
680 * newcomment.el (comment-styles): Add autoload (Bug#10868).
681
3c9dfce6
CY
682 * term/x-win.el (x-initialize-window-system): Reduce default for
683 x-selection-timeout to 5 seconds (Bug#8869).
684
53a46cd0 6852012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 686
53a46cd0 687 * files.el (file-subdir-of-p): Fix typo.
14a8a663 688
25b2e303 6892012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
690
ec70a47d
GM
691 * files.el (files-equal-p, file-subdir-of-p): New functions.
692 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 693 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
694 * dired-aux.el (dired-copy-file-recursive): Same.
695 (dired-create-files): Modify destination when source is equal to
696 dest when copying files.
53a46cd0 697 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 698
914260cd
MA
6992012-02-24 Michael Albinus <michael.albinus@gmx.de>
700
701 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
702 (Bug#10874)
703
2cb228f7
AM
7042012-02-23 Alan Mackenzie <acm@muc.de>
705
706 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
707 parameter "after-hook:" to allow the expansion to run code after
708 the execution of the mode hooks.
709
710 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 711 from font-lock-mode-internal.
2cb228f7 712
91027d08 713 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
714 :after-hook.
715
8f0fde21
SM
7162012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
717
3e88618b
SM
718 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
719 (completion--cache-all-sorted-completions): New function.
720 (completion-all-sorted-completions): Use it.
721 (completion--do-completion, minibuffer-force-complete):
722 Use it to re-instate the flush hook.
723
8f0fde21
SM
724 * icomplete.el (icomplete-completions): Replace last fix with a better
725 one (bug#10850).
726
8e911f6f
DG
7272012-02-23 Dmitry Gutov <dgutov@yandex.ru>
728
729 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
730 when it might call us back infinitely (bug#10797).
731
49fe4321
GM
7322012-02-23 Glenn Morris <rgm@gnu.org>
733
734 * minibuffer.el (completion-category-overrides): Doc fix.
735
b291b572
SM
7362012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * minibuffer.el (completion-table-with-context): Fix inf-loop.
739 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
740
31a9ef2e
GM
7412012-02-23 Glenn Morris <rgm@gnu.org>
742
5e6e6794 743 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
744 (authors-obsolete-files-regexps, authors-ignored-files)
745 (authors-ambiguous-files, authors-renamed-files-alist):
746 Add more entries.
747
0bd1e074
JL
7482012-02-23 Juri Linkov <juri@jurta.org>
749
750 * isearch.el (isearch-occur): Sync interactive spec with occur's
751 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
752
b617673c
JL
753 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
754
19e9789e
JL
7552012-02-22 Juri Linkov <juri@jurta.org>
756
757 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
758 (ucs-insert): Doc fix. Check for hex digits in the string.
759 Don't display `nil' in the error message. (Bug#10857)
760
f41ce09d
AM
7612012-02-22 Alan Mackenzie <acm@muc.de>
762
7a71b18d 763 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 764
ac2eceee
GM
7652012-02-22 Glenn Morris <rgm@gnu.org>
766
767 * ffap.el (ffap-c-path):
768 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
769
abd1f678
CY
7702012-02-22 Chong Yidong <cyd@gnu.org>
771
772 * custom.el (load-theme): Doc fix.
773
f25aef2e
GM
7742012-02-22 Glenn Morris <rgm@gnu.org>
775
776 * dired-x.el (dired-guess-shell-alist-default):
777 Remove escape sequences from nroff output. (Bug#172)
778
5f8dc2ca
GM
7792012-02-21 Glenn Morris <rgm@gnu.org>
780
6ff86ec4
GM
781 * vc/emerge.el (emerge-defvar-local):
782 Set `permanent-local' property rather than unused `preserved'.
783
be3223a3 784 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
785 (picture-mode-map): Use it. (Bug#10860)
786 (picture-mode): Doc fix.
787
3fe58f4f
JB
7882012-02-21 Juanma Barranquero <lekktu@gmail.com>
789
790 * newcomment.el (uncomment-region-default): Remove unused binding.
791
f9a998c3
GM
7922012-02-21 Glenn Morris <rgm@gnu.org>
793
794 * textmodes/picture.el (picture-motion, picture-motion-reverse)
795 (picture-self-insert, picture-tab-chars): Doc fix.
796 (picture-mode-map): Fix C-a, C-e.
797
c6029348
GM
7982012-02-20 Glenn Morris <rgm@gnu.org>
799
800 * emacs-lisp/authors.el (authors-aliases): Add another entry.
801
ab1ce9d7
LL
8022012-02-20 Leo Liu <sdl.web@gmail.com>
803
804 * icomplete.el (icomplete-completions): Check FROM arg before
805 passing to substring (Bug#10850).
806
0fd40f89
CY
8072012-02-19 Chong Yidong <cyd@gnu.org>
808
809 * comint.el: Require ansi-color.
810 (comint-output-filter-functions): Add ansi-color-process-output.
811
812 * ansi-color.el: Don't set comint-output-filter-functions; it is
813 now in the initial value defined in comint.el.
814 (ansi-color-apply-face-function): New variable.
815 (ansi-color-apply-on-region): Use it.
816 (ansi-color-apply-overlay-face): New function.
817
818 * shell.el (shell): No need to require ansi-color.
819 (shell-mode): Use ansi-color-apply-face-function to highlight
820 color escapes using font-lock-face property (Bug#10835).
821
20af2394
CY
8222012-02-19 Chong Yidong <cyd@gnu.org>
823
824 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
825 mode-line formats (Bug#10839).
826
e23a3fbe
GM
8272012-02-18 Glenn Morris <rgm@gnu.org>
828
b474519e
GM
829 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
830
831 * mail/undigest.el (unforward-rmail-message): Doc fix.
832
e23a3fbe
GM
833 * saveplace.el (save-place-ignore-files-regexp): Add :version.
834
57939ff4
EZ
8352012-02-18 Eli Zaretskii <eliz@gnu.org>
836
837 * international/characters.el (script-list): Sync with the latest
838 Unicode Character Database.
839
0c23686e
AS
8402012-02-18 Andreas Schwab <schwab@linux-m68k.org>
841
842 * international/titdic-cnv.el: Remove duplicate coding tag.
843 * language/cham.el: Likewise.
844 * language/tai-viet.el: Likewise.
845
6818b449
GM
8462012-02-18 Glenn Morris <rgm@gnu.org>
847
848 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
849 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
850 (calendar-bahai-all-holidays-flag, calendar-other-dates):
851 * calendar/diary-lib.el (diary-abbreviated-year-flag):
852 * calendar/holidays.el (holiday-bahai-holidays)
853 (calendar-holidays, list-holidays):
854 Use utf-8 Bahá'í in doc-strings, menus, etc.
855
0311a3fc
TH
8562012-02-17 Tassilo Horn <tassilo@member.fsf.org>
857
858 * saveplace.el (save-place-ignore-files-regexp): New variable
859 allowing for excluding files from saving their location of point.
860 The default value matches the temporary commit message editing
861 files from Git, SVN, Bazaar, and Mercurial.
862 (save-place-to-alist): Use it.
863
eb864a71
LM
8642012-02-17 Lawrence Mitchell <wence@gmx.li>
865 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * newcomment.el (uncomment-region-default): Don't leave extra space
868 when an arg is provided (bug#8150).
869
ee0ce425
TZ
8702012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
871
eb864a71 872 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 873
95ddf442
GM
8742012-02-17 Glenn Morris <rgm@gnu.org>
875
876 * net/socks.el: Require network-stream. (Bug#10599)
877
48dd1e39 8782012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
879
880 * international/charprop.el:
881 * international/uni-name.el:
882 * international/uni-old-name.el:
883 * international/uni-comment.el: Regenerate.
884
d68cd087
GM
8852012-02-16 Glenn Morris <rgm@gnu.org>
886
887 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
888 Interactively in calendar buffer, give an error if not on a date.
889
13932042
GM
8902012-02-15 Glenn Morris <rgm@gnu.org>
891
892 * shell.el (shell-delimiter-argument-list):
893 Revert 2011-02-17 change. (Bug#8027)
894
c3a70e2b
CY
8952012-02-15 Chong Yidong <cyd@gnu.org>
896
60236b0d
CY
897 * minibuffer.el (completion-at-point-functions): Doc fix.
898
c3a70e2b
CY
899 * custom.el (defcustom): Doc fix; note use of defvar.
900
9f26dc24
GM
9012012-02-15 Glenn Morris <rgm@gnu.org>
902
903 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
904 Doc fixes.
905
6546b134
GM
9062012-02-14 Glenn Morris <rgm@gnu.org>
907
908 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
909
d29b2b4c
LI
9102012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
911
912 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
913 way the ports list is computed.
835bdcba
LI
914 (smtpmail-query-smtp-server): Prompt the user for a port number if
915 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 916
08dcdbc9
TZ
9172012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
918
919 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
920
2605051a
GM
9212012-02-13 Glenn Morris <rgm@gnu.org>
922
923 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
924
7ee99f32
TZ
9252012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
926
927 * net/gnutls.el (gnutls-trustfiles): New variable.
928 (gnutls-negotiate): Use it.
929
5f0af64f
LI
9302012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
931
932 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
933 does its stuff if Gnus is running.
934
c14fcc95
AM
9352012-02-13 Alan Mackenzie <acm@muc.de>
936
937 Fix a loop in c-set-fl-decl-start.
938
7a71b18d 939 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
940 c-backward-syntactic-ws actually moves backwards.
941
142b4d90
LL
9422012-02-13 Leo Liu <sdl.web@gmail.com>
943
944 * net/rcirc.el (rcirc-markup-attributes): Move point to the
945 beginning so that all \C-o chars are removed.
946
fa9958a6
TZ
9472012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
948
dc9924b8 949 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 950
0bc5886a
AM
9512012-02-12 Alan Mackenzie <acm@muc.de>
952
953 Fix infinite loop with long macros.
954 * cc-engine.el (c-state-safe-place): Handle macros properly.
955
d4bd55e7
CY
9562012-02-12 Chong Yidong <cyd@gnu.org>
957
958 * window.el (display-buffer): Doc fix (Bug#10785).
959
66f3fe22
GM
9602012-02-12 Glenn Morris <rgm@gnu.org>
961
bd7da63e
GM
962 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
963 (x-disown-selection-internal, x-get-selection-internal):
964 Sync docs with the xselect.c versions.
965
66f3fe22
GM
966 * allout-widgets.el: Add missing license notice.
967
3e0d2fa7
GM
9682012-02-11 Glenn Morris <rgm@gnu.org>
969
cfecdf09
GM
970 * select.el (x-get-selection-internal, x-own-selection-internal)
971 (x-disown-selection-internal):
972 * x-dnd.el (x-get-selection-internal): Update declarations.
973
6d216d7f
GM
974 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
975
2bed3f04
GM
976 * window.el (window-sides-slots):
977 * tool-bar.el (tool-bar-position):
978 * term/xterm.el (xterm-extra-capabilities):
979 * ses.el (ses-self-reference-early-detection):
980 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
981 (verilog-auto-wire-type)
982 (verilog-auto-delete-trailing-whitespace)
983 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
984 (verilog-auto-tieoff-declaration):
985 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
986 (sql-oracle-statement-starters, sql-oracle-scan-on):
987 * progmodes/prolog.el (prolog-align-comments-flag)
988 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
989 (prolog-left-indent-regexp, prolog-paren-indent-p)
990 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
991 (prolog-types, prolog-mode-specificators)
992 (prolog-determinism-specificators, prolog-directives)
993 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
994 (prolog-electric-dot-flag)
995 (prolog-electric-dot-full-predicate-template)
996 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
997 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
998 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
999 (prolog-program-switches, prolog-prompt-regexp)
1000 (prolog-debug-on-string, prolog-debug-off-string)
1001 (prolog-trace-on-string, prolog-trace-off-string)
1002 (prolog-zip-on-string, prolog-zip-off-string)
1003 (prolog-use-standard-consult-compile-method-flag)
1004 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1005 (prolog-imenu-max-lines, prolog-info-predicate-index)
1006 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1007 (prolog-char-quote-workaround):
1008 * progmodes/cc-vars.el (c-defun-tactic):
1009 * net/tramp.el (tramp-encoding-command-interactive)
1010 (tramp-local-end-of-line):
1011 * net/soap-client.el (soap-client):
1012 * net/netrc.el (netrc-file):
1013 * net/gnutls.el (gnutls):
1014 * minibuffer.el (completion-category-overrides)
1015 (completion-cycle-threshold)
1016 (completion-pcm-complete-word-inserts-delimiters):
1017 * man.el (Man-name-local-regexp):
1018 * mail/feedmail.el (feedmail-display-full-frame):
1019 * international/characters.el (glyphless-char-display-control):
1020 * eshell/em-ls.el (eshell-ls-date-format):
1021 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1022 (lisp-lambda-list-keyword-parameter-indentation)
1023 (lisp-lambda-list-keyword-parameter-alignment):
1024 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1025 * dired-x.el (dired-omit-verbose):
1026 * cus-theme.el (custom-theme-allow-multiple-selections):
1027 * calc/calc.el (calc-highlight-selections-with-faces)
1028 (calc-lu-field-reference, calc-lu-power-reference)
1029 (calc-note-threshold):
1030 * battery.el (battery-mode-line-limit):
1031 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1032 (archive-7z-update):
1033 * allout.el (allout-prefixed-keybindings)
1034 (allout-unprefixed-keybindings)
1035 (allout-inhibit-auto-fill-on-headline)
1036 (allout-flattened-numbering-abbreviation):
1037 * allout-widgets.el (allout-widgets-auto-activation)
1038 (allout-widgets-icons-dark-subdir)
1039 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1040 (allout-widgets-theme-dark-background)
1041 (allout-widgets-theme-light-background)
1042 (allout-widgets-item-image-properties-emacs)
1043 (allout-widgets-item-image-properties-xemacs)
1044 (allout-widgets-run-unit-tests-on-load)
1045 (allout-widgets-time-decoration-activity)
1046 (allout-widgets-hook-error-post-time)
1047 (allout-widgets-track-decoration):
1048 Add missing :version tags to new defcustoms and defgroups.
1049
5fec1b8e
GM
1050 * progmodes/sql.el (sql-ansi-statement-starters)
1051 (sql-oracle-statement-starters): Add custom type.
1052
3e0d2fa7
GM
1053 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1054 (prolog-system-version): Give it a type.
1055
90b671e2
EZ
10562012-02-11 Eli Zaretskii <eliz@gnu.org>
1057
1058 * term/pc-win.el (x-select-text, x-selection-owner-p)
1059 (x-own-selection-internal, x-disown-selection-internal)
1060 (x-get-selection-internal): Sync doc strings and argument lists
1061 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1062
5eac0c02
LL
10632012-02-11 Leo Liu <sdl.web@gmail.com>
1064
1065 * progmodes/python.el (python-end-of-statement): Fix infinite
1066 loop. (Bug#10788)
1067
f82cb659
GM
10682012-02-10 Glenn Morris <rgm@gnu.org>
1069
1070 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1071 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1072
cc26d239
LI
10732012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1074
1075 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1076 about SMTP before checking the From header.
1077
91027d08 1078 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1079 into own function for reuse by emacsbug.el.
1080
1be3ca5a
LL
10812012-02-10 Leo Liu <sdl.web@gmail.com>
1082
1083 * subr.el (condition-case-unless-debug): Rename from
1084 condition-case-no-debug. All callers changed.
1085 (with-demoted-errors): Fix caller.
1086
1087 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1088 * nxml/rng-valid.el (rng-do-some-validation):
1089 * emacs-lisp/package.el (package-refresh-contents)
1090 (package-menu-execute):
1091 * desktop.el (desktop-create-buffer):
91027d08 1092 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1093
b011fbfe
GM
10942012-02-10 Glenn Morris <rgm@gnu.org>
1095
b2096d72
GM
1096 * textmodes/bibtex.el:
1097 Add missing :version tags for new/changed defcustoms.
1098
b011fbfe
GM
1099 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1100
4c7e65bf
LI
11012012-02-09 Lars Ingebrigtsen <larsi@rusty>
1102
1103 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1104 (smtpmail-via-smtp): Use it, or fall back on the From address.
1105 (smtpmail-send-it): Ditto.
1106
f3934f6f
SM
11072012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1110 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1111 (byte-compile-tmp-var): New const.
1112 (byte-compile-defvar): Use it to minimize .elc size.
1113 Just use `defvar' rather than simulate it (bug#10761).
1114
a075a2c5
GM
11152012-02-09 Glenn Morris <rgm@gnu.org>
1116
cf3aa21b
GM
1117 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1118
354998cd
GM
1119 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1120 Add :version tags.
1121
dc9924b8
SM
1122 * progmodes/compile.el (compilation-error-screen-columns)
1123 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1124
dab3703d
GM
1125 * vc/log-view.el (log-view-toggle-entry-display):
1126 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1127
3f88cd72
GM
1128 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1129 (report-emacs-bug-can-use-xdg-email):
1130 (report-emacs-bug-insert-to-mailer): Doc fixes.
1131 (report-emacs-bug): Message fix.
1132
d95b247d
GM
1133 * net/browse-url.el (browse-url-can-use-xdg-open)
1134 (browse-url-xdg-open): Doc fixes.
1135
a075a2c5
GM
1136 * electric.el (electric-indent-mode, electric-pair-mode)
1137 (electric-layout-rules, electric-layout-mode): Doc fixes.
1138 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1139
ffb6157e
MR
11402012-02-08 Martin Rudalics <rudalics@gmx.at>
1141
1142 * server.el (server-unselect-display): Don't inadvertently kill
1143 the current buffer. (Bug#10729)
1144
e1ac4066
GM
11452012-02-08 Glenn Morris <rgm@gnu.org>
1146
34e8a2da
GM
1147 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1148 (sql-list-table): Doc fixes.
1149
b4ac6e8c
GM
1150 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1151 Comment out (does nothing).
1152
e1ac4066
GM
1153 * completion.el (dynamic-completion-mode):
1154 * dirtrack.el (dirtrack-debug-mode):
1155 * electric.el (electric-layout-mode):
1156 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1157 * face-remap.el (text-scale-mode, buffer-face-mode):
1158 * iimage.el (iimage-mode):
1159 * image-mode.el (image-transform-mode):
1160 * minibuffer.el (completion-in-region-mode):
1161 * scroll-lock.el (scroll-lock-mode):
1162 * simple.el (next-error-follow-minor-mode):
1163 * tar-mode.el (tar-subfile-mode):
1164 * tooltip.el (tooltip-mode):
1165 * vcursor.el (vcursor-use-vcursor-map):
1166 * wid-browse.el (widget-minor-mode):
1167 * emulation/tpu-edt.el (tpu-edt-mode):
1168 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1169 * international/iso-ascii.el (iso-ascii-mode):
1170 * language/thai-util.el (thai-word-mode):
1171 * mail/supercite.el (sc-minor-mode):
1172 * net/goto-addr.el (goto-address-mode):
1173 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1174 * progmodes/cwarn.el (cwarn-mode):
1175 * progmodes/flymake.el (flymake-mode):
1176 * progmodes/glasses.el (glasses-mode):
1177 * progmodes/hideshow.el (hs-minor-mode):
1178 * progmodes/pascal.el (pascal-outline-mode):
1179 * textmodes/enriched.el (enriched-mode):
1180 * vc/smerge-mode.el (smerge-mode):
1181 Doc fixes (minor mode argument).
1182
5e0d957f
EZ
11832012-02-07 Eli Zaretskii <eliz@gnu.org>
1184
1185 * ls-lisp.el (ls-lisp-sanitize): New function.
1186 (ls-lisp-insert-directory): Use it to fix or remove any elements
1187 in file-alist with missing attributes. (Bug#4673)
1188
98d7371e
AM
11892012-02-07 Alan Mackenzie <acm@muc.de>
1190
1191 Fix spurious recognition of c-in-knr-argdecl.
1192
1193 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1194 putative K&R region.
1195
667ced3a
AM
11962012-02-07 Alan Mackenzie <acm@muc.de>
1197
eb864a71
LM
1198 * progmodes/cc-engine.el (c-forward-objc-directive):
1199 Prevent looping in "#pragma mark @implementation".
667ced3a 1200
5b77774d
MA
12012012-02-07 Michael Albinus <michael.albinus@gmx.de>
1202
1203 * notifications.el (notifications-on-closed-signal): Make `reason'
1204 optional. (Bug#10744)
1205
af008560
GM
12062012-02-07 Glenn Morris <rgm@gnu.org>
1207
60d47423
GM
1208 * emacs-lisp/easy-mmode.el (define-minor-mode):
1209 Doc fixes for the macro and the mode it defines.
1210
dd605cc4
GM
1211 * image.el (imagemagick-types-inhibit): Doc fix.
1212
af008560
GM
1213 * cus-start.el (imagemagick-render-type): Add it.
1214
5cc59a37
LI
12152012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1216
1217 * progmodes/cc-mode.el
1218 (c-standard-font-lock-fontify-region-function): Set the default at
1219 load time, too, so that `font-lock-fontify-buffer' can be called
1220 without setting up the entire mode first. This fixes a bug in
1221 `mm-inline-text' with C MIME parts.
1222
9a6dd747
CY
12232012-02-06 Chong Yidong <cyd@gnu.org>
1224
2d16b285
CY
1225 * simple.el (list-processes--refresh): Delete exited processes
1226 (Bug#8094).
1227
171e9b6e
CY
1228 * comint.el (comint-next-prompt): next-single-char-property-change
1229 and prev-single-char-property-change never return nil (Bug#8657).
1230
9a6dd747
CY
1231 * custom.el (defcustom): Doc fix (Bug#9711).
1232
aa4589a7
CY
12332012-02-05 Chong Yidong <cyd@gnu.org>
1234
5c2a252f
CY
1235 * cus-edit.el (custom-variable-reset-backup): Quote the value
1236 before storing it in the customized-value property (Bug#6712).
4aab9006 1237 (custom-display): Add a customization type tag.
983b9602 1238 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1239
aa4589a7
CY
1240 * wid-edit.el (widget-field-value-get): New optional arg to
1241 suppress trailing whitespace truncation.
1242 (character): Use it (Bug#2689).
1243
1ff980ae
AS
12442012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1245
1246 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1247 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1248
03988c98
CY
12492012-02-05 Chong Yidong <cyd@gnu.org>
1250
eeb6cc88
CY
1251 * cus-edit.el (custom-variable-value-create): For mismatched
1252 types, show the current value (Bug#7600).
1253
03988c98
CY
1254 * custom.el (defcustom): Doc fix.
1255
f8cdeef0
GM
12562012-02-05 Glenn Morris <rgm@gnu.org>
1257
1258 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1259
0696d255
JB
12602012-02-05 Juanma Barranquero <lekktu@gmail.com>
1261
1262 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1263 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1264 (pp-last-sexp): Use `looking-at-p'.
1265
34c99998
GM
12662012-02-04 Glenn Morris <rgm@gnu.org>
1267
8f05da42
GM
1268 * files.el (revert-buffer):
1269 Doc fix (mention revert-buffer-in-progress-p).
1270
f160676e
GM
1271 * emacs-lisp/ert-x.el (ert-simulate-command):
1272 Check deferred-action-list (which is obsolete) is bound.
1273
c7291ad9
GM
1274 * subr.el (with-wrapper-hook): Doc fixes.
1275
34c99998
GM
1276 * simple.el (filter-buffer-substring-functions)
1277 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1278
6283a7d3
LL
12792012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1280
1281 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1282 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1283
e96e3013
LL
12842012-02-04 Leo Liu <sdl.web@gmail.com>
1285
1286 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1287
8ded50f2
GM
12882012-02-04 Glenn Morris <rgm@gnu.org>
1289
82ff1d13
GM
1290 * image.el (image-extension-data): Add obsolete alias.
1291
987a0a16
GM
1292 * isearch.el (isearch-update): Doc fix.
1293
ea32ef46
GM
1294 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1295
8ded50f2
GM
1296 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1297
eea14f31
GM
12982012-02-03 Glenn Morris <rgm@gnu.org>
1299
1300 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1301 (image-animate-timeout): Doc fix.
1302
1303 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1304
12f381b7
GM
13052012-02-02 Glenn Morris <rgm@gnu.org>
1306
953cebf5
GM
1307 * server.el (server-auth-dir): Doc fix.
1308 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1309
12f381b7
GM
1310 * subr.el (run-mode-hooks): Doc fix.
1311
953a8c3b
JL
13122012-02-02 Juri Linkov <juri@jurta.org>
1313
1314 * image-mode.el (image-toggle-display-image): Remove tautological
1315 `major-mode' from the `derived-mode-p' test.
1316
c5d3843c
KH
13172012-02-02 Kenichi Handa <handa@m17n.org>
1318
9f6e692e 1319 * composite.el (compose-region): Cancel previous change.
c5d3843c 1320
159462d4 13212012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1322
1323 * composite.el (compose-region, compose-string): Signal error for
1324 a null string component (Bug#6988).
1325
9f562668
CY
13262012-02-01 Chong Yidong <cyd@gnu.org>
1327
e2cef717
CY
1328 * view.el (view-buffer-other-window, view-buffer-other-frame):
1329 Handle special modes like view-buffer (Bug#10650).
1330 (view-buffer): Simplify.
1331
9f562668
CY
1332 * frame.el (set-frame-font): Tweak meaning of third argument.
1333
9f6e692e
JB
1334 * dynamic-setting.el (font-setting-change-default-font):
1335 Use set-frame-font (Bug#9982).
9f562668 1336
781acb9f
GM
13372012-02-01 Glenn Morris <rgm@gnu.org>
1338
6035be52
GM
1339 * progmodes/compile.el (compilation-internal-error-properties):
1340 Respect compilation-first-column in the "*compilation*" buffer.
1341
781acb9f
GM
1342 * emacs-lisp/easy-mmode.el (define-minor-mode):
1343 Relax :variable's test for a named function.
1344
abbceb00
AM
13452012-01-31 Alan Mackenzie <acm@muc.de>
1346
1347 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1348 off by one error.
1349
fce3fdeb
CY
13502012-01-31 Chong Yidong <cyd@gnu.org>
1351
1352 * frame.el (set-frame-font): New arg ALL-FRAMES.
1353
1354 * menu-bar.el (menu-set-font): Use set-frame-font.
1355
1356 * faces.el (face-spec-reset-face): Don't apply unspecified
1357 attribute values to the default face.
1358
47893581
JB
13592012-01-31 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * progmodes/cwarn.el (cwarn): Remove dead link.
1362 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1363 Remove * from defcustom docstrings.
1364 (turn-on-cwarn-mode): Make obsolete.
1365 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1366 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1367
e58e988a
GM
13682012-01-31 Glenn Morris <rgm@gnu.org>
1369
60dc2671 1370 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1371 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1372 Allow named functions to be used as the cdr of :variable.
e58e988a 1373
7a3f511d
GM
13742012-01-30 Glenn Morris <rgm@gnu.org>
1375
1376 * emacs-lisp/authors.el (authors-fixed-entries):
1377 Remove reference to deleted file rnewspost.el.
1378
cb882333
JB
13792012-01-29 Juanma Barranquero <lekktu@gmail.com>
1380
1381 * window.el (window-with-parameter): Remove unused variable `windows'.
1382 (window--side-check): Remove unused variable `code'.
1383 (window--resize-siblings): Remove unused variable `first'.
1384 (adjust-window-trailing-edge): Remove unused variable `failed'.
1385 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1386 Use `let', not `let*'.
1387 (balance-windows-2): Remove unused variable `found'.
1388 (window--state-put-2): Remove unused variable `splits'.
1389 (window-state-put): Remove unused variable `selected'.
1390 (same-window-p): Use `string-match-p'.
1391 (display-buffer-assq-regexp): Remove unused variable `value'.
1392 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1393 Mark argument ALIST as ignored.
1394 (pop-to-buffer): Remove unused variable `old-window'.
1395
907201af
EZ
13962012-01-29 Eli Zaretskii <eliz@gnu.org>
1397
1398 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1399 and .lzma compressed files.
1400
ea162670
CY
14012012-01-29 Chong Yidong <cyd@gnu.org>
1402
5b95ee8a
CY
1403 * frame.el (window-system-default-frame-alist): Doc fix.
1404
ea162670
CY
1405 * dynamic-setting.el (font-setting-change-default-font): Don't
1406 change the default face if SET-FONT argument is non-nil (Bug#9982).
1407
d6e6f4b1
SB
14082012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1409
1410 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1411
0f29fa41 14122012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1413
1414 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1415 breakpoints in files outside current directory (Bug#6098).
1416
db174434
CY
14172012-01-29 Chong Yidong <cyd@gnu.org>
1418
6b25e4e2
SE
1419 * progmodes/python.el: Require ansi-color at top-level.
1420
6df6ae42
JB
1421 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1422 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1423 (lisp-mode-abbrev-table): Add doc.
1424 (lisp-mode-variables): Don't set local-abbrev-table.
1425 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1426
e70ee681
RW
14272012-01-28 Roland Winkler <winkler@gnu.org>
1428
1429 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1430
ace88aa2
RW
14312012-01-28 Roland Winkler <winkler@gnu.org>
1432
1433 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1434 (bibtex-set-dialect): Use it. Either set global values of
1435 dialect-dependent variables or bind these variables buffer-locally
1436 (Bug#10254).
1437 (bibtex-mode): Call bibtex-set-dialect via
1438 hack-local-variables-hook.
eb864a71
LM
1439 (bibtex-dialect): Update docstring.
1440 Add safe-local-variable predicate.
ace88aa2
RW
1441 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1442 bibtex-set-dialect.
1443 (bibtex-mode-map): Define menu for each dialect.
1444 (bibtex-entry): Fix docstring.
1445
93376c5b
CY
14462012-01-28 Chong Yidong <cyd@gnu.org>
1447
1448 * eshell/esh-arg.el (eshell-quote-argument): New function.
1449
1450 * eshell/esh-ext.el (eshell-invoke-batch-file):
1451 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1452 first arg to eshell-parse-command (Bug#10523).
1453
4372494f
DA
14542012-01-28 Drew Adams <drew.adams@oracle.com>
1455
1456 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1457 `default-directory' is non-nil.
1458
4d4ec1f8
EZ
14592012-01-28 Eli Zaretskii <eliz@gnu.org>
1460
1461 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1462 line that displays system-configuration-options. (Bug#9924)
1463
7c188927
DA
14642012-01-28 Drew Adams <drew.adams@oracle.com>
1465
1466 * descr-text.el (describe-char): Show information about POS, in
1467 addition to information about the character at POS. Improve and
1468 update the doc string. Change "code point" to "code point in
1469 charset", to avoid confusion with the character's Unicode code
1470 point shown above that. (Bug#10129)
1471
e0da685a
EZ
14722012-01-28 Eli Zaretskii <eliz@gnu.org>
1473
1474 * descr-text.el (describe-char): Show the raw character, not only
1475 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1476 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1477 for the reasons.
1478
70550acf
PH
14792012-01-28 Phil Hagelberg <phil@hagelb.org>
1480
eb864a71
LM
1481 * emacs-lisp/package.el (package-install):
1482 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1483
0ce8e868
CY
14842012-01-28 Chong Yidong <cyd@gnu.org>
1485
cb882333
JB
1486 * emacs-lisp/package.el (package-maybe-load-descriptor):
1487 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1488 (package-maybe-load-descriptor): Use it.
1489 (package-download-transaction): Fully load required packages
1490 inside the loop, so that `require' calls work (Bug#10593).
1491 (package-install): No need to call package-initialize now.
1492
2e7f3bea
CY
14932012-01-28 Chong Yidong <cyd@gnu.org>
1494
6e9bad14
CY
1495 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1496
f823b8ca
CY
1497 * tooltip.el (tooltip-mode): Doc fix.
1498 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1499
2680c309
CY
1500 * frame.el (set-cursor-color): Doc fix (Bug#352).
1501
d7a9e63b
CY
1502 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1503 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1504
2e7f3bea
CY
1505 * cus-edit.el (custom-buffer-create-internal): Fix search button
1506 action (Bug#10542).
2ae01800 1507 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1508
fc4f7a23
EW
15092012-01-27 Eduard Wiebe <usenet@pusto.de>
1510
1511 * dired.el (dired-mark-files-regexp):
1512 Include any subdirectory components. (Bug#10445)
1513
7dd37071
ML
15142012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1515
1516 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1517 Handle [host]:port syntax. (Bug#10533)
1518
a268160b
AH
15192012-01-27 Alex Harsanyi <harsanyi@mac.com>
1520
1521 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1522
e43273ef
GM
15232012-01-26 Glenn Morris <rgm@gnu.org>
1524
1525 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1526 * term.el (term-raw-escape-map): Use Control-X-prefix.
1527 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1528
1edf595d
MR
15292012-01-25 Martin Rudalics <rudalics@gmx.at>
1530
1531 * window.el (window-state-get, window--state-get-1): Don't deal
1532 with fixed-sizeness of windows. Simplify code.
1533
fa8eafef
JC
15342012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1535
6df6ae42
JB
1536 * window.el (window--state-get-1, window--state-put-2):
1537 Don't save and restore the mark.
fa8eafef 1538
0b21c100
CY
15392012-01-25 Chong Yidong <cyd@gnu.org>
1540
1541 * custom.el (custom-variable-p): Doc fix.
1542
5ae1a6c8
GM
15432012-01-25 Glenn Morris <rgm@gnu.org>
1544
40047858
GM
1545 * dired.el (dired-goto-file): Handle some of the more common
1546 characters that `ls -b' escapes. (Bug#10596)
1547
5ddce96c
GM
1548 * progmodes/compile.el (compilation-next-error-function):
1549 Respect compilation-first-column in the "*compilation*" buffer.
1550 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1551
5ae1a6c8
GM
1552 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1553
b559f1a9
GM
15542012-01-24 Glenn Morris <rgm@gnu.org>
1555
1556 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1557
6725d21a
JD
15582012-01-24 Julien Danjou <julien@danjou.info>
1559
1560 * color.el (color-rgb-to-hsl): Fix value computing.
1561 (color-hue-to-rgb): New function.
1562 (color-hsl-to-rgb): New function.
1563 (color-clamp, color-saturate-hsl, color-saturate-name)
1564 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1565 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1566
70df4bbe
GM
15672012-01-24 Glenn Morris <rgm@gnu.org>
1568
1569 * vc/vc-rcs.el (vc-rcs-create-tag):
1570 * vc/vc-sccs.el (vc-sccs-create-tag):
1571 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1572
802a2ae2
ML
15732012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1574
1575 * eshell/esh-util.el (eshell-read-hosts-file):
1576 Skip comment lines. (Bug#10549)
1577
d7128bb1
ML
1578 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1579
d1a5c3b4
JB
15802012-01-23 Juanma Barranquero <lekktu@gmail.com>
1581
2724d9c7
JB
1582 * subr.el (display-delayed-warnings): Doc fix.
1583 (collapse-delayed-warnings): New function to collapse identical
1584 adjacent warnings.
1585 (delayed-warnings-hook): Add it.
d1a5c3b4 1586
a5509865
MA
15872012-01-22 Michael Albinus <michael.albinus@gmx.de>
1588
1589 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1590
1591 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1592 properties, when "login-as" is set.
1593
1594 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1595 (tramp-default-user-alist): Don't add "pscp".
1596 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1597 property "login-as", if set. (Bug#10530)
1598
cc6d5805
MA
15992012-01-21 Michael Albinus <michael.albinus@gmx.de>
1600
1601 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1602 "plink1" and "psftp". (Bug#10530)
1603
16042012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1605
1606 * international/mule-cmds.el (prefer-coding-system): Show a
1607 warning message if the default value of file-name-coding-system
1608 was not changed.
1609
f0960428
JC
16102012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1611
cb882333
JB
1612 * windmove.el (windmove-reference-loc):
1613 Fix windmove-reference-loc miscalculation.
f0960428 1614
dd6f2a63
JB
16152012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1616
1617 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1618 default unit.
1619
7b447e9b
GM
16202012-01-21 Glenn Morris <rgm@gnu.org>
1621
117a9ea1
GM
1622 * international/mule.el (auto-coding-alist): Add .tbz.
1623
7b447e9b
GM
1624 * files.el (local-enable-local-variables): Doc fix.
1625 (inhibit-local-variables-regexps): Rename from
1626 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1627 Doc fix. Add some extensions from auto-coding-alist.
1628 (inhibit-local-variables-suffixes):
1629 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1630 (inhibit-local-variables-p):
1631 New function, extracted from set-auto-mode-1.
1632 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1633 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1634 (hack-local-variables): Doc fix. Make the mode-only case
1635 respect enable-local-variables and friends.
1636 Respect inhibit-local-variables-regexps for file-locals, but
1637 not for directory-locals.
1638 (set-visited-file-name):
1639 Take account of inhibit-local-variables-regexps.
1640 Whether it applies may change as the file name is changed.
1641 * jka-cmpr-hook.el (jka-compr-install):
1642 * jka-compr.el (jka-compr-uninstall):
1643 Update for inhibit-first-line-modes-suffixes name change.
1644
dd6e3cdd
MR
16452012-01-20 Martin Rudalics <rudalics@gmx.at>
1646
1647 * help-macro.el (make-help-screen): Temporarily restore original
1648 binding for minor-mode-map-alist (Bug#10454).
1649
0d0deb38
JD
16502012-01-19 Julien Danjou <julien@danjou.info>
1651
1652 * color.el (color-name-to-rgb): Use the white color to find the max
1653 color component value and return correctly computed values.
1654 (color-name-to-rgb): Add missing float conversion for max value.
1655
34a02f46
MR
16562012-01-19 Martin Rudalics <rudalics@gmx.at>
1657
1658 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1659 special state value for window-persistent-parameters.
1660 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1661 (window--state-put-2): Reset all window parameters to nil before
1662 assigning values of persistent parameters.
1663
606c44c4
AM
16642012-01-18 Alan Mackenzie <acm@muc.de>
1665
1666 Eliminate sluggishness and hangs in fontification of "semicolon
1667 deserts".
1668
cb882333
JB
1669 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1670 Change value 10000 -> 3000.
606c44c4
AM
1671 (c-state-safe-place): Reformulate so it doesn't stack up an
1672 infinite number of wrong entries in c-state-nonlit-pos-cache.
1673 (c-determine-limit-get-base, c-determine-limit): New functions to
1674 determine backward search limits disregarding literals.
1675 (c-find-decl-spots): Amend commenting.
1676 (c-cheap-inside-bracelist-p): New function which detects "={".
1677
1678 * progmodes/cc-fonts.el
1679 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1680 backward search.
1681 (c-font-lock-declarations): Fix an occurrence of point being
1682 undefined. Check additionally for point being in a bracelist or
1683 near a macro invocation without a semicolon so as to avoid a
1684 fruitless time consuming search for a declarator. Give a more
1685 precise search limit for declarators using the new
1686 c-determine-limit.
1687
f3860cea
GM
16882012-01-18 Glenn Morris <rgm@gnu.org>
1689
1690 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1691 (set-auto-mode): Doc fixes.
1692
1db03b16
GM
16932012-01-17 Glenn Morris <rgm@gnu.org>
1694
0e6038be
GM
1695 * isearch.el (search-nonincremental-instead): Fix doc typo.
1696
1db03b16
GM
1697 * dired.el (dired-insert-directory): Handle newlines in directory name.
1698 (dired-build-subdir-alist): Unescape newlines in directory name.
1699
4cb0aa75
MA
17002012-01-17 Michael Albinus <michael.albinus@gmx.de>
1701
1702 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1703 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1704 (tramp-action-terminal): Use it. (Bug#10530)
1705
1d00653d
SM
17062012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1709
6a6ee00d
MR
17102012-01-16 Martin Rudalics <rudalics@gmx.at>
1711
1712 * window.el (window-state-ignored-parameters): Remove variable.
1713 (window--state-get-1): Rename argument MARKERS to IGNORE.
1714 Handle persistent window parameters. Make copy of clone-of
1715 parameter only if requested. (Bug#10348)
1716 (window--state-put-2): Install a window parameter only if it has
1717 a non-nil value or an existing parameter shall be overwritten.
1718
97912def
MA
17192012-01-15 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1722
688070a5
EZ
17232012-01-14 Eli Zaretskii <eliz@gnu.org>
1724
1725 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1726 don't pass the (nil) value of `upnode' to string-match.
1727
301afadc
CY
17282012-01-14 Chong Yidong <cyd@gnu.org>
1729
1730 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1731 Fix values recognized by the cursorBlink resource.
301afadc 1732
9e5788aa
PE
17332012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1734
1735 * epg.el (epg--make-temp-file): Avoid permission race condition
1736 when running on old Emacs versions (bug#10403).
1737
3cdb7f5a
GM
17382012-01-14 Glenn Morris <rgm@gnu.org>
1739
1740 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1741
8c82b1b4
AM
17422012-01-13 Alan Mackenzie <acm@muc.de>
1743
1744 Fix filling for when filladapt mode is enabled.
1745
1746 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1747 c-mask-paragraph, pass in `fill-paragraph' rather than
1748 `fill-region-as-paragraph'. (This is a reversion of a previous
1749 change.)
eb864a71
LM
1750 * progmodes/cc-mode.el (c-basic-common-init):
1751 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1752
e517eda4
GM
17532012-01-13 Glenn Morris <rgm@gnu.org>
1754
1498536e
GM
1755 * dired.el (dired-switches-escape-p): New function.
1756 (dired-insert-directory): Use dired-switches-escape-p.
1757 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1758
e517eda4
GM
1759 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1760
328f984d
GM
17612012-01-12 Glenn Morris <rgm@gnu.org>
1762
1763 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1764 changes in adaptive-fill-regexp. (Bug#10276)
1765
2cc769a8
AM
17662012-01-11 Alan Mackenzie <acm@muc.de>
1767
1768 Fix Emacs bug #10463 - put `widen's around the critical spots.
1769
1d00653d 1770 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1771 widen around each invocation of c-state-pp-to-literal. Remove an
1772 unused let variable.
1773
e52c37fa
GM
17742012-01-11 Glenn Morris <rgm@gnu.org>
1775
1776 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1777 Doc fix.
e52c37fa 1778
96f8741e
CY
17792012-01-10 Chong Yidong <cyd@gnu.org>
1780
1d00653d
SM
1781 * net/network-stream.el (network-stream-open-starttls):
1782 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1783 response to the capability command.
1784
b09a806e
GM
17852012-01-10 Glenn Morris <rgm@gnu.org>
1786
1787 * mail/unrmail.el (unrmail): Tweak previous change.
1788
7655cb66
CY
17892012-01-09 Chong Yidong <cyd@gnu.org>
1790
1791 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1792
9d5a8f0b
AM
17932012-01-08 Alan Mackenzie <acm@muc.de>
1794
1795 Optimise font locking in long enum definitions.
1796
1797 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1798 arm to a cond form to handle enums.
1799 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1800 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1801
9a0115ab 18022012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1803
1804 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1805 (Bug#10401)
6bb72cbd 1806
f186bb95
LMI
18072012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
29232a68
LMI
1809 * faces.el (set-face-attribute): Clarify the meaning of the nil
1810 frame (bug#10294).
1811
4e5d086d
LMI
1812 * subr.el (with-selected-frame): Mention that the selected frame
1813 is restored (bug#9980).
1814
8e66aebe
LMI
1815 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1816 (bug#9759).
1817
cd394be1 1818 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1819 (password-read): Don't autoload unused function.
1820
adf4e762
JB
18212012-01-07 Juanma Barranquero <lekktu@gmail.com>
1822
1823 * progmodes/which-func.el (which-func-mode): Turn into a
1824 non-interactive function and mark as obsolete (bug#10428).
1825
89bd9ccd
CY
18262012-01-06 Chong Yidong <cyd@gnu.org>
1827
1828 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1829 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1830 functions, along with 1 and -1.
1831
4afee9d5
EZ
18322012-01-06 Eli Zaretskii <eliz@gnu.org>
1833
1834 * time.el (display-time-load-average)
1835 (display-time-default-load-average): Doc fixes. See the thread
1836 starting at
1837 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1838 for the details.
1839
536aea70
GM
18402012-01-06 Glenn Morris <rgm@gnu.org>
1841
665ae865
GM
1842 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1843 has no messages. (Bug#10377)
1844
c869783d
GM
1845 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1846 than Info-edit. (Bug#10385)
1847
2bb4227e
GM
1848 * time.el (display-time-load-average, display-time-next-load-average):
1849 Doc fixes.
1850
7d5944b9
GM
1851 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1852 local setting of buffer-read-only to the input buffer. (Bug#10419)
1853
536aea70
GM
1854 * calendar/calendar.el (calendar-mode):
1855 Locally set scroll-margin to 0. (Bug#10379)
1856
7dccca16
UM
18572012-01-06 Ulrich Mueller <ulm@gentoo.org>
1858
1859 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1860
afbb7930
GM
18612012-01-05 Glenn Morris <rgm@gnu.org>
1862
1863 * eshell/em-unix.el (diff-no-select): Autoload it.
1864 (eshell/diff): Use diff-no-select. (Bug#10420)
1865
04482335
CY
18662012-01-05 Chong Yidong <cyd@gnu.org>
1867
7baca3bc
CY
1868 * shell.el (shell-dynamic-complete-functions): Revert last change.
1869 (shell-command-completion-function): New function.
1870 (shell-completion-vars): Use it to implement
1871 shell-completion-execonly (Bug#10417).
1872
04482335
CY
1873 * custom.el (enable-theme): Don't set custom-safe-themes.
1874
1d00653d
SM
1875 * cus-theme.el (custom-theme-merge-theme):
1876 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1877
bb5aa5d6
MM
18782012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1879
1880 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1881 first prompt in `sql-interacive-mode'.
1882 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1883 keywords.
6df6ae42 1884 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1885 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1886 context of original buffer. Invoke `sql-login-hook'.
1887
a7183d7c
EZ
18882012-01-04 Eli Zaretskii <eliz@gnu.org>
1889
1890 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1891 letters in cite-prefix.
1892
a1eacd1e
LMI
18932012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1894
1895 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1896
787cdb34
CY
18972012-01-03 Chong Yidong <cyd@gnu.org>
1898
1d00653d
SM
1899 * shell.el (shell-dynamic-complete-functions):
1900 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1901 comint-filename-completion first (Bug#10417).
1902
30710442
RS
19032012-01-02 Richard Stallman <rms@gnu.org>
1904
1905 * battery.el (battery-status-function):
1906 Detect when to use battery-yeeloong-sysfs.
1907 (battery-echo-area-format): Add string for Yeeloong.
1908 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1909 (battery-yeeloong-sysfs): New function.
1910
f75bfc33
CY
19112012-01-02 Chong Yidong <cyd@gnu.org>
1912
1913 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1914 (dirtrack): Merge code for handling relative filenames in prompt
1915 from shell-dir-cookie-watcher.
1916 (dirtrack-debug-message): New arg to avoid excess format calls.
1917
1918 * shell.el (shell-dir-cookie-re): Variable deleted.
1919 (shell-dir-cookie-watcher): Function deleted.
1920 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1921 with dirtrack-mode.
1922
651e947e
EZ
19232012-01-01 Eli Zaretskii <eliz@gnu.org>
1924
1d00653d
SM
1925 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1926 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1927 libgnutls-26.dll.
1928
94d4c7dc
AS
19292011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1930
1931 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1932
8d43f3cd
EZ
19332011-12-31 Eli Zaretskii <eliz@gnu.org>
1934
1935 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1936 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1937
98c8795a
MA
19382011-12-29 Michael Albinus <michael.albinus@gmx.de>
1939
1940 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1941 also for alternative shells.
1942 (tramp-open-connection-setup-interactive-shell): Check, whether
1943 the shell is a busybox.
1944 (tramp-send-command): Don't suppress multiple prompts for
1945 busyboxes, it hurts.
1946
51281b32
CY
19472011-12-28 Chong Yidong <cyd@gnu.org>
1948
1949 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1950 (gdb-get-source-file): Move mode line update to
1951 gdb-get-source-file (Bug#10087).
1952
2170cb53
CY
19532011-12-25 Chong Yidong <cyd@gnu.org>
1954
1955 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1956 gud-gdb-marker-filter without taking it as an argument.
1957 (gud-gdb-run-command-fetch-lines): Caller changed.
1958 (gud-gdb-completion-function): New variable.
1959 (gud-gdb-completion-at-point): Use it.
1960 (gud-gdb-completions-1): Split from gud-gdb-completions.
1961
1962 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1963 function as separate arguments.
1964 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1965 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1966 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1967 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1968 (gdb-stopped, def-gdb-auto-update-trigger)
1969 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1970 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1971 Callers changed.
2170cb53
CY
1972 (gud-gdbmi-completions): New function.
1973 (gdb): Use it for generating the completion table.
1974
be8b11bb
AM
19752011-12-24 Alan Mackenzie <acm@muc.de>
1976
1977 Introduce a mechanism to widen the region used in context font
1d00653d 1978 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1979
1d00653d
SM
1980 * progmodes/cc-langs.el (c-before-font-lock-functions):
1981 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1982 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1983 functions to be run just before context (etc.) font locking.
1984
1985 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1986 New, functionality extracted from
be8b11bb 1987 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1988 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1989 (c-after-change): Set c-in-after-change-fontification.
1990 (c-set-fl-decl-start): Rejig its interface, so it can be called
1991 from both after-change and context fontifying.
b81d40f0
JB
1992 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1993 New functions.
1994 (c-standard-font-lock-fontify-region-function): New variable.
1995 (c-font-lock-fontify-region): New function.
be8b11bb 1996
341cf6ac
JL
19972011-12-24 Juri Linkov <juri@jurta.org>
1998
1999 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2000 (Bug#10348)
2001
bffcee0a
MA
20022011-12-23 Michael Albinus <michael.albinus@gmx.de>
2003
2004 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2005 existence of source file. (Bug#10325)
2006
cb5e207c
AM
20072011-12-23 Alan Mackenzie <acm@muc.de>
2008
2009 Fix unstable fontification inside templates.
2010
b81d40f0
JB
2011 * progmodes/cc-langs.el (c-before-font-lock-functions):
2012 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2013 additionally has c-set-fl-decl-start. The other languages (apart
2014 from AWK) have that as a single entry.
2015
b81d40f0
JB
2016 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2017 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2018 c-set-fl-decl-start.
2019
b81d40f0
JB
2020 * progmodes/cc-mode.el (c-common-init, c-after-change):
2021 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2022 (c-set-fl-decl-start): New function, extracted from
2023 c-font-lock-enclosing-decls and enhanced.
2024
60ff536c
JB
20252011-12-23 Juanma Barranquero <lekktu@gmail.com>
2026
2027 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2028
1c4757d6
JL
20292011-12-22 Juri Linkov <juri@jurta.org>
2030
2031 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2032
d031f2c7
CY
20332011-12-22 Chong Yidong <cyd@gnu.org>
2034
2035 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2036
bace743a
DA
20372011-12-21 Drew Adams <drew.adams@oracle.com>
2038
2039 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2040
728a1f2b
JC
20412011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2042
2043 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2044
0d373f73
TZ
20452011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2046
fec0aaa4
TZ
2047 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2048 highlighting and support. Fix up comments for capitalization.
2049 (cfengine-mode-debug): New var.
2050 (cfengine3-mode): Change the modeline indicator to "CFE3".
2051 (cfengine3-font-lock-keywords): Improve defun highlighting.
2052 (cfengine2-actions): Rename from `cfengine-actions'.
2053 (cfengine2-font-lock-keywords): Rename from
2054 `cfengine-font-lock-keywords'.
2055 (cfengine2-imenu-expression): Rename from
2056 `cfengine-imenu-expression'.
2057 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2058 (cfengine2-beginning-of-defun): Rename from
2059 `cfengine-beginning-of-defun'.
2060 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2061 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2062 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2063 modeline indicator to "CFE2".
2064 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2065 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2066
bc86f573
CY
20672011-12-21 Chong Yidong <cyd@gnu.org>
2068
2069 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2070 filename argument.
2071
d45ba96b
MR
20722011-12-20 Martin Rudalics <rudalics@gmx.at>
2073
2074 * window.el (window-normalize-buffer-to-display): Remove.
2075 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2076
a6198c90
CY
20772011-12-19 Chong Yidong <cyd@gnu.org>
2078
2079 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2080 Don't signal an error in a predicate function; return non-nil.
2081 (vc-dir-mark-file): Move the error here.
2082 (vc-dir-mark-unmark): If acting on the region, keep going if one
2083 of the entries cannot be marked/unmarked.
2084 (vc-dir-mark-all-files): If current entry is a directory, mark
2085 only child files, as documented.
2086
34c5fb55
VB
20872011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2088
2089 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2090 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2091 addition.
2092
c803b2b7
JD
20932011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2094
2095 * term/ns-win.el (ns-get-selection-internal)
2096 (ns-store-selection-internal): Declare.
1154d12e
JB
2097 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2098 Declare as obsolete.
2099 (ns-get-pasteboard, ns-paste-secondary):
2100 Use ns-get-selection-internal.
2101 (ns-set-pasteboard, ns-copy-including-secondary):
2102 Use ns-store-selection-internal.
c803b2b7 2103
9cff91f8 21042011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2105
2106 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2107 (vc-deduce-fileset): Doc fix.
99a289d9 2108
f16c898a
AS
21092011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2110
2111 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2112
763237c4
SS
21132011-12-13 Sam Steingold <sds@gnu.org>
2114
2115 * man.el (Man-getpage-in-background): When running under a
2116 window-system, ignore $MANWIDTH and $COLUMNS.
2117
5fc1c122
KH
21182011-12-15 Kenichi Handa <handa@m17n.org>
2119
2120 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2121 (setup-ethiopic-environment-internal): Comment out key-binding for
2122 ethio-toggle-punctuation.
2123
13d49cbb
AM
21242011-12-13 Alan Mackenzie <acm@muc.de>
2125
898169a2
AM
2126 Add the switch statement to AWK Mode.
2127
7a71b18d 2128 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2129 "default" to the keywords regexp.
2130
7a71b18d 2131 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2132 expression as the rest.
1d00653d
SM
2133 (c-nonlabel-token-key): Allow string literals for AWK.
2134 Refactor for the other modes.
898169a2 2135
13d49cbb 2136 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2137 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2138 routines. Limit backward searching in c-font-lock-enclosing.decl.
2139
2140 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2141 pp-state and literal type in addition to the limits.
1d00653d 2142 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2143 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2144 (c-slow-in-literal, c-fast-in-literal): Remove.
2145 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2146
2147 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2148 being in a literal. Add a limit for backward searching.
2149
2150 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2151 c-slow-in-literal.
2152
15e0efc7
SM
21532011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2156
454592a6
MR
21572011-12-13 Martin Rudalics <rudalics@gmx.at>
2158
2159 * window.el (delete-other-windows): Use correct frame in call to
2160 window-with-parameter.
2161
87393f26
DP
21622011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2163
2164 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2165 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2166 (makefile-gmake-statements, makefile-makepp-statements):
2167 Use it and add new makepp keywords.
2168 (makefile-makepp-font-lock-keywords): Add new patterns.
2169 (makefile-match-function-end): Match new [...] and [[...]].
2170
11636b22
JB
21712011-12-11 Juanma Barranquero <lekktu@gmail.com>
2172
2173 * ses.el (ses-call-printer-return, ses-cell-property-get)
2174 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2175 (ses-create-cell-variable, ses-reset-header-string)
2176 (ses-cell-set-formula, ses-repair-cell-reference-all)
2177 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2178 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2179 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2180 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2181 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2182 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2183 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2184 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2185 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2186 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2187 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2188 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2189
cf018193
VB
21902011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2191
2192 * ses.el: The overall change is to add cell renaming, that is
2193 setting fancy names for cell symbols other than name matching
2194 "\\`[A-Z]+[0-9]+\\'" regexp .
2195 (ses-create-cell-variable): New defun.
2196 (ses-relocate-formula): Relocate formulas only for cells the
2197 symbols of which are not renamed, i.e. symbols whose names do not
2198 match regexp "\\`[A-Z]+[0-9]+\\'".
2199 (ses-relocate-all): Relocate values only for cells the symbols of
2200 which are not renamed.
2201 (ses-load): Create cells variables as the (ses-cell ...) are read,
2202 in order to check row col consistency with cell symbol name only
2203 for cells that are not renamed.
2204 (ses-replace-name-in-formula): New defun.
2205 (ses-rename-cell): New defun.
2206
ee957461
CY
22072011-12-11 Chong Yidong <cyd@gnu.org>
2208
2209 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2210 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2211
9a9e9ef0
MR
22122011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2213
2214 * window.el (other-window): Fix docstring.
2215
92a8eba5
EZ
22162011-12-10 Eli Zaretskii <eliz@gnu.org>
2217
2218 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2219 `from' or `to' address before taking its substring.
2220 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2221 encoded name is chopped in the middle of the encoded string, and
2222 thus displayed encoded.
2223
e152e577
JB
22242011-12-10 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2227
e5d84bfe
EZ
22282011-12-10 Eli Zaretskii <eliz@gnu.org>
2229
2230 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2231 to use texinfo-update-node and commands that call it if the
2232 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2233 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2234 (texinfo-all-menus-update, texinfo-master-menu)
2235 (texinfo-update-node, texinfo-every-node-update)
2236 (texinfo-multiple-files-update): Doc fix. Warn against updating
2237 all the @node lines.
2238 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2239 argument is numeric. Explain better in the doc string what the
2240 function really does.
2241 (texinfo-insert-master-menu-list): Improve the error message
2242 displayed if there's no menu in the Top node.
2243 (Bug#2975) See also this thread:
e5d84bfe
EZ
2244 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2245
1d84e9bb
MG
22462011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2247
2248 * speedbar.el (speedbar-supported-extension-expressions):
2249 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2250
382c953b
JB
22512011-12-09 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * printing.el (pr-mode-alist):
2254 * simple.el (filter-buffer-substring-functions)
2255 (completion-list-insert-choice-function):
2256 * window.el (window-with-parameter, window-atom-root)
2257 (window-sides-slots, window-size-fixed, window-min-delta)
2258 (window-max-delta, window--resize-mini-window)
2259 (window--resize-child-windows-normal, window-tree)
2260 (delete-other-windows, quit-window, split-window)
2261 (display-buffer-record-window, special-display-buffer-names)
2262 (special-display-regexps, special-display-popup-frame)
2263 (same-window-p, split-window-sensibly)
2264 (display-buffer-overriding-action, display-buffer-alist)
2265 (display-buffer-base-action, display-buffer, switch-to-buffer)
2266 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2267 (fit-window-to-buffer, recenter-positions)
2268 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2269 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2270 and remove unneeded backslashes in docstrings.
2271
39c9faef
SM
22722011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2273
98449af8
SM
2274 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2275
39c9faef
SM
2276 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2277 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2278 end in ".mk".
2279 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2280 when reading the makefile (bug#10116).
2281
86ed9fdc
SM
22822011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2285 (bug#10116).
2286
5580f89d
GM
22872011-12-06 Glenn Morris <rgm@gnu.org>
2288
2289 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2290
28d3917c
CY
22912011-12-06 Chong Yidong <cyd@gnu.org>
2292
2293 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2294
a98edce9
JB
22952011-12-06 Juanma Barranquero <lekktu@gmail.com>
2296
2297 * textmodes/table.el (table-shorten-cell): Fix typo.
2298
e65adfac
CG
22992011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2300
2301 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2302
71cc0b74
EZ
23032011-12-05 Eli Zaretskii <eliz@gnu.org>
2304
2305 * descr-text.el (describe-char): Fix display of strong
2306 right-to-left characters and directional embeddings and overrides.
2307
2308 * simple.el (what-cursor-position): Fix display of codepoints of
2309 strong right-to-left characters.
2310
315bc30d
CY
23112011-12-05 Chong Yidong <cyd@gnu.org>
2312
2313 * faces.el (read-color): Doc fix.
2314
58a70b94
GM
23152011-12-05 Glenn Morris <rgm@gnu.org>
2316
2317 * align.el (align--set-marker): Add doc-string.
2318 Don't try to move something that is not a marker. (Bug#10216)
2319
5158face
GM
23202011-12-04 Glenn Morris <rgm@gnu.org>
2321
2322 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2323 overly zealous deletion of trailing whitespace.
2324
520fca41
JB
23252011-12-04 Juanma Barranquero <lekktu@gmail.com>
2326
2327 * server.el (server-delete-client): On Windows, do not try to delete
2328 the only terminal.
2329 (server-process-filter): On Windows, treat requests for a tty frame as
2330 if they were for a GUI frame if the running server is in GUI mode.
2331
5e605a2e
GM
23322011-12-03 Glenn Morris <rgm@gnu.org>
2333
2334 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2335
5c3fe83f
SM
23362011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2337
6f5e57e7
SM
2338 * electric.el: Streamline electric-indent's hook.
2339 (electric-indent-chars): Revert to simple list.
2340 (electric-indent-functions): New var.
2341 (electric-indent-post-self-insert-function): Use it.
2342
5c3fe83f
SM
2343 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2344 there's no inferior buffer (bug#10196).
2345 (prolog-consult-compile): Don't use toggle-read-only.
2346
6bdac736
MA
23472011-12-02 Michael Albinus <michael.albinus@gmx.de>
2348
2349 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2350 interrupt. (Bug#10187)
2351
6131ba7f
SM
23522011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2353
99c79fee
SM
2354 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2355 (bug#9160).
2356
6131ba7f
SM
2357 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2358 (bug#10191).
2359
cb0a02ea
JL
23602011-12-02 Juri Linkov <juri@jurta.org>
2361
2362 * info.el (Info-search): Display "end of manual" when Isearch
2363 reaches the end of single-file Info manual. (Bug#9918)
2364
66e0570c
EZ
23652011-12-02 Eli Zaretskii <eliz@gnu.org>
2366
2367 * isearch.el (isearch-message-prefix): Run the input method part
2368 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2369
02b16839
JL
23702011-12-02 Juri Linkov <juri@jurta.org>
2371
2372 * isearch.el (isearch-occur): Use `word-search-regexp' for
2373 `isearch-word'.
2374 (isearch-search-and-update): Add condition for `isearch-word' and
2375 call `word-search-regexp'. (Bug#10145)
2376
0b950688
GM
23772011-12-01 Glenn Morris <rgm@gnu.org>
2378
2379 * eshell/em-hist.el (eshell-hist-initialize):
2380 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2381 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2382
9505c3c7
SM
23832011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2386
1bbe96b2 23872011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2388
a1beca85
SM
2389 * progmodes/verilog-mode.el (verilog-pretty-expr):
2390 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2391 verilog, such as += *= and the like.
2392 (verilog-assignment-operator-re): Regular expression to find the
2393 assigment operator in a verilog assignment.
2394 (verilog-assignment-operation-re): Regular expression to find an
2395 assignment statement for pretty-expr.
2396 (verilog-in-attribute-p): Query returns true if point is in an
2397 attribute context; used to skip these for expression line up from
2398 pretty-expr.
2399 (verilog-in-parameter-p): Query returns true if point is in an
2400 parameter definition context; used to skip these for expression
2401 line up from pretty-expr.
2402 (verilog-in-parenthesis-p): Query returns true if point is in a
2403 parenthetical expression, specifically ( ) but not [ ] or { };
2404 used by pretty-expr.
2405 (verilog-just-one-space): If there is no space, don't add one.
2406 (verilog-get-lineup-indent-2): Specifically skip just attribute
2407 contexts for expression lineup, rather than skipping all
2408 parenthetical expressions.
2409 (verilog-calculate-indent): Fix comment, and fix indent.
2410 (verilog-do-indent): Indent declarations in lists (suggested by
2411 Joachim Lechner).
2412 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2413 skeleton items.
2414 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2415 by Alain Mellan).
2416
1bbe96b2 24172011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2418
2419 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2420 parameters with embedded comments. Reported by Ray Stevens.
2421 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2422 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2423 Reported by Tim Holt.
2424 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2425 instantiated by upper module causing wrong expansion until AUTOed a
2426 second time. Reported by K C Buckenmaier.
2427 (verilog-diff-auto): Fix showing .* as a difference when
2428 `verilog-auto-star-save' off. Reported by Dan Dever.
2429 (verilog-auto-reset, verilog-read-always-signals)
2430 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2431 temporary signals in reset list if
2432 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2433 style to each signal's assignment type, bug381.
2434 Reported by Thomas Esposito.
6288f0ca
WS
2435 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2436 (verilog-uvm-statement-re): Support UVM indentation and
2437 highlighting, with old OVM keywords only.
a1beca85 2438 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2439 Support AUTOTIEOFF creating non-wire data types.
2440 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2441 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2442 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2443 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2444 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2445 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2446 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2447 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2448 non-numeric vector width. Reported by Alex Reed.
2449 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2450 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2451 (verilog-auto-delete-trailing-whitespace):
2452 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2453 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2454 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2455 Fix verilog-scan-cache corruption when running user AUTO expansion
2456 hooks that call indentation routines.
2457 (verilog-simplify-range-expression): Fix typo ignoring lower case
2458 identifiers.
2459 (verilog-delete-auto): Fix delete-autos to also remove user created
2460 automatics, as long as they start with AUTO.
2461 (verilog-batch-diff-auto, verilog-diff-auto)
2462 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2463 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2464 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2465 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2466 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2467 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2468 is disabled and its cache will get corrupt, causing AUTOS not to
2469 expand. Instead use only -quick functions.
2470 (verilog-scan-region): Fix scanning over escaped quotes.
2471 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2472 (verilog-re-search-backward-quick)
2473 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2474 related functions now ignore strings, to fix misparsing of strings
2475 with magic comments embedded in them.
a1beca85
SM
2476 (verilog-read-auto-template):
2477 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2478 Reported by Brad Dobbie.
2479 (verilog-read-auto-template):
2480 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2481 Reported by Brad Dobbie.
6288f0ca
WS
2482 (verilog-auto-inst, verilog-auto-inst-param)
2483 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2484 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2485 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2486 debugging templates without merge conflicts, bug357.
2487 Reported by Brad Dobbie.
2488 (verilog-read-auto-template):
2489 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2490 Reported by Brad Dobbie.
2491 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2492 abbrevs so user won't be asked to save.
2493 (verilog-read-auto-lisp-present): Fix to start at beginning of
2494 buffer in case called outside of verilog-auto.
2495 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2496 to "X-2". Reported by Matthew Myers.
2497 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2498 all inputs from module templates. Reported by Leith Johnson.
2499 (verilog-module-inside-filename-p): Fix locating programs as with
2500 modules.
2501 (verilog-auto-inst-port): Fix vl-width expressions when using
2502 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2503 (verilog-decls-get-regs, verilog-decls-get-signals,
2504 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2505 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2506 verilog-read-decls): Combine reg and wire structures into one var
2507 structure to represent SystemVerilog concepts.
2508 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2509 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2510 (verilog-auto-wire-type, verilog-insert-definition):
2511 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2512 SystemVerilog "logic" keyword instead of "wire"/"reg".
2513 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2514 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2515 ifdef or generate if so there's not a driver conflict).
2516 Reported by Matthew Myers.
2517 (verilog-auto-declare-nettype, verilog-insert-definition):
2518 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2519 `default_nettype none. Reported by Julian Gorfajn.
2520 (verilog-read-always-signals-recurse, verilog-read-decls)
2521 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2522 malformed end statement, bug325. Reported by Joshua Wise and
2523 Andrew Drake.
2524 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2525 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2526 when expanding .* in interfaces, bug320.
2527 Reported by Pierre-David Pfister.
6288f0ca 2528 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2529 name and open parenthesis, bug317.
2530 Reported by Pierre-David Pfister.
6288f0ca
WS
2531 (verilog-simplify-range-expression): Fix simplification of
2532 multiplications inside AUTOWIRE connections, bug303.
2533 (verilog-auto-inst-port): Support parameter expansion in
2534 multidimensional arrays.
2535 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2536 after "assert property". Reported by Julian Gorfajn.
2537 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2538 with multiplication, bug303.
2539 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2540 Reported by Jan Frode Lonnum.
2541
1bbe96b2
GM
25422011-11-30 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2545 (hfy-shell-file-name, hfy-shell):
2546 * international/fontset.el (x-decompose-font-name): Fix typos.
2547
25482011-11-29 Ken Brown <kbrown@cornell.edu>
2549
2550 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2551 (gdb-version): Remove defvar.
2552 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2553 (gdb-gud-context-command, gdb-non-stop-handler)
2554 (gdb-current-context-command, gdb-stopped): Use it.
2555 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2556 (gdb-non-stop-handler): Don't enable pretty-printing here.
2557 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2558 non-stop mode. Use the following.
2559 (gdb-check-target-async): New defun.
2560 (gud-watch, gdb-stopped): Fix whitespace.
2561 (gdb-get-source-file): Don't try to display the source file if
2562 `gdb-main-file' is nil.
2563
25642011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * align.el: Try to generate fewer markers (bug#10047).
2567 (align--set-marker): New macro.
2568 (align-region): Use it.
2569
c935221f
SM
25702011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2573
e70b5064
CY
25742011-11-29 Chong Yidong <cyd@gnu.org>
2575
2576 * indent.el (indent-for-tab-command, indent-according-to-mode):
2577 Doc fix.
2578 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2579
f3af92b7
MA
25802011-11-29 Michael Albinus <michael.albinus@gmx.de>
2581
2582 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2583 aware of remote file names. (Bug#10124)
2584
ed472be9
CY
25852011-11-29 Chong Yidong <cyd@gnu.org>
2586
2587 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2588
24510c22
SM
25892011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 * files.el (find-file): Don't use force-same-window (bug#10144).
2592 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2593 use pop-to-buffer if the selected window can't be used.
2594 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2595
c60c3703
EZ
25962011-11-28 Eli Zaretskii <eliz@gnu.org>
2597
2598 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2599 special-mode-map.
2600
e95def75
CY
26012011-11-28 Chong Yidong <cyd@gnu.org>
2602
2603 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2604
c3f1c606
NR
26052011-11-27 Nick Roberts <nickrob@snap.net.nz>
2606
2607 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2608 gdb-get-source-file-list on gdb-create-source-file-list.
2609
00db469c
EZ
26102011-11-26 Eli Zaretskii <eliz@gnu.org>
2611
2612 * whitespace.el (whitespace-newline): Use a different foreground
2613 color for 16-color light-background displays.
2614
4ad3bc2a
CY
26152011-11-24 Chong Yidong <cyd@gnu.org>
2616
2617 * window.el (display-buffer--special-action): Doc fix.
2618
e9fce1ac
JB
26192011-11-25 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2622 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2623 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2624 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2625 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2626 (avl-tree-stack-first):
2627 * emacs-lisp/cconv.el (cconv--analyse-use):
2628 * net/gnutls.el (gnutls-negotiate): Fix typos.
2629
cb825e5d
GM
26302011-11-24 Glenn Morris <rgm@gnu.org>
2631
3adbe224
GM
2632 * lpr.el (lpr-windows-system, lpr-lp-system):
2633 * mail/binhex.el (binhex-begin-line):
2634 * progmodes/grep.el (grep-history, grep-find-history):
2635 * textmodes/flyspell.el:
2636 * vc/pcvs-defs.el (cvs-global-menu):
2637 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2638 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2639 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2640
321decc8
GM
2641 * net/tls.el: Fix case of "GnuTLS".
2642
420b63ad
GM
2643 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2644
cb825e5d
GM
2645 * version.el (emacs-build-system): Give it a doc-string.
2646
a0649f08
JL
26472011-11-24 Juri Linkov <juri@jurta.org>
2648
2649 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2650
c0bc0fd4
GM
26512011-11-24 Glenn Morris <rgm@gnu.org>
2652
2653 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2654 if called on a non-mime message just toggle the headers. (Bug#8006)
2655
20db1522
JB
26562011-11-24 Juanma Barranquero <lekktu@gmail.com>
2657
2658 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2659 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2660 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2661 (allout-rebullet-heading, allout-open-sibtopic)
2662 (allout-toggle-current-subtree-encryption)
2663 (allout-toggle-subtree-encryption, allout-encrypt-string)
2664 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2665 (allout-distinctive-bullets-string, allout-auto-activation):
2666 * window.el (window-normalize-buffer-to-display):
2667 * progmodes/verilog-mode.el (verilog-batch-indent):
2668 * textmodes/bibtex.el (bibtex-field-braces-opt)
2669 (bibtex-field-strings-opt):
2670 * vc/cvs-status.el (cvs-tree-merge):
2671 Fix typos.
2672
7262a87c
MA
26732011-11-23 Michael Albinus <michael.albinus@gmx.de>
2674
2675 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2676 `non-essential' to t, in order to avoid remote connections.
2677
283430a1
EZ
26782011-11-23 Eli Zaretskii <eliz@gnu.org>
2679
a1beca85
SM
2680 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2681 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2682 case-insensitively.
2683
d2992a38
ML
26842011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2685
2686 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2687
50419064
GM
26882011-11-23 Glenn Morris <rgm@gnu.org>
2689
da94eca1
GM
2690 * paths.el (rmail-file-name): Reformat the doc-string so that it
2691 is picked up.
2692
9aac4de2
GM
2693 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2694 (rmail-auto-file): Ignore case in the "special" field names,
2695 as mail-fetch-field does for all others.
2696
8038d2d2
GM
2697 * mail/rmail.el (rmail-forward):
2698 * mail/rmailkwd.el (rmail-set-label):
2699 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2700 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2701
f3fe222a
GM
2702 * mail/rmail.el (rmail-current-message): Doc fix.
2703
50419064
GM
2704 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2705
28109f49
SM
27062011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2709
394c65f1
GM
27102011-11-22 Glenn Morris <rgm@gnu.org>
2711
2712 * mail/rmailmm.el (test-rmail-mime-handler)
2713 (test-rmail-mime-bulk-handler)
2714 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2715
f2a0aa3a
JL
27162011-11-21 Juri Linkov <juri@jurta.org>
2717
1154d12e
JB
2718 * calc/calc.el (calc-read-key-sequence):
2719 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2720
9c34a344
LMI
27212011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2722
2723 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2724 Tell the caller that the next line needs recomputation, even
2725 though it doesn't start a sexp (bug#10094).
2726
f04a3be9
SM
27272011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2730
7978747f
SM
27312011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2732
f04a3be9
SM
2733 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2734 Use force-same-window.
7978747f 2735
fe7a3057
JB
27362011-11-20 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * descr-text.el (describe-char-unicode-data):
2739 * json.el (json-string-escape):
2740 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2741 (Footnote-unicode, Footnote-style-p):
2742 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2743
24901d61
CY
27442011-11-20 Chong Yidong <cyd@gnu.org>
2745
2746 * window.el (replace-buffer-in-windows): Restore interactive spec.
2747
bac7ff22
SM
27482011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2749
24f3d7b9
SM
2750 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2751
bac7ff22
SM
2752 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2753 (byte-compile-global-not-obsolete-vars): New var.
2754 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2755 Use it.
2756 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2757
cd1181db
JB
27582011-11-20 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2761 * progmodes/pascal.el (electric-pascal-equal):
2762 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2763 * xml.el (xml-substitute-special): Fix typos.
2764
7fb18e9e
GM
27652011-11-20 Glenn Morris <rgm@gnu.org>
2766
2767 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2768 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2769 Doc fixes.
2770 (rmail-decode-mime-charset): Mark as obsolete.
2771
2772 * mail/rmailsum.el (rmail-message-regexp-p-1):
2773 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2774 Before using mime functions, check they are set. (Bug#10077)
2775
d5a6b3ba
JL
27762011-11-19 Juri Linkov <juri@jurta.org>
2777
2778 * info.el (Info-finder-find-node): Use `package--builtins' instead
2779 of `package-alist'. Use node names formed by the pattern "Keyword "
2780 and the keyword name.
2781
e981b61f
AS
27822011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2783
1d00653d 2784 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2785
3ffbc301
JL
27862011-11-19 Juri Linkov <juri@jurta.org>
2787
2788 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2789 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2790 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2791 `old-history', `old-history-forward'. Add let-binding
2792 `window-selected'. Remove calls to `kill-buffer',
2793 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2794 before calling `Info-find-node', so `Info-find-node-2' will reread
2795 the Info file. Restore window positions only when `window-selected'
2796 is non-nil.
2797
30c62133
JL
27982011-11-19 Juri Linkov <juri@jurta.org>
2799
2800 * isearch.el (isearch-lazy-highlight-new-loop):
2801 Remove condition `(not isearch-error)'. (Bug#9918)
2802
2803 * misearch.el (multi-isearch-search-fun): Add condition
2804 `(not bound)' to ignore lazy-highlighting search.
2805 Add the search-failed message "end of multi" when the end of
2806 multi-sequence is reached. Uncapitalize the search-failed
2807 message "Repeat for next buffer".
2808
2809 * info.el (Info-search): Add the search-failed message
2810 "end of the manual" when the end of the manual is reached
2811 in Isearch mode.
2812
645ca9cf
JL
28132011-11-19 Juri Linkov <juri@jurta.org>
2814
2815 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2816 Use non-destructive `remove' instead of `delete' because
2817 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2818 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2819
df754f66
JL
28202011-11-19 Juri Linkov <juri@jurta.org>
2821
2822 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2823 to nil instead of binding `search-ring' and `regexp-search-ring'.
2824 (Bug#9185)
2825
0e23d96a
EZ
28262011-11-19 Eli Zaretskii <eliz@gnu.org>
2827
2828 * simple.el (line-move): Force movement by logical lines for any
2829 hscrolled window, not only when auto-hscroll-mode is on.
2830 (line-move-visual): Update doc string to that effect. (Bug#10076)
2831
8a6ccb66
AS
28322011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2833
2834 * language/european.el (macintosh): Define as alias for mac-roman.
2835
49ae5b39
EZ
28362011-11-19 Eli Zaretskii <eliz@gnu.org>
2837
2838 * mail/rmailmm.el (rmail-mime-display-header)
2839 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2840 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2841 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2842 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2843 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2844 of a raw aref.
2845 (rmail-mime-entity-segment): To get past the tagline, move forward
2846 2 more lines, to account for the 2 empty lines that precede and
2847 follow the line with the buttons.
2848 (rmail-mime-update-tagline): Move one more line, to get past the
2849 empty line that follows the buttons in the tagline. (Bug#9520)
2850
c56cad4a
MR
28512011-11-19 Martin Rudalics <rudalics@gmx.at>
2852
2853 * window.el (window-max-delta-1, window-min-delta-1)
2854 (window-min-size-1, window-state-get-1, window-state-put-1)
2855 (window-state-put-2): Use "window--" prefix.
2856
cbe71af3
SM
28572011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2ad52c60
SM
2859 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2860 (smie-warning-count): New var.
2861 (smie-set-prec2tab): Use it.
2862 (smie-bnf->prec2): Improve warnings. Add docstring.
2863 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2864 (smie-bnf--set-class): New function.
2865 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2866 corner case.
2867
6944dbc1
SM
2868 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2869 (compilation-error-properties, compilation-move-to-column):
2870 Handle compilation-first-column while in the target buffer.
2871
c400c4d7
SM
2872 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2873 Don't hardcode point-min==1.
2874
6dbe3e96
SM
2875 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2876 (eshell-rewrite-for-command): Remove workaround.
2877 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2878 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2879 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2880
cbe71af3
SM
2881 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2882
a8e1496d
GM
28832011-11-17 Glenn Morris <rgm@gnu.org>
2884
2885 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2886 Ignore buffer-local generated-autoload-file if it is the same
2887 as the global value. (Bug#10049)
2888
df85d315
JB
28892011-11-17 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2892 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2893 (reftex-toc-previous-heading, reftex-toc-max-level)
2894 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2895 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2896 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2897 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2898 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2899 (reftex-toc-rename-label, reftex-toc-visit-location)
2900 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2901 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2902 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2903 leaving "*toc*" only for references to the buffer.
2904
a0c2d0ae
MR
29052011-11-17 Martin Rudalics <rudalics@gmx.at>
2906
2907 * window.el (window-resize, delete-window, split-window):
2908 Replace window-splits by window-combination-resize.
1d00653d 2909 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2910
35c0bac8
GM
29112011-11-17 Glenn Morris <rgm@gnu.org>
2912
2913 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2914 Make bash entry derive from sh entry, not shell entry.
2915
d0c8fc8a
MA
29162011-11-16 Michael Albinus <michael.albinus@gmx.de>
2917
d0c8fc8a
MA
2918 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2919 properties of linked files. (Bug#9879)
2920
7262a87c
MA
2921 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2922 local file name.
2923
7877f373
JB
29242011-11-16 Juanma Barranquero <lekktu@gmail.com>
2925
2926 * menu-bar.el (menu-bar-file-menu):
2927 * printing.el (pr-ps-utility):
2928 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2929 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2930 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2931 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2932 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2933 (icalendar--convert-cyclic-to-ical)
2934 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2935 (icalendar--convert-ical-to-diary)
2936 (icalendar--convert-recurring-to-diary)
2937 (icalendar--convert-non-recurring-all-day-to-diary)
2938 (icalendar-import-format-sample):
2939 * progmodes/idlw-shell.el (idlwave-shell-mode):
2940 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2941 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2942 (vhdl-ps-print-init): Fix typos.
2943
10649b82
KM
29442011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2945
9d0cfcd6
GM
2946 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2947 FSF and collapse date sequence, obscure author/maintainer email address
2948 better, remove extra version line, track relocation of author's webpage.
10649b82 2949
9d0cfcd6
GM
2950 * progmodes/python.el (python-pdbtrack-input-prompt)
2951 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2952 regular python pdb prompts. Adjustments shamelessly taken exactly as
2953 suggested in EmacsWiki page (tiny change):
2954 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2955
58179cce
JB
29562011-11-16 Juanma Barranquero <lekktu@gmail.com>
2957
2958 * expand.el (expand-pos, expand-index, expand-point):
2959 Remove redundant info from docstring.
2960 (expand-add-abbrevs): Doc fix.
2961 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2962 (expand-sample-perl-mode-expand-list): Fix typos.
2963
2964 * net/dbus.el (dbus-event-member-name):
2965 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2966 * term/pc-win.el (msdos-create-frame-with-faces):
2967 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2968
b6f67890
MR
29692011-11-16 Martin Rudalics <rudalics@gmx.at>
2970
2971 * window.el (split-window, window-state-get-1)
2972 (window-state-put-1, window-state-put-2): Rename occurrences of
2973 window-nest to window-combination-limit.
1d00653d 2974 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2975
ce7ddba0
CY
29762011-11-16 Chong Yidong <cyd@gnu.org>
2977
2978 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2979 regexp (Bug#10033).
2980
3ae704f4
SM
29812011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2984 `completing-read' will remove *Completions* and will preserve
2985 current-buffer for us.
2986 (tmm-add-prompt): Users of *Completions* will always (re)set its
2987 major mode.
2988 (tmm-old-comp-map): Remove.
2989
6ad1cdde
GM
29902011-11-16 Glenn Morris <rgm@gnu.org>
2991
2992 * mail/rmailedit.el: Require rmailmm when compiling.
2993 (rmail-old-mime-state): New declaration.
2994 (rmail-edit-current-message): If editing a mime message,
2995 edit the "raw" message from the mbox buffer.
2996 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2997
d20faa20
GM
29982011-11-15 Glenn Morris <rgm@gnu.org>
2999
3000 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3001 which wasn't being used. Add optional arg to force given state.
3002 (rmail-mime): Add optional arg to force given state.
3003
c7015153
JB
30042011-11-15 Juanma Barranquero <lekktu@gmail.com>
3005
3006 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3007 * frame.el (display-mm-dimensions-alist):
3008 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3009 (outline-move-subtree-down):
3010 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3011 (newsticker--treeview-do-get-node):
3012 * net/quickurl.el (quickurl-list-buffer-name):
3013 * progmodes/dcl-mode.el (dcl-mode):
3014 * progmodes/gdb-mi.el (gdb-mapcar*):
3015 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3016
45261b50
GM
30172011-11-15 Glenn Morris <rgm@gnu.org>
3018
3019 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3020 in a boolean sense, so just make it a boolean, and fix the doc.
3021 (rmail-show-mime-function, rmail-mime-feature)
3022 (rmail-require-mime-maybe): Doc fixes.
3023 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3024
3025 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3026
0d26e0b6
JB
30272011-11-15 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3030 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3031 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3032 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3033
447f30f6
GM
30342011-11-15 Glenn Morris <rgm@gnu.org>
3035
672b871d
GM
3036 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3037 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3038 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3039 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3040 (rmail-mime, rmail-show-mime): Doc fixes.
3041
f6aa5bb1
GM
3042 * term/ns-win.el (mode-line-frame-identification):
3043 Leave it alone. (Bug#10051)
3044
947cd66b
GM
3045 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3046
447f30f6
GM
3047 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3048 Handle empty buffers. (Bug#9978)
3049
0b381c7e
JB
30502011-11-14 Juanma Barranquero <lekktu@gmail.com>
3051
3052 * international/mule.el (define-charset):
3053 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3054 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3055 * progmodes/verilog-mode.el (verilog-backward-token):
3056 * textmodes/ispell.el (lookup-words):
3057 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3058
71e027ac
GM
30592011-11-14 Glenn Morris <rgm@gnu.org>
3060
56632ce4
GM
3061 * progmodes/executable.el
3062 (executable-make-buffer-file-executable-if-script-p):
3063 Handle file-modes returning nil.
3064
40500957
GM
3065 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3066 message - not necessary, and causes problems. (Bug#9831)
3067
071c2340
GM
3068 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3069
d3cfca60
GM
3070 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3071
71e027ac
GM
3072 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3073 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3074 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3075
89d61221
MR
30762011-11-12 Martin Rudalics <rudalics@gmx.at>
3077
3078 * window.el (window-resize, delete-window): Use window-splits
3079 variable instead of function.
3080 (window-state-get-1, window-state-put-2, window-state-put):
3081 Don't deal with windows' splits status.
3082
98282f6f
GM
30832011-11-12 Glenn Morris <rgm@gnu.org>
3084
3085 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3086 (apropos-documentation): Doc fixes.
3087
40a8bdf6
JB
30882011-11-11 Juanma Barranquero <lekktu@gmail.com>
3089
3090 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3091 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3092
65bd19ff
SM
30932011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * electric.el (electric-indent-post-self-insert-function): Make it
3096 possible for a char to only indent in some circumstances.
3097 (electric-indent-mode): Simplify.
3098
54f9154c
MR
30992011-11-11 Martin Rudalics <rudalics@gmx.at>
3100
3101 * window.el (windows-with-parameter): Remove unused function.
3102 (windows-at-side): Rename to window-at-side-list.
3103 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3104 (window-side-check, window-size-ignore, window-size-fixed-1)
3105 (window-in-direction-2): Prefix with "window--".
3106 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3107
68cbc58b
GM
31082011-11-11 Glenn Morris <rgm@gnu.org>
3109
3110 * subr.el (eval-after-load): If FILE is already loaded,
3111 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3112
b2621720
GM
31132011-11-10 Glenn Morris <rgm@gnu.org>
3114
9a4de110
GM
3115 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3116 Call svn via vc-svn-command rather than vc-do-command.
3117 (vc-svn-command): Add --non-interactive. (Bug#9993)
3118 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3119
b2621720
GM
3120 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3121 Add toggle-read-only. (Bug#7292)
3122 * files.el (toggle-read-only): Mention that it should only
3123 be used interactively. (Bug#10006)
3124
1dce7193
SM
31252011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3126
d9ac1a1e
SM
3127 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3128 Adjust regexp for OCaml warnings.
3129
0c325082
SM
3130 * electric.el (electric-pair-post-self-insert-function): Let user
3131 turn it off buffer-locally (bug#9932).
3132
90132c14
SM
3133 * progmodes/python.el (python-beginning-of-statement):
3134 Rewrite (bug#2703).
3135
1dce7193
SM
3136 * progmodes/compile.el: Better handle TABs (bug#9749).
3137 (compilation-internal-error-properties)
3138 (compilation-next-error-function): Obey the target buffer's
3139 compilation-error-screen-columns.
3140
c4e7c63a
JB
31412011-11-09 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * progmodes/meta-mode.el: Remove obsolete comments.
3144 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3145 Fix typos in docstrings.
3146
2cffd681
MR
31472011-11-09 Martin Rudalics <rudalics@gmx.at>
3148
3149 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3150 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3151 (window--resizable): New function. Make all callers of
3152 window-resizable call window--resizable instead.
3153 (window-resizable): Rewrite in terms of window--resizable.
3154
0edcba87
GM
31552011-11-08 Glenn Morris <rgm@gnu.org>
3156
3157 * progmodes/delphi.el (delphi-mode-syntax-table):
3158 Let define-derived-mode define a proper syntax table. (Bug#9994)
3159
4b0d61e3
SM
31602011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * window.el: Stay away from defsubst.
3163 (window-list-no-nils): Remove.
3164 (window-state-get-1, window-state-get): Use backquote instead.
3165
cd394be1 31662011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3167
4b0d61e3 3168 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3169 Fix incorrect use of default argument in `completing-read'.
3170
e1c2c6f2
MR
31712011-11-08 Martin Rudalics <rudalics@gmx.at>
3172
3173 * window.el (display-buffer-function, special-display-function):
3174 Mention display-buffer-record-window but do not mention
3175 help-setup parameter in doc-strings.
b3f4a882 3176 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3177
105216ed
CY
31782011-11-08 Chong Yidong <cyd@gnu.org>
3179
3180 * window.el (window-total-height, window-total-width): Doc fix.
3181 (window-body-size): Move from C.
3182 (window-body-height, window-body-width): Move to C.
3183
0a9f9ab5
SM
31842011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * window.el: Make special-display like display-buffer-alist (bug#9532).
3187 (display-buffer--special-action): New function, morphed
3188 from display-buffer--special.
3189 (display-buffer): Use it to handle special-display-buffers at higher
3190 priority (just after display-buffer-alist).
3191 (display-buffer-fallback-action, display-buffer--other-frame-action)
3192 (pop-to-buffer-same-window): Remove display-buffer--special.
3193
a769dd15
GM
31942011-11-07 Glenn Morris <rgm@gnu.org>
3195
3196 * calendar/cal-menu.el (cal-menu-set-date-title):
3197 Do nothing if not in a calendar. (Bug#9976)
3198
05a61ee3
SM
31992011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * files.el (find-file): Always use selected-window.
3202
be7f5545
MR
32032011-11-07 Martin Rudalics <rudalics@gmx.at>
3204
3205 * window.el (window-combinations): Make WINDOW argument
3206 mandatory. Rewrite doc-string.
3207 (walk-window-subtree, window-atom-check, window-min-delta)
3208 (window-max-delta, window--resize-this-window)
3209 (window--resize-root-window-vertically, window-tree)
3210 (balance-windows, window-state-put): Rewrite doc-strings as to
3211 not mention the term "subwindow".
3212 (window--resize-subwindows-skip-p): Rename to
3213 window--resize-child-windows-skip-p.
3214 (window--resize-subwindows-normal): Rename to
3215 window--resize-child-windows-normal.
3216 (window--resize-subwindows): Rename to
3217 window--resize-child-windows.
3218 (window-or-subwindow-p): Rename to window--in-subtree-p.
3219
3c6702ef
ML
32202011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3221
3222 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3223 Ensure that mbox format messages end in two newlines (Bug#9974).
3224
49745b39
CY
32252011-11-06 Chong Yidong <cyd@gnu.org>
3226
3227 * window.el (window-combination-p): Function deleted; its
3228 side-effect is not used in any existing code.
3229 (window-combinations, window-combined-p): Call window-*-child
3230 directly.
3231
24300f5f
CY
32322011-11-05 Chong Yidong <cyd@gnu.org>
3233
3234 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3235 (window-size-ignore, window-state-get): Callers changed.
3236 (window-normalize-window): Rename from window-normalize-any-window.
3237 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3238 (window-normalize-live-window): Delete.
447f16b8
CY
3239 (window-combination-p, window-combined-p, window-combinations)
3240 (walk-window-subtree, window-atom-root, window-min-size)
3241 (window-sizable, window-sizable-p, window-size-fixed-p)
3242 (window-min-delta, window-max-delta, window-resizable)
3243 (window-resizable-p, window-full-height-p, window-full-width-p)
3244 (window-current-scroll-bars, window-point-1, set-window-point-1)
3245 (window-at-side-p, window-in-direction, window-resize)
3246 (adjust-window-trailing-edge, maximize-window, minimize-window)
3247 (window-deletable-p, delete-window, delete-other-windows)
3248 (record-window-buffer, unrecord-window-buffer)
3249 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3250 (quit-window, split-window, window-state-put)
3251 (set-window-text-height, fit-window-to-buffer)
3252 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3253
89bd5ee1
EZ
32542011-11-04 Eli Zaretskii <eliz@gnu.org>
3255
53479029
EZ
3256 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3257 rfc2047-decode-string.
3258 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3259 warnings.
3260
89bd5ee1
EZ
3261 * window.el (window-body-height, window-body-width): Mention in
3262 the doc string that the return values are in frame's canonical
3263 units. (Bug#9949)
3264
bd17fdee
AM
32652011-11-03 Alan Mackenzie <acm@muc.de>
3266
3267 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3268 change in cc-engine.el.
3269
acc825c5
SM
32702011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3273
1885e5b8
MR
32742011-11-02 Martin Rudalics <rudalics@gmx.at>
3275
3276 * window.el (quit-window): Call unrecord-window-buffer after
3277 showing another buffer in the window. (Bug#9937)
acc825c5 3278 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3279
ebe06da9
JB
32802011-11-02 Juanma Barranquero <lekktu@gmail.com>
3281
3282 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3283 Accept status with more than 9 shelves. (Bug#9935)
3284 Reported by Colin D Bennett <colin@gibibit.com>.
3285
4ee88440
MR
32862011-11-01 Martin Rudalics <rudalics@gmx.at>
3287
3288 * help.el (with-help-window): Don't reference
3289 temp-buffer-show-specifiers in doc-string.
3290
08e1d82c
AS
32912011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3292
3293 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3294 menu-item.
3295
84bd6e9e
VJL
32962011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3297
3298 * whitespace.el: New version 13.2.2.
3299 (whitespace-newline-mode): Disable properly. Reported by Sarah
3300 <EmacsWiki>.
3301
dba0634a
UJ
33022011-10-30 Ulf Jasper <ulf.jasper@web.de>
3303
3304 * net/newst-treeview.el: Remove "Time-stamp".
3305 (newsticker--group-manage-orphan-feeds): Do not call
3306 newsticker--treeview-tree-update.
db22a3c2
JB
3307 (newsticker-treeview-update, newsticker-treeview):
3308 Call newsticker--treeview-tree-update if necessary.
dba0634a 3309
3d8daefe
MR
33102011-10-30 Martin Rudalics <rudalics@gmx.at>
3311
3312 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3313 (window-iso-combinations): Remove "iso-" infix.
3314 Suggested by Chong Yidong.
3d8daefe
MR
3315 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3316 (window-max-delta-1, window-resize, window--resize-siblings)
3317 (window--resize-this-window, adjust-window-trailing-edge)
3318 (split-window, balance-windows-1)
3319 (shrink-window-if-larger-than-buffer):
3320 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3321 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3322
1bc4c3ae
SM
33232011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3326 in place (bug#9907).
3327 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3328 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3329 (eshell-structure-basic-command, eshell-rewrite-while-command)
3330 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3331 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3332 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3333 (eshell-do-pipelines-synchronously, eshell-eval-command):
3334 Use backquotes and prefer setq to set.
3335 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3336 (eshell-macrop): Use functionp.
c1e2f5fa 3337 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3338
30b65d9c
CY
33392011-10-30 Chong Yidong <cyd@gnu.org>
3340
3341 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3342 instead of set-mark (Bug#9810).
3343
2d197ffb
CY
33442011-10-30 Chong Yidong <cyd@gnu.org>
3345
3346 * window.el (split-window-below, split-window-right): Rename from
3347 split-window-above-each-other and split-window-side-by-side
3348 respectively. All callers changed.
3349 (split-window-sensibly, split-window-sensibly): Use them.
3350 (split-window-keep-point): Doc fix.
3351
3352 * isearch.el: Add isearch-scroll property to split-window-below
3353 and split-window-right.
3354
3355 * follow.el (follow-mode):
3356 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3357 * progmodes/ada-xref.el (ada-gdb-application):
3358 * emulation/vip.el (vip-buffer-in-two-windows):
3359 * image-dired.el (image-dired-dired-with-window-configuration):
3360 * dired-x.el (dired-do-find-marked-files):
3361 * dired.el (dired-pop-to-buffer):
3362 * bs.el (bs--show-with-configuration):
3363 * vc/emerge.el (emerge-setup-windows):
3364 * textmodes/two-column.el (2C-two-columns):
3365 * textmodes/reftex-toc.el (reftex-toc):
3366 * progmodes/gdb-mi.el (gdb-setup-windows):
3367 * progmodes/fortran.el (fortran-window-create):
3368 * net/newst-treeview.el (newsticker--treeview-window-init):
3369 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3370 * emulation/tpu-edt.el (tpu-gold-map):
3371 * emulation/crisp.el (crisp-mode-map):
3372 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3373
38bb2ca8
CY
33742011-10-29 Chong Yidong <cyd@gnu.org>
3375
aa4de341
CY
3376 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3377
e1eb5385
CY
3378 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3379
5d2ece3c
CY
3380 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3381 forged Ispell output (Bug#7904).
3382
38bb2ca8
CY
3383 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3384
d0af9f77
SM
33852011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * doc-view.el: Avoid ugly errors about not finding nil.
3388 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3389 (doc-view-dvipdf-program, doc-view-unoconv-program)
3390 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3391 Avoid nil or absolute file name as default value.
3392 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3393
52bedd34
AM
33942011-10-28 Alan Mackenzie <acm@muc.de>
3395
db22a3c2 3396 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3397
7e43cfa5
AM
33982011-10-28 Alan Mackenzie <acm@muc.de>
3399
3400 Amend the handling of c-beginning/end-of-defun in nested declaration
3401 scopes.
3402
52bedd34
AM
3403 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3404 cc-langs.el. Change it to a defcustom.
7e43cfa5 3405
52bedd34
AM
3406 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3407 cc-vars.el.
7e43cfa5 3408
d0af9f77
SM
3409 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3410 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3411
52bedd34 3412 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3413 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3414 (c-widen-to-enclosing-decl-scope): New function.
3415 (c-while-widening-to-decl-block): New macro.
3416 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3417 outward for defun boundaries, and correspondingly change symbol
3418 `respect-enclosure' to `go-outward'.
3419 (c-declaration-limits): Change algorithm to report only the "innermost"
3420 defun's boundaries.
3421
1a2ce9ee
DD
34222011-10-28 Deniz Dogan <deniz@dogan.se>
3423
3424 * net/rcirc.el (rcirc-mode): Use hard newlines.
3425
bc97a826
AM
34262011-10-28 Alan Mackenzie <acm@muc.de>
3427
3428 Amend to indent and fontify macros "which include their own semicolon"
3429 correctly, using the "virtual semicolon" mechanism.
3430
52bedd34 3431 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3432
d0af9f77 3433 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3434 Recode to scan one line at a time rather than having \n and \r
58179cce 3435 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3436 (c-forward-label): Amend for virtual semicolons.
58179cce 3437 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3438
52bedd34
AM
3439 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3440 of the new C macros.
bc97a826 3441
52bedd34 3442 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3443 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3444 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3445 (c-opt-cpp-macro-define): Make into a full language variable.
3446 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3447 AWK Mode (including \n, \r) removed, no longer needed.
3448
d0af9f77
SM
3449 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3450 Invoke c-make-macro-with-semi-re.
bc97a826 3451
52bedd34
AM
3452 * progmodes/cc-vars.el (c-macro-with-semi-re):
3453 (c-macro-names-with-semicolon): New variables.
58179cce 3454 (c-make-macro-with-semi-re): New function.
bc97a826 3455
7a6c0941
SM
34562011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * vc/log-edit.el: Fill empty field rather than adding new one.
3459 (log-edit-add-field): New function.
3460 (log-edit-insert-changelog): Use it.
3461
b0c4cdcf
ML
34622011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3463
3464 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3465
ee1f1da9
SM
34662011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3469 (gdb--check-interpreter): New function.
3470 (gdb): Use it.
3471
51bc5f8b
GM
34722011-10-27 Glenn Morris <rgm@gnu.org>
3473
416a2c45
GM
3474 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3475 (least-positive-float, least-negative-float)
3476 (least-positive-normalized-float, least-negative-normalized-float)
3477 (float-epsilon, float-negative-epsilon):
3478 Remove unnecessary declarations.
3479
3480 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3481 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3482 (least-positive-float, least-negative-float)
3483 (least-positive-normalized-float, least-negative-normalized-float)
3484 (float-epsilon, float-negative-epsilon): Add doc-strings,
3485 based on those in cl.texi.
3486
51bc5f8b
GM
3487 * files.el (set-visited-file-name): If the major-mode changed,
3488 reload the local variables. (Bug#9796)
3489
15de15c6
CY
34902011-10-27 Chong Yidong <cyd@gnu.org>
3491
3492 * subr.el (change-major-mode-after-body-hook): New hook.
3493 (run-mode-hooks): Run it.
3494
ee1f1da9
SM
3495 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3496 Use change-major-mode-before-body-hook.
15de15c6
CY
3497
3498 * simple.el (fundamental-mode):
3499 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3500 change introducing fundamental-mode-hook.
3501
5430d399
JB
35022011-10-26 Juanma Barranquero <lekktu@gmail.com>
3503
acc825c5 3504 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3505
ad74a69e
MA
35062011-10-26 Michael Albinus <michael.albinus@gmx.de>
3507
3508 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3509 tramp.el explicitly. (Bug#7583)
ad74a69e 3510
71d4c2a5
SM
35112011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * progmodes/octave-mod.el:
3514 * progmodes/octave-inf.el: Update maintainer.
3515
b1f6fa26
CY
35162011-10-26 Chong Yidong <cyd@gnu.org>
3517
3518 * subr.el (with-wrapper-hook): Rewrite doc.
3519
3f04efd6
MA
35202011-10-25 Michael Albinus <michael.albinus@gmx.de>
3521
3522 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3523 filenames "/method:foo:". (Bug#9793)
3f04efd6 3524
410488d3
SM
35252011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3528 (bug#9865).
3529
c1ebb47e
GM
35302011-10-24 Glenn Morris <rgm@gnu.org>
3531
3532 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3533
7f5c46c7
MA
35342011-10-24 Michael Albinus <michael.albinus@gmx.de>
3535
3536 * notifications.el: Add the requirement of a running D-Bus session
3537 bus to the Commentary.
3538
db2440b6
JL
35392011-10-24 Juri Linkov <juri@jurta.org>
3540
3541 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3542 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3543 (Bug#9364)
3544
feecf435
JL
35452011-10-24 Juri Linkov <juri@jurta.org>
3546
3547 * info.el (Info-following-node-name-re): Add newline to the list
3548 of allowed characters for leading space. (Bug#9824)
3549
a3839de2
SM
35502011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3551
acc825c5
SM
3552 * progmodes/octave-inf.el (inferior-octave-mode-map):
3553 Fix C-c C-h binding.
a3839de2
SM
3554 * progmodes/octave-mod.el (octave-help): Remove.
3555
09388e76
MA
35562011-10-23 Michael Albinus <michael.albinus@gmx.de>
3557
3558 Sync with Tramp 2.2.3.
3559
3560 * net/tramp-cache.el (top): Pacify byte-compiler using
3561 `init-file-user' and `site-run-file'.
3562
3563 * net/trampver.el: Update release number.
3564
86c60681
CY
35652011-10-23 Chong Yidong <cyd@gnu.org>
3566
3567 * files.el (toggle-read-only): Remove obsolete comment about
3568 version control.
3569
3570 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3571 for toggle-read-only. Note that this hasn't called vc-next-action
3572 since 2008-05-02, though it wasn't documented at the time.
3573
a3839de2
SM
3574 * vc/ediff-init.el (ediff-toggle-read-only-function):
3575 Use toggle-read-only.
86c60681 3576
cd5495ff
AM
35772011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3578
3579 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3580 of c-parse-state.
3581
00b77525 3582 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3583 correct faulty logical expression.
cd5495ff
AM
3584 (c-parse-state-state, c-record-parse-state-state):
3585 (c-replay-parse-state-state): New defvar/defuns.
3586 (c-debug-parse-state): Use new functions.
3587
42ee24ed
MR
35882011-10-22 Martin Rudalics <rudalics@gmx.at>
3589
3590 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3591 last fix. Use window-in-direction correctly.
42ee24ed 3592
a7dee7e7
CY
35932011-10-21 Chong Yidong <cyd@gnu.org>
3594
3595 * progmodes/idlwave.el (idlwave-mode):
3596 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3597 require-final-newline; that's done in prog-mode.
3598 Suggested by Stefan Monnier.
a7dee7e7 3599
e07b9a6d
MR
36002011-10-21 Martin Rudalics <rudalics@gmx.at>
3601
3602 * mouse.el (mouse-drag-window-above)
3603 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3604 (mouse-drag-mode-line-1, mouse-drag-header-line)
3605 (mouse-drag-vertical-line-rightward-window): Remove.
3606 (mouse-drag-line): New function.
3607 (mouse-drag-mode-line, mouse-drag-header-line)
3608 (mouse-drag-vertical-line): Call mouse-drag-line.
3609 * window.el (window-at-side-p, windows-at-side): New functions.
3610
7e1361d9
UM
36112011-10-21 Ulrich Mueller <ulm@gentoo.org>
3612
3613 * tar-mode.el (tar-grind-file-mode):
3614 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3615
30fcaf3a
CY
36162011-10-21 Chong Yidong <cyd@gnu.org>
3617
3618 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3619 * progmodes/vera-mode.el (vera-mode):
3620 Use mode-require-final-newline.
30fcaf3a 3621
516eddb0
GM
36222011-10-20 Glenn Morris <rgm@gnu.org>
3623
db22a3c2 3624 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3625
10d5f513
CS
36262011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3627
3628 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3629
ac6c8639
CY
36302011-10-20 Chong Yidong <cyd@gnu.org>
3631
3632 * emulation/cua-base.el (cua-mode):
3633 * mail/footnote.el (footnote-mode):
3634 * mail/mailabbrev.el (mail-abbrevs-mode):
3635 * net/xesam.el (xesam-minor-mode):
3636 * progmodes/bug-reference.el (bug-reference-mode):
3637 * progmodes/cap-words.el (capitalized-words-mode):
3638 * progmodes/compile.el (compilation-minor-mode)
3639 (compilation-shell-minor-mode):
3640 * progmodes/gud.el (gud-tooltip-mode):
3641 * progmodes/hideif.el (hide-ifdef-mode):
3642 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3643 * progmodes/subword.el (subword-mode):
3644 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3645 * progmodes/which-func.el (which-function-mode):
3646 * term/tvi970.el (tvi970-set-keypad-mode):
3647 * term/vt100.el (vt100-wide-mode):
3648 * textmodes/flyspell.el (flyspell-mode):
3649 * textmodes/ispell.el (ispell-minor-mode):
3650 * textmodes/nroff-mode.el (nroff-electric-mode):
3651 * textmodes/paragraphs.el (use-hard-newlines):
3652 * textmodes/refill.el (refill-mode):
3653 * textmodes/reftex.el (reftex-mode):
3654 * textmodes/rst.el (rst-minor-mode):
3655 * textmodes/sgml-mode.el (html-autoview-mode)
3656 (sgml-electric-tag-pair-mode):
3657 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3658 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3659 * emulation/crisp.el (crisp-mode):
3660 * emacs-lisp/eldoc.el (eldoc-mode):
3661 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3662 minor mode behavior.
3663
aa42ab43
JL
36642011-10-19 Juri Linkov <juri@jurta.org>
3665
3666 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3667 the list of hard-coded chars with escape-glyph face.
3668
89400f1d
SM
36692011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3672
305c07f6
MA
36732011-10-19 Michael Albinus <michael.albinus@gmx.de>
3674
3675 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3676 running process.
3677
13754b54
GM
36782011-10-19 Glenn Morris <rgm@gnu.org>
3679
3680 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3681 Ignore ignored files. (Bug#9726)
3682
06e21633
CY
36832011-10-19 Chong Yidong <cyd@gnu.org>
3684
3685 Doc fix for minor modes, stating that an omitted argument enables
3686 the mode unconditionally when called from Lisp.
3687
3688 * abbrev.el (abbrev-mode):
3689 * allout.el (allout-mode):
3690 * autoinsert.el (auto-insert-mode):
3691 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3692 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3693 (global-auto-revert-mode):
3694 * battery.el (display-battery-mode):
3695 * composite.el (global-auto-composition-mode)
3696 (auto-composition-mode):
3697 * delsel.el (delete-selection-mode):
3698 * desktop.el (desktop-save-mode):
3699 * dired-x.el (dired-omit-mode):
3700 * dirtrack.el (dirtrack-mode):
3701 * doc-view.el (doc-view-minor-mode):
3702 * double.el (double-mode):
3703 * electric.el (electric-indent-mode, electric-pair-mode):
3704 * emacs-lock.el (emacs-lock-mode):
3705 * epa-hook.el (auto-encryption-mode):
3706 * follow.el (follow-mode):
3707 * font-core.el (font-lock-mode):
3708 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3709 * help.el (temp-buffer-resize-mode):
3710 * hilit-chg.el (highlight-changes-mode)
3711 (highlight-changes-visible-mode):
3712 * hi-lock.el (hi-lock-mode):
3713 * hl-line.el (hl-line-mode, global-hl-line-mode):
3714 * icomplete.el (icomplete-mode):
3715 * ido.el (ido-everywhere):
3716 * image-file.el (auto-image-file-mode):
3717 * image-mode.el (image-minor-mode):
3718 * iswitchb.el (iswitchb-mode):
3719 * jka-cmpr-hook.el (auto-compression-mode):
3720 * linum.el (linum-mode):
3721 * longlines.el (longlines-mode):
3722 * master.el (master-mode):
3723 * mb-depth.el (minibuffer-depth-indicate-mode):
3724 * menu-bar.el (menu-bar-mode):
3725 * minibuf-eldef.el (minibuffer-electric-default-mode):
3726 * mouse-sel.el (mouse-sel-mode):
3727 * msb.el (msb-mode):
3728 * mwheel.el (mouse-wheel-mode):
3729 * outline.el (outline-minor-mode):
3730 * paren.el (show-paren-mode):
3731 * recentf.el (recentf-mode):
3732 * reveal.el (reveal-mode, global-reveal-mode):
3733 * rfn-eshadow.el (file-name-shadow-mode):
3734 * ruler-mode.el (ruler-mode):
3735 * savehist.el (savehist-mode):
3736 * scroll-all.el (scroll-all-mode):
3737 * scroll-bar.el (scroll-bar-mode):
3738 * server.el (server-mode):
3739 * shell.el (shell-dirtrack-mode):
3740 * simple.el (auto-fill-mode, transient-mark-mode)
3741 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3742 (line-number-mode, column-number-mode, size-indication-mode)
3743 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3744 * strokes.el (strokes-mode):
3745 * time.el (display-time-mode):
3746 * t-mouse.el (gpm-mouse-mode):
3747 * tool-bar.el (tool-bar-mode):
3748 * tooltip.el (tooltip-mode):
3749 * type-break.el (type-break-mode-line-message-mode)
3750 (type-break-query-mode):
3751 * view.el (view-mode):
3752 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3753 (global-whitespace-mode, global-whitespace-newline-mode):
3754 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3755
a3839de2
SM
3756 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3757 Fix autogenerated docstring.
06e21633 3758
5214e501
JL
37592011-10-19 Juri Linkov <juri@jurta.org>
3760
3761 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3762 by checking environment variables "DESKTOP_SESSION" and
3763 "XDG_CURRENT_DESKTOP". (Bug#9779)
3764
195f8db9
JL
37652011-10-19 Juri Linkov <juri@jurta.org>
3766
3767 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3768 (browse-url-chromium-program, browse-url-chromium-arguments):
3769 New defcustoms.
3770 (browse-url-default-browser): Check for `browse-url-chromium' and
3771 call `browse-url-chromium-program'.
3772 (browse-url-chromium): New command. (Bug#9779)
3773
343a34ff
JB
37742011-10-18 Juanma Barranquero <lekktu@gmail.com>
3775
3776 * facemenu.el (list-colors-duplicates): On Windows, detect more
3777 duplicates by assuming that only colors matching "^System" are
3778 special "system colors". (Bug#9722)
3779
6978a151
SM
37802011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3783 to distinguish the author from the committer.
3784
6a80b297
MA
37852011-10-18 Michael Albinus <michael.albinus@gmx.de>
3786
3787 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3788
b31a5677
JK
37892011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3790
3791 * international/mule.el (sgml-html-meta-auto-coding-function):
3792 Add support for detecting encoding in HTML5 specified only as
3793 <meta charset="UTF-8">. Implementation just makes http-equiv and
3794 content-type parts from HTML4 encoding string optional. (Bug#9716)
3795
80c6d77f
GM
37962011-10-18 Glenn Morris <rgm@gnu.org>
3797
3798 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3799
08b0fee8
CY
38002011-10-18 Chong Yidong <cyd@gnu.org>
3801
3802 * faces.el (cursor): Doc fix.
3803
67e729a5
CY
38042011-10-17 Chong Yidong <cyd@gnu.org>
3805
3806 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3807
343a34ff 38082011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3809
3810 * dirtrack.el (dirtrack): Support shell buffers with path
3811 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3812
0bc06380
TZ
38132011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3814
3815 * json.el: Bump version to 1.3 and note change in History.
3816 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3817
8b79f3e0
SM
38182011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3819
5a7c536b
SM
3820 * comint.el (comint-insert-input, comint-send-input)
3821 (comint-get-old-input-default, comint-backward-matching-input)
3822 (comint-next-prompt): Use nil instead of `input' for field property of
3823 past user input (bug#114).
3824
96a8a0df
SM
3825 * minibuffer.el (completion--replace): Inherit surrounding properties
3826 (bug#114).
3827 (minibuffer-complete-and-exit): Use it.
3828
8b79f3e0
SM
3829 * comint.el (comint--table-subvert): Quote the all-completions output
3830 (bug#9160).
3831
b8f7ff0d
MR
38322011-10-17 Martin Rudalics <rudalics@gmx.at>
3833
8b79f3e0 3834 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3835
b8f7ff0d 3836 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3837 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3838 entries and separate them from frame entries.
3839
c235b555
GM
38402011-10-15 Glenn Morris <rgm@gnu.org>
3841
3842 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3843 Doc fixes.
3844
6bbfa6e1
CY
38452011-10-15 Chong Yidong <cyd@stupidchicken.com>
3846
8b79f3e0
SM
3847 * net/network-stream.el (network-stream-open-starttls):
3848 Improve detection of failure due to lack of TLS support.
ec5c990d 3849
6bbfa6e1
CY
3850 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3851 putting the input text in front and in bold.
3852
98488977
SM
38532011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3d1337be
SM
3855 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3856
ee0b45e4
SM
3857 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3858 empty buffer.
3859
98488977
SM
3860 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3861 unread-command-events rather than pushing yet-another event.
3862
186f4720
EZ
38632011-10-14 Eli Zaretskii <eliz@gnu.org>
3864
3865 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3866 the explanation of the possible choices. Make the options passed
3867 to completing-read shorter.
3868
8b7a997c
AM
38692011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3870
3871 * textmodes/flyspell.el (flyspell-large-region): Make sure
3872 extended character mode is used if defined (Bug#1339).
3873
12587bbb
EZ
38742011-10-13 Eli Zaretskii <eliz@gnu.org>
3875
3876 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3877 character info for LRE, LRO, RLE, and RLO characters by appending
3878 an invisible PDF.
12587bbb 3879
bad41229
SM
38802011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3883 even in case of error; add debug spec; simplify data flow.
3884 (with-timeout-handler): Remove.
3885
28dbc92f
MA
38862011-10-12 Michael Albinus <michael.albinus@gmx.de>
3887
3888 Fix Bug#6019, Bug#9315.
3889
3890 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3891 complete `buffer-file-name', the local file name part could look
3892 remotely (for example on VMS).
3893
3894 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3895 `tramp-run-real-handler'.
3896 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3897 already quoted by '"'.
3898
3899 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3900 Let `file-name-handler-alist' be nil, the local file name part
3901 could look remotely (for example on VMS).
3902
e1b0b23a
SM
39032011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3906 from here...
3907 (flyspell-post-command-hook): ...to here.
3908
a120bde9
SM
39092011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3912 if not needed.
3913 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3914 using completion. Protect against "slow" callers.
3915 Remove the "message hack".
3916
7ce7717b
JL
39172011-10-11 Juri Linkov <juri@jurta.org>
3918
3919 * isearch.el (isearch-lazy-highlight-word): New variable.
3920 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3921 Use it. (Bug#9727)
3922
c02ee9d6
GM
39232011-10-11 Glenn Morris <rgm@gnu.org>
3924
3925 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3926 like f90-previous-statement does.
3927
93e616fd 39282011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3929
1f190e73 3930 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3931 only in interactive use, to avoid error.
3932
af7b6078
SM
39332011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * minibuffer.el (completion-file-name-table): Fix last change,
3936 i.e. ignore normal errors but not the other ones.
3937
0563dae9
MR
39382011-10-10 Martin Rudalics <rudalics@gmx.at>
3939
3940 * window.el (special-display-buffer-names)
3941 (special-display-regexps): Remove some remnants of earlier
3942 changes from doc-strings.
366ca7f3
MR
3943 (quit-windows-on): New function.
3944
3945 * vc/vc.el (vc-revert, vc-rollback):
3946 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3947 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3948 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3949
49677495
MR
39502011-10-09 Martin Rudalics <rudalics@gmx.at>
3951
3952 * window.el (frame-auto-hide-function): Add version tag.
3953 (Bug#9699)
3954
56f2d1e1
MA
39552011-10-09 Michael Albinus <michael.albinus@gmx.de>
3956
3957 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3958 condition.
3959
112a6592
LL
39602011-10-09 Leo Liu <sdl.web@gmail.com>
3961
3962 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3963 (Bug#9701)
3964
0812589b
GM
39652011-10-08 Glenn Morris <rgm@gnu.org>
3966
3967 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3968 before the first code statement zero indent. (Bug#9690)
3969
b2b0776e
CY
39702011-10-08 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * simple.el (count-words-region): Always count in the region.
3973 Report the number of lines and characters too.
3974 (count-words): New command, which counts in the buffer if the
3975 region is inactive, as count-words-region used to.
3976 (count-words--message): New function. Handle plurals.
3977 (count-lines-region): Make it an alias for count-words-region.
3978
3979 * bindings.el (esc-map): Replace count-lines-region with
3980 count-words-region.
3981
c557cd6b
MR
39822011-10-08 Martin Rudalics <rudalics@gmx.at>
3983
3984 * window.el (window--delete): Delete dedicated frame
3985 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3986 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3987
61a57ef4 39882011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3989
3a7d293b 3990 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3991
c3833279
CY
39922011-10-07 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * bindings.el ([M-left],[M-right]): Bind to left-word and
3995 right-word respectively.
3996
21ce8245
GM
39972011-10-07 Glenn Morris <rgm@gnu.org>
3998
3999 * cus-start.el (debug-on-quit): Fix custom type.
4000
6d823bb2
LMI
40012011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4002
0181e193
LMI
4003 * subr.el (define-key-after): Clarify that the function is not
4004 useful for non-menu keymaps.
4005
6d823bb2
LMI
4006 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4007
8e3459ce 40082011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4009
21ce8245 4010 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4011 in current minibuffer (Fix bug with recursive minibuffers).
4012
a1c2d21e
CY
40132011-10-06 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * progmodes/gdb-mi.el (gdb): Doc fix.
4016
5a4cf282
MR
40172011-10-05 Martin Rudalics <rudalics@gmx.at>
4018
4019 * window.el (frame-auto-hide-function): New option replacing
4020 frame-auto-delete. Suggested by Stefan Monnier.
4021 (window--delete): Call frame-auto-hide-function instead of
4022 investigating frame-auto-delete.
c96111ea
MR
4023 (window-point-1, set-window-point-1): New functions.
4024 (window-in-direction, record-window-buffer, window-state-get-1)
4025 (display-buffer-record-window): Use window-point-1 instead of
4026 window-point.
4027 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4028
9854542e
SM
40292011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4032
8943cfb0
GM
40332011-10-05 Glenn Morris <rgm@gnu.org>
4034
4035 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4036 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4037
647ab967
LL
40382011-10-05 Leo Liu <sdl.web@gmail.com>
4039
4040 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4041 works with buffer object.
4042
3ddfbced
SM
40432011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * mpc.el (mpc-tool-bar-map): Add labels.
4046
bdfa5dd2
GM
40472011-10-04 Glenn Morris <rgm@gnu.org>
4048
4049 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4050
0e2070b5
MR
40512011-10-04 Martin Rudalics <rudalics@gmx.at>
4052
4053 * window.el (window--delete): New function.
4054 (frame-auto-delete): Resuscitate option.
4055 (bury-buffer, replace-buffer-in-windows)
4056 (quit-window): Rewrite using window--delete.
4057 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4058 Pass display-buffer-mark-dedicated to window--display-buffer-2
4059 (Bug#9639).
4060
3dc61a09
SM
40612011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4062
915a9b64
SM
4063 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4064 returns a list (bug#9554). Add remote file name completion.
4065 * comint.el (comint--table-subvert): Curry and get quote&unquote
4066 functions as arguments.
4067 (comint--complete-file-name-data): Adjust call accordingly.
4068 * pcomplete.el (pcomplete--table-subvert): Remove.
4069 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4070
3dc61a09
SM
4071 * minibuffer.el (completion-table-case-fold): Use currying.
4072 (completion--styles-type, completion--cycling-threshold-type):
4073 New constants.
4074 (completion-styles, completion-category-overrides)
4075 (completion-cycle-threshold): Use them.
4076 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4077 completion-table-case-fold.
4078
8ea0a993
SB
40792011-10-03 Stephen Berman <stephen.berman@gmx.net>
4080
4081 * minibuffer.el (completion-category-overrides): Fix type of styles
4082 and add more user friendly tags (bug#9660).
4083
8c24b7f6
SM
40842011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4087 (mule-input-method-string): New widget.
4088 (default-input-method, language-info-custom-alist): Use it.
4089
428fe61a
SM
40902011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4091
32c1fffd
SM
4092 * pcomplete.el: Require comint.
4093 (pcomplete--common-suffix): Remove.
4094 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4095 (pcomplete--table-subvert): Sync with comint--table-subvert.
4096 (pcomplete--entries): Use comint-completion-file-name-table.
4097 * comint.el (comint-unquote-filename): Simplify.
4098 (comint-completion-file-name-table): New function (bug#9616).
4099 (comint--complete-file-name-data): Use it.
4100
428fe61a
SM
4101 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4102 (pcmpl-gnu-tar-buffer): Remove.
4103 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4104 around. Make sure pcomplete-suffix-list is only changed temporarily.
4105 Don't look inside the tar's file if it's too large.
428fe61a 4106
04c52e2f
CY
41072011-10-01 Chong Yidong <cyd@stupidchicken.com>
4108
ce3cefcc
CY
4109 * cus-edit.el (custom-mode-map):
4110 * epa.el (epa-key-list-mode-map):
4111 * man.el (Man-mode-map):
4112 * startup.el (splash-screen-keymap):
4113 * simple.el (special-mode-map): Use scroll-up-command and
4114 scroll-down-command.
4115
4116 * progmodes/idlw-help.el (idlwave-help-mode-map):
4117 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4118 * net/newst-plainview.el (newsticker-mode-map):
4119 * emulation/ws-mode.el (wordstar-mode-map):
4120 * emulation/vi.el (vi-com-map):
4121 * calc/calc-graph.el (calc-graph-show-dumb):
4122 * term/sun.el (terminal-init-sun):
4123 * term/ns-win.el (global-map):
4124 * progmodes/grep.el (grep-mode-map):
4125 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4126 * mail/rmail.el (rmail-mode-map):
4127 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4128
04c52e2f
CY
4129 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4130 custom-safe-themes as special.
4131
79adf8c8
JD
41322011-10-01 Julien Danjou <julien@danjou.info>
4133
4134 * notifications.el (notifications-notify): Fix docstring.
4135
63bd50d3
PS
41362011-10-01 Per Starbäck <per@starback.se>
4137
4138 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4139
199e4c7e
MR
41402011-09-30 Martin Rudalics <rudalics@gmx.at>
4141
4142 * startup.el (command-line-1): Fix last fix by inserting
4143 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4144 (Bug#9605) and (Bug#9636)
199e4c7e 4145
fe5f08dd
EZ
41462011-09-29 Eli Zaretskii <eliz@gnu.org>
4147
4148 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4149 window is hscrolled, move by logical lines. (Bug#9607)
4150 (line-move-visual): Update the doc string to the above effect.
4151
b5516bbd
MR
41522011-09-29 Martin Rudalics <rudalics@gmx.at>
4153
ccee00c0
MR
4154 * window.el (display-buffer-record-window): When WINDOW is the
4155 selected window use `point' instead of `window-point'. (Bug#9626)
4156
b5516bbd
MR
4157 * startup.el (command-line-1): Use insert-before-markers when
4158 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4159
b5516bbd
MR
4160 * help.el (help-window): Remove variable.
4161
52aa0014
GM
41622011-09-29 Glenn Morris <rgm@gnu.org>
4163
4164 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4165
df9a7357
JB
41662011-09-29 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * descr-text.el (describe-char-categories): Accept category
4169 descriptions more than one line long.
4170
a8406c20
SM
41712011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4172
88d9610c
SM
4173 * simple.el (delete-trailing-whitespace): Fix last change.
4174
a5daf810
SM
4175 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4176 Don't confuse "y => 3" as the beginning of a `y' operation.
4177
a8406c20
SM
4178 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4179 object has more than 4 slots (bug#9613).
4180
a239d4e9
JB
41812011-09-28 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * subr.el (with-output-to-temp-buffer):
4184 * net/quickurl.el (quickurl, quickurl-browse-url):
4185 Fix typos in docstrings.
4186
693fbdb6
EZ
41872011-09-27 Eli Zaretskii <eliz@gnu.org>
4188
4189 * minibuffer.el (completion-styles)
4190 (completion-category-overrides): Cross reference each other in doc
4191 strings.
4192
8b457e28
GM
41932011-09-27 Glenn Morris <rgm@gnu.org>
4194
4195 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4196 to split-string. (Bug#9606)
4197
85a16208
LMI
41982011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4199
4200 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4201 (bug#9615).
4202
502f9ebd
CY
42032011-09-27 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * emacs-lisp/package.el (list-packages): Fix echo area message.
4206
7690bdea
LL
42072011-09-27 Leo Liu <sdl.web@gmail.com>
4208
4209 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4210
e2ee6f30
MA
42112011-09-25 Michael Albinus <michael.albinus@gmx.de>
4212
4213 * net/dbus.el (dbus-unregister-object): Don't release services for
4214 registered signals. (Bug#9581)
4215
f3f98342
TZ
42162011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4217
4218 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4219 function that picks between cfengine 2 and 3 support
4220 automatically. Update docs accordingly.
4221
dd7aa8dd
KH
42222011-09-22 Kenichi Handa <handa@m17n.org>
4223
4224 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4225 ZERO.
4226 (indian-itrans-v5-table-for-tamil): New variable.
4227 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4228
3f2b07f8
KM
42292011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4230
4231 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4232 that's true if the current command involved collapsing of text.
4233 It's reset to false at the beginning of the next command.
4234 (allout-post-command-business): Move the cursor to the beginning
4235 of entry if the cursor is hidden and collapsing activity just
4236 happened.
4237
371d6a61
CY
42382011-09-24 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4241 tracking (Bug#9541).
4242
2ac2721a
UJ
42432011-09-24 Ulf Jasper <ulf.jasper@web.de>
4244
4245 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4246 (newsticker-show-news): Automatically load html rendering package
4247 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4248 because w3m-fill-column is let-bound" and the error "Symbol's value
4249 as variable is void: w3m-fill-column".
2ac2721a 4250
fac7ae53
MA
42512011-09-24 Michael Albinus <michael.albinus@gmx.de>
4252
4253 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4254 Release services only if they are defined. (Bug#9581)
4255
e08b633b
RS
42562011-09-23 Richard Stallman <rms@gnu.org>
4257
e488d29c
RS
4258 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4259 distinguish start of paragraph from start of its text.
4260
19c38752
RS
4261 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4262
e08b633b
RS
4263 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4264 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4265 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4266
0a39f27e
AS
42672011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4268
4269 * international/mule-diag.el (mule-diag): Insert a newline after
4270 each fontset description.
4271
db4e950d
SM
42722011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * simple.el (delete-trailing-whitespace):
4275 Document last change; simplify.
4276
eca3f3ea
PW
42772011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4278
d68e189a
PW
4279 * simple.el (delete-trailing-whitespace): Also delete
4280 extra newlines at the end of the buffer.
4281
eca3f3ea
PW
4282 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4283 (picture-newline): Use forward-line so as to ignore fields.
4284
01c157cc
SM
42852011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * subr.el (with-wrapper-hook): Fix edebug spec.
4288
022de23e
LMI
42892011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4290
4291 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4292 (bug#4538).
4293
91683089
MA
42942011-09-23 Michael Albinus <michael.albinus@gmx.de>
4295
eca3f3ea
PW
4296 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4297 Fix nasty bug using wrong cached values.
91683089 4298
5bdd6fa4
AM
42992011-09-23 Alan Mackenzie <acm@muc.de>
4300
4301 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4302
97adfb97
CY
43032011-09-23 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * window.el (pop-to-buffer): Ensure right window is selected if we
4306 chose another frame.
4307
d4ef2b50
EZ
43082011-09-22 Eli Zaretskii <eliz@gnu.org>
4309
4310 * simple.el (what-cursor-position): Use get-char-property-change
4311 and next-single-char-property-change, to be able to show display
4312 properties that come from overlays as well as text properties.
4313
72258fe5
CY
43142011-09-22 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4317
4318 * cmuscheme.el (run-scheme, switch-to-scheme):
4319 * cus-edit.el (customize-group, custom-buffer-create)
4320 (customize-browse):
4321 * info.el (info):
4322 * shell.el (shell):
4323 * mail/sendmail.el (mail):
4324 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4325
8f098516
RS
43262011-09-22 Richard Stallman <rms@gnu.org>
4327
4328 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4329 move back only to line beg, don't move back over blank lines.
4330
e74f1bb6
MA
43312011-09-22 Michael Albinus <michael.albinus@gmx.de>
4332
4333 * files.el (copy-directory): Set directory attributes only in case
4334 they could be retrieved from the source directory. (Bug#9565)
4335
bfeef8b6
DK
43362011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4337
4338 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4339 (hs-find-block-beginning, hs-hide-level-recursive):
4340 Ignore strings as well as comments. (Bug#9502)
4341
7e423bb8
AS
43422011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4343
4344 * progmodes/sql.el (sql-comint-postgres):
4345 Convert port number to a string. (Bug#9566)
4346
b4d72fcf
MR
43472011-09-22 Martin Rudalics <rudalics@gmx.at>
4348
4349 * window.el (quit-window): Undedicate window when switching to
4350 previous buffer. Reported by Thierry Volpiatto
4351 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4352 (special-display-popup-frame): When popping up a new frame reset
4353 its previous buffers to nil. Simplify code.
b4d72fcf 4354
a7b88dc6
MA
43552011-09-21 Michael Albinus <michael.albinus@gmx.de>
4356
4357 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4358 and process filter, as done also in `shell-command'.
4359
cf4eacfd
MR
43602011-09-21 Martin Rudalics <rudalics@gmx.at>
4361
eca3f3ea 4362 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4363 Call set-window-start with NOFORCE argument t.
4364 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4365 (quit-window): Reword doc-string. Handle new format of
4366 quit-restore parameter. Don't delete window if it has a
4367 previous buffer we can show instead of the present one.
4368 (display-buffer-record-window): Rewrite using a new format for
4369 the quit-restore window parameter
4370 (special-display-popup-frame, display-buffer-same-window)
4371 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4372 (display-buffer-pop-up-window, display-buffer-use-some-window):
4373 Adapt symbol passed to display-buffer-record-window.
4374 * help.el (help-window-setup): Handle new format of quit-restore
4375 parameter.
4376
8d28cb95
SM
43772011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4378
94ab793f
SM
4379 * faces.el (face-list): Fix docstring (bug#9564).
4380
8d28cb95
SM
4381 * window.el (display-buffer--action-function-custom-type):
4382 Don't include internal functions in the Custom interface.
4383
3820edeb
JL
43842011-09-20 Juri Linkov <juri@jurta.org>
4385
4386 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4387 (Info-forward-node, Info-backward-node, Info-next-preorder)
4388 (Info-last-preorder): Use it. (Bug#9528)
4389
5147931d
JL
43902011-09-20 Juri Linkov <juri@jurta.org>
4391
4392 * info.el (Info-last-preorder): Visit last menu item only when
4393 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4394
cf499a1a
JD
43952011-09-20 Julien Danjou <julien@danjou.info>
4396
4397 * password-cache.el (password-cache-remove): Remove entries even if the
4398 value is nil, so that password with a nil value (negative caching) is
4399 possible to invalidate.
4400
f84e2fe2
LM
44012011-09-20 Lawrence Mitchell <wence@gmx.li>
4402
4403 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4404 all whitespace around breakpoint. (Bug#9553)
4405 (f90-find-breakpoint): Only break at whitespace inside a comment.
4406
78054a46
SM
44072011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * minibuffer.el (completion-file-name-table): Keep track of errors.
4410 (completion-table-with-predicate): Handle the case where pred1 is nil.
4411 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4412
345083b2
SM
44132011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4414
e24e27be
SM
4415 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4416 (debugger-return-value): Signal an error if the debugging context does
4417 not await any return value.
4418
345083b2
SM
4419 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4420 * image-mode.el (image-toggle-display-text)
4421 (image-toggle-display-image): Stay away from evil `intangible'.
4422
08d355e3
LL
44232011-09-19 Leo Liu <sdl.web@gmail.com>
4424
4425 * replace.el (occur-revert-arguments): Make it permanent-local.
4426 (occur-mode): Don't call font-lock-defontify.
4427
f01da43f
CY
44282011-09-19 Chong Yidong <cyd@stupidchicken.com>
4429
4430 * net/ldap.el (ldap-search-internal): Don't push empty search
4431 result (Bug#9508).
4432
b6072fa6
SM
44332011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4436
443d6696
MA
44372011-09-19 Michael Albinus <michael.albinus@gmx.de>
4438
4439 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4440 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4441
7cc6e154
JL
44422011-09-18 Juri Linkov <juri@jurta.org>
4443
4444 * buff-menu.el (Buffer-menu-mode-map):
4445 * dired.el (dired-mode-map):
4446 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4447 (lisp-interaction-mode-map):
4448 * emacs-lisp/package.el (package-menu-mode-map):
4449 * epa.el (epa-key-list-mode-map):
4450 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4451 (menu-bar-options-menu):
4452 * outline.el (outline-mode-menu-bar-map):
4453 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4454 * vc/vc-dir.el (vc-dir-menu-map):
4455 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4456 Capitalize non-function content words in menu item strings.
4457
4458 * dired.el (dired-mode-map): Add menu item for
4459 `image-dired-dired-toggle-marked-thumbs'.
4460
80302a81
JL
44612011-09-18 Juri Linkov <juri@jurta.org>
4462
4463 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4464 to `isearch-case-fold-search' and restore its original value
4465 after the `isearch-mode' call.
4466
46c5cf66
JL
44672011-09-18 Juri Linkov <juri@jurta.org>
4468
4469 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4470 because `zgrep' returns 1 for successful matches (bug#9226).
4471
d18b513b
JL
44722011-09-18 Juri Linkov <juri@jurta.org>
4473
4474 * info.el (Info-extract-menu-node-name): Check the second match
4475 for empty string (second test-case of bug#9528).
4476 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4477 intermediate nodes to the history (first test-case of bug#9528).
4478
72753f87
JL
44792011-09-18 Juri Linkov <juri@jurta.org>
4480
4481 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4482 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4483
c9384295
JL
44842011-09-18 Juri Linkov <juri@jurta.org>
4485
1154d12e
JB
4486 * info.el (Info-file-supports-index-cookies):
4487 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4488 outputs one more line for long file names (bug#4142).
c9384295 4489
d473dce8
CY
44902011-09-18 Chong Yidong <cyd@stupidchicken.com>
4491
4492 * newcomment.el (comment-normalize-vars): If prompting for
4493 comment-start, set comment-start-skip too (Bug#8424).
4494
2176854d
JB
44952011-09-18 Johan Bockgård <bojohan@gnu.org>
4496
4497 * icomplete.el: Fix previous fix of Bug#5849.
4498 (icomplete-mode): Don't set completion-show-inline-help.
4499 (icomplete-minibuffer-setup): Set completion-show-inline-help
4500 locally during icompletion.
4501
3aace4e4
CY
45022011-09-18 Chong Yidong <cyd@stupidchicken.com>
4503
c940224f
CY
4504 * woman.el (woman2-process-escapes): Don't delete unrecognized
4505 escapes (Bug#7843).
4506
3aace4e4
CY
4507 * files.el (inhibit-first-line-modes-regexps): Add image files.
4508 (hack-local-variables-prop-line): Return nil for malformed
4509 prop-lines (Bug#9044).
4510
710dec63
MA
45112011-09-18 Michael Albinus <michael.albinus@gmx.de>
4512
4513 * net/tramp.el (top): Don't require 'shell.
4514 (tramp-methods): Fix docstring.
4515 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4516 Return complete remote file name. Handle "smb" case.
4517 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4518 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4519
4520 * net/tramp-compat.el (top): Require 'shell.
4521
4522 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4523 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4524 `tramp-current-host'.
4525 (tramp-get-remote-tmpdir): Remove.
4526
4527 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4528 `tramp-tmpdir' entries.
4529 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4530 (tramp-smb-handle-file-attributes): Ignore errors.
4531 (tramp-smb-wait-for-output): Check also for process end.
4532
5d5ac8ec
LMI
45332011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4534
4535 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4536 when sending QUIT (bug#9312).
4537
8c0f49f0
CY
45382011-09-17 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4541 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4542 occur-mode-display-occurrence.
4543 (occur-edit-mode): Add usage message.
4544 (occur-cease-edit): New command.
4545 (occur-after-change-function): Use text properties to find the
4546 position of the prefix text.
4547 (occur-engine): Set stickiness of prefix text properties.
4548
8f1383f7
GM
45492011-09-17 Glenn Morris <rgm@gnu.org>
4550
4551 * progmodes/etags.el (complete-tag):
4552 Fix call to completion-in-region. (Bug#9526)
4553
744ba0e3
JL
45542011-09-17 Juri Linkov <juri@jurta.org>
4555
4556 * textmodes/ispell.el (ispell-word): Add to the error message
4557 the word, ispell program name and current dictionary (bug#9121).
4558 (ispell-tex-arg-end): Capitalize "error" in the error message.
4559
d9bbf400
AS
45602011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4561
4562 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4563 check. (Bug#4251)
4564
8da11505
JL
45652011-09-17 Juri Linkov <juri@jurta.org>
4566
4567 * window.el (window-safe-min-height, window-safe-min-width):
4568 Fix typos (followup to bug#9522).
4569
a91adc7e
SJ
45702011-09-17 Sven Joachim <svenjoac@gmx.de>
4571
4572 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4573
064f328a
EZ
45742011-09-16 Eli Zaretskii <eliz@gnu.org>
4575
4576 * simple.el (line-move): If goal-column is set, move by logical
4577 lines, not by display lines. (Bug#971)
4578 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4579 to reflect the above change.
4580
e69df516
SM
45812011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4582
4583 * image.el (imagemagick-register-types): Use regexp-opt.
4584
cbb0f9ab
CY
45852011-09-15 Chong Yidong <cyd@stupidchicken.com>
4586
4587 * window.el (display-buffer-base-action): Rename from
4588 display-buffer-default-action. Make default value empty.
4589 (display-buffer-overriding-action): Convert to defvar.
4590 (display-buffer-fallback-action): New var.
4591
25322144
CY
45922011-09-15 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4595 declaration.
4596 (package--add-to-archive-contents): If there is a duplicate entry
4597 with an older version, remove it.
4598 (package-menu-mark-delete, package-menu-mark-install)
4599 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4600 (package-menu-mark-obsolete-for-deletion):
4601 Use package-menu-get-status instead of a regexp search.
25322144
CY
4602 (package-menu-get-status): Use tabulated-list-entry.
4603 (package-menu-mark-upgrades): New command.
d770725a 4604 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4605 (package-menu-execute): Do installation before deletion.
4606 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4607 instead of checking major-mode.
4608 (package-menu--find-upgrades): New function.
4609
7520339c
LMI
46102011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4611
4612 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4613 passwords in the log buffer.
65a046c4
LMI
4614 (smtpmail-process-filter): Update the process marker so that the
4615 "broken by peer" status message is inserted in the right place.
7520339c 4616
d3c30954
SM
46172011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4618
3fe48822
SM
4619 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4620 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4621 bibtex-completion-at-point-function.
4622 (bibtex-completion-at-point-function): Use them.
4623
1b8b3954
SM
4624 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4625
d3c30954
SM
4626 * mpc.el (mpc-constraints-tag-lookup): New function.
4627 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4628 also to browser "album|playlist".
4629
72779976
JL
46302011-09-14 Juri Linkov <juri@jurta.org>
4631
4632 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4633 (isearch-edit-string): Use length of `isearch-string' when
4634 `isearch-fail-pos' returns nil.
4635 (isearch-message): Remove duplicate code and call
4636 `isearch-fail-pos' with arg `t'.
4637
a0bf2bcd
CY
46382011-09-14 Chong Yidong <cyd@stupidchicken.com>
4639
17bb0a2d
CY
4640 * replace.el (occur-mode-goto-occurrence): Don't force using other
4641 window (Bug#9499).
4642
a0bf2bcd
CY
4643 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4644
f678e0b6
MR
46452011-09-14 Martin Rudalics <rudalics@gmx.at>
4646
4647 * window.el (display-buffer-window): Remove.
4648 (display-buffer-record-window): Use help-setup window parameter
4649 instead of variable display-buffer-window.
4650 (display-buffer-function, special-display-buffer-names)
4651 (special-display-function): Mention help-setup parameter instead
4652 of display-buffer-window in doc-string.
d3c30954
SM
4653 * help.el (help-window-setup): New argument help-window.
4654 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4655 Reword some messages.
4656 (with-help-window): Pass window used for displaying the buffer
4657 to help-window-setup. Don't set display-buffer-window.
4658
8e39b2e8
GM
46592011-09-13 Glenn Morris <rgm@gnu.org>
4660
4661 * emacs-lisp/debug.el (debugger-make-xrefs):
4662 Preserve point. (Bug#9462)
4663
85e9c04b
CY
46642011-09-13 Chong Yidong <cyd@stupidchicken.com>
4665
4666 * window.el (window-deletable-p): Use next-frame.
4667
1b36ed6a
MR
46682011-09-13 Martin Rudalics <rudalics@gmx.at>
4669
4670 * window.el (window-auto-delete): Remove.
4671 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4672 dedication and previous buffers.
1b36ed6a
MR
4673 (switch-to-prev-buffer): Don't delete window.
4674 (delete-windows-on): Delete a window's frame if and only if the
4675 window is dedicated.
4676 (replace-buffer-in-windows): Delete buffer's window or frame if
4677 and only if window is dedicated.
4678 (quit-window): Handle quit-restore as before last change.
4d61f28d 4679 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4680
ef8ef9fb
CY
46812011-09-13 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * window.el (window-deletable-p): Never delete the last frame on a
4684 given terminal.
4685
b2cba41e
GM
46862011-09-13 Glenn Morris <rgm@gnu.org>
4687
4688 * help.el (describe-key-briefly): Copy previous standard-output change.
4689
51553db6 46902011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4691
4692 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4693
b7556719
GM
46942011-09-13 Glenn Morris <rgm@gnu.org>
4695
4696 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4697 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4698
64b51947
CY
46992011-09-12 Chong Yidong <cyd@stupidchicken.com>
4700
4701 * dired-aux.el (dired-mark-read-string): Don't return default
4702 value on empty input (Bug#9361).
4703 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4704 Omit initial minibuffer contents.
4705 (dired-do-chmod): Signal an error on empty input.
4706 (dired-mark-read-string): Don't return default on empty input.
4707
4708 * files.el (file-modes-symbolic-to-number): Doc fix.
4709
393a301e
SM
47102011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * international/mule-cmds.el (ucs-completions): Remove.
4713 (read-char-by-name): Use complete-with-action instead; add metadata.
4714
fa5660f9
CY
47152011-09-11 Chong Yidong <cyd@stupidchicken.com>
4716
4717 * window.el (display-buffer--action-function-custom-type)
4718 (display-buffer--action-custom-type): New vars.
4719 (display-buffer-alist, display-buffer-default-action)
4720 (display-buffer-overriding-action): Add defcustom types.
4721
4a592f66
CY
4722 * frame.el (delete-other-frames): Doc fix (Bug#276).
4723
73d56dbd
LMI
47242011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4725
4726 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4727
37ac18a3
CY
47282011-09-11 Chong Yidong <cyd@stupidchicken.com>
4729
4730 Change modes that used same-window-* vars to use switch-to-buffer.
4731
4732 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4733 Use switch-to-buffer.
4734
4735 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4736 (customize-browse, custom-buffer-create-other-window):
4737 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4738
4739 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4740 (Info-prev, Info-up, Info-speedbar-goto-node)
4741 (info-display-manual): Use switch-to-buffer.
4742 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4743
4744 * mail/sendmail.el (mail): Use switch-to-buffer.
4745 (mail-recover): Use switch-to-buffer-other-window.
4746
4747 * cmuscheme.el (run-scheme, switch-to-scheme):
4748 * ielm.el (ielm):
4749 * shell.el (shell):
4750 * net/rlogin.el (rlogin):
4751 * net/telnet.el (telnet, rsh):
4752 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4753
10195bd6
AS
47542011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4755
4756 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4757
b322f63a
LMI
47582011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4759
39d7fed6
LMI
4760 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4761 so don't mention it (bug#9301).
ba5a81f1 4762 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4763
ee0e9f11
LMI
4764 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4765 match `x', `w32' and `ns', like the manual says (bug#9029).
4766
0b1c89c1 4767 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4768 (process-kill-buffer-query-function): Mention the buffer name in
4769 the query.
0b1c89c1 4770
77549ea8
LMI
4771 * image-mode.el (image-next-line): The line parameter is mandatory
4772 (bug#9258).
4773
803ef892
LMI
4774 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4775 which can be useful (bug#9301).
4776
12980837
LMI
4777 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4778
91054f8f
LMI
4779 * subr.el (match-string): Mention that the current buffer should
4780 be the same as the search was done in (bug#9282).
4781
b322f63a
LMI
4782 * facemenu.el: Disable the remove-* commands if the mark isn't
4783 active (bug#9162).
4784
3199b96f
CY
47852011-09-10 Chong Yidong <cyd@stupidchicken.com>
4786
4787 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4788 of display-buffer.
4789 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4790
4791 * replace.el (occur-mode-goto-occurrence)
4792 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4793 and display-buffer.
4794
4795 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4796 display-buffer.
4797
4798 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4799 special-display and same-window variables.
4800 (mail-other-window): Use switch-to-buffer-other-window.
4801 (mail-other-frame): USe switch-to-buffer-other-frame.
4802
393a301e
SM
4803 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4804 Use display-buffer-other-frame.
3199b96f
CY
4805 (gdb-display-gdb-buffer): Use pop-to-buffer.
4806
4807 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4808
4809 * progmodes/python.el: Don't set same-window-buffer-names.
4810
4811 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4812
4813 * window.el (display-buffer-alist): Add *Python*.
4814
8319e0bf
CY
48152011-09-10 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * window.el (display-buffer-alist): Add entry for buffers
4818 previously handled same-window-*.
4819 (display-buffer-alist, display-buffer-default-action)
4820 (display-buffer-overriding-action): Mark as risky.
4821 (display-buffer-alist): Document action function changes.
4822 (display-buffer--same-window-action)
4823 (display-buffer--other-frame-action): New variables.
4824 (switch-to-buffer, display-buffer-other-frame): Use them.
4825 (display-buffer): Rename reuse-frame entry to reusable-frames.
4826 (display-buffer-reuse-selected-window): Function deleted.
4827 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4828 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4829 (display-buffer-special): New function.
4830 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4831 display-buffer-reuse-or-pop-window. Split off special-display
4832 part into display-buffer-special.
4833 (display-buffer-use-some-window): Don't perform any special
4834 pop-up-frames handling.
4835 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4836 (display-buffer--maybe-same-window): Rename from
0d3ff375 4837 display-buffer-maybe-same-window.
8319e0bf 4838
919a69aa
CY
4839 * info.el: Don't set same-window-regexps.
4840 (info-setup): New function.
4841 (info-other-window, info): Call it.
4842
4843 * cus-edit.el: Don't set same-window-regexps.
4844 (customize-group): New argument.
4845 (customize-group-other-window): Use it.
4846 (customize-face, customize-face-other-window): Likewise.
4847 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4848
8319e0bf
CY
4849 * net/rlogin.el:
4850 * net/telnet.el:
4851 * progmodes/gud.el: Don't set same-window-regexps.
4852
4853 * cmuscheme.el:
4854 * ielm.el:
4855 * shell.el:
4856 * mail/sendmail.el:
4857 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4858
25173000
JL
48592011-09-10 Juri Linkov <juri@jurta.org>
4860
4861 * isearch.el (isearch-edit-string): Remove obsolete mention of
4862 `C-w' (`isearch-yank-word-or-char') from docstring.
4863 (isearch-query-replace): Fix typo in docstring (bug#9466).
4864
056e44ef
JL
48652011-09-10 Juri Linkov <juri@jurta.org>
4866
4867 * paren.el (show-paren-function): Don't show escaped parens.
4868 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4869
c3760c17
EZ
48702011-09-10 Eli Zaretskii <eliz@gnu.org>
4871
4872 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4873 (mm-default-file-encoding): Remove autoload forms, they are
4874 replaced with autoload cookies in mml.el and mm-encode.el.
4875 (mail-add-attachment): New command.
4876 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4877 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4878 the doc string.
4879 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4880
fece895e
RT
48812011-09-10 Reuben Thomas <rrt@sc3d.org>
4882
e69df516
SM
4883 * simple.el (count-words-region): Use buffer if there's no region
4884 (bug#9429).
fece895e 4885
5e68ce4a
JL
48862011-09-09 Juri Linkov <juri@jurta.org>
4887
4888 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4889 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4890 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4891
0a6b9622
AM
48922011-09-09 Alan Mackenzie <acm@muc.de>
4893
4894 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4895 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4896
14a29deb
EZ
48972011-09-09 Eli Zaretskii <eliz@gnu.org>
4898
4899 Fix for Savannah bug#9392.
4900 * simple.el (mail-encode-mml): New defvar.
4901
4902 * mail/rmail.el (mail-encode-mml): Add a defvar.
4903 (rmail-enable-mime-composing): Default to t.
4904 (rmail-forward): Use MIME method of forwarding only if both
4905 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4906 Set mail-encode-mml non-nil if the MIME method was used.
4907
4908 * mail/sendmail.el (mml-to-mime): Add autoload form.
4909 (mail-encode-mml): Add a defvar.
4910 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4911 to nil.
4912 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4913 message through mml-to-mime, and reset mail-encode-mml to nil.
4914
28c45130
GM
49152011-09-09 Glenn Morris <rgm@gnu.org>
4916
4917 * woman.el (woman-if-body): When processing an .el block,
4918 do not delete the next .el block as well. (Bug#9447)
69f4b618 4919 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4920
9b1c252e
MR
49212011-09-08 Martin Rudalics <rudalics@gmx.at>
4922
4923 * window.el (window-deletable-p): Make sure window is live before
4924 invoking window-prev-buffers.
4925
567457e3
LL
49262011-09-08 Leo Liu <sdl.web@gmail.com>
4927
4928 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4929
97f05794
JL
49302011-09-08 Juri Linkov <juri@jurta.org>
4931
4932 * progmodes/compile.el (compilation-environment): Make it
4933 a defcustom (bug#8340).
4934
8b0874b5
MR
49352011-09-08 Martin Rudalics <rudalics@gmx.at>
4936
4937 * window.el (frame-auto-delete): Rename to window-auto-delete.
4938 Make it control auto-deletion of windows and/or frames.
4939 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4940 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4941 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4942 Rewrite handling of case when window/frame can be deleted.
4943 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4944 argument t. (Bug#9456)
8b0874b5 4945
4feb6e73
CY
49462011-09-07 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * help-mode.el (help-mode): Restore autoload.
4949
91ab9c13
JL
49502011-09-07 Juri Linkov <juri@jurta.org>
4951
4952 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4953 `compilation-environment'. Set buffer-local
4954 `compilation-environment' to `thisenv' later after (funcall mode).
4955 (Bug#8340)
4956
4957 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4958 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4959 instead of replacing its value. (Bug#8340)
4960
0527e251
JL
49612011-09-07 Juri Linkov <juri@jurta.org>
4962
4963 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4964 based on text properties put by `grep-filter' instead of matching
4965 escape sequences.
4966 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4967 to the value of `grep-error-screen-columns' (bug#9438).
4968
249f792c
JL
49692011-09-07 Juri Linkov <juri@jurta.org>
4970
4971 * simple.el (next-error-highlight, next-error-highlight-no-select):
4972 Doc fix (bug#9432).
4973
ff7271b9
OT
49742011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4975
4976 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4977 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4978
183fc730
LL
49792011-09-07 Leo Liu <sdl.web@gmail.com>
4980
4981 * net/rcirc.el (rcirc-mode): Conditionally initialize
4982 rcirc-input-ring.
4983
77694924
SM
49842011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * emacs-lisp/find-func.el (find-function-C-source): Only set
4987 find-function-C-source-directory after checking that we found a source
4988 file there (bug#9440).
4989
d809b8eb
AM
49902011-09-06 Alan Mackenzie <acm@muc.de>
4991
4992 * isearch.el (isearch-other-meta-char): Wherever a key list is
4993 unread, "unread" the prefix arg, too. This fixes bug #8901.
4994
453de99f
OG
49952011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4996
4997 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4998
90439906
JL
49992011-09-05 Juri Linkov <juri@jurta.org>
5000
5001 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5002
f62bd846
JL
50032011-09-05 Juri Linkov <juri@jurta.org>
5004
5005 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5006 keeping point where processing of grep matches begins, and
5007 continue to delete remaining escape sequences from the same point.
5008 (grep-filter): Make leading zero optional in "0?1;31m" because
5009 git-grep emits "\033[1;31m" escape sequences unlike expected
5010 "\033[01;31m" as GNU Grep does (bug#9408).
5011 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5012
045820ec
JL
50132011-09-05 Juri Linkov <juri@jurta.org>
5014
5015 * subr.el (y-or-n-p): Capitalize "yes".
5016
f5e29b9b
MA
50172011-09-04 Michael Albinus <michael.albinus@gmx.de>
5018
5019 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5020 `tramp-cache-unload-hook' where appropriate.
5021 (tramp-methods): Rename `tramp-remote-sh' to
5022 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5023 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5024
5025 * net/tramp-sh.el (top): Don't require 'shell.
5026 (tramp-methods): Add `tramp-remote-shell' and
5027 `tramp-remote-shell-args' entries.
5028 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5029 (tramp-sh-handle-shell-command): Remove.
5030 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5031 Use `tramp-remote-shell'.
5032
2784c434
CY
50332011-09-03 Chong Yidong <cyd@stupidchicken.com>
5034
393a301e 5035 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5036 (sendmail-query-once): Save directly to send-mail-function.
5037 Update message-send-mail-function too.
5038
5039 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5040
464cdf56
CS
50412011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5042
5043 * progmodes/python.el (python-mode-map): Use correct function to
5044 start python interpreter from menu-bar (as reported by Geert
5045 Kloosterman).
5046 (inferior-python-mode-map): Fix typo.
393a301e 5047 (python-shell-map): Remove.
464cdf56 5048
d37e5c87
DD
50492011-09-03 Deniz Dogan <deniz@dogan.se>
5050
5051 * net/rcirc.el (rcirc-print): Simplify code for
5052 rcirc-scroll-show-maximum-output. There is no need to walk
5053 through all windows to find the right one.
5054
f3ada0ee
CS
50552011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5056
5057 * help.el (help-return-method): Doc fix.
5058
1f3c99ca
MR
50592011-09-03 Martin Rudalics <rudalics@gmx.at>
5060
5061 * window.el (window-deletable-p): Don't return a non-nil value
5062 when there's a buffer that was shown in the window before.
5063 (Bug#9419)
393a301e
SM
5064 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5065 Set window's previous buffers to nil.
1f3c99ca 5066
a3cf097f
EZ
50672011-09-03 Eli Zaretskii <eliz@gnu.org>
5068
5069 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5070 newline before and after the tag line, so it doesn't interfere
5071 with determining the paragraph direction of bidirectional text.
5072
3d03de90
LL
50732011-09-03 Leo Liu <sdl.web@gmail.com>
5074
5075 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5076
c3313451
CY
50772011-09-02 Chong Yidong <cyd@stupidchicken.com>
5078
393a301e 5079 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5080 (pop-to-buffer): Change interactive spec. Pass second argument
5081 directly to display-buffer.
5082 (display-buffer): Fix interactive spec. Use functionp to
5083 distinguish between a function and a list of functions.
5084
5085 * abbrev.el (edit-abbrevs):
5086 * arc-mode.el (archive-extract):
5087 * autoinsert.el (auto-insert):
5088 * bookmark.el (bookmark-bmenu-list):
5089 * files.el (find-file):
5090 * view.el (view-buffer):
5091 * progmodes/compile.el (compilation-goto-locus):
5092 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5093
89894cd8
CY
50942011-09-02 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * window.el (display-buffer-alist): Doc fix.
5097 (display-buffer): Add docstring. Don't treat
5098 display-buffer-default specially.
5099 (display-buffer-reuse-selected-window)
5100 (display-buffer-same-window, display-buffer-maybe-same-window)
5101 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5102 (display-buffer-pop-up-window)
5103 (display-buffer-reuse-or-pop-window)
5104 (display-buffer-use-some-window): New functions.
5105 (display-buffer-default-action): Use them.
393a301e 5106 (display-buffer-default): Delete.
89894cd8
CY
5107 (pop-to-buffer-1): Fix choice of actions.
5108
ae0bc9fb
SM
51092011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * minibuffer.el (completion--insert-strings): Don't get confused by
5112 completion entries that end with an LF char.
5113
e9d90883
EZ
51142011-09-01 Eli Zaretskii <eliz@gnu.org>
5115
5116 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5117
437014c8
CY
51182011-09-01 Chong Yidong <cyd@stupidchicken.com>
5119
5120 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5121 (display-buffer-same-window, display-buffer-other-window):
5122 New functions.
437014c8
CY
5123 (pop-to-buffer-1): New function. Use the above.
5124 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5125 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5126
5127 * view.el (view-buffer-other-window, view-buffer-other-frame):
5128 Just use pop-to-buffer.
5129
a5e063d5
TV
51302011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5131
5132 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5133
793d32bb
WH
51342011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5135
5136 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5137
d65e4c15
RS
51382011-08-31 Richard Stallman <rms@gnu.org>
5139
5140 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5141 of the separation of rmail-view-buffer from rmail-buffer.
5142 If you say no to "replace original", the decrypt is in the
5143 view buffer. If you say yes, the decrypt goes into the
5144 rmail buffer also.
5145
f818cd2a
MR
51462011-08-31 Martin Rudalics <rudalics@gmx.at>
5147
5148 * window.el (display-buffer-window): Rewrite doc-string.
5149 (display-buffer-record-window): New function.
5150 (display-buffer-macro-specifiers)
5151 (display-buffer-even-window-sizes, display-buffer-set-height)
5152 (display-buffer-set-width, display-buffer-in-window)
5153 (display-buffer-reuse-window, display-buffer-split-specifiers)
5154 (display-buffer-side-specifiers, display-buffer-split-window-1)
5155 (display-buffer-split-window, display-buffer-split-atom-window)
5156 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5157 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5158 (display-buffer-other-window-means-other-frame)
5159 (display-buffer-normalize-special)
5160 (display-buffer-normalize-default)
5161 (display-buffer-normalize-argument)
5162 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5163 (display-buffer-normalize-specifiers, display-buffer-frame)
5164 (display-buffer-same-window, display-buffer-same-frame)
5165 (display-buffer-other-window)
5166 (display-buffer-same-frame-other-window)
5167 (display-buffer-other-frame, pop-to-buffer-same-window)
5168 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5169 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5170 (switch-to-buffer-same-frame)
5171 (switch-to-buffer-other-window-same-frame)
5172 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5173 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5174 (display-buffer-alist-set): Remove.
5175 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5176 (special-display-regexps, special-display-function):
5177 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5178 parameter.
5179 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5180 (special-display-frame-alist, special-display-popup-frame)
5181 (same-window-buffer-names, same-window-regexps, same-window-p)
5182 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5183 (split-window-preferred-function, split-height-threshold)
5184 (split-width-threshold, window-splittable-p)
5185 (split-window-sensibly, window--try-to-split-window)
5186 (window--frame-usable-p, even-window-heights)
5187 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5188 (window--display-buffer-2, display-buffer-other-frame):
5189 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5190 (display-buffer-default, display-buffer-assq-regexp): New functions.
5191 (display-buffer-alist): Rewrite doc-string.
5192 (display-buffer-default-action)
5193 (display-buffer-overriding-action): New variables.
5194 (display-buffer, switch-to-buffer): Rewrite.
5195 (pop-to-buffer): Restore Emacs 23 behavior but use
5196 window-normalize-buffer-to-display.
5197 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5198 Restore Emacs 23 behavior but use
5199 window-normalize-buffer-to-switch-to.
5200 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5201 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5202 Rewrite using Emacs 23 options.
f818cd2a 5203
5bc3b51d
MA
52042011-08-31 Michael Albinus <michael.albinus@gmx.de>
5205
5206 * net/tramp.el (tramp-root-regexp): Remove.
5207 (tramp-completion-file-name-regexp-unified)
5208 (tramp-completion-file-name-regexp-separate)
5209 (tramp-completion-file-name-regexp-url): Don't use leading volume
5210 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5211 (tramp-drop-volume-letter): Simplify definition.
5212 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5213
b1a4f8e1
SM
52142011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5217 (bug#9356).
5218
5664fa7b
RT
52192011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5220
b1a4f8e1 5221 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5222
9a45d6c3
JL
52232011-08-29 Juri Linkov <juri@jurta.org>
5224
5225 * isearch.el (isearch-done): Don't display message "Mark saved"
5226 when arg `edit' is non-nil to prevent its flicker in the echo area.
5227
fb87e0fb
CY
52282011-08-28 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5231 obsolete packages for deletion.
5232
09ac1c2a
CS
52332011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5234
5235 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5236 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5237 view-mode from help-mode.
5238 (help-xref-override-view-map): Remove.
5239 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5240 view-mode is not used anymore.
5241
7a1ff57f
CY
52422011-08-28 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * server.el (server-port): Doc fix.
5245
b9696605
CY
5246 * cus-theme.el (custom-theme-choose-mode): Inherit from
5247 special-mode (Bug#9124).
5248 (custom-theme-choose-mode-map): Add special-mode to parent.
5249
ef8cdf8c
AM
52502011-08-28 Alan Mackenzie <acm@muc.de>
5251
5252 * progmodes/cc-fonts.el
5253 (c-make-font-lock-BO-decl-search-function): New function.
5254 (c-basic-matchers-after - "Fontify the clauses after various
5255 keywords"): Extract the three keyword lists for the 3 erroneous
5256 constructs from the list of four, and use the new function above
5257 in place of an old one.
5258
27de4e20
DD
52592011-08-28 Deniz Dogan <deniz@dogan.se>
5260
5261 * net/rcirc.el (rcirc-insert-prev-input)
5262 (rcirc-insert-next-input): Remove unused argument.
5263
356a3681
SM
52642011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5267
3fc9b218
AM
52682011-08-27 Alan Mackenzie <acm@muc.de>
5269
5270 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5271 handle function pointer parameters properly.
5272
538a061c
MR
52732011-08-27 Martin Rudalics <rudalics@gmx.at>
5274
5275 * window.el (display-buffer-reuse-window): Fix case where
5276 selected window was reused with non-nil OTHER-WINDOW argument.
5277 (Bug#9381)
5278
35b1c40c
DD
52792011-08-27 Deniz Dogan <deniz@dogan.se>
5280
5281 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5282 oftc's NickServ messages.
5283
2f6a3e79
GM
52842011-08-27 Glenn Morris <rgm@gnu.org>
5285
5286 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5287
7254299e
CY
52882011-08-26 Chong Yidong <cyd@stupidchicken.com>
5289
5290 * emacs-lisp/package.el (package-install): Call package-initialize
5291 if called interactively.
5292
f8ccf167
LL
52932011-08-26 Leo Liu <sdl.web@gmail.com>
5294
5295 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5296
3e8cd5ce
JL
52972011-08-25 Juri Linkov <juri@jurta.org>
5298
5299 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5300 `search-whitespace-regexp' (bug#9364).
5301
93eb7113
JL
53022011-08-25 Juri Linkov <juri@jurta.org>
5303
5304 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5305 `regexp-search-ring' to their global values to protect from
5306 updating by `read-from-minibuffer' (bug#9185).
5307
f65d1611
JL
53082011-08-25 Juri Linkov <juri@jurta.org>
5309
5310 * textmodes/ispell.el (ispell-command-loop): Add newline
5311 at the end of the "Use option `i'..." line.
5312
f1cf7a31
JL
53132011-08-25 Juri Linkov <juri@jurta.org>
5314
5315 * battery.el (display-battery-mode): If `battery-status-function'
5316 or `battery-mode-line-format' is nil, display the message and set
5317 `display-battery-mode' to nil (bug#9363).
5318
0c95fcf7
EZ
53192011-08-25 Eli Zaretskii <eliz@gnu.org>
5320
5321 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5322 bidi-string-mark-left-to-right; they are unnecessary now.
5323
a2ebe600
DD
53242011-08-25 Deniz Dogan <deniz@dogan.se>
5325
5326 * net/quickurl.el: Documentation typo fixes.
5327
e4ed06f1
CY
53282011-08-25 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5331
e5f1c99e
GM
53322011-08-25 Glenn Morris <rgm@gnu.org>
5333
b2948976
GM
5334 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5335
e5f1c99e
GM
5336 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5337 (smtpmail-via-smtp): Handle nil response from smtp.
5338
f22f4808
JL
53392011-08-24 Juri Linkov <juri@jurta.org>
5340
5341 * proced.el (proced-marked): Inherit from `error' instead of
5342 `font-lock-warning-face'.
5343
5344 * ibuffer.el (ibuffer-marked-face): Change default face from
5345 `font-lock-warning-face' to `warning'.
5346 (ibuffer-deletion-face): Change default face from
5347 `font-lock-type-face' to `error'.
5348
5349 * battery.el (battery-update): Use the face `error' instead of
5350 `font-lock-warning-face' (bug#6117).
5351
6a93965e
JL
53522011-08-24 Juri Linkov <juri@jurta.org>
5353
5354 * faces.el (success): Change face color from "Green3" to
5355 "ForestGreen" on light background (bug#9353).
5356
1ed43b09
CY
53572011-08-24 Chong Yidong <cyd@stupidchicken.com>
5358
5664fa7b
RT
5359 * window.el (quit-window): Rename from quit-restore-window.
5360 Use same arglist as old quit-window.
1ed43b09
CY
5361 (frame-auto-delete): Doc fix.
5362
5363 * view.el (view-mode-exit): Use quit-window.
5364
11dcdbb2
JL
53652011-08-24 Juri Linkov <juri@jurta.org>
5366
5367 * isearch.el (isearch-ring-adjust1): Start visiting previous
5368 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5369 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5370 for empty search string (when the last search string is reused
5371 automatically) to adjust the isearch ring to the last element and
5372 prepare the correct index for further M-p commands (bug#9185).
5373
de62b4df
KH
53742011-08-24 Kenichi Handa <handa@m17n.org>
5375
5376 * international/ucs-normalize.el: If decomposition property of
5377 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5378 nil.
5379 (nfd, nfkd): Likewise.
5380
963b492b
SM
53812011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5384 from process filters aren't reliably transmitted to the surrounding
5385 accept-process-output.
5386 (mpc-proc-check): New function.
5387 (mpc-proc-sync): Use it (bug#8293)
5388
93b6b5e1
SM
53892011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5392 Add compatibility functions (bug#9313).
5393
bca633fb
EZ
53942011-08-23 Eli Zaretskii <eliz@gnu.org>
5395
b177498a
EZ
5396 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5397
6df6ae42 5398 * international/uni-bidi.el: Regenerate.
bca633fb 5399
0902a04e
KH
54002011-08-23 Kenichi Handa <handa@m17n.org>
5401
5402 * international/charprop.el:
5403 * international/uni-bidi.el:
5404 * international/uni-category.el:
5405 * international/uni-combining.el:
5406 * international/uni-comment.el:
5407 * international/uni-decimal.el:
5408 * international/uni-decomposition.el:
5409 * international/uni-digit.el:
5410 * international/uni-lowercase.el:
5411 * international/uni-mirrored.el:
5412 * international/uni-name.el:
5413 * international/uni-numeric.el:
5414 * international/uni-old-name.el:
5415 * international/uni-titlecase.el:
5416 * international/uni-uppercase.el: Regenerate.
5417
3bbf23bc
MR
54182011-08-23 Martin Rudalics <rudalics@gmx.at>
5419
5420 * help.el (help-window-setup): Fix message displayed when other
5421 window is reused. (Bug#9341)
5422
b3fd59bd
SM
54232011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5424
1802e444
SM
5425 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5426 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5427
b3fd59bd
SM
5428 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5429 Mark obsolete.
5430 * shell.el (shell-parse-pcomplete-arguments): New function.
5431 (shell-completion-vars): Use it instead (bug#9160).
5432
4eb61348
SM
54332011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5434
867cab74
SM
5435 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5436 strings and comments (bug#9333).
5437
4eb61348
SM
5438 * emacs-lisp/debug.el (debug-arglist): New function.
5439 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5440 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5441
262a1439
JL
54422011-08-22 Juri Linkov <juri@jurta.org>
5443
56ee679c
JL
5444 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5445 Revert regexp that highlights output switches to its old
5446 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5447
262a1439
JL
5448 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5449 to check for empty output (bug#9226).
5450
f13f86fb
CY
54512011-08-22 Chong Yidong <cyd@stupidchicken.com>
5452
5453 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5454 symbol-constituent as the default, as that stops font-lock from
5455 working properly (Bug#8843).
5456
c65c9622
LMI
54572011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5458
5459 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5460 `coding-system-for-*' around the process open call to avoid
5461 auth-source side effects.
e7f2c178 5462 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5463 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5464 probe hangs.
c65c9622 5465
23a8a5ab
CY
54662011-08-21 Chong Yidong <cyd@stupidchicken.com>
5467
ff98b2dd
CY
5468 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5469
23a8a5ab
CY
5470 * emacs-lisp/find-func.el (find-function-noselect): New arg
5471 lisp-only.
5472
5473 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5474 signal an error for built-in functions (Bug#6664).
5475
f5e3c598
LMI
54762011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5477
5478 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5479 (smtpmail-try-auth-methods): Use it.
5480
a3f2468a
CY
54812011-08-21 Chong Yidong <cyd@stupidchicken.com>
5482
2c34e8da
CY
5483 * font-lock.el (font-lock-fontify-region)
5484 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5485 (font-lock-default-unfontify-buffer)
5486 (font-lock-default-fontify-region)
5487 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5488
b3fd59bd
SM
5489 * progmodes/compile.el (compilation-error-properties):
5490 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5491 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5492 `ant' regexp.
ee31aabc 5493
a3f2468a
CY
5494 * net/browse-url.el (browse-url-firefox): Don't call
5495 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5496
8e999f70
GM
54972011-08-20 Glenn Morris <rgm@gnu.org>
5498
c21a496a
GM
5499 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5500
59ee0542
GM
5501 * tutorial.el (tutorial--default-keys): Update some default bindings.
5502
8e999f70
GM
5503 * files.el (hack-local-variables): Fully ignore case for "mode:".
5504
e3715033
AM
55052011-08-20 Alan Mackenzie <acm@muc.de>
5506
5507 Resolve invalid use of a regexp in regexp-opt.
5508
4d61f28d
JB
5509 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5510 detection for a java annotation.
e3715033 5511
4d61f28d 5512 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5513 detection for a java annotation.
5514
4d61f28d
JB
5515 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5516 handling for java.
e3715033
AM
5517 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5518
04ed2e9c
CY
55192011-08-20 Chong Yidong <cyd@stupidchicken.com>
5520
5521 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5522 (Bug#9274).
5523
826cee64
AM
55242011-08-20 Alan Mackenzie <acm@muc.de>
5525
58179cce 5526 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5527 such a construct. Mainly for when jit-lock etc. starts a chunk
5528 here.
5529
58179cce 5530 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5531 variable.
58179cce 5532 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5533 c-make-font-lock-search-function.
5534 (c-make-font-lock-search-function): Use the above function.
5535 (c-make-font-lock-context-search-function): New function.
5536 (c-cpp-matchers): Enhance the preprocessor expression case with
5537 the above function
5538 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5539 which takes an expression.
5540
5541 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5542
13009bd8
MR
55432011-08-20 Martin Rudalics <rudalics@gmx.at>
5544
5545 * window.el (display-buffer-reuse-window)
5546 (display-buffer-pop-up-window): Don't reuse or split a side
5547 window.
5548
9234ff7f
GM
55492011-08-19 Glenn Morris <rgm@gnu.org>
5550
5551 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5552 Downcase "Mode:". (Bug#9331)
9234ff7f 5553
f635daa1
CY
55542011-08-18 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * international/characters.el: Add L and R categories.
5557
5558 * subr.el (bidi-string-mark-left-to-right): Rename from
5559 string-mark-left-to-right. Use category search.
5560
5561 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5562
bc987f8b
JL
55632011-08-18 Juri Linkov <juri@jurta.org>
5564
5565 * faces.el (error, warning, success): New faces with definitions
5566 copied from old default values of `font-lock-warning-face',
5567 `compilation-warning', `compilation-info' (bug#6117).
5568
5569 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5570
5571 * progmodes/compile.el (compilation-error): Inherit from `error'.
5572 (compilation-warning): Inherit from `warning'.
5573 (compilation-info): Inherit from `success'.
5574
5575 * dired.el (dired-marked): Inherit from `warning'.
5576 (dired-flagged): Inherit from `error'.
5577
57173b96
LMI
55782011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5579
3e79eb87
LMI
5580 * mail/smtpmail.el (auth-source): Require to avoid problems with
5581 binding variables (bug#9298). Also clean up some unused
5582 autoloads.
5583
b3fd59bd
SM
5584 * net/network-stream.el (network-stream-open-starttls):
5585 Support using starttls.el without using gnutls-cli.
57173b96 5586
02b404de
JL
55872011-08-17 Juri Linkov <juri@jurta.org>
5588
5589 * progmodes/grep.el (rgrep): Handle the case when
5590 `grep-find-command' is a cons cell (bug#9278).
5591
8c9177f2
MR
55922011-08-17 Martin Rudalics <rudalics@gmx.at>
5593
5594 * window.el (display-buffer-pop-up-frame): Run frame creation
5595 function with BUFFER current (as special-display-popup-frame
5596 does). Reported by Drew Adams.
5597
3644a0ab
DU
55982011-08-17 Daiki Ueno <ueno@unixuser.org>
5599
5600 * epa-mail.el: Simplify GnuPG group expansion using
5601 epg-expand-group.
5602 (epa-mail-group-alist, epa-mail-group-modtime)
5603 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5604 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5605 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5606 Remove.
5607
5e617bc2 56082011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5609
5610 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5611
9c4aeabf
AM
56122011-08-16 Alan Mackenzie <acm@muc.de>
5613
5614 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5615 Correct, to avoid the inside of macros.
5616
3a99bf64
RS
56172011-08-16 Richard Stallman <rms@gnu.org>
5618
04963aa8
RS
5619 * epa-mail.el: Handle GnuPG group definitions.
5620 (epa-mail-group-alist, epa-mail-group-modtime)
5621 (epa-mail-gnupg-conf-file): New variables.
5622 (epa-mail-parse-groups, epa-mail-sync-groups)
5623 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5624 (epa-mail-expand-recipients): New functions.
5625 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5626
177549d0
RS
5627 * mail/rmail.el (rmail-epa-decrypt): New command.
5628
fe38beef
RS
5629 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5630 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5631 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5632 (epa-decrypt-armor-in-region): Make error message clearer.
5633
934eacb9
SM
56342011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5637 and "a2b" to "ab" for `prefix'.
5638
d024fb4e
CY
56392011-08-14 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5642 filter groups.
de148fee
CY
5643 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5644 Fourquet (Bug#8804).
d024fb4e 5645
62f1ca49
JB
56462011-08-12 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * startup.el (argi): Declare as global variable (bug#9275).
5649
9ccaaa4b
CY
56502011-08-12 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * subr.el (string-mark-left-to-right): Search the entire string
5653 for RTL script, not just the terminating character. Doc fix.
5654
a3dae87a
SM
56552011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5656
6cd18349
SM
5657 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5658 New function.
5659 (js--regexp-literal, js-syntax-propertize-function): Remove.
5660 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5661 (js-mode-map): Don't rebind electric keys.
5662 (js-insert-and-indent): Remove.
5663 (js-mode): Setup electric-layout and electric-indent instead.
5664
a3dae87a
SM
5665 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5666
9d5cb631
DU
56672011-08-12 Daiki Ueno <ueno@unixuser.org>
5668
5669 * epa.el (epa-progress-callback-function): Fix the logic of
5670 displaying progress.
5671 * epa-file.el (epa-file-insert-file-contents): Make progress
5672 display more user-friendly.
5673 (epa-file-write-region): Ditto.
5674
3e26a4a2
CY
56752011-08-10 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * subr.el (string-mark-left-to-right): New function.
5678
5679 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5680 Use string-mark-left-to-right.
5681 (list-buffers-noselect): Caller changed.
5682
a3dae87a
SM
5683 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5684 Use string-mark-left-to-right.
3e26a4a2
CY
5685 (tabulated-list-print): Recenter after moving point.
5686
ac8cf6e6
JL
56872011-08-10 Juri Linkov <juri@jurta.org>
5688
5689 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5690 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5691 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5692
8d96c9a4
CY
56932011-08-09 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5696 (Bug#7554).
5697
7be1c708 56982011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5699
5700 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5701 character. (Bug#6594)
5702
37e11a63
CY
57032011-08-08 Chong Yidong <cyd@stupidchicken.com>
5704
839dde57
CY
5705 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5706 (image-dired--with-db-file): New macro.
5707 (image-dired-write-tags, image-dired-remove-tag)
5708 (image-dired-create-gallery-lists, image-dired-write-comments)
5709 (image-dired-get-comment, image-dired-mark-tagged-files)
5710 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5711 (image-dired-gallery-generate): Use insert-file-contents.
5712
37e11a63
CY
5713 * time.el (display-time-world-list, display-time-world-display):
5714 * time-stamp.el (time-stamp-string):
5715 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5716 set-time-zone-rule (Bug#7337).
5717
0b4946c4
DU
57182011-08-08 Daiki Ueno <ueno@unixuser.org>
5719
5720 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5721 (epg-error-to-string, epg-errors-to-string): New function.
5722 (epg-wait-for-completion): Reverse errors list.
5723 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5724 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5725 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5726 (epg-sign-keys, epg-generate-key-from-file)
5727 (epg-generate-key-from-string): Format errors by using
5728 epg-errors-to-string (bug#9255).
5729 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5730
75bfc667
JL
57312011-08-07 Juri Linkov <juri@jurta.org>
5732
5733 * faces.el (list-faces-display): Remove extra angle bracket
5734 from `help-mode-map'.
5735
5736 * info.el (Info-history-toc-nodes): Doc fix.
5737
5738 * longlines.el (longlines-mode): Doc fix.
5739
673e08bb
SM
57402011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5741
4640dd88
SM
5742 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5743 of statements and in a few more cases (bug#9183).
5744
673e08bb
SM
5745 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5746 New functions.
5747 (cl-transform-lambda): Use them (bug#9239).
5748
89b3f019
MR
57492011-08-05 Martin Rudalics <rudalics@gmx.at>
5750
5751 * window.el (display-buffer-same-window)
5752 (display-buffer-same-frame, display-buffer-other-window)
5753 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5754 (pop-to-buffer-other-window)
5755 (pop-to-buffer-same-frame-other-window)
5756 (pop-to-buffer-other-frame): Make them defuns.
5757 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5758
640c8776
SM
57592011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * subr.el (make-composed-keymap): Move from C. Change calling
5762 convention, and improve docstring to bring attention to a subtle point.
5763 * minibuffer.el (completing-read-default): Adjust accordingly.
5764
63648a95
MA
57652011-08-03 Michael Albinus <michael.albinus@gmx.de>
5766
5767 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5768 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5769
5770 * net/trampver.el: Update release number.
5771
b796c9b7
SM
57722011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5775 "in" (bug#9190).
5776
2239d7d5
LMI
57772011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5778
e07dd7c3
LMI
5779 * mail/sendmail.el (sendmail-query-once): Restore the current
5780 buffer after querying (bug#9074).
5781
0e6a2bd7
LMI
5782 * dired.el (dired-flagged): Use different faces for marked and
5783 flagged files (bug#6117).
5784
ce887515
LMI
5785 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5786 (bug#4433).
5787
92f2affc
LMI
5788 * ido.el (ido-mode): Switch off the message if called
5789 non-interactively.
5790
57d5aff0
LMI
5791 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5792 before 587, since it appears that that's more likely to work for
5793 more people.
5794
98cd6c18 5795 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5796 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5797 exist.
5798
b96dec83
LMI
5799 * info.el: Remove the `Info-beginning-of-buffer' function
5800 (bug#8325).
5801
b796c9b7
SM
5802 * net/network-stream.el (network-stream-open-starttls):
5803 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5804
d90e2ea0
MR
58052011-08-01 Martin Rudalics <rudalics@gmx.at>
5806
5807 * window.el (display-buffer-in-window): Don't set dedicated status
5808 of window here (Bug#9215).
5809 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5810 (display-buffer-pop-up-side-window)
b796c9b7 5811 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5812
cca09170
SM
58132011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5816 before binding generated-autoload-file.
5817
027b979c
DD
58182011-08-01 Deniz Dogan <deniz@dogan.se>
5819
5820 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5821
3c7ee4f3
MA
58222011-07-30 Michael Albinus <michael.albinus@gmx.de>
5823
5824 Sync with Tramp 2.2.2.
5825
5826 * net/trampver.el: Update release number.
5827
2cc8e51a
JL
58282011-07-30 Juri Linkov <juri@jurta.org>
5829
5830 * dired-aux.el (dired-touch-initial): Remove function.
5831 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5832 current time, and `default' to the last modification time of the
5833 current marked file (bug#6887).
5834
a514d856
JM
58352011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5836
5837 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5838 numeric argument to read-number (bug#9163).
a514d856 5839
8a7eddd7
MA
58402011-07-27 Michael Albinus <michael.albinus@gmx.de>
5841
5842 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5843 connection process, it could be nil.
5844
1ddd96f5
LL
58452011-07-27 Leo Liu <sdl.web@gmail.com>
5846
5847 Simplify url handling in rcirc-mode.
5848
5849 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5850 (rcirc-browse-url-at-mouse): Remove.
5851 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5852
b248a85d
AM
58532011-07-26 Alan Mackenzie <acm@muc.de>
5854
5855 Fontify bitfield declarations properly.
5856
5857 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5858 (c-symbol-chars): Now exported as a lang variable.
5859 (c-not-primitive-type-keywords): New lang variable.
5860
5861 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5862 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5863 parsed as a bitfield declaration.
b248a85d 5864
b796c9b7
SM
5865 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5866 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5867 (c-punctuation-in): New function.
5868 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5869 declarations properly.
5870
68575ab0
UJ
58712011-07-26 Ulf Jasper <ulf.jasper@web.de>
5872
5873 * calendar/icalendar.el (icalendar--all-events): Take care of
5874 multiple vcalendars in a single file.
b796c9b7 5875 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5876
0f0a88b9
DD
58772011-07-25 Deniz Dogan <deniz@dogan.se>
5878
5879 * image.el (insert-image): Clarifying docstring.
5880
0b3f36df
MA
58812011-07-24 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5884 `tramp-send-command-and-check' if there is no error.
5885 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5886
a9901f61
AM
58872011-07-22 Alan Mackenzie <acm@muc.de>
5888
5889 Prevent cc-langs.elc being loaded at run time.
5890
5891 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5892 cc-langs.
5893
4d61f28d 5894 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5895 "(require 'cc-langs)". Quote a form so it will evaluate at
5896 (cc-mode's) compilation time.
5897
11d074b2
MA
58982011-07-22 Michael Albinus <michael.albinus@gmx.de>
5899
5900 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5901 loading. (Bug#9114)
5902
938b94c8
MR
59032011-07-21 Martin Rudalics <rudalics@gmx.at>
5904
5905 * window.el (display-buffer-pop-up-window)
5906 (display-buffer-pop-up-side-window)
5907 (display-buffer-in-side-window): Call display-buffer-set-height
5908 and display-buffer-set-width after setting the new window's
b796c9b7 5909 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5910
bfa4f190
SS
59112011-07-20 Sam Steingold <sds@gnu.org>
5912
5913 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5914 (etags-tags-included-tables): Call `convert-standard-filename' on
5915 the file names contained in TAGS so that windows Emacs can handle
5916 TAGS files created by cygwin ctags.
5917
8ca42262
LMI
59182011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5919
5920 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5921 which apparently didn't work.
5922
5db2afd2 59232011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5924
5db2afd2
RW
5925 * proced.el (proced-send-signal): For *Marked Processes* buffer
5926 put point at beginning of buffer.
5927
92e15d10
SB
59282011-07-19 Stephen Berman <stephen.berman@gmx.net>
5929
5930 * proced.el (proced-format): Make header lines align with the text
5931 (bug#1779).
5932
1bfd59e5
LMI
59332011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5934
5935 * view.el (view-buffer): Allow running in `special' modes if we're
5936 visiting a file (bug#8615).
5937
f5aae37c
MR
59382011-07-19 Martin Rudalics <rudalics@gmx.at>
5939
5940 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5941 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5942 New functions.
f5aae37c
MR
5943 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5944 more accurately.
5945
bf2c1571
AM
59462011-07-18 Alan Mackenzie <acm@muc.de>
5947
5948 Fontify declarators properly when, e.g., a jit-lock chunk begins
5949 inside a declaration.
5950
5951 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5952
b796c9b7
SM
5953 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5954 New function.
bf2c1571
AM
5955 (c-complex-decl-matchers): Insert reference to
5956 c-font-lock-enclosing-decls.
5957
5958 * progmodes/cc-engine.el (c-backward-single-comment):
5959 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5960 to nil around calls to (forward-comment -1).
5961
4e190b80
LMI
59622011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5963
12dc863d
LMI
5964 * image.el (put-image): Doc typo fix.
5965
a762e966
LMI
5966 * progmodes/etags.el (tags-search): Doc typo fix.
5967
4e190b80
LMI
5968 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5969 password if we get errors 550 to 554.
5970
f019fb21
LMI
59712011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5972
b796c9b7 5973 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5974
81746738
LMI
5975 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5976 indentation character (bug#6380).
5977
3ee3a1b5
LMI
5978 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5979
c82f64de
LMI
5980 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5981 to clarify what the problem is (bug#4291).
5982
f019fb21
LMI
5983 * simple.el (current-kill): Clarify what
5984 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5985 (auto-fill-mode): Document `auto-fill-function' in relation to
5986 `auto-fill-mode' (bug#2470).
f019fb21 5987
0794775d
LM
59882011-07-16 Lawrence Mitchell <wence@gmx.li>
5989
5990 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5991 method if slot is read-only (bug#9035).
5992
be39b8cc
MR
59932011-07-16 Martin Rudalics <rudalics@gmx.at>
5994
b796c9b7 5995 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5996 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5997 selected before, see discussion of (Bug#8615), (Bug#6954).
5998 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5999
6ccf7859
GM
60002011-07-15 Glenn Morris <rgm@gnu.org>
6001
6002 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6003 Respect help-form.
6ccf7859 6004
87e86684
LM
60052011-07-09 Lawrence Mitchell <wence@gmx.li>
6006
6007 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6008 (gnutls-negotiate): Use it.
6009
d6066239
LMI
60102011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6011
b796c9b7
SM
6012 * net/gnutls.el (gnutls-negotiate):
6013 Upcase `gnutls-algorithm-priority'.
d6066239 6014
bd23ebc0
GM
60152011-07-15 Glenn Morris <rgm@gnu.org>
6016
c65bca65
GM
6017 * jka-compr.el (jka-compr-verbose): Move from here...
6018 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6019 Add missing :version tag.
6020 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6021
478615cc
LMI
60222011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6023
7b41decb
LMI
6024 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6025 (gnutls-negotiate): Use it.
6026
dbc44fcd
LMI
6027 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6028
06789f97
LMI
6029 * info.el (Info-beginning-of-buffer): New command.
6030 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6031 announcing `b' as the key (bug#8325).
ab896c37 6032 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6033
c39da690
LMI
6034 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6035
3aa5f34b
LMI
6036 * international/mule-cmds.el
6037 (describe-specified-language-support): Make the error message
6038 clearer (bug#8905).
6039
4bf0979f
LMI
6040 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6041
478615cc
LMI
6042 * isearch.el (isearch-barrier): Add a doc string, since it's
6043 mentioned in a function doc string (bug#8678).
6044
75c68aa1
MR
60452011-07-15 Martin Rudalics <rudalics@gmx.at>
6046
6047 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6048 buffer argument (Bug#9083) and self-identifying label argument.
6049
a7c33da2
GM
60502011-07-15 Glenn Morris <rgm@gnu.org>
6051
6052 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6053
2f5c6024
LMI
60542011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6055
6056 * man.el (Man-fontify-manpage): Fix message when formatting the
6057 man page (bug#7929).
6058
0bb23927 60592011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6060
6061 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6062 argument LRM; if non-nil, append an invisible LRM character to the
6063 buffer name.
6064 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6065 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6066 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6067 paragraph direction.
cce4b0a7 6068
621ef9ab
LMI
60692011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6070
d1583c48
LMI
6071 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6072 the man page name (bug#7929).
6073
6a57fb5f
LMI
6074 * image.el (put-image): Mention the `put-image' overlay property
6075 (bug#7834).
6076
d7956b14
LMI
6077 * scroll-bar.el (set-scroll-bar-mode): Mention that
6078 `scroll-bar-mode' lists the values (bug#7772).
6079
5b2d4a66
LMI
6080 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6081 command (bug#7729).
6082
7509a874
LMI
6083 * rect.el (apply-on-rectangle): Return the point after the last
6084 operation.
6085 (string-rectangle): Go to the point after the last operation
6086 (bug#7522).
6087
4fe74b19
LMI
6088 * printing.el (pr-toggle-region): Clarify the documentation
6089 slightly (bug#7493).
6090
b796c9b7
SM
6091 * time.el (display-time-update):
6092 Allow `display-time-mail-function' to return nil (bug#7158).
6093 Fix suggested by Detlev Zundel.
ab283561 6094
fc233c9d
LMI
6095 * vc/diff.el (diff): Clarify the order the file names are read
6096 (bug#7111).
6097
43f5740b
LMI
6098 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6099 the doc string (bug#7015).
6100
f2182a76
LMI
6101 * font-lock.el (font-lock-maximum-decoration): Mention what
6102 numeric levels mean (bug#6935).
6103
621ef9ab
LMI
6104 * startup.el (initial-buffer-choice): Don't mention the `none'
6105 selection, which is against policy.
6106
adc47434
MR
61072011-07-14 Martin Rudalics <rudalics@gmx.at>
6108
b796c9b7
SM
6109 * window.el (display-buffer-normalize-special):
6110 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6111
7e5bfb8f
EZ
61122011-07-14 Eli Zaretskii <eliz@gnu.org>
6113
6114 * subr.el (version<, version<=, version=): Mention "-CVS" and
6115 "-12345" alpha version numbers.
6116
27fa387a
CY
61172011-07-14 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * bindings.el: Add advertised binding for set-mark-command
6120 (Bug#5772).
6121
8bdfa064
CY
61222011-07-14 Chong Yidong <cyd@stupidchicken.com>
6123
6124 * bindings.el (mode-line-other-buffer):
6125 * bookmark.el (bookmark-bmenu-2-window):
6126 * bs.el (bs-cycle-next, bs-cycle-previous):
6127 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6128 switch-to-buffer.
6129
6130 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6131 Delete.
8bdfa064 6132
5eba16a3
JB
61332011-07-14 Juanma Barranquero <lekktu@gmail.com>
6134
6135 * follow.el (follow-debug-message, follow-redisplay):
6136 * jka-cmpr-hook.el (with-auto-compression-mode):
6137 Fix typos in docstrings.
6138
15853710
LMI
61392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6140
a28e4607
LMI
6141 * subr.el (with-silent-modifications): Clarify somewhat what the
6142 macro inhibits (bug#6525).
6143
15853710
LMI
6144 * simple.el (eval-expression): Note what it does if called
6145 interactively (bug#6495).
6146
bee0fcef
CY
61472011-07-13 Chong Yidong <cyd@stupidchicken.com>
6148
b796c9b7
SM
6149 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6150 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6151
6152 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6153 Remove switch-to-buffer.
6154
58274504
LMI
61552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6156
bd2fcc8d
LMI
6157 * files.el (make-directory): Clarify that an error will be raised
6158 if there's an error (bug#6397).
6159
0f04b32c
LMI
6160 * startup.el (initial-buffer-choice): Add `none' as a choice
6161 (bug#6234).
6162
465c5fc8
LMI
6163 * subr.el (add-hook): Clarify section about buffer-local hooks
6164 (bug#6218).
6165
58274504
LMI
6166 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6167
bead9a43
JB
61682011-07-13 Juanma Barranquero <lekktu@gmail.com>
6169
6170 * tabify.el (untabify): Preserve the current column so that point
6171 doesn't move (bug#6032).
6172
3af98a7b
LMI
61732011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6174
b796c9b7
SM
6175 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6176 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6177
6240145a
GM
61782011-07-13 Glenn Morris <rgm@gnu.org>
6179
6180 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6181 (dired-insert-directory): Give a message the first time
6182 if ls is found not to support --dired.
6183
1d8c2ccc
LMI
61842011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6185
6186 * simple.el (toggle-truncate-lines): Clarify what is toggled
6187 (bug#5580). Text by Drew Adams.
6188
5fc4038e
CY
61892011-07-13 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * simple.el (blink-matching-open): Make the error message from the
6192 last change less verbose.
6193
bf6012e5
DN
61942011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6195
6196 * font-lock.el (font-lock-comment-face): Use the high contrast
6197 "yellow" color for font-lock-comment-face on low color terminals
6198 using a dark background color (bug#4221).
6199
343c3b5a
LMI
62002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6201
7e9505c5
LMI
6202 * dired.el (dired-insert-set-properties): Make the doc string
6203 reflect what it does now (bug#5325).
6204
c26fdcf5
LMI
6205 * simple.el (blink-matching-open): Say that we were unable to find
6206 the match within the limit, if we're limited (bug#5122).
6207
bb388cc5
LMI
6208 * international/mule-cmds.el (prefer-coding-system): Add an
6209 example (bug#4869).
6210
343c3b5a
LMI
6211 * progmodes/etags.el (tags-search): Document `file-list-form'
6212 (bug#4731).
6213
2a517d45
LM
62142011-07-13 Lawrence Mitchell <wence@gmx.li>
6215
6216 * net/browse-url.el (browse-url-default-browser)
6217 (browse-url-browser-function): Make the default browser choice a
6218 bit more logical (bug#4300). Also clean up the doc string.
6219
b6c78ef2
JB
62202011-07-13 Juanma Barranquero <lekktu@gmail.com>
6221
6222 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6223 binary endings (bug#4440).
6224
1c4dd947
LMI
62252011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6226
a2014063
LMI
6227 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6228 which can be pretty annoying (bug#8971).
6229
9c9c2d88
LMI
6230 * jka-compr.el (jka-compr-verbose): New variable, and use
6231 throughout (bug#8971).
6232
1c4dd947
LMI
6233 * info.el (Info-find-file): Fall back on the installation
6234 directory if we can't find the info node anywhere else.
6235
a1c9f41b
SO
62362011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6237
6238 * vc/vc.el (vc-revert-file):
6239 Don't set file time-stamp in the past. (Bug#5181)
6240
536f3d36
LMI
62412011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6242
7152b011
LMI
6243 * files.el (after-find-file): Give a better error message when
6244 trying to find a symlink that points to a file that doesn't exist
6245 (bug#4398).
6246
536f3d36
LMI
6247 * progmodes/cc-vars.el: Remove (probably) misleading comment
6248 (bug#4396).
6249
460c0fba
JB
62502011-07-12 Johan Bockgård <bojohan@gnu.org>
6251
6252 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6253
7a6bda45
CY
62542011-07-12 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * mouse-sel.el: Hack restoring functionality, while keeping
6257 compatibility with 2010-07-03 changes to mouse selection.
6258 (mouse-sel-primary-overlay): New var.
6259 (mouse-sel-selection-alist): Use it.
6260 (mouse-sel-mode): Doc fix; remove points that are default features
6261 of mouse.el.
6262
c79598ef
JB
62632011-07-12 Johan Bockgård <bojohan@gnu.org>
6264
6265 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6266 Fix previous fix (bug#2490).
6267
ff8be6ef
RW
62682011-07-12 Roland Winkler <winkler@gnu.org>
6269
b796c9b7
SM
6270 * textmodes/bibtex.el (bibtex-initialize):
6271 Use pop-to-buffer-same-window.
ff8be6ef
RW
6272 (bibtex-search-entries): Fix interactive call.
6273
296ba3ee
LMI
62742011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6275
f5242a02 6276 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6277 Fontise bytecomp Error lines more correctly (bug#2490).
6278 Fix suggested by Johan Bockgård.
f5242a02 6279
296ba3ee
LMI
6280 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6281
6282 * dired-x.el (dired-guess-default): Use `delete-dups'.
6283
f69fd0d2
CY
62842011-07-12 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * dired.el (dired-mark-prompt):
6287 * dired-aux.el (dired-read-shell-command): Doc fix.
6288
eab5dc07
LMI
62892011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6290
b796c9b7
SM
6291 * mail/sendmail.el (sendmail-query-once):
6292 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6293 emacs -Q.
6294
6295 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6296
eab5dc07
LMI
6297 * cus-edit.el (custom-file): Take an optional no-error variable.
6298 (customize-save-variable): Set the variable, and give a warning if
6299 running under "emacs -q".
6300
a1e65d42
JB
63012011-07-11 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * loadhist.el (unload-feature-special-hooks):
6304 Add `auto-coding-functions', `fill-nobreak-predicate' and
6305 `find-directory-functions' (bug#5327).
6306
1d52da10
LMI
63072011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6308
be958f1d
LMI
6309 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6310
5bedb26c
LMI
6311 * cus-edit.el (custom-guess-name-alist): -alist variables should
6312 use the `alist' type (bug#3120). Suggested by Drew Adams.
6313
1d52da10
LMI
6314 * printing.el: Add documentation to all the `pr-toggle-' commands.
6315
cd394be1 63162011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6317
6318 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6319 backends where it makes sense (bug#2623).
6320
dcc88d8a
LMI
63212011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6322
c3de9feb
LMI
6323 * dired-x.el (dired-guess-default): Remove duplicate shell command
6324 entries (bug#2028).
8a93078b 6325 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6326 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6327
dcc88d8a
LMI
6328 * subr.el (remove-duplicates): New conveniency function.
6329
505e3645
LMI
63302011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6331
6332 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6333 (bug#1526).
6334
63352011-07-10 Martin Rudalics <rudalics@gmx.at>
6336
6337 * window.el (display-buffer-normalize-default): Don't invert
6338 meaning of even-window-heights. Reported by Eli Zaretskii
6339 <eliz@gnu.org>.
6340
455e4fa1
BR
63412011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6342
6343 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6344
8e0bc3e9
CY
63452011-07-10 Chong Yidong <cyd@stupidchicken.com>
6346
6347 * window.el (display-buffer): Fix arguments to
6348 display-buffer-reuse-window in last change.
6349
fa7c3228
CY
6350 * faces.el (link): Use a less saturated blue on light backgrounds.
6351
6352 * startup.el (fancy-startup-text, fancy-about-text)
6353 (fancy-startup-tail): Use font-lock faces, for background safety.
6354
c0a7f300
BN
63552011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6356
b796c9b7
SM
6357 * emulation/viper-cmd.el (viper-change-state-to-vi):
6358 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6359
4dc2a129
MR
63602011-07-09 Martin Rudalics <rudalics@gmx.at>
6361
6362 * window.el (display-buffer-default-specifiers): Remove.
6363 (display-buffer-macro-specifiers): Remove default specifiers.
6364 (display-buffer-alist): Default to nil.
b796c9b7 6365 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6366 (display-buffer-pop-up-window): Allow splitting internal
6367 windows. Check whether a live window was created.
6368 (display-buffer-other-window-means-other-frame)
6369 (display-buffer-normalize-arguments): Rename to
6370 display-buffer-normalize-argument and rewrite. Set the
6371 other-window specifier.
6372 (display-buffer-normalize-special): New function.
6373 (display-buffer-normalize-options): Rename to
6374 display-buffer-normalize-default and rewrite.
6375 (display-buffer-normalize-options-inhibit): Remove.
6376 (display-buffer-normalize-specifiers): Rewrite.
6377 (display-buffer): Process other-window specifier and call
6378 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6379 more faithfully.
b796c9b7 6380 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6381 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6382 (display-buffer-in-window, display-buffer-alist-set):
6383 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6384 <tassilo@member.fsf.org>.
6385
2d43b8c9
LL
63862011-07-09 Leo Liu <sdl.web@gmail.com>
6387
6388 * register.el (insert-register): Restore accidental change on
6389 2011-06-26. (Bug#9028)
6390
7f9b7c53
GM
63912011-07-09 Glenn Morris <rgm@gnu.org>
6392
6393 * subr.el (remq): Handle the empty list. (Bug#9024)
6394
f042cfd8
AS
63952011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6396
6397 * mail/sendmail.el (send-mail-function): No longer delay custom
6398 initialization.
6399 * custom.el (custom-initialize-delay): Doc fix.
6400
856b2f11
SM
64012011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6404
afae1d68
MA
64052011-07-08 Michael Albinus <michael.albinus@gmx.de>
6406
6407 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6408 human-friendly prompt.
6409
0757af94
SM
64102011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6413 provided by a particular plugin.
6414
d760b731
LMI
64152011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6416
6417 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6418 save customizations (with "emacs -Q"), just set the variable
6419 instead of erroring out.
6420
6421 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6422
cd79ce90
JL
64232011-07-08 Juri Linkov <juri@jurta.org>
6424
6425 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6426 (archive-zip-update-case): Use 7z if found by `executable-find'.
6427 The order of searching the available programs is the same as in
6428 `archive-zip-extract' (bug#8968).
6429
14cc04aa
CY
64302011-07-07 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6433 (menu-bar-options-menu): Tweak descriptions.
6434
0a1848ec
LMI
64352011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6436
6437 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6438 menu items into verb phrases (bug#1421). Also refill to fit under
6439 80 columns.
6440
f5bd0689
CY
64412011-07-07 Chong Yidong <cyd@stupidchicken.com>
6442
538e85c6
CY
6443 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6444 (Info-read-node-name): Doc fix (Bug#1084).
6445
f5bd0689
CY
6446 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6447 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6448 (end-of-sexp, beginning-of-sexp)
6449 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6450 (forward-symbol, forward-same-syntax, word-at-point)
6451 (sentence-at-point): Doc fix (Bug#1144).
6452
56ec5115
LMI
64532011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6454
f3f8e37f
LMI
6455 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6456 should cover it (bug#1281).
6457
0757af94 6458 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6459
e9fce1ac 6460 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6461 negotiation fails, then possibly try again with a non-encrypted
6462 connection (bug#9017).
6463
56ec5115
LMI
6464 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6465 be used.
6466
c2f9aec8
RS
64672011-07-07 Richard Stallman <rms@gnu.org>
6468
6469 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6470 property, and handle its changed format.
6471 Look for the correct line number.
6472 Use file's line contents (but not past first =) to find
6473 correct line in message.
6474
ef7b981d 64752011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6476
6477 * international/characters.el (build-unicode-category-table):
6478 Delete it.
0757af94 6479 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6480
0757af94 6481 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6482 to src/chartab.c.
6483 (get-char-code-property): Call unicode-property-table-internal to
6484 load a file. Call get-unicode-property-internal where necessary.
6485 (put-char-code-property): Call unicode-property-table-internal to
6486 load a file. Call put-unicode-property-internal where necessary.
6487 put-unicode-property-internal where necessary.
0757af94
SM
6488 (char-code-property-description):
6489 Call unicode-property-table-internal to load a file.
c805dec0
KH
6490
6491 * international/charprop.el:
6492 * international/uni-bidi.el:
6493 * international/uni-category.el:
6494 * international/uni-combining.el:
6495 * international/uni-comment.el:
6496 * international/uni-decimal.el:
6497 * international/uni-decomposition.el:
6498 * international/uni-digit.el:
6499 * international/uni-lowercase.el:
6500 * international/uni-mirrored.el:
6501 * international/uni-name.el:
6502 * international/uni-numeric.el:
6503 * international/uni-old-name.el:
6504 * international/uni-titlecase.el:
6505 * international/uni-uppercase.el: Regenerate.
6506
6507 * loadup.el: Load international/charprop.el before
6508 international/characters.
6509
e14b388a
CY
65102011-07-07 Chong Yidong <cyd@stupidchicken.com>
6511
6512 * window.el (next-buffer, previous-buffer): Signal an error if
6513 called from a minibuffer window.
6514
6515 * bindings.el: Revert 2011-07-04 change.
6516
354cf0ba
RS
65172011-07-06 Richard Stallman <rms@gnu.org>
6518
6519 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6520 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6521 Treat markers like ints.
6522 (rmail-mime-entity): Doc fix.
6523
a48868a7
LMI
65242011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6525
4906cd3d
LMI
6526 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6527 defcustom again for backwards compatibility.
6528
e0457abe
LMI
6529 * simple.el (shell-command-on-region): Fill.
6530
d67f7e1f
LMI
6531 * dired-aux.el (dired-kill-line): Add a doc string.
6532
fe204702
LMI
6533 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6534 to "\\sw\\|\\s_" (bug#358).
6535
a48868a7
LMI
6536 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6537 (dired-unmark-backward): Ditto.
6538 (dired-flag-backup-files): Ditto.
6539
6540 * dired-x.el (dired-mark-sexp): Ditto.
6541
aa8a705c
RS
65422011-07-06 Richard Stallman <rms@gnu.org>
6543
6544 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6545 (rmail-mime-entity): New arg TRUNCATED.
6546 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6547 New functions.
6548 (rmail-mime-save): Warn if entity is truncated.
6549 (rmail-mime-toggle-hidden): Likewise, for showing.
6550 (rmail-mime-process-multipart): Record when an entity is truncated.
6551
a9a936b9
RS
6552 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6553 if ENTITY is a string.
6554
1f2b92cb
LMI
65552011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6556
f4f73198 6557 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6558 of faces when `M-C-x'-ing their definitions (bug#8378).
6559 Also clean up the code slightly.
f4f73198 6560
12b16734 6561 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6562 because that makes the colors go away.
12b16734 6563
f0691d22
LMI
6564 * mail/sendmail.el (send-mail-function): Change the default to
6565 `sendmail-query-once'.
9e87df06 6566 (sendmail-query-once): Add an autoload cookie.
f0691d22 6567
1f2b92cb
LMI
6568 * net/network-stream.el (network-stream-open-starttls): Try using
6569 a plain connection even if the server offered STARTTLS, and we
6570 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6571 capability. This should make smtpmail.el work in slightly more
6572 configurations.
6573
1cdd2a1b
MA
65742011-07-06 Michael Albinus <michael.albinus@gmx.de>
6575
6576 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6577 New defun.
6578 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6579
fbcc67e2
MM
65802011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6581
6582 * progmodes/sql.el: Version 3.0
0757af94 6583 (sql-product-alist): Add product :completion-object,
fbcc67e2 6584 :completion-column, and :statement attributes.
0757af94 6585 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6586 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6587 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6588 ansi keywords.
6589 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6590 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6591 (sql-oracle-show-reserved-words): New function for development.
6592 (sql-product-font-lock): Simplify for source code buffers.
6593 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6594 New functions.
6595 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6596 (sql-mode-map): Add statement movement functions.
6597 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6598 New variable.
fbcc67e2
MM
6599 (sql-statement-regexp, sql-beginning-of-statement)
6600 (sql-end-of-statement, sql-signum): New functions.
0757af94 6601 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6602 (sql-show-sqli-buffer): Bug fix.
6603 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6604 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6605 with sql-interactive-mode.
6606 (sql-save-connection): Save buffer local settings.
0757af94 6607 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6608 (sql-product-interactive): Bug fix.
6609 (sql-preoutput-hold): New variable.
6610 (sql-interactive-remove-continuation-prompt): Bug fixes.
6611 (sql-debug-redirect): New variable.
6612 (sql-str-literal): New function.
6613 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6614 Redesign.
fbcc67e2
MM
6615 (sql-oracle-save-settings, sql-oracle-restore-settings)
6616 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6617 (sql-completion-object, sql-completion-column)
6618 (sql-completion-sqlbuf): New variables.
6619 (sql-build-completions-1, sql-build-completions)
6620 (sql-try-completion): New functions.
6621 (sql-read-table-name): Use them.
6622 (sql-contains-names): New buffer local variable.
6623 (sql-list-all, sql-list-table): Use it.
6624 (sql-oracle-completion-types): New variable.
6625 (sql-oracle-completion-object, sql-sqlite-completion-object)
6626 (sql-postgres-completion-object): New functions.
6627
d4eaeab1
GM
66282011-07-06 Glenn Morris <rgm@gnu.org>
6629
6630 * window.el (pop-to-buffer): Doc fix.
6631
322b7dab 66322011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6633
6634 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6635
322b7dab 66362011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6637
322b7dab 6638 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6639
322b7dab 6640 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6641
605dd5bf
CY
66422011-07-05 Chong Yidong <cyd@stupidchicken.com>
6643
6644 * button.el (button): Inherit from link face. Suggested by Dan
6645 Nicolaescu.
6646
7dbfa719
SM
66472011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6648
3db614b0
SM
6649 * progmodes/gdb-mi.el: Fit in 80 columns.
6650 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6651 switch-to-buffer.
6652
7dbfa719
SM
6653 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6654 if imenu is simply not configured (bug#8941).
6655
919d884a
KM
66562011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6657
6658 * allout.el (allout-post-undo-hook): New allout outline-change
6659 event hook to signal undo activity.
6660 (allout-post-command-business): Run allout-post-undo-hook if an
6661 undo just occurred.
7dbfa719
SM
6662 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6663 * allout-widgets.el (allout-widgets-after-undo-function):
6664 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6665 in the vicinity of an undo.
6666 (allout-widgets-mode): Include allout-widgets-after-undo-function
6667 on the new allout-post-undo-hook.
6668
450a0f09
SM
66692011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6672 Let define-derived-mode define it.
6673 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6674 cycles of abbrev-table inheritance (bug#8998).
6675
2de69e00
RW
66762011-07-05 Roland Winkler <winkler@gnu.org>
6677
6678 * textmodes/bibtex.el: Add support for biblatex.
6679 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6680 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6681 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6682 (bibtex-entry-alist, bibtex-field-alist): New variables.
6683 (bibtex-entry-field-alist): Obsolete alias for
6684 bibtex-BibTeX-entry-alist.
6685 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6686 (bibtex-set-dialect): New command.
6687 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6688 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6689 Bind via bibtex-set-dialect.
2de69e00
RW
6690 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6691 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6692 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6693 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6694 Define via bibtex-set-dialect.
450a0f09
SM
6695 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6696 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6697 (bibtex-vec-push, bibtex-vec-incr): New functions.
6698 (bibtex-format-entry, bibtex-field-list)
6699 (bibtex-print-help-message, bibtex-validate)
6700 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6701
2dcdbdd9
SM
67022011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * progmodes/compile.el (compilation-goto-locus):
6705 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6706 * bs.el (bs-cycle-next, bs-cycle-previous):
6707 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6708 * bindings.el (mode-line-other-buffer):
6709 * autoinsert.el (auto-insert):
6710 * arc-mode.el (archive-extract):
6711 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6712
b27640fe
JB
67132011-07-05 Juanma Barranquero <lekktu@gmail.com>
6714
6715 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6716 Fix check of `emacs-lock-unlockable-modes'.
6717 Coerce true values of `emacs-lock--try-unlocking' to t.
6718
53bbe3ad
JB
67192011-07-05 Juanma Barranquero <lekktu@gmail.com>
6720
6721 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6722 * emacs-lock.el: New file.
6723
1d3cdbc7
JD
67242011-07-05 Julien Danjou <julien@danjou.info>
6725
6726 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6727 than `boundp' to check if face is set.
6728
9173deec
JB
67292011-07-05 Juanma Barranquero <lekktu@gmail.com>
6730
6731 * register.el (registerv-make):
6732 * window.el (window-min-height): Fix typos in docstrings.
6733
869795d6
JD
67342011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6735
9173deec 6736 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6737 Update doc string.
6738
b768cdcd
JB
67392011-07-04 Juanma Barranquero <lekktu@gmail.com>
6740
6741 * server.el (server-execute): Catch quit and call
6742 `server-return-error' to pass the error back to emacsclient and
6743 close the connection (bug#8942).
6744
13aa217b
KM
67452011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6746
6747 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6748 insecure exception for current topic. Also note that auto-saves
6749 are handled differently.
6750
6751 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6752 State variables for tracking auto-save inhibition situation.
6753
6754 (allout-write-contents-hook-handler): Rename from
6755 'allout-write-file-hook-handler', and describe how it depends on
6756 write-contents-functions sensitivity to non-nil value to prevent
6757 file write.
6758
6759 (allout-auto-save-hook-handler): Remove. auto-save does not check
6760 this in individual buffers, only in the starting buffer, so this
6761 is not the right way for us to inhibit auto-save in a buffer
6762 according to its condition.
6763
6764 (allout-mode): Use new allout-write-contents-hook-handler, and
6765 only with write-contents-functions. Remove auto-save provisions -
6766 they're implemented elsewhere.
6767
6768 (allout-before-change-handler): If undo is in progress, note that
6769 for attention of allout-post-command-business.
6770
6771 (allout-post-command-business): If the command we're following was
6772 an undo, check for change in the status of encrypted items and
6773 adjust auto-save inhibitions accordingly.
6774
6775 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6776 according to whether there are or aren't any plain-text topics
6777 pending encryption.
6778
2dcdbdd9 6779 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6780 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6781 if there are plain-text topics pending encryption.
13aa217b
KM
6782
6783 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6784 buffer-saved-size and some allout state to not inhibit auto-saves
6785 if there are no longer any plain-text topics pending encryption.
6786
0757af94
SM
6787 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6788 No longer provide for exemption of the current topic.
13aa217b 6789
ac89b32c
JL
67902011-07-04 Juri Linkov <juri@jurta.org>
6791
6792 Add 7z operations to delete and save changed members (bug#8968).
6793 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6794 New defcustoms.
6795 (archive-7z-write-file-member): New function.
6796 (archive-7z-summarize): Fix the number of dashes in the
6797 listing output.
6798
8fa39615
SM
67992011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6802 (bug#8958).
6803
2f11b3f1
CY
68042011-07-04 Chong Yidong <cyd@stupidchicken.com>
6805
d66fef2b
CY
6806 * bindings.el: Ignore next-buffer and previous-buffer in
6807 minibuffer-local-map.
6808
2f11b3f1
CY
6809 * font-lock.el (font-lock-builtin-face): Change light background
6810 color to dark slate blue (Bug#6693).
6811
f932a347
WD
68122011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6813
6814 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6815
c8af70e1
SM
68162011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6819 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6820 Add switch-to-buffer.
6821
f158badc
LMI
68222011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6823
6824 * isearch.el (isearch-search-fun-function): Clarify further the
6825 meaning of the function returned.
6826
6d95bd46
MA
68272011-07-04 Michael Albinus <michael.albinus@gmx.de>
6828
6829 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6830
6831 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6832 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6833 Use it.
6834 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6835 `tramp-default-remote-path' does not exist.
6836 (tramp-send-command-and-read): New optional argument NOERROR.
6837 (tramp-open-connection-setup-interactive-shell)
6838 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6839 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6840 (tramp-process-sentinel): Flush also process' connection property.
6841 (tramp-sh-handle-start-file-process): Do not set process
6842 sentinel. It is done now ...
6843 (tramp-maybe-open-connection): ... here. (Bug#8929)
6844
909e6b67
MK
68452011-07-04 MON KEY <monkey@sandpframing.com>
6846
6847 * play/animate.el (animate-string): Doc fixes and allow changing
6848 the buffer name (bug#5417).
6849
68502011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6851
c8af70e1 6852 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6853
f34755dc
PE
68542011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6855
396cec72
PE
6856 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6857 This is simpler and helps future-proof the code.
6858 (timer-until): Use time-subtract and float-time.
08235028 6859 (timer--time-less-p): Use time-less-p.
f34755dc 6860
56e6cc31
JB
68612011-07-04 Juanma Barranquero <lekktu@gmail.com>
6862
3abb79e5
JB
6863 * type-break.el (timep): Use the value of `float-time' to avoid a
6864 byte-compiler warning.
6865
56e6cc31
JB
6866 * server.el (server-eval-and-print): Return any result, even nil.
6867
7b9430b4
PE
68682011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6869
6870 * type-break.el: Accept time formats that the builtins accept.
6871 (timep, type-break-time-difference): Accept any format that
6872 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6873 This is simpler and helps future-proof the code.
6874 (type-break-time-difference): Round rather than ignoring
6875 subseconds components.
6876
3034e9e7
LMI
68772011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6878
6879 * info.el (Info-apropos-matches): Make non-interactive, since it
6880 doesn't seem to do anything useful as a command (bug#8829).
6881
1485f4c0
CY
68822011-07-03 Chong Yidong <cyd@stupidchicken.com>
6883
6884 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6885 Move from faces.el.
1485f4c0
CY
6886 (frame-default-terminal-background): New function.
6887
6888 * custom.el (custom-push-theme): Don't record faces in `changed'
6889 theme; this doesn't work correctly for per-frame face settings.
6890 (disable-theme): Use face-set-after-frame-default to reset faces.
6891 (custom--frame-color-default): New function.
6892
9fa3dd45
LMI
68932011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
c8af70e1 6895 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6896 (bug#8769).
6897
6cbbc20c
KR
68982011-03-29 Kevin Ryde <user42@zip.com.au>
6899
6900 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6901 `perl-Test2' extend to match possible "fail #N" rep count
6902 (bug#8377).
6903
c7f98048
LMI
69042011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6905
65676592
LMI
6906 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6907 `smtpmail-via-smtp' now returns the error instead of nil.
6908
c7f98048
LMI
6909 * isearch.el (isearch-search-fun-function): Clarify the doc string
6910 (bug#8101).
6911
56e6cc31 69122011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6913
6914 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6915 unnecessary spaces (bug#8987).
6916
2b216704
LMI
69172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6918
6919 * net/network-stream.el (open-network-stream): Use the
6920 :end-of-capability command thoughout.
6921
69222011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6923
6924 * net/network-stream.el (open-network-stream): Add the
6925 :end-of-capability command parameter, used by pop3.el.
6926
36adf6ce
LMI
69272011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6928
1ca0da0e
LMI
6929 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6930
fc00f69c
LMI
6931 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6932 for list)" (bug#6475).
6933
28fd8759 6934 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6935 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6936 an error (bug#6297).
6937
0dd8b6da
LMI
6938 * man.el (Man-reference-regexp): Allow matching possible
6939 word-wrapped references (bug#6289).
6940
ce1438d6
LMI
6941 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6942 for consistency with the other vc buffers (bug#6197).
6943 (vc-checkin): Ditto.
6944
6945 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6946
36adf6ce
LMI
6947 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6948
e83cc1f7
LMI
69492011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6950
8a20ca4c
LMI
6951 * custom.el (defcustom): Clarify that :set is only used in the
6952 Customize user interface (bug#6089).
6953
83319045
LMI
6954 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6955 associated with a file, refuse to run instead of erroring out
6956 (bug#6084).
6957
a8392169
LMI
6958 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6959 the doc string, since it appears that using `fill-column' always
6960 controls the width (bug#7845).
6961
e83cc1f7
LMI
6962 * simple.el (shell-command-on-region): Say where the error output
6963 went if `shell-command-default-error-buffer' is set (bug#6857).
6964
e47ca23b
KM
69652011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6966
6967 * allout.el (allout-yank-processing): Adjust cursor position for
6968 backwards-deleted space.
6969
6970 (allout-rebullet-heading): Register changes with
6971 allout-exposure-changed-hook, so the modified topic is properly
6972 decorated.
6973
5cf56143
LMI
69742011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6975
08549772
LMI
6976 * minibuffer.el (completion-in-region): Document PREDICATE
6977 (bug#7136).
6978
48e96771
LMI
6979 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6980 of keyword/argument pairs (bug#6904).
6981
c8af70e1
SM
6982 * replace.el (multi-occur):
6983 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6984
e17d05e2
LMI
69852011-07-02 Drew Adams <drew.adams@oracle.com>
6986
6987 * dired.el (dired-mark-if): Make the message about whether it's
6988 marking or unmarking clearer (bug#8523).
6989
063b0e45
LMI
69902011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6991
6992 * disp-table.el (display-table-print-array): New function.
6993 (describe-display-table): Use it to print the vectors more pretty
6994 (Bug#8859).
6995
28545e04
MR
69962011-07-02 Martin Rudalics <rudalics@gmx.at>
6997
6998 * window.el (window-state-get-1): Don't assign clone numbers.
6999 Add clone-of item to list of window parameters.
7000 (window-state-put-2): Don't process clone numbers.
7001 (display-buffer-alist): Fix doc-string.
7002
3349e122
SM
70032011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * subr.el (remq): Don't allocate if it's not needed.
7006 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7007 (keymap--merge-bindings): New functions.
7008 (keymap-canonicalize): Use them to refine the canonicalization.
7009 * minibuffer.el (minibuffer-local-completion-map)
7010 (minibuffer-local-must-match-map): Move initialization from C.
7011 (minibuffer-local-filename-completion-map): Move initialization from C;
7012 don't inherit from anything here.
7013 (minibuffer-local-filename-must-match-map): Make obsolete.
7014 (completing-read-default): Use make-composed-keymap to combine
7015 minibuffer-local-filename-completion-map with either
7016 minibuffer-local-must-match-map or
7017 minibuffer-local-filename-completion-map.
7018
d224ac83
GM
70192011-07-01 Glenn Morris <rgm@gnu.org>
7020
3de63bf8
GM
7021 * type-break.el (type-break-time-sum): Use dolist.
7022
d224ac83
GM
7023 * textmodes/flyspell.el (flyspell-word-search-backward):
7024 Replace CL function.
7025
1a1e3f32
SM
70262011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7027
fe3f64d5
SM
7028 * mouse.el (mouse--strip-first-event): New function.
7029 (function-key-map): Use it to map fringe clicks to normal clicks
7030 by default.
7031
eb604e34
SM
7032 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7033 (vc-bzr-revision-completion-table): Add support for annotate and date.
7034
1a1e3f32
SM
7035 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7036 inherit from parent.
7037
5bd35902
LMI
70382011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7039
ace6c69c 7040 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7041 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7042
191e2bed
LMI
7043 * dired.el (dired-mode): Fix up the doc string as suggested by
7044 Drew Adams (bug#8817).
7045
5bd35902
LMI
7046 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7047 cookie, since the manual says that it should be possible to add
7048 this function to `find-file-hook' (bug#8709).
7049
eee8207a
TZ
70502011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7051
7052 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7053 here. Noted Ted Zlatanov as the maintainer.
7054 (cfengine-common-settings, cfengine-common-syntax): New functions
7055 to set up common things between `cfengine-mode' and
7056 `cfengine3-mode'.
7057 (cfengine3-mode): New mode.
7058 (cfengine3-defuns cfengine3-defuns-regex
7059 (cfengine3-class-selector-regex cfengine3-category-regex)
7060 (cfengine3-vartypes cfengine3-font-lock-keywords)
7061 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7062 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7063
36b148cf
MA
70642011-07-01 Michael Albinus <michael.albinus@gmx.de>
7065
7066 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7067
7068 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7069
0bf4ba9a
MR
70702011-07-01 Martin Rudalics <rudalics@gmx.at>
7071
7072 * window.el (same-window-buffer-names, same-window-regexps)
7073 (same-window-p, special-display-frame-alist)
7074 (special-display-popup-frame, special-display-function)
7075 (special-display-buffer-names, special-display-regexps)
7076 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7077 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7078 (split-window-preferred-function, split-height-threshold)
7079 (split-width-threshold, even-window-heights)
7080 (display-buffer-mark-dedicated, window-splittable-p)
7081 (split-window-sensibly, window-safely-shrinkable-p):
7082 Un-obsolete.
7083 (display-buffer): Don't spread args with function specifier
7084 because special-display-popup-frame won't like it.
7085
35837f51
PE
70862011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7087
d0672f86
PE
7088 Time-stamp simplifications and fixes.
7089 These improve accuracy slightly, and future-proof the code
7090 against some potential changes to current-time format.
7091
b9444d97
PE
7092 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7093 by using time-since and float-time.
7094
0ef923dc
PE
7095 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7096 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7097 + NNN microseconds".
7098
2f81380d
PE
7099 * type-break.el (type-break-time-sum): Rewrite using time-add.
7100
845b5c3e
PE
7101 * play/hanoi.el (hanoi-current-time-float): Remove.
7102 All uses replaced by float-time.
7103
ee6f1be0
PE
7104 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7105 This yields a more-accurate answer.
7106 (rng-time-to-float): Remove; no longer needed.
7107
fe955043
PE
7108 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7109
5777162a
PE
7110 * calendar/timeclock.el (timeclock-seconds-to-time):
7111 Defalias to seconds-to-time, since they're the same thing.
7112
3103f8b6 7113 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7114 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7115 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7116
0e61a35f
SM
71172011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * window.el (bury-buffer): Don't iconify the only frame.
7120 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7121 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7122
ddd63a1e
CY
71232011-07-01 Chong Yidong <cyd@stupidchicken.com>
7124
0e61a35f
SM
7125 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7126 Add mouse-yank-primary.
ddd63a1e 7127
055f4923
TZ
71282011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7129
7130 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7131
6a2fb145
SM
71322011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7135 (find-library-name): Use it to find relative load names when provided
7136 absolute file name (bug#8803).
7137
fd4983f2
LMI
71382011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7139
887d14ad
LMI
7140 * textmodes/flyspell.el (flyspell-word): Consider words that
7141 differ only in case as potential doublons (bug#5687).
7142
c53dc7fc
LMI
7143 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7144 Remove two rather uninteresting debugging-like messages to make
7145 debbugs.el more silent.
7146
fd4983f2
LMI
7147 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7148 a password-like phrase.
7149
7a71b18d 71502011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7151
7152 * progmodes/cc-guess.el: New file.
7153
6a2fb145 7154 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7155
7156 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7157 derived from `c-basic-common-init'.
7158
7159 * progmodes/cc-mode.el (top-level): Require cc-guess.
7160 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7161
1fa280a3
LM
71622011-06-30 Lawrence Mitchell <wence@gmx.li>
7163
7164 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7165
e6597158
AM
71662011-06-30 Alan Mackenzie <acm@muc.de>
7167
1fa280a3
LM
7168 * progmodes/cc-engine.el (c-guess-continued-construct):
7169 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7170 lock is disabled. Name this case as "CASE G".
7171
68ba37fb
KM
71722011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7173
7174 * allout.el (allout-yank-processing): Fix injection of extra space
7175 between bullet and non-whitespace character in first topic when
7176 pasting, ensuring that the actual spacing in the pasted topic
7177 following the bullet char is preserved. This extra space was
7178 causing pasted encrypted topics to get a decrypted status even
7179 when the content was actually still encrypted. Now the decryption
7180 status from before the paste is preserved.
7181
7182 (allout-flag-region): Set all allout overlays so they evaporate
7183 when reduced to zero length (evanescent), to prevent overlay
7184 leakage.
7185
887a0b34
GM
71862011-06-30 Glenn Morris <rgm@gnu.org>
7187
94b9acce
GM
7188 * w32-fns.el (w32-charset-info-alist): Declare.
7189
1d9b46d4
GM
7190 * find-dired.el (find-grep-options): Simplify.
7191
cc232200
GM
7192 * term/ns-win.el (ns-set-resource): Declare.
7193
28e77c46
GM
7194 * ses.el (row, col): Declare dynamic variables honestly.
7195
887a0b34
GM
7196 * textmodes/reftex-parse.el (index-tags): Declare.
7197
658d8eb8
CY
71982011-06-30 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * cus-edit.el (customize-push-and-save): New function.
7201
7202 * files.el (hack-local-variables-confirm): Use it.
7203
1fa280a3
LM
7204 * custom.el (load-theme): New arg NO-CONFIRM.
7205 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7206 (custom-enabled-themes): Doc fix.
7207
7208 * cus-theme.el (customize-create-theme)
7209 (custom-theme-merge-theme): Callers to load-theme changed.
7210
bb617717
LMI
72112011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7212
d61bdd5d
LMI
7213 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7214 short URLs have at least one dot in them (bug #7614).
7215
bb617717
LMI
7216 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7217 nil, because using a pty is apparently too slow (bug #895).
7218
2f31f37a
LMI
72192011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7220
7221 * mail/sendmail.el (sendmail-query-once): New function.
7222 (sendmail-query-once-function): New variable.
7223
3076b24e
GM
72242011-06-29 Glenn Morris <rgm@gnu.org>
7225
faf2a174
GM
7226 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7227
3076b24e
GM
7228 * ses.el (top-level): Require cl when compiling.
7229 (ses-set-localvars): Fix error statement.
7230 Call it at compile time to silence a storm of warnings.
7231
5386012d
MR
72322011-06-29 Martin Rudalics <rudalics@gmx.at>
7233
7234 * window.el (normalize-live-buffer): Rename to
7235 window-normalize-buffer.
7236 (normalize-live-frame): Rename to window-normalize-frame.
7237 (normalize-any-window): Rename to window-normalize-any-window.
7238 (normalize-live-window): Rename to window-normalize-live-window.
7239 (make-window-atom): Rename to window-make-atom.
7240 (window-resize-reset): Rename to window--resize-reset.
7241 (window-resize-reset-1): Rename to window--resize-reset-1.
7242 (resize-mini-window): Rename to window--resize-mini-window.
7243 (resize-subwindows-skip-p): Rename to
7244 window--resize-subwindows-skip-p.
7245 (resize-subwindows-normal): Rename to
7246 window--resize-subwindows-normal.
7247 (resize-subwindows): Rename to window--resize-subwindows.
7248 (resize-other-windows): Rename to window--resize-siblings.
7249 (resize-this-window): Rename to window--resize-this-window.
7250 (resize-root-window): Rename to window--resize-root-window.
7251 (resize-root-window-vertically): Rename to
7252 window--resize-root-window-vertically.
7253 (normalize-buffer-to-display): Rename to
7254 window-normalize-buffer-to-display.
7255 (normalize-buffer-to-switch-to): Rename to
7256 window-normalize-buffer-to-switch-to.
7257 Correspondingly update all callers of the functions listed
7258 above.
7259 (display-buffer-alist, display-buffer-normalize-arguments)
7260 (display-buffer-normalize-options, display-buffer)
7261 (display-buffer-alist-set): Use "function" instead of
7262 "fun-with-args".
7263
1176868d
CY
72642011-06-28 Chong Yidong <cyd@stupidchicken.com>
7265
7266 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7267 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7268 debbugs.gnu.org. Mention acknowledgment email.
7269
20a7a65f
LMI
72702011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7271
7272 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7273 buffer multibyteness, since it shouldn't matter.
7274
5f45cca5
MR
72752011-06-28 Martin Rudalics <rudalics@gmx.at>
7276
7277 * window.el (display-buffer-in-side-window): Handle dedicated
7278 windows as in display-buffer-reuse-window.
7279 (display-buffer-normalize-alist): Use value of override
7280 specifier.
7281 (display-buffer-normalize-specifiers): Use value of
7282 other-window-means-other-frame specifier.
7283 (display-buffer-alist): Rewrite some texts in widgets.
7284 (display-buffer): Spread arguments when calling function
7285 specified by fun-with-args.
7286
ad85fe1f
DD
72872011-06-28 Deniz Dogan <deniz@dogan.se>
7288
1fa280a3
LM
7289 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7290 Unnest `let'.
da68c4c8 7291
ad85fe1f
DD
7292 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7293 selectors (Bug#5732).
ec49bd31 7294 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7295
a08cc025
JA
72962011-06-27 Jari Aalto <jari.aalto@cante.net>
7297
7298 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7299 (eshell-ls-date-format): New defcustom.
7300 (eshell-ls-file): Use it.
7301
e2b551c5
SM
73022011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7305
8982b231
KY
73062011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7309 (ange-ftp-make-tmp-name): New arg.
7310 (ange-ftp-file-local-copy): Use it.
7311
36c9fa27
J
73122011-06-27 Jambunathan K <kjambunathan@gmail.com>
7313
7314 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7315 no-conversion (Bug#8870).
7316
d68443dc
MR
73172011-06-27 Martin Rudalics <rudalics@gmx.at>
7318
7319 * window.el (window-right, window-left, window-child)
7320 (window-child-count, window-last-child)
7321 (window-iso-combination-p, walk-window-tree-1)
7322 (window-atom-check-1, window-tree-1, delete-window)
7323 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7324 new naming conventions - window-vchild, window-hchild,
7325 window-next and window-prev are now called window-top-child,
7326 window-left-child, window-next-sibling and window-prev-sibling
7327 respectively.
d615d6d2
MR
7328 (resize-window-reset): Rename to window-resize-reset.
7329 (resize-window-reset-1): Rename to window-resize-reset-1.
7330 (resize-window): Rename to window-resize.
7331 (window-min-height, window-min-width)
7332 (resize-mini-window, resize-this-window, resize-root-window)
7333 (resize-root-window-vertically, adjust-window-trailing-edge)
7334 (enlarge-window, shrink-window, maximize-window)
7335 (minimize-window, delete-window, quit-restore-window)
7336 (split-window, balance-windows, balance-windows-area-adjust)
7337 (balance-windows-area, window-state-put-2)
7338 (display-buffer-even-window-sizes, display-buffer-set-height)
7339 (display-buffer-set-width, set-window-text-height)
7340 (fit-window-to-buffer): Rename all "resize-window" prefixed
7341 calls to use the "window-resize" prefix convention.
7342 (display-buffer-alist): Fix symbol for label specifier.
7343 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7344 corresponding specifier.
7345 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7346
b6458526
VB
73472011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7348
7349 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7350 convention.
7351 (ses-call-printer): Does not pass an empty string to formatter when the
7352 cell is empty to keep from barking printer Calc math-format-value.
7353
d31fd9ac
RS
73542011-06-27 Richard Stallman <rms@gnu.org>
7355
43d5bf84
RS
7356 * battery.el (battery-mode-line-limit): New variable.
7357 (battery-update): Handle it.
7358
d31fd9ac
RS
7359 * mail/rmailmm.el (rmail-mime-process-multipart):
7360 Handle truncated messages.
7361
819a6054
GM
73622011-06-27 Glenn Morris <rgm@gnu.org>
7363
7364 * progmodes/flymake.el (flymake-err-line-patterns):
7365 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7366
cedc73f2
VB
73672011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7368
819a6054 7369 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7370 (ses--clean-!, ses--clean-_): New functions.
7371 (ses-range): Add configurability of readout order, and conversion
7372 to Calc vector.
7373
5e5d49b6
VB
7374 * ses.el (ses-repair-cell-reference-all): New function.
7375 (ses-cell-symbol): Set macro as safe, so that it can be used in
7376 formulas.
7377
56e6cc31 7378 * ses.el: Update cycle detection algorithm.
90ca8b49 7379 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7380 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7381 (ses-set-localvars): New function.
7382 (ses-make-cell): Add property-list as a cell element.
7383 (ses-cell-property-get-fun, ses-cell-property-get)
7384 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7385 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7386 New functions.
90ca8b49
VB
7387 (ses-cell-property-set, ses-cell-property-pop)
7388 (ses-cell-property-get-handle): New macro.
7389 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7390 New aliases, used for code readability.
7391 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7392 cycle detection.
7393 (ses-self-reference-early-detection): New defcustom.
fac916bf 7394 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7395 (ses-mode): Use ses-set-localvars.
7396 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7397 before lauching the update processing.
7398 (ses-initialize-Dijkstra-attempt): New function.
7399 (ses-recalculate-cell): Update for cycle detection based on
7400 Dijkstra algorithm.
7401
2bb63e81
VB
7402 * ses.el: Fix commenting and indenting convention.
7403
c9d29fb8
SM
74042011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * bs.el (bs-cycle-next): Complete last change.
7407
d8e4b68b
JB
74082011-06-27 Drew Adams <drew.adams@oracle.com>
7409
7410 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7411
40098786
LMI
74122011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7413
c9d29fb8
SM
7414 * net/network-stream.el (network-stream-open-starttls):
7415 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7416 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7417
40098786
LMI
7418 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7419 to binary to possibly avoid line encoding issues on Windows (among
7420 other things).
7421
468d09d4
LMI
74222011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423
7424 * net/network-stream.el (open-network-stream): Return an :error
7425 saying what the problem was, if possible.
7426
7427 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7428 server.
7429
7430 * net/network-stream.el (network-stream-open-starttls): If we
7431 wanted to use STARTTLS, and the server offered it, but we weren't
7432 able to because we had no STARTTLS support, then close the connection.
7433 (open-network-stream): Return an :error element, if present.
7434
16f07dd7
CY
74352011-06-26 Chong Yidong <cyd@stupidchicken.com>
7436
88821ca0
CY
7437 * hl-line.el (hl-line-sticky-flag): Doc fix.
7438 (global-hl-line-sticky-flag): New option (Bug#8323).
7439 (global-hl-line-highlight): Obey it.
7440
16f07dd7
CY
7441 * vc/vc.el (vc-revert-show-diff): Default to t.
7442
6b5ccddf
KM
74432011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7444
c9d29fb8
SM
7445 * allout-widgets.el (allout-widgets-post-command-business):
7446 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7447 undecorated when an isearch is continued past, and isearch
7448 automatically collapses them. This leads to "widget leaks", where
7449 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7450 hidden widgets can slow down cursor travel, substantially.
7451 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7452 so we're doing without this nicety.
7453
7454 (allout-widgets-tally-string): Don't try to do a hash-table-count
7455 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7456 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7457 *Messages* when allout-widgets-maintain-tally is t.
7458
355f2e07
MR
74592011-06-26 Martin Rudalics <rudalics@gmx.at>
7460
7461 * window.el (display-buffer-normalize-argument): Rename to
7462 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7463 LABEL argument. Respect special-display-function when popping up
7464 a new frame. Fix code searching for a window showing the buffer
7465 on another frame.
c9d29fb8
SM
7466 (display-buffer-normalize-specifiers):
7467 Call display-buffer-normalize-arguments.
355f2e07
MR
7468 (display-buffer-in-window): Don't undedicate the window if its
7469 buffer remains the same.
7470 Reported by Drew Adams <drew.adams@oracle.com>.
7471 (display-buffer-alist): Add choice for same-window macro
7472 specfier.
7473 (display-buffer): Mention special meaning of LABEL argument in
7474 doc-string. Fix quoting. Don't pop up a new frame even as
7475 fallback.
7476
7ca8fc42
JB
74772011-06-26 Juanma Barranquero <lekktu@gmail.com>
7478
7479 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7480 avoid deleting the current window in some cases (bug#8911).
7481
bc312254
AS
74822011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7483
7484 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7485 (Bug#8934)
7486
2db18f3f
LMI
74872011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7488
c9d29fb8
SM
7489 * net/network-stream.el (network-stream-open-starttls):
7490 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7491 (network-stream-open-tls): Ditto.
7492
6302e0d3
LL
74932011-06-26 Leo Liu <sdl.web@gmail.com>
7494
7495 * register.el (registerv): New struct.
7496 (registerv-make): New function.
c9d29fb8
SM
7497 (jump-to-register, describe-register-1, insert-register):
7498 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7499 struct. (Bug#8415)
7500
5fdd4046
CY
75012011-06-26 Chong Yidong <cyd@stupidchicken.com>
7502
2afef60a
CY
7503 * vc/vc.el (vc-revert-show-diff): New defcustom.
7504 (vc-diff-internal): New arg specifying diff buffer.
7505 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7506 reuse an existing *vc-diff* buffer (Bug#8927).
7507
5fdd4046
CY
7508 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7509
e93db24a
GM
75102011-06-26 Glenn Morris <rgm@gnu.org>
7511
7512 * progmodes/f90.el (f90-critical-indent): New option.
7513 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7514 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7515 (f90-mode): Doc fix.
7516 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7517 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7518 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7519 (f90-match-end): Handle block, critical.
7520
eefff499
GM
75212011-06-25 Glenn Morris <rgm@gnu.org>
7522
f6ba4cc9
GM
7523 * calendar/diary-lib.el (diary-included-files): Doc fix.
7524 (diary-include-files): New function, extracted from
7525 diary-include-other-diary-files and diary-mark-included-diary-files.
7526 (diary-include-other-diary-files, diary-mark-included-diary-files):
7527 Just call diary-include-files.
7528 (diary-mark-entries): Reset diary-included-files on first call.
7529
16712304
GM
7530 * calendar/diary-lib.el (diary-mark-entries)
7531 (diary-mark-included-diary-files):
7532 Visit included diary-files in temp buffers.
7533
5d8e0d43
GM
7534 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7535 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7536 (f90-start-block-re, f90-imenu-generic-expression)
7537 (f90-looking-at-program-block-start, f90-no-block-limit):
7538 Add support for submodules.
7539
ccf7a5d5
GM
7540 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7541 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7542
11fdef7d 75432011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7544
7545 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7546 buffer-file-type before setting its value, to avoid disastrous
eefff499 7547 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7548
74f53697
JB
75492011-06-25 Juanma Barranquero <lekktu@gmail.com>
7550
7551 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7552
7553 * ses.el (ses-unload-function):
7554 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7555
7556 * proced.el (proced-unload-function):
7557 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7558
18a4ce5e
AR
75592011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7560
7561 * server.el (server-create-window-system-frame): Add parameters arg.
7562 (server-process-filter): Doc fix. Handle frame-parameters.
7563
519d22cc
JB
75642011-06-25 Juanma Barranquero <lekktu@gmail.com>
7565
7566 Fix bug#8730, bug#8781.
7567
7568 * loadhist.el (unload--set-major-mode): New function.
7569 (unload-feature): Use it.
7570
7571 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7572 (python-unload-function): New function.
7573
c206f5b0
SM
75742011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7577
f9ad64f3
GS
75782011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7579
7580 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7581 the candidates list.
7582
7d0da90e
JB
75832011-06-24 Juanma Barranquero <lekktu@gmail.com>
7584
7585 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7586
14b4e83d
RS
75872011-06-23 Richard Stallman <rms@gnu.org>
7588
7589 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7590 (rmail-variables): Set next-error-move-function.
7591 (rmail-what-message): Take argument POS.
7592 (rmail-next-error-move): New function.
7593
273d2baf
SM
75942011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7597 messages for adjacent non-terminals.
7598
56c2cc9a
RS
75992011-06-23 Richard Stallman <rms@gnu.org>
7600
7601 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7602 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7603 (rmail-start-mail): Don't specify use of rmail-mail-return;
7604 that's done by mail-bury now.
7605 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7606
d59eb518
MA
76072011-06-23 Michael Albinus <michael.albinus@gmx.de>
7608
7609 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7610 SIZE is a number.
7611
02cfc6d6
MR
76122011-06-23 Martin Rudalics <rudalics@gmx.at>
7613
7614 * window.el (get-lru-window, get-mru-window)
7615 (get-largest-window): Never return a minibuffer window.
7616 (display-buffer-pop-up-window): Fix a bug that could lead to
7617 reusing the minibuffer window.
7618 (display-buffer): Pass original specifier argument to
7619 display-buffer-function instead of the normalized one.
7620 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7621
4e323265
LL
76222011-06-22 Leo Liu <sdl.web@gmail.com>
7623
7624 * minibuffer.el (completing-read-function)
7625 (completing-read-default): Move from minibuf.c
7626
7a70468f
RS
76272011-06-22 Richard Stallman <rms@gnu.org>
7628
50718fc2
RS
7629 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7630 to Rmail even if not started by a special Rmail command.
7631
7a70468f
RS
7632 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7633 Copy the buffer currently showing just one message.
7634
297dde5a
RW
76352011-06-22 Roland Winkler <winkler@gnu.org>
7636
7637 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7638 (bibtex-clean-entry): First delete the old key so that a
7639 customized algorithm for generating the new key does not get
7640 confused by the old key.
7641 (bibtex-url): Obey regexp of first step.
7642 (bibtex-search-entries): Do not use add-to-list with local
7643 list-var.
7644
97bb1093
LMI
76452011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7646
7647 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7648 stored a user name, then query for the password first, instead of
7649 waiting for SMTP to give an error message and the trying again.
7650
1c0f1a19
JD
76512011-06-22 Lawrence Mitchell <wence@gmx.li>
7652
7653 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7654 BUFFER in call-process.
7655
396f7c9d
LMI
76562011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7657
7658 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7659 QUIT twice.
ddb7ffee
LMI
7660 (smtpmail-try-auth-methods): Require user name and password from
7661 auth-source.
396f7c9d 7662
8998d1b3
MR
76632011-06-22 Martin Rudalics <rudalics@gmx.at>
7664
7665 * window.el (display-buffer-default-specifiers)
7666 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7667 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7668 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7669
7670 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7671 (special-display-frame-alist, special-display-popup-frame):
7672 Remove duplicate declarations. These are now in window.el.
7673
4ea31e07
LMI
76742011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7675
c9d29fb8
SM
7676 * mail/smtpmail.el (smtpmail-via-smtp):
7677 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7678 server supports it. SMTP servers that support STARTTLS commonly
7679 require it.
7680
7681 * net/network-stream.el (network-stream-open-starttls): Support
7682 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7683 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7684
95f41d9a
LMI
7685 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7686 upgrades with `open-network-stream', and rely solely on
7687 auth-source for all credentials. Big changes throughout the file,
7688 but in particular:
c9d29fb8
SM
7689 (smtpmail-auth-credentials): Remove.
7690 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7691 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7692 MAIL FROM, too.
95f41d9a 7693
c9d29fb8
SM
7694 * net/network-stream.el (network-stream-open-starttls):
7695 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7696 STARTTLS.
7697 (auth-source): Require.
7698 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7699 (network-stream-certificate): Change cert-cert to cert and
7700 cert-key to key.
4ea31e07 7701
065ec2c7
MA
77022011-06-21 Michael Albinus <michael.albinus@gmx.de>
7703
7704 * net/tramp-cache.el (top): Don't load the persistency file when
7705 "emacs -Q" has been called.
7706
cd93b359
DR
77072011-06-21 Tim Harper <timcharper@gmail.com>
7708
d8e4b68b
JB
7709 * term/ns-win.el (ns-initialize-window-system):
7710 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7711 resource to NO as it is not yet supported by the NS port.
7712
ae9c0411
JB
77132011-06-21 Juanma Barranquero <lekktu@gmail.com>
7714
7715 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7716 (list-dynamic-libraries): ...not here.
7717
7f3f739f
LL
77182011-06-21 Leo Liu <sdl.web@gmail.com>
7719
7720 * subr.el (sha1): Implement sha1 using secure-hash.
7721
327c8fb1
MR
77222011-06-21 Martin Rudalics <rudalics@gmx.at>
7723
7724 * window.el (display-buffer-alist): In default value do not
7725 enforce searching a window on any but the selected frame.
7726 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7727 (display-buffer-select-window): Remove function.
7728 (display-buffer-in-window): When a window on another frame gets
7729 reused, do not select it any more but just raise its frame if
7730 necessary (Bug#8851) and (Bug#8856).
7731 (display-buffer-normalize-options): Handle pop-up-frames related
7732 options more faithfully.
7733 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7734 window if it is on another frame.
c9d29fb8
SM
7735 (display-buffer-alist, display-buffer-default-specifiers):
7736 Don't make new frame unsplittable by default.
9e9de014
MR
7737 (display-buffer-normalize-argument): Fix doc-string typo and use
7738 'same-frame-other-window instead of 'other-window when associating
7739 with display-buffer-macro-specifiers.
327c8fb1 7740
7cf3f556
VB
77412011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7742
7743 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7744 New functions.
7745 (5x5-mode-map, 5x5-mode-menu): Bind them.
7746 (5x5-draw-grid): Tweak the solver's rendering.
7747
60a406cf
SM
77482011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7751 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7752
d8e4b68b 77532011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7754
7755 * menu-bar.el: Use function variable instead of switch-to-buffer.
7756 (menu-bar-select-buffer-function): New variable.
60a406cf 7757 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7758
478d6f95
SM
77592011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7762 variable's status.
7763
ca530739
JD
77642011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7765
7766 * x-dnd.el (x-dnd-version-from-flags)
7767 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7768 and long as number (Bug#8899).
7769 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7770
bcd70d97
SM
77712011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7772
60a406cf 7773 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7774 (completion-try-completion, completion-all-completions): Compute the
7775 metadata argument if it's missing; make it optional (bug#8795).
7776
60a406cf 7777 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7778 (widget-complete): Use new :completion-function property.
7779 (widget-completions-at-point): New function.
7780 (default): Use :completion-function instead of :complete.
60a406cf
SM
7781 (widget-default-completions): Rename from widget-default-complete;
7782 Rewrite.
bcd70d97
SM
7783 (widget-string-complete, widget-file-complete, widget-color-complete):
7784 Remove functions.
7785 (file, symbol, function, variable, coding-system, color):
7786 * international/mule-cmds.el (default-input-method, charset)
7787 (language-info-custom-alist):
7788 * cus-edit.el (face): Use new property :completions.
7789
7790 * progmodes/pascal.el (pascal-completions-at-point): New function.
7791 (pascal-mode): Use it.
7792 (pascal-mode-map): Use completion-at-point.
7793 (pascal-toggle-completions): Make obsolete.
7794 (pascal-complete-word, pascal-show-completions):
7795 * progmodes/octave-mod.el (octave-complete-symbol):
7796 Redefine as obsolete alias.
7797 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7798 Signal absence of completion info for old Octave,
7799 (inferior-octave-complete): Redefine as obsolete alias.
7800 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7801 (meta-completions-at-point): Rename from meta-complete-symbol and
7802 adapt it for use on completion-at-point-functions.
7803 (meta-common-mode): Use it.
7804 (meta-looking-at-backward, meta-match-buffer): Remove.
7805 (meta-complete-symbol): Redefine as obsolete alias.
7806 (meta-common-mode-map): Use completion-at-point.
7807 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7808 (makefile-mode-map): Use completion-at-point.
7809 (makefile-completions-at-point): Rename from makefile-complete and
7810 adapt it for use on completion-at-point-functions.
7811 (makefile-mode): Use it.
7812 (makefile-complete): Redefine as obsolete alias.
7813
aebf69c8
DD
78142011-06-20 Deniz Dogan <deniz@dogan.se>
7815
7816 * net/rcirc.el: Delete trailing whitespaces once and for all.
7817
bfbbb27d
DC
78182011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7819
7820 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7821
d264a46b
CY
78222011-06-19 Chong Yidong <cyd@stupidchicken.com>
7823
4ca009e5
CY
7824 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7825
d264a46b
CY
7826 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7827
fbf5b3ce
MR
78282011-06-19 Martin Rudalics <rudalics@gmx.at>
7829
7830 * window.el (display-buffer-other-window-means-other-frame):
7831 Call display-buffer-normalize-alist.
7832 (display-buffer-normalize-specifiers-1): Rename to
7833 display-buffer-normalize-argument. New argument other-frame.
7834 Rewrite.
7835 (display-buffer-normalize-specifiers-2): Rename to
7836 display-buffer-normalize-options.
7837 (display-buffer-normalize-alist-1): New function.
7838 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7839 display-buffer-normalize-alist.
7840 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7841 (display-buffer-normalize-options-inhibit): New variable.
7842 (display-buffer-normalize-specifiers): Rewrite calling
7843 display-buffer-normalize-alist,
7844 display-buffer-normalize-argument, and
7845 display-buffer-normalize-options. Don't call the latter if
7846 display-buffer-normalize-options-inhibit is non-nil.
7847 (frame-auto-delete): New option.
7848 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7849 (window-list-no-nils, window-state-ignored-parameters)
7850 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7851 (window-state-put-1, window-state-put-2, window-state-put):
7852 New functions.
9a028c23
MR
7853 (display-buffer-normalize-options): Move special-display-p group
7854 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7855
6d10d800
CY
78562011-06-18 Chong Yidong <cyd@stupidchicken.com>
7857
6420d28b
CY
7858 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7859 groups (Bug#8776).
7860 (rx-submatch-n): New function.
7861 (rx): Document it.
7862
ddb8b596
CY
7863 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7864 (Bug#8768).
7865
7866 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7867
77080289
CY
7868 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7869
61dfb316
CY
7870 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7871 anytime existing face settings are present (Bug#8889).
7872
6d10d800
CY
7873 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7874 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7875 Remove unused argument.
7876
be3fb2b8
MR
78772011-06-18 Martin Rudalics <rudalics@gmx.at>
7878
bcd70d97
SM
7879 * window.el (display-buffer-default-specifiers):
7880 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7881 pop-up-window-min-width, and another reuse-window specifier
7882 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7883 (display-buffer-normalize-specifiers-2):
7884 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7885 pop-up-windows is unset. Add a reuse-window specifier for the
7886 case popping up a new window fails.
7887 (special-display-popup-frame): Remove double quoting.
28dec25a 7888 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7889
1c6d8c76
SM
78902011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7893 according to comint-completion-addsuffix.
7894
7895 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7896 (pcomplete-suffix-list): Mark as obsolete.
7897 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7898 pcomplete-seen in the closure.
7899 (pcomplete-comint-setup): Setup completion-at-point as well.
7900 (pcomplete--entries): New function.
7901 (pcomplete--env-regexp): New var.
7902 (pcomplete-entries): Rewrite to work with partial-completion and
7903 without relying on pcomplete-suffix-list.
7904 (pcomplete-pare-list): Remove, unused.
7905
25aef8b8
MR
79062011-06-17 Martin Rudalics <rudalics@gmx.at>
7907
7908 * window.el (display-buffer-alist): Set pop-up-window-min-height
7909 and pop-up-window-min-width in default value. Reported by
7910 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7911 other-window-means-other-frame.
7912 (display-buffer-macro-specifiers): Comment out entry for
7913 other-window specifier.
7914 (display-buffer-other-window-means-other-frame): New function.
7915 (display-buffer-normalize-specifiers-1): New arguments
7916 buffer-name and label. Treat other-window case specially.
7917 (display-buffer-normalize-specifiers-2): Treat other-window case
7918 specially.
7919 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7920 (display-buffer-normalize-specifiers):
7921 Call display-buffer-normalize-specifiers-3.
25aef8b8 7922
dbad4f69
MR
79232011-06-17 Martin Rudalics <rudalics@gmx.at>
7924
7925 * window.el (same-window-p): Fix two typos introduced when
7926 adding with-no-warnings.
d1067961
MR
7927 (display-buffer-normalize-specifiers-1): Don't check
7928 pop-up-frames for 'unset initialization.
7929 (display-buffer-normalize-specifiers-2): Major rewrite using
7930 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7931 (pop-up-frames, display-buffer-reuse-frames)
7932 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7933 Suggested by David Engster <deng@randomsample.de>.
7934 (even-window-heights): Initialize to 'unset.
7935 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7936 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7937 other window case.
dbad4f69 7938
9b9c9e3a
MR
79392011-06-16 Martin Rudalics <rudalics@gmx.at>
7940
bcd70d97
SM
7941 * window.el (display-buffer-normalize-specifiers-1):
7942 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7943 second argument of display-buffer (Bug#8865).
981d5c09
MR
7944 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7945 (switch-to-buffer-other-window-same-frame)
7946 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7947 Adams (Bug#8875).
9c2755e9
MR
7948 (display-buffer): Don't check noninteractive when calling
7949 display-buffer-pop-up-frame.
7950 (display-buffer-pop-up-frame): Never pop up a frame in
7951 noninteractive mode (Bug#8857).
67222e1d
MR
7952 (enlarge-window, shrink-window): Don't report an error when the
7953 window can't be resized as requested (Bug#8862).
9b9c9e3a 7954
2b75be67
SM
79552011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7956
9ffdd3ba
SM
7957 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7958
cb581a67
SM
7959 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7960
2b75be67
SM
7961 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7962
8c0e3589
AM
79632011-06-15 Alan Mackenzie <acm@muc.de>
7964
cb581a67
SM
7965 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7966 for declarators, disable knr checking to speed up for normal files.
7967 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7968
b96e6cde
LMI
79692011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7970
4bba86e6
LMI
7971 * net/network-stream.el (open-network-stream): Add the keyword
7972 :always-query-capabilities for the case where you want to force a
7973 `plain' network connection, but the protocol still requires the
7974 capabilitiy command (i.e., SMTP and EHLO).
7975
2b75be67 7976 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7977 consistency with other `-live-p' functions.
7978
efdcdbf8
SM
79792011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * window.el (same-window-buffer-names, same-window-regexps)
7982 (special-display-frame-alist, special-display-popup-frame)
7983 (special-display-function, special-display-buffer-names)
7984 (special-display-regexps, pop-up-frame-alist)
7985 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7986 (pop-up-windows, split-window-preferred-function)
7987 (split-height-threshold, split-width-threshold, even-window-heights)
7988 (display-buffer-mark-dedicated): Don't encourage the use of
7989 display-buffer-alist from Elisp code.
7990
c5cde042
DN
79912011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7992
7993 * progmodes/python.el (python-mode): Derive from prog-mode.
7994 * progmodes/ps-mode.el (ps-mode):
7995 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7996 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7997 * progmodes/ld-script.el (ld-script-mode): Likewise.
7998
baa1c9ab
MR
79992011-06-15 Martin Rudalics <rudalics@gmx.at>
8000
8001 * window.el (display-buffer-alist): Trim default value to avoid
8002 popping up a new frame (Bug#8857) or reusing an arbitrary window
8003 on another frame.
8004 (display-buffer): Do not fall back on popping up a new frame in
8005 batch mode (Bug#8857).
8006
c5dd5a51
CY
80072011-06-14 Chong Yidong <cyd@stupidchicken.com>
8008
8009 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8010 (custom-theme-summary): New function.
8011 (customize-themes): Use it.
8012
d647b7c4
GM
80132011-06-13 Glenn Morris <rgm@gnu.org>
8014
8015 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8016
9481c002
MR
80172011-06-13 Martin Rudalics <rudalics@gmx.at>
8018
357f93d2
MR
8019 * help.el (help-window): Remove variable.
8020 (help-window-point-marker, temp-buffer-max-height)
8021 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8022 (help-print-return-message): Don't set help-window.
8023 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8024 (help-window-setup-finish): Remove.
8025 (help-window-display-message, help-window-setup)
8026 (with-help-window): Major rewrite based on new
8027 display-buffer-window variable.
8028
8029 * help-mode.el (help-mode-finish): Remove help-window related
8030 code.
8031
8032 * view.el (view-exits-all-viewing-windows): Remove reference to
8033 view-return-to-alist in doc-string.
8034 (view-return-to-alist): Make obsolete.
8035 (view-buffer): Call pop-to-buffer-same-window and remove
8036 undo-window code.
8037 (view-buffer-other-window): Call pop-to-buffer-other-window and
8038 simplify code. Ignore second argument.
8039 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8040 simplify code. Ignore second argument.
8041 (view-return-to-alist-update): Make obsolete.
8042 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8043 Rewrite using quit-restore window parameters.
2b75be67
SM
8044 (view-mode-exit): Rename second argument to EXIT-ONLY.
8045 Rewrite using quit-restore-window.
357f93d2
MR
8046 (View-exit, View-exit-and-edit, View-leave, View-quit)
8047 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8048 appropriate arguments.
8049 (view-end-message): Use quit-restore window parameter.
8050
9481c002
MR
8051 * window.el (display-buffer-function): Rewrite doc-string.
8052 (display-buffer-window, display-buffer-alist): New variables.
8053 (display-buffer-split-specifiers)
8054 (display-buffer-side-specifiers)
8055 (display-buffer-macro-specifiers): New constants.
8056 (display-buffer-even-window-sizes, display-buffer-set-height)
8057 (display-buffer-set-width, display-buffer-select-window)
8058 (display-buffer-in-window, display-buffer-reuse-window)
8059 (display-buffer-split-window-1, display-buffer-split-window)
8060 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8061 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8062 (display-buffer-in-side-window, normalize-buffer-to-display)
8063 (display-buffer-normalize-specifiers-1)
8064 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8065 (display-buffer-normalize-specifiers, display-buffer-frame):
8066 New functions.
9481c002
MR
8067 (display-buffer): Major rewrite.
8068 (display-buffer-other-window, display-buffer-other-frame)
8069 (pop-to-buffer, switch-to-buffer-other-window)
8070 (switch-to-buffer-other-frame): Rewrite.
8071 (display-buffer-same-window, display-buffer-same-frame)
8072 (display-buffer-same-frame-other-window)
8073 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8074 (pop-to-buffer-other-window)
8075 (pop-to-buffer-same-frame-other-window)
8076 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8077 (switch-to-buffer-other-window-same-frame): New functions.
8078 (same-window-p, special-display-p): Rewrite disabling warnings.
8079 Make obsolete.
8080 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8081 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8082 Make obsolete
8083 (same-window-buffer-names, same-window-regexps)
8084 (special-display-frame-alist, special-display-popup-frame)
8085 (special-display-function, special-display-buffer-names)
8086 (special-display-regexps, pop-up-frame-alist)
8087 (pop-up-frame-function, split-window-preferred-function)
8088 (split-height-threshold, split-width-threshold)
8089 (even-window-heights): Make obsolete.
8090
9db51aca
GM
80912011-06-12 Glenn Morris <rgm@gnu.org>
8092
8093 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8094 Misc simplifications.
9db51aca 8095
39cffb44
MR
80962011-06-12 Martin Rudalics <rudalics@gmx.at>
8097
8098 * window.el (window-safely-shrinkable-p): Restore function which
8099 was inadvertently removed in change from 2011-06-11. Declare as
8100 obsolete.
8101
2b75be67
SM
8102 * calendar/calendar.el (calendar-generate-window):
8103 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8104 window-safely-shrinkable-p.
8105
a8955be7
GM
81062011-06-12 Glenn Morris <rgm@gnu.org>
8107
8108 * progmodes/fortran.el (fortran-mode-syntax-table):
8109 * progmodes/f90.el (f90-mode-syntax-table):
8110 Set % to punctuation. (Bug#8820)
8111 (f90-find-tag-default): Remove, no longer needed.
8112
f0d4059d
DC
81132011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8114
8115 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8116
1100a63c
CY
81172011-06-11 Chong Yidong <cyd@stupidchicken.com>
8118
8119 * image.el (image-animated-p): Return animation delay in seconds.
8120 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8121 (image-animate-timeout): Remove DELAY argument. Don't assume
8122 every subimage has the same delay; get it from image-animated-p.
8123 (image-animate): Caller changed.
8124
def722bf
MA
81252011-06-11 Michael Albinus <michael.albinus@gmx.de>
8126
8127 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8128 to ignored backtrace functions.
8129
0a2bb1a9
GM
81302011-06-11 Glenn Morris <rgm@gnu.org>
8131
8132 * calendar/appt.el (appt-disp-window-function): Doc fix.
8133 (appt-check): Handle overlapping appointments. (Bug#8337)
8134
6198ccd0
MR
81352011-06-11 Martin Rudalics <rudalics@gmx.at>
8136
8137 * window.el (window-tree-1, window-tree): New functions, moving
8138 the latter to window.el.
8139 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8140 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8141 (bw-refresh-edges): Remove.
8142 (balance-windows-1, balance-windows-2): New functions.
8143 (balance-windows): Rewrite in terms of window tree functions,
8144 balance-windows-1 and balance-windows-2.
8145 (bw-adjust-window): Remove.
8146 (balance-windows-area-adjust): New function with functionality of
8147 bw-adjust-window but using resize-window.
2b75be67
SM
8148 (set-window-text-height): Rewrite doc-string.
8149 Use normalize-live-window and resize-window.
8150 (enlarge-window-horizontally, shrink-window-horizontally):
8151 Rename argument to DELTA.
6198ccd0
MR
8152 (window-buffer-height): New function.
8153 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8154 Rewrite using new window resize routines.
2b75be67
SM
8155 (kill-buffer-and-window, mouse-autoselect-window-select):
8156 Use ignore-errors instead of condition-case.
6198ccd0
MR
8157 (quit-window): Call delete-frame instead of delete-windows-on
8158 for the only buffer on frame.
8159
9397e56f
MR
81602011-06-10 Martin Rudalics <rudalics@gmx.at>
8161
8162 * loadup.el (top-level): Load window before files for the sake
8163 of replace-buffer-in-windows.
8164
8165 * files.el (read-buffer-to-switch)
8166 (switch-to-buffer-other-window)
2b75be67
SM
8167 (switch-to-buffer-other-frame, display-buffer-other-frame):
8168 Move to window.el.
9397e56f
MR
8169
8170 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8171 (previous-buffer): Move to window.el.
8172
8173 * bindings.el (unbury-buffer): Move to window.el.
8174
8175 * window.el (delete-other-windows-vertically): Move after
8176 definition of delete-other-windows.
8177 (other-window, delete-windows-on, replace-buffer-in-windows):
8178 Move here from window.c.
8179 (record-window-buffer, unrecord-window-buffer)
8180 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8181 (switch-to-next-buffer): New functions.
8182 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8183 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8184 (previous-buffer): Move here from simple.el.
8185 Call switch-to-prev-buffer.
9397e56f
MR
8186 (bury-buffer): Move here from buffer.c. Switch to previous
8187 buffer when window cannot be deleted.
8188 (unbury-buffer): Move here from bindings.el.
8189 (ctl-x-map): Move binding for other-window from window.c to
8190 here.
8191 (read-buffer-to-switch, switch-to-buffer-other-window)
8192 (switch-to-buffer-other-frame): Move here from files.el.
8193 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8194 (switch-to-buffer): Move here from buffer.c.
8195 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8196
562dd5e9
MR
81972011-06-10 Martin Rudalics <rudalics@gmx.at>
8198
8199 * window.el (window-min-height, window-min-width): Move here
8200 from window.c. Add defcustoms and rewrite doc-strings.
8201 (resize-mini-window, resize-window): New functions.
8202 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8203 Move here from window.c.
8204 (maximize-window, minimize-window): New functions.
8205 (delete-window, delete-other-windows, split-window): Move here
8206 from window.c.
8207 (window-split-min-size): New function.
8208 (split-window-keep-point): Mention split-window-above-each-other
8209 instead of split-window-vertically.
2b75be67 8210 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8211 Rename split-window-vertically to split-window-above-each-other
8212 and provide defalias for old definition.
8213 (split-window-side-by-side, split-window-horizontally):
8214 Rename split-window-horizontally to split-window-side-by-side
8215 and provide defalias for the old definition.
562dd5e9
MR
8216 (ctl-x-map): Move bindings for delete-window,
8217 delete-other-windows and enlarge-window here from window.c.
8218 Replace bindings for split-window-vertically and
8219 split-window-horizontally by bindings for
8220 split-window-above-each-other and split-window-side-by-side.
8221
8222 * cus-start.el (all): Remove entries for window-min-height and
8223 window-min-width. Add entries for window-splits and
8224 window-nest.
8225
f0da764a
GM
82262011-06-09 Glenn Morris <rgm@gnu.org>
8227
80675c21
GM
8228 * calendar/appt.el (appt-mode-line): New function.
8229 (appt-check, appt-disp-window): Use it.
8230
f0da764a
GM
8231 * files.el (hack-one-local-variable-eval-safep):
8232 Allow minor-modes with explicit +/-1 arguments.
8233
59f623b7
TZ
82342011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8235
8236 * term/xterm.el (xterm): Add defgroup.
8237 (xterm-extra-capabilities): Add defcustom to supply known xterm
8238 capabilities, skip querying them, or query them (default).
8239 (terminal-init-xterm): Use it.
8240 (terminal-init-xterm-modify-other-keys): New function to set up
8241 modifyOtherKeys support to simplify `terminal-init-xterm'.
8242
9aab8e0d
MR
82432011-06-09 Martin Rudalics <rudalics@gmx.at>
8244
8245 * window.el (resize-window-reset, resize-window-reset-1)
8246 (resize-subwindows-skip-p, resize-subwindows-normal)
8247 (resize-subwindows, resize-other-windows, resize-this-window)
8248 (resize-root-window, resize-root-window-vertically)
8249 (window-deletable-p, window-or-subwindow-p)
8250 (frame-root-window-p): New functions.
8251
e8b08aee
GM
82522011-06-09 Glenn Morris <rgm@gnu.org>
8253
8254 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8255 (ange-ftp-get-files): Use it.
8256
254c37a5
AK
82572011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8258
8259 * mail/sendmail.el (mail-recover-1, mail-recover):
8260 * files.el (recover-file, recover-session):
8261 Handle dired-listing-switches not being just a single short option.
8262
35d7dbd3
GM
82632011-06-09 Glenn Morris <rgm@gnu.org>
8264
8265 * calendar/appt.el (appt-display-message, appt-disp-window):
8266 Handle lists of appointments.
8267
387522b2
MR
82682011-06-08 Martin Rudalics <rudalics@gmx.at>
8269
2b75be67
SM
8270 * window.el (one-window-p): Move down in code.
8271 Rewrite doc-string.
8272 (window-current-scroll-bars): Rewrite doc-string.
8273 Normalize live window argument.
387522b2
MR
8274 (walk-windows, get-window-with-predicate, count-windows):
8275 Rewrite doc-string. Use window-list-1.
8276 (window-in-direction-2, window-in-direction, get-mru-window):
8277 New functions.
8278
d8e4b68b 82792011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8280
8281 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8282 Doc fix (Bug#8713).
8283
82842011-06-08 Chong Yidong <cyd@stupidchicken.com>
8285
8286 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8287
82882011-06-08 Juanma Barranquero <lekktu@gmail.com>
8289
8290 * loadhist.el (unload-feature-special-hooks):
8291 Add `comint-output-filter-functions'.
8292
0de12c52
IK
82932011-06-08 Ivan Kanis <gnu@kanis.fr>
8294
8295 * calendar/appt.el (appt-check): Move some initializations into the let.
8296
f3d1777e
MR
82972011-06-08 Martin Rudalics <rudalics@gmx.at>
8298
8299 * window.el (window-height): Defalias to window-total-height.
8300 (window-width): Defalias to window-body-width.
8301
18af70d0
CY
83022011-06-07 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * image-mode.el (image-toggle-animation): New command.
8305 (image-mode-map): Bind it to RET.
8306 (image-mode): Update message.
8307 (image-toggle-display-image): Avoid a spurious cache flush.
8308 (image-transform-rotation): Doc fix.
8309 (image-transform-properties): Return quickly in the normal case.
8310 (image-animate-loop): Rename from image-animate-max-time.
8311
2b75be67 8312 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8313 (create-animated-image): Remove unnecessary function.
8314 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8315 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8316 (image-animate-timer): Use car-safe.
8317 (image-animate-timeout): Rename argument.
8318
190b47e6
MR
83192011-06-07 Martin Rudalics <rudalics@gmx.at>
8320
8321 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8322 window.c. Rename first argument to ALL-FRAMES.
8323 Rephrase doc-strings.
8324 (get-buffer-window-list): Rewrite using window-list-1.
8325 Rephrase doc-string.
a1511caf
MR
8326 (window-safe-min-height, window-safe-min-width): New constants.
8327 (window-size-ignore, window-min-size, window-min-size-1)
8328 (window-sizable, window-sizable-p, window-size-fixed-1)
8329 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8330 (window-max-delta-1, window-max-delta, window-resizable)
8331 (window-resizable-p, window-total-height, window-total-width)
8332 (window-body-width): New functions.
8333 (window-full-height-p, window-full-width-p): Rewrite using
8334 window-total-size.
8335 (window-body-height): Rewrite using window-body-size.
190b47e6 8336
85cc1f11
MR
83372011-06-06 Martin Rudalics <rudalics@gmx.at>
8338
8339 * window.el (window-right, window-left, window-child)
8340 (window-child-count, window-last-child, window-any-p)
8341 (normalize-live-buffer, normalize-live-frame)
8342 (normalize-any-window, normalize-live-window)
8343 (window-iso-combination-p, window-iso-combined-p)
8344 (window-iso-combinations)
8345 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8346 (windows-with-parameter, window-with-parameter)
8347 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8348 (window-atom-check, window-side-check, window-check):
8349 New functions.
85cc1f11
MR
8350 (ignore-window-parameters, window-sides, window-sides-vertical)
8351 (window-sides-slots): New variables.
8352 (window-size-fixed): Move down in code. Minor doc-string fix.
8353
e7156492
AS
83542011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8355
8356 * comint.el (comint-dynamic-complete-as-filename)
8357 (comint-dynamic-complete-filename): Correctly call
8358 completion-in-region.
8359
7e821d0d
DD
83602011-06-05 Deniz Dogan <deniz@dogan.se>
8361
8362 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8363 in last change.
8364
ac09b8a1
DD
83652011-06-05 Deniz Dogan <deniz@dogan.se>
8366
8367 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8368 (rcirc): Use it to prompt for encryption.
8369
34699b85
RW
83702011-06-05 Roland Winkler <winkler@gnu.org>
8371
8372 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8373 (bibtex-search-entries): New command bound to C-c C-a.
8374 (bibtex-display-entries): New function.
8375
004dedd3
RW
83762011-06-05 Roland Winkler <winkler@gnu.org>
8377
8378 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8379 (bibtex-insert-kill): After yanking insert newline if necessary.
8380 (bibtex-initialize): Call bibtex-string-files-init only once.
8381 (bibtex-mode): Do not call easy-menu-add.
8382 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8383 (bibtex-yank): Set arg properly if nil.
8384
022fe7ce
RW
83852011-06-05 Roland Winkler <winkler@gnu.org>
8386
2b75be67
SM
8387 * textmodes/bibtex.el (bibtex-search-entry-globally):
8388 New variable.
022fe7ce
RW
8389 (bibtex-search-entry): Use it.
8390
b7c3692a
RW
83912011-06-05 Roland Winkler <winkler@gnu.org>
8392
8393 * textmodes/bibtex.el (bibtex-entry-format): New option
8394 sort-fields.
8395 (bibtex-format-entry, bibtex-reformat): Honor this option.
8396 (bibtex-parse-entry): Return fields in proper order.
8397
8eda563d
JB
83982011-06-05 Juanma Barranquero <lekktu@gmail.com>
8399
8400 * doc-view.el (doc-view-remove-if): Move computation of result out
8401 of `dolist' to silence misleading lexical-binding warning.
8402
7dbe3dbc
CY
84032011-06-04 Chong Yidong <cyd@stupidchicken.com>
8404
8405 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8406 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8407
0c33dd17
MA
84082011-06-04 Michael Albinus <michael.albinus@gmx.de>
8409
8410 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8411 "SunOS 5.10".
8412
f8f91c2b
MA
84132011-06-04 Michael Albinus <michael.albinus@gmx.de>
8414
8415 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8416 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8417 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8418 (tramp-parse-putty):
8419 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8420 (tramp-completion-function-alist-ssh)
8421 (tramp-completion-function-alist-telnet)
8422 (tramp-completion-function-alist-su)
8423 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8424 cookie.
8425
8426 * net/tramp-ftp.el:
8427 * net/tramp-sh.el:
8428 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8429 load "tramp.el" `tramp-set-completion-function'.
8430
e17d9003
SM
84312011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * shell.el: Require and use pcomplete.
8434 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8435 (shell-completion-vars): Set pcomplete-default-completion-function.
8436
6c4cab03
DD
84372011-06-04 Deniz Dogan <deniz@dogan.se>
8438
8439 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8440 `memq' (Bug#8799).
8441
ea9fafe0
SM
84422011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8445
b3e945d3
JB
84462011-06-02 Juanma Barranquero <lekktu@gmail.com>
8447
8448 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8449 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8450 * vc/log-view.el (log-view-beginning-of-defun):
8451 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8452 (smerge-refine-forward, smerge-refine-chopup-region):
8453 Silence warning for unused `dotimes' counter variables.
8454
7d520089
SM
84552011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * net/tramp.el (tramp-with-progress-reporter): Rename from
8458 with-progress-reporter. Use `declare'.
8459 * net/tramp-smb.el:
8460 * net/tramp-sh.el:
8461 * net/tramp-gvfs.el: Update all uses.
8462
a1c2400f
JB
84632011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8464
8465 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8466 buffer isn't killed before making it current.
8467
2403c841
SM
84682011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 Silence various byte-compiler warnings.
8471 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8472 `access-type' and new obsolescence format.
8473 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8474 new format.
8475 (byte-compile-check-variable): New `access-type' argument.
8476 Only warn if the access-type is obsolete.
8477 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8478 (byte-compile-variable-set): Adjust callers.
8479 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8480 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8481 setting it as obsolete.
8482 * simple.el (minibuffer-completing-symbol):
8483 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8484 access as obsolete.
8485 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8486 obsolete yet.
8487 * international/quail.el (quail-mouse-choose-completion): Remove unused
8488 code referring to obsolete var.
8489 (quail-choose-completion-string): Remove.
8490 * server.el (server-clients-with, server-kill-buffer-query-function)
8491 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8492 * proced.el (proced-send-signal):
8493 * emacs-lisp/lisp.el (lisp-complete-symbol):
8494 Replace completion-annotate-function with completion-extra-properties.
8495
2462470b
SM
84962011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8497
fb5b2591
SM
8498 * simple.el (goto-line): Use read-number.
8499 (overriding-map-is-bound): Remove.
8500 (saved-overriding-map): Change default.
8501 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8502 Take the map as argument.
8503 (universal-argument, negative-argument, digit-argument): Use it.
8504 (restore-overriding-map): Adjust.
8505 (do-auto-fill): Use fill-forward-paragraph.
8506 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8507
fd6fa53f
SM
8508 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8509 (minibuffer-inactive-mode): New major mode.
8510 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8511 the *Messages* buffer" hack.
8512 (mouse-popup-menubar): Don't burp if the event is a normal key.
8513
2462470b
SM
8514 Miscellaneous tweaks.
8515 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8516 lexical scoping as in subr.el's dolist and dotimes.
8517 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8518 Silence compiler warning.
8519 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8520 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8521 * international/ccl.el (ccl-compile): Trivial simplification.
8522 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8523 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8524 `printflag' argument.
8525 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8526 Purecopy the whole obsolescence data.
8527
108bf785
LL
85282011-06-01 Leo Liu <sdl.web@gmail.com>
8529
8530 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8531 improve doc-string as suggested by Marco Pessotto
8532 <melmothx@gmail.com>.
8533 (rcirc-print): Fix last change.
8534
30a23501
SM
85352011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * minibuffer.el (complete-with-action): Return nil for the metadata and
8538 boundaries of non-functional tables.
8539 (completion-table-dynamic): Return nil for the metadata.
8540 (completion-table-with-terminator): Add default case, using
8541 complete-with-action.
8542 (completion--metadata): New function.
8543 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8544 to try and avoid pathological performance problems.
8545 (completion--embedded-envvar-table): Return `category' metadata.
8546
bcd54f83
LMI
85472011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8548
8549 * subr.el (process-alive-p): New tiny convenience function.
8550
e227544d
SM
85512011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8554 content but also its previous major mode.
8555
e8296fdc
HE
85562011-05-31 Helmut Eller <eller.helmut@gmail.com>
8557
4d61f28d 8558 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8559 *Backtrace* buffer when we exit with C-M-c.
8560
620c53a6
SM
85612011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * minibuffer.el: Add metadata method to completion tables.
8564 (completion-category-overrides): New defcustom.
8565 (completion-metadata, completion--field-metadata)
8566 (completion-metadata-get, completion--styles)
8567 (completion--cycle-threshold): New functions.
8568 (completion-try-completion, completion-all-completions):
8569 Add `metadata' argument to choose completion-styles.
8570 (completion--do-completion): Use metadata to choose cycling.
8571 (completion-all-sorted-completions): Use metadata for sorting.
8572 Remove :completion-cycle-penalty which is not needed any more.
8573 (completion--try-word-completion): Add `metadata' argument.
8574 (minibuffer-completion-help): Check metadata for annotation function
8575 and sorting.
8576 (completion-file-name-table): Return `category' metadata.
8577 (minibuffer-completing-file-name): Make obsolete.
8578 * simple.el (minibuffer-completing-symbol): Make obsolete.
8579 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8580 completion-try-completion.
8581
1257e755
SM
85822011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8585
3767e706
LL
85862011-05-30 Leo Liu <sdl.web@gmail.com>
8587
8588 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8589 (rcirc-print): Decode all incoming messages (bug#8744).
8590 (rcirc-decode-coding-system): Allow value nil for automatic coding
8591 system detection.
3767e706 8592
d1a5d56a
GM
85932011-06-01 Glenn Morris <rgm@gnu.org>
8594
8595 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8596
e8cbec34
CY
85972011-05-29 Chong Yidong <cyd@stupidchicken.com>
8598
8599 * image.el (image-animate-max-time): Allow nil and t values.
8600 Default to nil.
8601 (create-animated-image): Doc fix.
8602 (image-animate-start): Remove second arg; just use
8603 image-animate-max-time.
8604 (image-animate-timeout): Doc fix. Args changed.
8605
8606 * image-mode.el (image-toggle-display-image): Ensure that the
8607 image spec passed to the animate timer is the same object as in
58179cce 8608 the buffer's display property (Bug#6981).
e8cbec34
CY
8609 (image-transform-properties): Doc fix.
8610
8611 * image.el (image-animate-max-time): Default to nil.
8612
159daf87
MR
86132011-05-29 Martin Rudalics <rudalics@gmx.at>
8614
8615 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8616 entire buffer list (Bug#8184).
8617
d66c4c7c
CY
86182011-05-29 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * image.el (imagemagick-types-inhibit)
8621 (imagemagick-register-types): Doc fix.
8622
80aec780
DD
86232011-05-29 Deniz Dogan <deniz@dogan.se>
8624
8625 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8626 default.
8627
1dd3c2d9
CY
86282011-05-29 Chong Yidong <cyd@stupidchicken.com>
8629
8630 * select.el: Don't perform clipboard-manager saving in hooks;
8631 leave the hooks empty.
8632
60e56523
LL
86332011-05-28 Leo Liu <sdl.web@gmail.com>
8634
8635 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8636 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8637 (occur-edit-mode): New major mode (Bug#8463).
8638 (occur-after-change-function): New function.
8639 (occur-engine): Give Occur tags a read-only property.
8640
2b1e1a22
KR
86412011-05-28 Kevin Ryde <user42@zip.com.au>
8642
8643 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8644
5d344e88
CY
86452011-05-28 Chong Yidong <cyd@stupidchicken.com>
8646
8e6ca83d
CY
8647 * bindings.el (help-echo): Make the initial non-indicator dash
8648 empty on graphical terminals (Bug#7295).
8649
5d344e88
CY
8650 * files.el (auto-mode-alist): Move config rule after the
8651 in-stripping one (Bug#8547).
8652
bfbbace7
CY
8653 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8654
fbeba6e2
CY
8655 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8656 setting (Bug#8740).
8657
60ed8c72
AA
86582011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8659
4ac619f0
AA
8660 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8661 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8662 (Bug#8539).
60ed8c72 8663
23db196e
CY
86642011-05-28 Chong Yidong <cyd@stupidchicken.com>
8665
8666 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8667
5012f24c
DK
86682011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8669
8670 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8671 (hs-hide-block-at-point, hs-find-block-beginning)
8672 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8673 (Bug#8279).
8674
6a639b16
GM
86752011-05-28 Glenn Morris <rgm@gnu.org>
8676
8677 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8678
d43eaf2c
CY
86792011-05-28 Chong Yidong <cyd@stupidchicken.com>
8680
5199bde1
CY
8681 * help-fns.el (describe-function-1): If the function is a derived
8682 major mode, print the parent mode.
8683
d43eaf2c
CY
8684 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8685 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8686
423428a8
SM
86872011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8688
0ff8e1ba 8689 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8690 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8691 * progmodes/etags.el (tags-completion-at-point-function):
8692 * info-look.el (info-lookup-completions-at-point): Mark as
8693 non-exclusive.
8694 (info-complete): Adjust accordingly.
8695
423428a8
SM
8696 * info-look.el: Convert to lexical-binding and completion-at-point.
8697 (info-lookup-completions-at-point): New function.
8698 (info-complete): Use it and completion-in-region.
8699
b74aa22b
DA
87002011-05-28 Drew Adams <drew.adams@oracle.com>
8701
8702 * isearch.el: Let M-e start with point at the first mismatched char.
8703 (isearch-fail-pos): New function.
8704 (isearch-edit-string): Use it.
8705
66e2e71d
DK
87062011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8707
8708 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8709
b1890b0f 87102011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8711
8712 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8713 traversal functions for avl-trees.
8714 (avl-tree--stack): New struct.
8715 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8716 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8717 (avl-tree--do-enter): Add optional `updatefun' arg.
8718 Change return value.
eb95d01d 8719 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8720 (avl-tree--do-delete): Add `test' and `nilflag' args.
8721 Change return value.
eb95d01d
TC
8722 (avl-tree-member): Add optional `nilflag'
8723 (avl-tree-member-p): New function.
8724 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8725 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8726 (avl-tree-stack-empty-p): New functions.
8727
3769ddcf
TC
8728 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8729 avl-tree--del-balance1 and make it work both ways.
8730 (avl-tree--del-balance2): Remove.
8731 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8732 make it work both ways.
8733 (avl-tree--enter-balance2): Remove.
8734 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8735 New macros.
8736 (avl-tree--mapc, avl-tree-map): Add direction argument.
8737
eb95d01d 87382011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8739
8740 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8741
a9f737ee
CY
87422011-05-27 Chong Yidong <cyd@stupidchicken.com>
8743
8744 * select.el: Support clipboard managers with built-in function
8745 x-clipboard-manager-save, via delete-frame-functions and
8746 kill-emacs-hook.
8747 (xselect-convert-to-targets): Add MULTIPLE target to list.
8748 (xselect-convert-to-save-targets): New function.
8749
c92a1e54
KH
87502011-05-27 Kenichi Handa <handa@m17n.org>
8751
8752 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8753 let-binding rfc2047-encode-encoded-words to nil.
8754
e145f188
GM
87552011-05-27 Glenn Morris <rgm@gnu.org>
8756
5ec8a862
GM
8757 * mail/emacsbug.el: Don't require url-util.
8758
4b29d9fb
GM
8759 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8760
e145f188
GM
8761 * files.el (set-auto-mode):
8762 Also respect mode: entries at the end of the file. (Bug#8586)
8763
7d15102b
GM
87642011-05-26 Glenn Morris <rgm@gnu.org>
8765
98f593b8
GM
8766 * files.el (hack-local-variables-prop-line, hack-local-variables):
8767 Downcase mode names, as seems to be traditional.
27b48e63 8768 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8769
7d15102b
GM
8770 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8771 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8772
51d5b4ec
JD
87732011-05-25 Julien Danjou <julien@danjou.info>
8774
8775 * textmodes/rst.el (rst-define-level-faces): Do not define face
8776 symbol if it is already defined.
8777
91513f63
VB
87782011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8779
8780 * play/5x5.el (5x5-new-game, 5x5-randomize):
8781 Reset 5x5-solver-output to nil when a new grid is cast.
8782 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8783 these debugging traces, as defmacro breaks the compiled code.
8784
4d90d6d0
DK
87852011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8786
8787 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8788
e1b90ef6
LL
87892011-05-24 Leo Liu <sdl.web@gmail.com>
8790
8791 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8792 (vc-bzr-sha1): Adapt.
8793
d8e4b68b 8794 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8795
8796 * bindings.el: Provide sha1 feature.
8797
db0406bb 87982011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8799
8800 * mail/sendmail.el: Require `rfc2047'.
8801 (mail-insert-from-field): Do not perform RFC2047 encoding.
8802 (mail-encode-header): New function.
8803 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8804 buffer to the return value of select-message-coding-system.
8805 Call mail-encode-header.
b8d747b9
KH
8806
8807 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8808
db0406bb 88092011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8810
4d90d6d0
DK
8811 * mail/supercite.el (sc-default-cite-frame):
8812 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8813
eb8a5e9b
GM
88142011-05-24 Glenn Morris <rgm@gnu.org>
8815
f8630703
GM
8816 * progmodes/python.el (brm-menu): Declare.
8817
8831bbed
GM
8818 * emulation/viper.el (viper-set-hooks): Declare.
8819
eb8a5e9b
GM
8820 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8821 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8822 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8823 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8824 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8825 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8826
a2a25d24
SM
88272011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8828
8829 Add an :exit-function for completion-at-point.
8830
8831 * minibuffer.el (completion--done): New fun.
8832 (completion--do-completion): Use it. New arg `expect-exact'.
8833 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8834 since completion--do-completion does it for us now.
8835 (minibuffer-force-complete): Use completion--done and
8836 completion--replace. Handle sole-completion case with more care.
8837 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8838 (completion-extra-properties): New var.
8839 (completion-annotate-function): Make obsolete.
8840 (minibuffer-completion-help): Adjust accordingly.
8841 Use completion-list-insert-choice-function.
8842 (completion-at-point, completion-help-at-point):
8843 Bind completion-extra-properties.
8844 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8845 * simple.el (completion-list-insert-choice-function): New var.
8846 (completion-setup-function): Preserve it.
8847 (choose-completion): Pay attention to it, shuffle the code a bit.
8848 (choose-completion-string): New arg `insert-function'.
8849
8850 * textmodes/bibtex.el: Convert to lexical binding.
8851 (bibtex-mode-map): Use completion-at-point.
8852 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8853 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8854 (bibtex-complete): Define as obsolete alias.
8855 (bibtex-complete-internal): Remove.
8856 (bibtex-format-entry): Remove unused sub-group in regexp.
8857 * shell.el (shell--command-completion-data)
8858 (shell-environment-variable-completion):
8859 * pcomplete.el (pcomplete-completions-at-point):
8860 * comint.el (comint--complete-file-name-data): Use :exit-function
8861 instead of completion-table-with-terminator so it also works for
8862 choose-completion.
8863
e44e373d
SM
88642011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8865
4f91a816
SM
8866 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8867
782fc819
SM
8868 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8869 (bug#8710).
8870
e44e373d
SM
8871 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8872
381987c3
KM
88732011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8874
8875 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8876 customization variable and implement: If non-nil, auto-fill will
8877 be inhibited while on topic's header line.
8878
b776bc70
VB
88792011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8880
8881 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8882 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8883 always have a solution in grid size = 5 cases.
8884 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8885 (5x5-solver-output, 5x5-log-buffer): New vars.
8886 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8887 Make these variables buffer local to achieve 5x5 multi-session-ness.
8888 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8889 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8890 (5x5-solve-suggest): New funs.
8891 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8892 randomize a grid so that we ensure that there is always a solution.
8893 (5x5-make-random-grid): Allow other movement than flipping.
8894
7de88b6e
KR
88952011-05-23 Kevin Ryde <user42@zip.com.au>
8896
8897 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8898 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8899 advice and passes PREDICATE.
8900
b1ef1257
SM
89012011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8902
bbca48fe
SM
8903 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8904 byte-compile-lambda if it's actually a lambda.
8905
b1ef1257
SM
8906 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8907 Fix function quoting. Use backquote better.
8908
92a9cc65
YS
89092011-05-22 Yuanle Song <sylecn@gmail.com>
8910
8911 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8912 matching (Bug#8516).
8913
f0fb8059
JA
89142011-01-22 Jari Aalto <jari.aalto@cante.net>
8915
8916 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8917 different face (Bug#8178).
8918
d5b44c93
CY
89192011-05-22 Chong Yidong <cyd@stupidchicken.com>
8920
8921 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8922 defface (Bug#8144).
8923
79106a44
SM
89242011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8925
9c848d8a
SM
8926 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8927 funcall as well (bug#8712). Warn when performing those conversions.
8928 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8929
79106a44
SM
8930 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8931
88dfa756
GM
89322011-05-22 Glenn Morris <rgm@gnu.org>
8933
8934 * files.el (hack-local-variables-prop-line): Small simplifications.
8935 (hack-local-variables, hack-local-variables-prop-line):
8936 If MODE-ONLY, return the mode, rather than just `t'.
8937
b7cf2c79
SM
89382011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8941
3f1a8558
GM
89422011-05-21 Glenn Morris <rgm@gnu.org>
8943
7e4ccca3
GM
8944 * files.el (hack-local-variables-prop-line, hack-local-variables):
8945 If only interested in the mode, don't bother doing the other stuff.
8946
637d46ca
GM
8947 * image-mode.el (image-after-revert-hook):
8948 Redraw all frames on which the image is visible. (Bug#8567)
8949
973d955b
GM
8950 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8951
3f1a8558
GM
8952 * wid-edit.el (widget-checklist-match-inline):
8953 Fix 2011-04-19 change. (Bug#8649)
8954
96479927
SM
89552011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8956
1dcf791f
SM
8957 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8958 Also allow singlespace after single-letter capitals followed by a dot.
8959
96479927
SM
8960 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8961 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8962
35fd0881
N
89632011-05-20 Nix <nix@esperi.org.uk>
8964
8965 * files.el (basic-save-buffer-2):
8966 Fix handling of break-hardlink-on-save with non-existent files.
8967
82745640
DD
89682011-05-19 Deniz Dogan <deniz@dogan.se>
8969
8970 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8971 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8972
4a720484
GM
89732011-05-19 Glenn Morris <rgm@gnu.org>
8974
d1f21341
GM
8975 * progmodes/f90.el (f90-type-def-re):
8976 Handle "type, bind(c)". (Bug#8691)
8977
4a720484
GM
8978 * emacs-lisp/autoload.el (batch-update-autoloads):
8979 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8980
2fb0a219
MA
89812011-05-18 Michael Albinus <michael.albinus@gmx.de>
8982
8983 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8984 property for the correct connection in case of multihops.
8985
e565dd37
GM
89862011-05-18 Glenn Morris <rgm@gnu.org>
8987
c2571358 8988 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8989 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8990
e565dd37
GM
8991 Rationalize calendar handling of day and month abbrev-arrays.
8992 * calendar/calendar.el (calendar-customized-p): New function.
8993 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8994 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8995 Add :set function.
8996 (calendar-abbrev-length, calendar-day-abbrev-array)
8997 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8998 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8999 Elements may no longer be nil.
9000 (calendar-day-name, calendar-month-name):
9001 Update for changed nature of abbrev arrays.
9002 * calendar/diary-lib.el (diary-name-pattern):
9003 Update for changed nature of abbrev arrays.
9004 (diary-mark-entries-1): Update calendar-make-alist calls.
9005 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9006 * calendar/cal-html.el (cal-html-day-abbrev-array):
9007 Simply inherit from calendar-day-abbrev-array.
9008
1d99a745
SM
90092011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * progmodes/grep.el (grep-mode): Disable default
9012 compilation-directory-matcher setting (bug#8684).
9013
7c1d9aa0
MA
90142011-05-17 Michael Albinus <michael.albinus@gmx.de>
9015
9016 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9017 instead of "head" and "tail". There were problems with SunOS 5.9,
9018 and it performs better.
9019
3952e9d8
GM
90202011-05-17 Glenn Morris <rgm@gnu.org>
9021
2dd12e7f
GM
9022 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9023
e4157b9c
GM
9024 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9025 Replace obsolete function.
9026
8e249bbd
GM
9027 * shell.el (pcomplete-parse-arguments-function): Declare.
9028
3952e9d8
GM
9029 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9030 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9031 (appt-check): Doc fixes.
9032 (appt-disp-window-function, appt-delete-window-function):
9033 Remove needless special case in custom :type.
9034 (appt-display-count): Default to 0, not nil.
9035 (appt-check): Reset appt-display-count to 0, not nil.
9036
c71a0d48 90372011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9038
c71a0d48
GM
9039 * progmodes/python.el (python-font-lock-keywords):
9040 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9041
31d55be9
SM
90422011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9045
3bfacb2f
KR
90462011-05-16 Kevin Ryde <user42@zip.com.au>
9047
9048 * info-look.el (makefile-automake-mode): New setups, looking in
9049 automake manual, then makefile-mode.
9050 (makefile-mode): Remove automake manual, have it just in
9051 makefile-automake-mode since there's various things different or
9052 not relevant to plain make.
9053 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9054 believe a hypothetical automake-mode would go to makefile-mode,
9055 not the other way around.
9056
c8e83751
CY
90572011-05-15 Chong Yidong <cyd@stupidchicken.com>
9058
5e9e35cd
CY
9059 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9060 hunk-end tags (Bug#8672).
9061
c8e83751
CY
9062 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9063 vc-annotate-show-diff-revision-at-line (Bug#8671).
9064
50b23e5a
GM
90652011-05-14 Glenn Morris <rgm@gnu.org>
9066
7210a739
GM
9067 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9068 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9069 (change-log-font-lock-keywords): Also handle multiple author lines
9070 with leading tabs. (Bug#8644)
7210a739 9071
4691905a
GM
9072 * calendar/appt.el (appt-check): Rename some local variables.
9073 Some simplification/reordering.
9074
50b23e5a
GM
9075 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9076 (feedmail-sendmail-f-doesnt-sell-me-out)
9077 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9078 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9079 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9080 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9081 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9082 (feedmail-binmail-gnulinuxish-template):
9083 Rename from feedmail-binmail-linuxish-template.
9084 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9085 Use insert-buffer-substring.
9086
215cda7c
BC
90872011-05-14 Bill Carpenter <bill@carpenter.org>
9088
9089 * mail/feedmail.el (feedmail-patch-level): Increase.
9090 (feedmail-debug): New custom group.
9091 (feedmail-confirm-outgoing-timeout)
9092 (feedmail-sendmail-f-doesnt-sell-me-out)
9093 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9094 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9095 (feedmail-sender-line, feedmail-from-line)
9096 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9097 (feedmail-spray-this-address)
215cda7c
BC
9098 (feedmail-spray-address-fiddle-plex-list)
9099 (feedmail-queue-use-send-time-for-date)
9100 (feedmail-queue-use-send-time-for-message-id)
9101 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9102 (feedmail-buffer-eating-function):
9103 Doc fixes.
9104 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9105 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9106 (feedmail-message-action-scroll-down): New functions.
9107 (feedmail-queue-directory, feedmail-queue-draft-directory):
9108 Use expand-file-name.
9109 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9110 Remove C-v help entry.
9111 (feedmail-queue-buffer-file-name): New variable.
9112 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9113 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9114 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9115 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9116 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9117 (feedmail-message-action-toggle-spray)
9118 (feedmail-run-the-queue-no-prompts)
9119 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9120 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9121 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9122 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9123 (feedmail-envelope-deducer, feedmail-fiddle-from)
9124 (feedmail-fiddle-sender, feedmail-default-date-generator)
9125 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9126 (feedmail-fiddle-spray-address)
9127 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9128 (feedmail-fiddle-list-of-fiddle-plexes)
9129 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9130 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9131 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9132 Change default. Doc fix.
9133 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9134 (feedmail-binmail-linuxish-template): New constant.
9135 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9136 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9137 (feedmail-send-it): Add debug call.
9138 Use feedmail-queue-buffer-file-name, and
9139 feedmail-send-it-immediately-wrapper.
9140 (feedmail-message-action-send): Add debug call.
9141 Use feedmail-send-it-immediately-wrapper.
9142 (feedmail-queue-express-to-queue): Add debug call.
9143 Run feedmail-queue-express-hook.
9144 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9145 (feedmail-message-action-help-blat):
9146 Rename from feedmail-queue-send-edit-prompt-help-first.
9147 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9148 Check line-endings. Handle errors better.
9149 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9150 Doc fix. Add debug call.
9151 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9152 Use feedmail-queue-send-edit-prompt-inner.
9153 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9154 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9155 from feedmail-queue-send-edit-prompt.
9156 (feedmail-queue-send-edit-prompt-help)
9157 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9158 (feedmail-tidy-up-slug): Add debug call.
9159 Respect feedmail-queue-slug-suspect-regexp.
9160 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9161 (feedmail-dump-message-to-queue): Add debug call.
9162 Expand queue-directory.
9163 (feedmail-dump-message-to-queue): Change message slightly.
9164 Use feedmail-say-chatter.
9165 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9166 (feedmail-send-it-immediately-wrapper): New function.
9167 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9168 Insert empty string rather than newline. Handle full-frame case.
9169 Use catch/throw. Use feedmail-say-chatter.
9170 (feedmail-fiddle-from): Try mail-host-address.
9171 (feedmail-default-message-id-generator): Doc fix.
9172 Bind system-time-locale. Handle missing end.
9173 (feedmail-fiddle-x-mailer): Add debug call.
9174 Handle feedmail-x-mailer-line being nil.
9175 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9176 Add debug call. Use buffer-substring-no-properties.
9177 (feedmail-say-debug, feedmail-say-chatter): New functions.
9178 (feedmail-find-eoh): Give an explicit error.
9179
42c7e61e
UJ
91802011-05-13 Ulf Jasper <ulf.jasper@web.de>
9181
c2571358 9182 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9183 family from helvetica to sans.
c2571358 9184 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9185 etc/images/newsticker.
9186
c2571358 9187 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9188 family from helvetica to sans.
9189
9190 * net/newst-plainview.el (newsticker-new-item-face)
9191 (newsticker-old-item-face, newsticker-immortal-item-face)
9192 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9193 (newsticker-statistics-face): Change default family from
42c7e61e 9194 helvetica to sans.
c2571358 9195 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9196 etc/images/newsticker.
9197
9198 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9199 (newsticker--process-auto-mark-filter-match): : Tell user about
9200 auto-marking.
9201
8497a297
DV
92022011-05-13 Didier Verna <didier@xemacs.org>
9203
9204 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9205 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9206 TODO entries.
8497a297
DV
9207 (lisp-lambda-list-keyword-parameter-indentation)
9208 (lisp-lambda-list-keyword-parameter-alignment)
9209 (lisp-lambda-list-keyword-alignment): New customizable user options.
9210 (lisp-indent-defun-method): Improve docstring.
9211 (extended-loop-p): Fix comment.
9212 (lisp-indent-lambda-list-keywords-regexp): New variable.
9213 (lisp-indent-lambda-list): New function.
9214 (lisp-indent-259): Use it.
9215 (lisp-indent-defmethod): Support for more than one
9216 method qualifier and properly indent methods lambda-lists.
9217 (defgeneric): Provide a missing common-lisp-indent-function property.
9218
f278f87f
SM
92192011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9222 bounds for the empty string (bug#8667).
9223
5233edd7
GM
92242011-05-13 Glenn Morris <rgm@gnu.org>
9225
5237a44f
GM
9226 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9227
8340026c 9228 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9229 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9230
5233edd7 9231 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9232 (appt-time-msg-list): Doc fix.
a5464014 9233 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9234
92d10796
AS
92352011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9236
9237 * progmodes/ld-script.el (ld-script-keywords)
9238 (ld-script-builtins): Update keywords list.
9239
914a0ae1
SM
92402011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9241
c89be45f
SM
9242 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9243
914a0ae1
SM
9244 * shell.el (shell-completion-vars): New function.
9245 (shell-mode):
9246 * simple.el (read-shell-command): Use it.
9247 (blink-matching-open): No need for " [...]" in minibuffer-message.
9248
98dc3df3
GM
92492011-05-12 Glenn Morris <rgm@gnu.org>
9250
9251 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9252 (appt-check): Simplify.
9253
d2fc7e3d 92542011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9255
4d61f28d 9256 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9257 literal "/dev/null".
9258
d2fc7e3d 92592011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9260
9261 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9262 Fix typo.
9263
d2fc7e3d 92642011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9265
3f254caa
SM
9266 * progmodes/which-func.el (which-function):
9267 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9268 which might not be defined (Bug#8260).
9269
d45885f7
GM
92702011-05-12 Glenn Morris <rgm@gnu.org>
9271
9272 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9273 Let byte-compile-initial-macro-environment always take precedence.
9274
488086f4
SM
92752011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * net/rcirc.el: Add support for SSL/TLS connections.
9278 (rcirc-server-alist): New field `encryption'.
9279 (rcirc): Check `encryption' settings.
9280 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9281 Merge make-local-variable into `set'.
9282 (rcirc--connection-open-p): New function.
9283 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9284 the process is not a network process (e.g. running gnutls-cli).
9285 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9286 Make rcirc-(en|de)code-coding-system local here.
9287 (rcirc-mode): Merge make-local-variable into `set'.
9288 (rcirc-parent-buffer): Make permanent buffer-local.
9289 (rcirc-multiline-minor-mode): Don't do it here.
9290 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9291 there's no server buffer.
9292
7d3b9d44
GM
92932011-05-11 Glenn Morris <rgm@gnu.org>
9294
f64049c6
GM
9295 * newcomment.el (comment-kill): Prefix "unused" local.
9296
93c9df73
GM
9297 * term/w32console.el (get-screen-color): Declare.
9298
7d3b9d44
GM
9299 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9300 Handle symbol elements of byte-compile-initial-macro-environment.
9301
9e2dd53f
LL
93022011-05-10 Leo Liu <sdl.web@gmail.com>
9303
488086f4
SM
9304 * bookmark.el (bookmark-bmenu-mode-map):
9305 Bind bookmark-bmenu-search to `/'.
8b340240 9306
9e2dd53f 9307 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9308 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9309 (Footnote-unicode): New function.
9310 (footnote-style-alist): Add unicode style to the list.
9311 (footnote-style): Doc fix.
9e2dd53f 9312
79b70037
GM
93132011-05-10 Jim Meyering <meyering@redhat.com>
9314
9315 Fix doubled-word typos.
9316 * international/quail.el (quail-insert-kbd-layout): and and -> and
9317 * kermit.el: and and -> and
9318 * net/ldap.el (ldap-search-internal): to to -> to
9319 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9320 * progmodes/js.el (js-mode): and and -> and
9321 * textmodes/artist.el (artist-move-to-xy): at at -> at
9322 (artist-draw-region-trim-line-endings): if if -> if
9323 And Safetyc -> Safety.
9324 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9325
b8f82dc1 93262011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9327 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9328
9329 * files.el (hack-one-local-variable-eval-safep):
9330 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9331
4f99f44b
GM
93322011-05-10 Glenn Morris <rgm@gnu.org>
9333
9334 * calendar/diary-lib.el (diary-list-entries-hook)
9335 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9336 (diary-nongregorian-marking-hook, diary-list-entries)
9337 (diary-include-other-diary-files, diary-mark-entries)
9338 (diary-mark-included-diary-files): Doc fixes.
9339
84f29e6b
JB
93402011-05-09 Juanma Barranquero <lekktu@gmail.com>
9341
9342 * misc.el: Require tabulated-list.el during compilation.
9343
9bedd73a
CY
93442011-05-09 Chong Yidong <cyd@stupidchicken.com>
9345
488086f4
SM
9346 * progmodes/compile.el (compilation-start):
9347 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9348 (compilation-filter-hook): Doc fix.
9349
797c735c
DD
93502011-05-09 Deniz Dogan <deniz@dogan.se>
9351
9352 * wdired.el: Remove outdated installation comment. Fix usage
9353 comment.
9354
5f4b1dfe
JB
93552011-05-09 Juanma Barranquero <lekktu@gmail.com>
9356
9357 * misc.el: Implement new command `list-dynamic-libraries'.
9358 (list-dynamic-libraries--loaded-only-p): New variable.
9359 (list-dynamic-libraries--refresh): New function.
9360 (list-dynamic-libraries): New command.
9361
4c44026c
CY
93622011-05-09 Chong Yidong <cyd@stupidchicken.com>
9363
488086f4
SM
9364 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9365 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9366 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9367 higher priority to avoid clobbering by gnu.
9368
027f966d
CY
93692011-05-08 Chong Yidong <cyd@stupidchicken.com>
9370
9371 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9372 if the face has existing theme settings (Bug#8454).
9373
085f5d7d
CY
93742011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9375
488086f4
SM
9376 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9377 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9378
2a86a00c
RS
9379 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9380 special file names `.' and `..' (Bug#8259).
9381
d9c54a06
CY
93822011-05-08 Chong Yidong <cyd@stupidchicken.com>
9383
488086f4
SM
9384 * progmodes/grep.el (grep-mode-font-lock-keywords):
9385 Remove buffer-changing entries.
d9c54a06
CY
9386 (grep-filter): New function.
9387 (grep-mode): Add it to compilation-filter-hook.
9388
9389 * progmodes/compile.el (compilation-filter-hook)
9390 (compilation-filter-start): New defvars.
9391 (compilation-filter): Call compilation-filter-hook prior to
9392 updating the process mark.
9393
c4662635
SM
93942011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9395
9396 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9397
b0512a1d
EZ
93982011-05-07 Eli Zaretskii <eliz@gnu.org>
9399
605c9376
EZ
9400 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9401 mailclient-send-it even if window-system is nil. (Bug#8595)
9402
c4662635
SM
9403 * term/w32console.el (terminal-init-w32console):
9404 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9405 background-mode. (Bug#8597)
9406
d1dc2cc2
SM
94072011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9410 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9411 New functions.
9412 (defgeneric, eieio--defmethod): Use them.
9413 (eieio-defgeneric): Remove.
9414 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9415
915d1300
GM
94162011-05-07 Glenn Morris <rgm@gnu.org>
9417
a3961c3e
GM
9418 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9419 Use let rather than let*.
9420 (timeclock-find-discrep): Remove unused local.
9421
314347b9
GM
9422 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9423
915d1300
GM
9424 * calendar/appt.el (appt-time-msg-list): Doc fix.
9425
275b59b0
NF
94262011-05-06 Noah Friedman <friedman@splode.com>
9427
9428 * apropos.el (apropos-print-doc): Only use
9429 emacs-lisp-docstring-fill-column when it is bound to an integer,
9430 per that variable's documentation.
9431
6c19f744
SM
94322011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9435 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9436
60f884b2
GM
94372011-05-06 Glenn Morris <rgm@gnu.org>
9438
5006e634
GM
9439 * calendar/appt.el (appt-message-warning-time): Doc fix.
9440 (appt-warning-time-regexp): New option.
9441 (appt-make-list): Respect appt-message-warning-time.
9442
548d0a63
GM
9443 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9444 New options.
9445 (diary-add-to-list): Strip comments from the displayed string.
9446 (diary-mode): Set comment-start and comment-end.
9447
60f884b2
GM
9448 * vc/diff-mode.el (smerge-refine-subst): Declare.
9449 (diff-refine-hunk): Don't require smerge-mode when compiling.
9450
989681bb
JB
94512011-05-06 Juanma Barranquero <lekktu@gmail.com>
9452
9453 * simple.el (list-processes): Return nil as the docstring says.
9454
a6bc05e1
MA
94552011-05-05 Michael Albinus <michael.albinus@gmx.de>
9456
9457 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9458 to "".
9459 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9460 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9461 determining of binary transfer. (Bug#7383)
9462
23c22e9a
MA
94632011-05-05 Michael Albinus <michael.albinus@gmx.de>
9464
c4662635
SM
9465 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9466 Fix port computation bug. (Bug#8618)
23c22e9a 9467
0bff894f
GM
94682011-05-05 Glenn Morris <rgm@gnu.org>
9469
b8296902
GM
9470 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9471
1f522ce8
GM
9472 * simple.el (shell-dynamic-complete-functions)
9473 (comint-dynamic-complete-functions): Declare.
9474
cf5bee67
GM
9475 * net/network-stream.el (gnutls-negotiate):
9476 * simple.el (tabulated-list-print): Fix declarations.
9477
9478 * progmodes/gud.el (syntax-symbol, syntax-point):
9479 Remove unnecessary and incorrect declarations.
9480
0bff894f
GM
9481 * emacs-lisp/check-declare.el (check-declare-scan):
9482 Handle byte-compile-initial-macro-environment in bytecomp.el
9483
9869b3ae
SM
94842011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 Fix earlier half-done eieio-defmethod change (bug#8338).
9487 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9488 Streamline and change calling convention.
9489 (defmethod): Adjust accordingly and simplify.
9490 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9491 new eieio--defmethod.
9492 (slot-boundp): Minor CSE simplification.
9493
9c1d5ac5
MZ
94942011-05-05 Milan Zamazal <pdm@zamazal.org>
9495
9496 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9497 (glasses-make-readable): Use glasses-separate-capital-groups.
9498
455c834e
JB
94992011-05-05 Juanma Barranquero <lekktu@gmail.com>
9500
9501 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9502 (warning-series): Doc fix.
9503 (display-warning): Don't try to create the buffer if we just found it.
9504
9ed7c8cb
CY
95052011-05-04 Chong Yidong <cyd@stupidchicken.com>
9506
9507 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9508 (autoload-find-generated-file): New function.
9509 (generate-file-autoloads): Bind generated-autoload-file to
9510 buffer-file-name.
9869b3ae
SM
9511 (update-file-autoloads, update-directory-autoloads):
9512 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9513 output file (Bug#7989).
9514 (batch-update-autoloads): Doc fix.
9515
0898ca10
JB
95162011-05-04 Juanma Barranquero <lekktu@gmail.com>
9517
9518 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9519
31dfb76c
GM
95202011-05-04 Glenn Morris <rgm@gnu.org>
9521
f330b642
GM
9522 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9523 function, so it follows changes in calendar-date-style.
9524 (diary-fancy-date-matcher): New function.
9525 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9526 (diary-fancy-font-lock-fontify-region-function):
9527 Use diary-fancy-date-pattern as a function.
9528
31dfb76c
GM
9529 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9530 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9531
48e79d6a
TZ
95322011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9533
9534 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9535 instead of positional arguments. Allow :keylist and :crlfiles
9536 arguments.
9537 (open-gnutls-stream): Call it.
9538
9539 * net/network-stream.el (network-stream-open-starttls): Adjust to
9540 call `gnutls-negotiate' with :process and :hostname arguments.
9541
dd5a5ee0
SM
95422011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9543
ef80fc09
SM
9544 * minibuffer.el (completion--message): New function.
9545 (completion--do-completion, minibuffer-complete)
9546 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9547 (completion--do-completion): Don't ignore completion-auto-help when in
9548 icomplete-mode.
9549
dd5a5ee0
SM
9550 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9551 internal encoding (e.g. tibetan zero is not whitespace).
9552 (global-whitespace-mode): Prefer save-current-buffer.
9553 (whitespace-trailing-regexp): Remove useless save-match-data.
9554 (whitespace-empty-at-bob-regexp): Minor simplification.
9555
b7d22a83
CY
95562011-05-03 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9559
5192af46
AM
95602011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9561
9562 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9563 Use `concat' to create string for insertion.
5192af46 9564
5767d190
SM
95652011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9568 Avoid open-line which runs post-self-insert-hook.
9569 (bibtex-fill-entry): Remove unused `end' var.
9570
bf242939
AM
95712011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9572
5767d190
SM
9573 * textmodes/ispell.el (ispell-add-per-file-word-list):
9574 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9575
25666126
LL
95762011-05-03 Leo Liu <sdl.web@gmail.com>
9577
9578 * isearch.el (isearch-yank-pop): New command.
5767d190 9579 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9580 (isearch-forward): Mention it.
9581
52d3c2d0
SM
95822011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9583
1bcace58
SM
9584 * simple.el (minibuffer-complete-shell-command): Remove.
9585 (minibuffer-local-shell-command-map): Use completion-at-point.
9586 (read-shell-command): Setup completion vars here instead.
9587 (read-expression-map): Bind TAB to symbol completion.
9588
52d3c2d0
SM
9589 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9590 error directly rather via storing it into `results'.
9591
35813471
LL
95922011-05-02 Leo Liu <sdl.web@gmail.com>
9593
9594 * vc/diff.el: Fix description.
9595
e793a940
LMI
95962011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9597
9598 * server.el (server-eval-at): New function.
9599
8de66e05
LMI
96002011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9601
9602 * net/network-stream.el (open-network-stream): Take a :nowait
9603 parameter and pass it on to `make-network-process'.
9604 (network-stream-open-plain): Ditto.
9605
dcb79f20
AS
96062011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9607
9608 * faces.el (face-spec-set-match-display): Don't match toolkit
9609 options on terminal frames.
9610
14a7fbd8
SM
96112011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9612
7eabc1be
SM
9613 * progmodes/pascal.el: Use lexical binding.
9614 (pascal-mode-map): Remove author preferences.
9615
14a7fbd8
SM
9616 * pcomplete.el (pcomplete-std-complete): Don't abuse
9617 completion-at-point.
9618
50f84510
JB
96192011-04-28 Juanma Barranquero <lekktu@gmail.com>
9620
6e087a44
JB
9621 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9622 removing code that has been dead since 1991 or so.
9623
50f84510
JB
9624 * startup.el (command-line): When warning about "_emacs", use a
9625 delayed warning to allow the user to filter it out.
9626
0ba690bd
DD
96272011-04-28 Deniz Dogan <deniz@dogan.se>
9628
9629 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9630 user has not joined.
9631
08abfaad
SM
96322011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9635 aren't any completions at point.
9636
638f053a
JB
96372011-04-28 Juanma Barranquero <lekktu@gmail.com>
9638
9639 * subr.el (display-delayed-warnings): New function.
9640 (delayed-warnings-hook): New variable.
9641
8fff8daa
SM
96422011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9643
08abfaad
SM
9644 * minibuffer.el (completion-at-point, completion-help-at-point):
9645 Don't presume that a given completion-at-point-function will always
9646 use the same calling convention.
9647
8fff8daa
SM
9648 * pcomplete.el (pcomplete-completions-at-point):
9649 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9650 pcomplete-seen is non-nil.
9651 (pcomplete-comint-setup): Also recognize the new comint/shell
9652 completion functions.
9653 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9654 pcomplete-seen is non-nil.
9655
841a1577 96562011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9657
841a1577 9658 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9659 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9660 the first character in the entry. This allows for code to add its
211ec907
UJ
9661 own uid to the entry.
9662 (icalendar--convert-float-to-ical): Add export of
9663 `diary-float'-entries save for those with the optional DAY
9664 argument.
9665
2a782793
DC
96662011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9667
9668 * subr.el (shell-quote-argument): Use alternate escaping strategy
9669 when we spot a variable reference in a string.
9670
0438ce91
DC
96712011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9672
9673 * cus-start.el (all): Define customization for debug-on-event.
9674
841a1577 96752011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9676
9677 * subr.el (shell-quote-argument): Escape correctly under Windows.
9678
d090ed6c
SM
96792011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9682
bfd31217
MA
96832011-04-25 Michael Albinus <michael.albinus@gmx.de>
9684
d090ed6c
SM
9685 * net/tramp.el (tramp-process-actions): Add POS argument.
9686 Delete region between POS and (pos).
bfd31217 9687
d090ed6c
SM
9688 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9689 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9690 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9691
9692 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9693 position in `tramp-process-actions' call.
9694
9695 * net/trampver.el: Update release number.
9696
e92f3bd3
SM
96972011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9698
850256b5
SM
9699 * custom.el (defcustom): Obey lexical-binding.
9700
e92f3bd3
SM
9701 Fix octave-inf completion problems reported by Alexander Klimov.
9702 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9703 Inherit from octave-mode-syntax-table.
9704 (inferior-octave-mode): Set info-lookup-mode.
9705 (inferior-octave-completion-at-point): New function.
9706 (inferior-octave-complete): Use it and completion-in-region.
9707 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9708 comint-filename-completion.
9709 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9710 symbol elements which shouldn't be word elements.
9711 (octave-font-lock-keywords, octave-beginning-of-defun)
9712 (octave-function-header-regexp): Adjust regexps accordingly.
9713 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9714
cd22b309
JB
97152011-04-25 Juanma Barranquero <lekktu@gmail.com>
9716
9717 * net/gnutls.el (gnutls-errorp): Declare before first use.
9718
8b492194
TZ
97192011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9720
9721 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9722 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9723 default trustfile exists before going to use it. Add missing
5a5fa834 9724 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9725 Reported by Claudio Bley <claudio.bley@gmail.com>.
9726 (open-gnutls-stream): Add usage example.
9727
9728 * net/network-stream.el (network-stream-open-starttls): Give host
9729 parameter to `gnutls-negotiate'.
9730 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9731 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9732
841a1577 97332011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9734
cd22b309
JB
9735 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9736 Use correct match group (bug#8438).
05842630 9737
3ba7869c
CY
97382011-04-24 Chong Yidong <cyd@stupidchicken.com>
9739
512e3ae1
CY
9740 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9741 (package-menu--generate): New arg specifying packages to show.
9742 (package-menu-refresh, package-menu-execute, list-packages):
9743 Callers changed.
9744 (package-show-package-list): New function, replacing deleted
9745 package--list-packages (renamed because it is non-internal).
9746
9747 * finder.el (finder-list-matches): Use package-show-package-list
9748 instead of deleted package--list-packages.
9749
e92f3bd3
SM
9750 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9751 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9752 (vc-annotate-mode-map): Bind it to RET.
9753
7031be6d
UR
97542011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9755
9756 * progmodes/etags.el (next-file): Don't use set-buffer to change
9757 buffers (Bug#8478).
9758
4ef177aa
CY
97592011-04-24 Chong Yidong <cyd@stupidchicken.com>
9760
c8d173eb
CY
9761 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9762
4ef177aa
CY
9763 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9764 (apropos-accumulator): Doc fix.
9765 (apropos-function, apropos-macro, apropos-command)
9766 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9767 (apropos-plist): Add face property.
9768 (apropos-symbols-internal): Fix indentation.
9769 (apropos-print): Simplify help, and recognize apropos-multi-type.
9770 (apropos-print-doc): Use button-type-get to extract the button's
9771 face property. Fill docstring (Bug#8352).
9772
4ffd0d6b 97732011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9774
9775 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9776
c6c32125 9777 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9778 (mpuz-mode-map): Use mapc.
c6c32125
JB
9779 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9780 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9781 Fix typos in docstrings.
9782
58d468b4
JB
9783 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9784 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9785
6470c3c6
JB
9786 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9787
4ffd0d6b 97882011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9789
9790 * minibuffer.el (completion--do-completion): Avoid the "Next char
9791 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9792
3ad8bad0
CY
9793 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9794 mouse-2 into unread-command-events, it is interpreted correctly.
9795
71d73c9c 9796 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9797 (image-toggle-display): Doc fix.
71d73c9c 9798
841a1577 97992011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9800
4ffd0d6b
GM
9801 * textmodes/page.el (what-page): Use line-number-at-pos to
9802 calculate line number (Bug#6825).
6e1dbaa9 9803
c2fb1b60
JB
98042011-04-22 Juanma Barranquero <lekktu@gmail.com>
9805
9806 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9807 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9808 Pass argument NO-DEFAULT to `find-tag-interactive'.
9809
e02f48d7
JB
98102011-04-22 Juanma Barranquero <lekktu@gmail.com>
9811
9812 Lexical-binding cleanup.
9813
9814 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9815 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9816 * progmodes/ada-prj.el (ada-prj-initialize-values)
9817 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9818 (ada-prj-show-value):
9819 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9820 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9821 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9822 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9823 * progmodes/bug-reference.el (bug-reference-push-button):
9824 * progmodes/fortran.el (fortran-line-length):
9825 * progmodes/glasses.el (glasses-change):
9826 * progmodes/octave-mod.el (octave-fill-paragraph):
9827 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9828 (python-pdbtrack-grub-for-buffer, python-sentinel):
9829 * progmodes/sql.el (sql-save-connection):
9830 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9831 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9832 Mark unused parameters.
9833
9834 * progmodes/compile.el (compilation--flush-directory-cache)
9835 (compilation--flush-parse, compile-internal): Mark unused parameters.
9836 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9837 (compilation-next-error-function): Remove unused variable `timestamp'.
9838
9839 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9840 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9841
9842 * progmodes/dcl-mode.el (dcl-end-of-command):
9843 Remove unused variable `start'.
9844 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9845 (dcl-option-value-basic, dcl-option-value-offset)
9846 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9847 Mark unused parameters.
9848 (dcl-save-local-variable): Remove unused variable `val'.
9849 (mode): Declare.
9850
9851 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9852 Mark unused parameters.
9853 (delphi-ignore-changes): Move before first use.
9854 (delphi-charset-token-at): Remove unused variable `start'.
9855 (delphi-else-start): Remove unused variable `if-count'.
9856 (delphi-comment-block-start, delphi-comment-block-end):
9857 Remove unused variable `kind'.
9858 (delphi-indent-line): Remove unused variable `new-point'.
9859
9860 * progmodes/ebrowse.el (ebrowse-files-list)
9861 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9862 Mark unused parameters. Don't quote `lambda'.
9863 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9864 Don't quote `lambda'.
9865 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9866 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9867 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9868 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9869 Use `ignore-errors'.
9870 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9871 (ebrowse-view/find-file-and-search-pattern)
9872 (ebrowse-view/find-member-declaration/definition):
9873 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9874 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9875 Rename parameter PREFIX-ARG to PREFIX.
9876 (ebrowse-tags-read-name): Remove unused variables `start' and
9877 `member-info'.
9878 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9879 to `tags-file'.
9880
9881 * progmodes/etags.el (local-find-tag-hook): Declare.
9882 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9883 Mark unused parameters.
9884
9885 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9886 (executable-interpret): Mark unused parameter.
9887
9888 * progmodes/flymake.el (flymake-process-sentinel)
9889 (flymake-after-change-function)
9890 (flymake-create-temp-with-folder-structure)
9891 (flymake-get-include-dirs-dot): Mark unused parameters.
9892 (flymake-safe-delete-directory): Remove unused variable `err'.
9893
9894 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9895 (speedbar-timer-fn, speedbar-line-text)
9896 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9897 (speedbar-center-buffer-smartly): Declare functions.
9898 (gdb-find-watch-expression): Remove unused variable `array'.
9899 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9900 (gdb-starting): Mark unused parameters.
9901 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9902 (gdb-table-string): Remove unused variable `res'.
9903 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9904 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9905 (gdb-display-buffer): Remove unused variable `cur-size'.
9906
9907 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9908 allow lexical-binding compilation.
9909 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9910 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9911 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9912 Mark unused parameters.
9913 (gud-gdb-marker-filter): Remove unused variable `match'.
9914 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9915 lambda expressions and funcall them, instead of using `fset'.
9916
9917 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9918 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9919
9920 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9921 variable `header-beg'; use `let'.
9922
9923 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9924 `restart', `last-sexp' and `at-do'.
9925
9926 * progmodes/js.el (js--debug): Mark unused parameter.
9927 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9928 (js--splice-into-items): Remove unused variable `item'.
9929 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9930
9931 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9932 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9933 (makefile-complete): Remove unused variable `try'.
9934 (makefile-fill-paragraph, makefile-match-function-end):
9935 Mark unused parameters.
9936
9937 * progmodes/octave-inf.el (inferior-octave-complete):
9938 Remove unused variable `proc'.
9939 (inferior-octave-output-digest): Mark unused parameter.
9940
9941 * progmodes/perl-mode.el (perl-calculate-indent):
9942 Remove unused variable `err'.
9943
9944 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9945 (prolog-indent-line): Mark unused parameters.
9946 (prolog-indent-line): Remove unused variable `beg'.
9947
9948 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9949 (reporter-dont-compact-list): Declare.
9950
9951 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9952 Remove unused variable `char'.
9953 (sh-debug): Mark unused parameter.
9954 (sh-get-indent-info): Remove unused variable `start'.
9955 (sh-calculate-indent): Remove unused variable `var'.
9956
9957 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9958 (simula-electric-keyword): Remove unused variable `null'.
9959 (simula-search-backward, simula-search-forward): Remove unused
9960 variables `begin' and `end'.
9961
9962 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9963 Remove unused variable `pos'.
9964 (vera-electric-tab, vera-comment-uncomment-region):
9965 Mark unused parameters.
9966 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9967
7ede3b65
CY
99682011-04-22 Chong Yidong <cyd@stupidchicken.com>
9969
9970 * emacs-lisp/package.el (package--builtins, package-alist)
9971 (package-load-descriptor, package-built-in-p, package-activate)
9972 (define-package, package-installed-p)
9973 (package-compute-transaction, package-buffer-info)
9974 (package--push): Doc fix. Distinguish more clearly between
9975 version strings and version lists.
9976
121656e9
JB
99772011-04-21 Juanma Barranquero <lekktu@gmail.com>
9978
9979 Lexical-binding cleanup.
9980
9981 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9982 (5x5-make-mutate-best):
9983 * play/fortune.el (fortune-in-buffer):
9984 * play/gomoku.el (gomoku-init-display):
9985 * play/solitaire.el (solitaire, solitaire-do-check):
9986 * play/tetris.el (tetris-default-update-speed-function):
9987 Mark unused parameters.
9988
9989 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9990 (bubbles--shift): Remove unused variable `char-org'.
9991 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9992 (bubbles--show-images): Remove unused variable `char'.
9993
9994 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9995 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9996 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9997 (decipher-analyze-buffer): Use ?\s.
9998 (decipher-make-checkpoint): Remove unused variable `mapping'.
9999
10000 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10001
10002 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10003 Remove unused variable `result'; use `let'.
10004
10005 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10006 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10007 (gametree-children-shown-p, gametree-compute-reduced-score):
10008 Use `ignore-errors'.
10009
10010 * play/handwrite.el (ps-lpr-switches): Declare.
10011 (handwrite): Remove unused variables `pmin' and `lastp'.
10012
10013 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10014
10015 * play/landmark.el (landmark-init-display)
10016 (landmark-update-naught-weights): Mark unused parameters.
10017 (landmark-y): Remove unused variable `noise'. Simplify.
10018 (landmark-human-plays): Remove unused variable `score'.
10019
10020 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10021 (mpuz-try-proposal): Remove unused variable `game'.
10022
10023 * play/zone.el (life-patterns): Declare.
10024
80f499c7
JB
100252011-04-20 Juanma Barranquero <lekktu@gmail.com>
10026
10027 * vc/vc.el (ediff-vc-internal): Declare function.
10028
024ff170
SM
100292011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10030
c0a193ea
SM
10031 * shell.el: Use lexical-binding and std completion UI.
10032 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10033 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10034 comint-preoutput-filter-functions rather than on
10035 comint-output-filter-functions.
10036 (shell-command-completion, shell--command-completion-data)
10037 (shell-filename-completion, shell-environment-variable-completion)
10038 (shell-c-a-p-replace-by-expanded-directory): New functions.
10039 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10040 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10041 (shell-dynamic-complete-environment-variable): Use them.
10042 (shell-dynamic-complete-as-environment-variable)
10043 (shell-dynamic-complete-as-command): Remove.
10044 (shell-match-partial-variable): Match past point.
10045 * comint.el: Clean up use of completion-at-point-functions.
10046 (comint-completion-at-point): New function.
10047 (comint-mode): Use it completion-at-point-functions.
10048 (comint-dynamic-complete): Make it obsolete.
10049 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10050 (comint-c-a-p-replace-by-expanded-history): New function.
10051 (comint-dynamic-complete-functions)
10052 (comint-replace-by-expanded-history): Use it.
10053 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10054 termination strings. Try harder to avoid second try-completion.
10055 (completion-in-region-mode-map): Disable bindings that don't work yet.
10056
2dbaa080
SM
10057 * comint.el: Use lexical-binding. Require CL.
10058 (comint-dynamic-complete-functions): Use comint-filename-completion.
10059 (comint-completion-addsuffix): Tweak custom type.
10060 (comint-filename-completion, comint--common-suffix)
10061 (comint--common-quoted-suffix, comint--table-subvert)
10062 (comint--complete-file-name-data): New functions.
10063 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10064 (comint-dynamic-list-filename-completions): Use them.
10065 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10066
2dbaa080
SM
10067 * minibuffer.el (completion-in-region-mode):
10068 Keep completion-in-region-mode--predicate global.
10069 (completion-in-region--postch):
10070 Assume completion-in-region-mode--predicate is not null.
10071
c79a6f38
SM
10072 * progmodes/flymake.el (flymake-start-syntax-check-process):
10073 Obey `dir'. Simplify.
10074
024ff170
SM
10075 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10076 we're in VC after all.
10077
1c6c854e
CS
100782011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10079
10080 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10081 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10082 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10083
bed7f140
SM
100842011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10085
332e62ab
SM
10086 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10087 add sanity check.
10088
bed7f140
SM
10089 * obsolete/erc-hecomplete.el: Make obsolete.
10090 * obsolete/: Standardize obsolescence info in the header.
10091
f195c582
GM
100922011-04-20 Glenn Morris <rgm@gnu.org>
10093
10094 * calendar/solar.el (solar-horizontal-coordinates):
10095 Use the longitude argument rather than `calendar-longitude'.
10096 (solar-date-next-longitude): Remove unused locals.
10097
cb79b8c0
VJL
100982011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10099
10100 * whitespace.el: New version 13.2.1.
10101
101022011-04-20 felix <EmacsWiki> (tiny change)
10103
d8e4b68b 10104 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10105 switching between major modes on a file.
10106
602ea69d
SM
101072011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10110 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10111 multi-line comments as well.
10112
06b60517
JB
101132011-04-19 Juanma Barranquero <lekktu@gmail.com>
10114
10115 Lexical-binding cleanup.
10116
10117 * arc-mode.el (archive-mode-revert):
10118 * cmuscheme.el (scheme-interactively-start-process):
10119 * custom.el (custom-initialize-delay):
10120 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10121 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10122 * emacs-lock.el (emacs-lock-clear-sentinel):
10123 * ezimage.el (defezimage):
10124 * follow.el (follow-avoid-tail-recenter):
10125 * fringe.el (set-fringe-mode-1):
10126 * generic-x.el (bat-generic-mode-compile):
10127 * help-mode.el (help-info-variable, help-do-xref)
10128 (help-mode-revert-buffer):
10129 * help.el (view-emacs-todo):
10130 * iswitchb.el (iswitchb-completion-help):
10131 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10132 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10133 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10134 * locate.el (locate-update):
10135 * longlines.el (longlines-encode-region)
10136 (longlines-after-change-function):
10137 * outline.el (outline-isearch-open-invisible):
10138 * ps-def.el (declare-function, charset-dimension, char-width)
10139 (encode-char):
10140 * ps-mule.el (ps-mule-plot-string):
10141 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10142 (recentf-edit-list-select, recentf-edit-list-validate)
10143 (recentf-open-files-action):
10144 * rect.el (delete-whitespace-rectangle-line)
10145 (rectangle-number-line-callback):
10146 * register.el (window-configuration-to-register)
10147 (frame-configuration-to-register):
10148 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10149 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10150 (xselect-convert-to-targets, xselect-convert-to-delete)
10151 (xselect-convert-to-filename, xselect-convert-to-charpos)
10152 (xselect-convert-to-lineno, xselect-convert-to-colno)
10153 (xselect-convert-to-os, xselect-convert-to-host)
10154 (xselect-convert-to-user, xselect-convert-to-class)
10155 (xselect-convert-to-name, xselect-convert-to-integer)
10156 (xselect-convert-to-atom, xselect-convert-to-identity):
10157 * subr.el (declare, ignore, process-kill-without-query)
10158 (text-clone-maintain):
10159 * terminal.el (te-get-char, te-tic-sentinel):
10160 * tool-bar.el (tool-bar-make-keymap):
10161 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10162 * type-break.el (type-break-mode, type-break-noninteractive-query):
10163 * view.el (View-back-to-mark):
10164 * wid-browse.el (widget-browse-action, widget-browse-widget)
10165 (widget-browse-widgets, widget-browse-sexp):
10166 * widget.el (define-widget-keywords):
10167 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10168 Mark unused parameters.
10169
10170 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10171 (align-areas): Remove unused variable `look'.
10172 (align-region): Remove unused variables `real-end' and `pos-list'.
10173
10174 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10175
10176 * bindings.el (mode-line-modified, mode-line-remote):
10177 Mark unused parameters.
10178 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10179
10180 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10181 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10182
10183 * comint.el (comint-history-isearch-pop-state)
10184 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10185 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10186 (comint-substitute-in-file-name): Doc fix.
10187
10188 * completion.el (cmpl-statistics-block): Mark unused parameter.
10189 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10190 (save-completions-to-file, load-completions-from-file):
10191 Remove unused local variable `e'.
10192
10193 * composite.el (compose-chars): Remove unused variable `len'.
10194 (lgstring-insert-glyph): Remove unused variable `g'.
10195 (compose-glyph-string): Remove unused variables `ascent',
10196 `descent', `lbearing' and `rbearing'.
10197 (compose-glyph-string-relative): Remove unused variables
10198 `lbearing', `rbearing' and `wadjust'.
10199 (compose-gstring-for-graphic): Remove unused variables `header',
10200 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10201 (compose-gstring-for-terminal): Remove unused variables `header'
10202 and `nchars'. Use `let', not `let*'.
10203
10204 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10205 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10206 (Custom-buffer-done, custom-buffer-create-internal)
10207 (custom-browse-visibility-action, custom-browse-group-tag-action)
10208 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10209 (widget-magic-mouse-down-action, custom-toggle-parent)
10210 (custom-add-parent-links, custom-toggle-hide-variable)
10211 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10212 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10213 (custom-face-menu-create, custom-variable-menu-create, get)
10214 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10215 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10216 (customize-apropos): Remove unused variable `tests'.
10217 (custom-group-value-create): Remove unused variable `hidden-p'.
10218 (sort-fold-case): Declare.
10219
10220 * cus-theme.el (custom-reset-standard-faces-list)
10221 (custom-reset-standard-variables-list): Declare.
10222 (customize-create-theme, custom-theme-revert, custom-theme-write)
10223 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10224 Mark unused parameters.
10225
10226 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10227
10228 * delim-col.el (delimit-columns-max): Move defvar before first use.
10229
10230 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10231 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10232
10233 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10234 (auto-insert): Declare.
10235 (desktop-restore-file-buffer): Rename desktop-* parameters;
10236 mark unused ones.
10237 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10238 (desktop-buffer): Rename desktop-* parameters.
10239
10240 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10241 (dframe-reposition-frame-xemacs, dframe-help-echo)
10242 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10243 Mark unused parameters.
10244
10245 * dired-aux.el (backup-extract-version-start, overwrite-query)
10246 (overwrite-backup-query, rename-regexp-query)
10247 (rename-non-directory-query): Declare.
10248 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10249 (dired-add-entry): Remove unused variable `orig-file-name'.
10250 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10251 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10252 `dired-copy-preserve-time' directly.
10253 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10254 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10255
10256 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10257 (dired-virtual-revert, dired-make-relative-symlink):
10258 Mark unused parameters.
10259 (manual-program): Declare.
10260 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10261 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10262 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10263
10264 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10265
10266 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10267
10268 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10269 Declare.
10270
10271 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10272
10273 * electric.el (Electric-command-loop): Rename parameter
10274 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10275
10276 * expand.el (expand-in-literal): Remove unused variable `here'.
10277
10278 * facemenu.el (facemenu-add-new-color):
10279 Remove unused variable `docstring'.
10280
10281 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10282 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10283 (face-attr-construct): Mark unused parameter. Doc fix.
10284 (read-color): Remove unused variable `hex-string'.
10285
10286 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10287 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10288 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10289 (display-buffer-other-frame): Remove unused variable `old-window'.
10290 (kill-buffer-hook): Declare.
10291 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10292 Mark unused parameters.
10293 (after-find-file): Pass 1 to `auto-save-mode', not t.
10294
10295 * files-x.el (auto-insert): Declare.
10296 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10297
10298 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10299 variable `buf'. Mark unused parameter.
06b60517
JB
10300 (find-lisp-insert-directory): Mark unused parameter.
10301
10302 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10303 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10304 (format-common-tail): Remove, unused.
10305 (format-deannotate-region): Remove unused variable `loc'.
10306 (format-annotate-region): Remove unused variable `p'.
10307 (format-annotate-single-property-change): Remove unused variables
10308 `default' and `tail'.
10309
10310 * forms.el (read-file-filter): Declare.
10311 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10312
10313 * frame.el (frame-creation-function-alist): Mark unused parameter.
10314 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10315
10316 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10317 Remove unused parameters.
10318 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10319 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10320
10321 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10322 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10323 (hfy-prepare-tag-map): Mark unused parameters.
10324 (htmlfontify-buffer): Use `called-interactively-p'.
10325
10326 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10327 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10328 (ibuffer-do-occur): Mark unused parameters.
10329 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10330 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10331
10332 * ibuffer.el: Don't quote `lambda'.
10333 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10334 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10335 Mark unused parameters.
10336
10337 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10338 (ido-completing-read): Mark unused parameters.
10339 (ido-copy-current-word): Mark unused parameters;
10340 remove unused variable `name'.
10341 (ido-sort-merged-list): Remove unused parameter `dirs'.
10342
10343 * ielm.el (ielm-input-sender): Mark unused parameter.
10344 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10345 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10346 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10347 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10348 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10349
10350 * image-dired.el (image-dired-display-thumbs): Remove unused
10351 variables `curr-file' and `count'.
10352 (image-dired-remove-tag): Remove unused variable `start'.
10353 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10354 variable `curr-file'
10355 (image-dired-rotate-original): Remove unused variable `temp-file'.
10356 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10357 Remove unused variable `file'.
10358 (image-dired-gallery-generate): Remove unused variable `curr'.
10359 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10360
10361 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10362
10363 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10364
10365 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10366
10367 * isearch.el (minibuffer-history-symbol): Declare.
10368 (isearch-edit-string): Remove unused variable `err'.
10369 (isearch-message-prefix, isearch-message-suffix):
10370 Mark unused parameters.
10371
10372 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10373
10374 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10375
10376 * makesum.el (double-column): Remove unused variable `cnt'.
10377
10378 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10379 (ido-ignore-item-temp-list): Declare.
10380
10381 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10382 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10383 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10384 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10385 `mouse-col-delta'.
10386
10387 * mouse-sel.el (mouse-extend-internal):
10388 Remove unused variable `orig-window-frame'.
10389
10390 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10391 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10392 Move declarations before first use.
10393 (pcomplete-opt): Mark unused parameters; doc fix.
10394
10395 * proced.el (proced-revert): Mark unused parameter.
10396 (proced-send-signal): Remove unused variable `err'.
10397
10398 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10399 Rename parameter PREFIX-ARG to ARG.
10400 (ps-basic-plot-string, ps-basic-plot-whitespace):
10401 Mark unused parameters.
10402
10403 * replace.el (replace-count): Define.
10404 (occur-revert-function): Mark unused parameters.
10405 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10406 (isearch-case-fold-search, isearch-string): Declare.
10407 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10408 bind `case-fold-search'. Remove unused variables `beg' and `end',
10409 and simplify.
10410 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10411 COUNT and bind `replace-count'.
10412 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10413 to COUNT.
10414
10415 * savehist.el (print-readably, print-string-length): Declare.
10416
10417 * shadowfile.el (shadow-expand-cluster-in-file-name):
10418 Remove unused variable `cluster'.
10419 (shadow-copy-file): Remove unused variable `i'.
10420 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10421 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10422 (shadow-define-literal-group, shadow-define-regexp-group)
10423 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10424
10425 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10426 (shell): Use `called-interactively-p'.
10427 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10428
10429 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10430 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10431 (delete-backward-char): Remove unused variable `ocol'.
10432 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10433 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10434 (event-apply-hyper-modifier, event-apply-shift-modifier)
10435 (event-apply-control-modifier, event-apply-meta-modifier):
10436 Mark unused parameters.
10437 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10438 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10439
10440 * speedbar.el (speedbar-ignored-directory-expressions)
10441 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10442 (speedbar-find-file, speedbar-dir-follow)
10443 (speedbar-directory-buttons-follow, speedbar-tag-find)
10444 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10445 (speedbar-buffers-line-directory, speedbar-buffer-click):
10446 Mark unused parameters.
10447 (speedbar-tag-file): Remove unused variable `mode'.
10448 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10449
10450 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10451
10452 * talk.el (talk): Remove unused variable `display'.
10453
10454 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10455 (tar-write-region-annotate): Mark unused parameter.
10456
10457 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10458 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10459 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10460 warning by another.
10461
10462 * time-stamp.el (time-stamp-string-preprocess):
10463 Remove unused variable `require-padding'.
10464
10465 * tree-widget.el (widget-glyph-enable): Declare.
10466 (tree-widget-action): Mark unused parameter.
10467
10468 * w32-fns.el (x-get-selection): Mark unused parameter.
10469 (autoload-make-program, generated-autoload-file): Declare.
10470
10471 * wdired.el (wdired-revert): Mark unused parameters.
10472 (wdired-xcase-word): Remove unused variable `err'.
10473
10474 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10475 (whitespace-help-scroll): Remove unused variable `data-help'.
10476
10477 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10478 (widget-image-insert, widget-after-change, default)
10479 (widget-default-format-handler, widget-default-notify)
10480 (widget-default-prompt-value, widget-info-link-action)
10481 (widget-url-link-action, widget-function-link-action)
10482 (widget-variable-link-action, widget-file-link-action)
10483 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10484 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10485 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10486 (widget-insert-button-action, widget-delete-button-action, visibility)
10487 (widget-documentation-link-action, widget-documentation-string-action)
10488 (widget-const-prompt-value, widget-regexp-match, symbol)
10489 (widget-coding-system-prompt-value)
10490 (widget-key-sequence-value-to-external, sexp)
10491 (widget-sexp-value-to-internal, character, vector, cons)
10492 (widget-choice-prompt-value, widget-boolean-prompt-value)
10493 (widget-color--choose-action): Mark unused parameters.
10494 (widget-item-match-inline, widget-choice-match-inline)
10495 (widget-checklist-match, widget-checklist-match-inline)
10496 (widget-group-match): Rename parameter VALUES to VALS.
10497 (widget-field-value-set): Remove unused variable `size'.
10498 (widget-color-action): Remove unused variables `value' and `start'.
10499
10500 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10501 variable `dir'. Doc fix.
06b60517
JB
10502 (windmove-find-other-window): Don't pass it.
10503
10504 * window.el (count-windows): Mark unused parameter.
10505 (bw-adjust-window): Remove unused variable `err'.
10506
10507 * woman.el (woman-file-name): Remove unused variable `default'.
10508 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10509 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10510 (global-font-lock-mode): Declare.
10511 (woman-decode-region): Mark unused parameter.
10512 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10513
10514 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10515 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10516 (x-dnd-handle-moz-url): Remove unused variable `title'.
10517 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10518
10519 * xml.el (xml-parse-tag, xml-parse-attlist):
10520 Remove unused variable `pos'.
10521
bc4f7f3d
GM
105222011-04-19 Glenn Morris <rgm@gnu.org>
10523
10524 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10525 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10526 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10527 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10528 * calendar/cal-html.el (cal-html-insert-minical):
10529 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10530 (calendar-mark-date-pattern):
10531 Prefix "unused" locals.
10532
10533 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10534 optional argument `style'.
10535
10536 * calendar/appt.el (appt-make-list):
10537 * calendar/cal-china.el (calendar-chinese-date-string):
10538 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10539 (diary-hebrew-yahrzeit):
10540 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10541 * calendar/calendar.el (calendar-generate-window):
10542 * calendar/time-date.el (time-to-days):
10543 Remove unused local variables.
10544
16a43933
CY
105452011-04-18 Chong Yidong <cyd@stupidchicken.com>
10546
10547 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10548 glyphless-char-display table.
10549 (tabulated-list-glyphless-char-display): New var.
10550
7eed1860
SS
105512011-04-18 Sam Steingold <sds@gnu.org>
10552
10553 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10554 to acknowledgments.
10555
4d2d1ccd
GM
105562011-04-17 Glenn Morris <rgm@gnu.org>
10557
10558 * calendar/diary-lib.el (diary-sexp-entry):
10559 * calendar/holidays.el (holiday-sexp):
10560 Set debug-on-error rather than the removed stack-trace-on-error.
10561
239da61d
GM
105622011-04-16 Glenn Morris <rgm@gnu.org>
10563
10564 * progmodes/f90.el: Use lexical-binding.
10565 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10566
8b05752a
SM
105672011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10568
daca8ba5
SM
10569 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10570 (mail-mode): Setup mailalias completion here instead.
10571 * mail/mailalias.el: Use lexical-binding.
10572 (pattern, mailalias-done): Declare dynamic.
10573 (mail-completion-at-point-function): New function, from mail-complete.
10574 (mail-complete): Use it.
10575 (mail-completion-expand): New function.
10576 (mail-get-names): Use it.
10577 (mail-directory, mail-directory-process, mail-directory-stream):
10578 Don't use `pattern' for lexically bound arg.
10579
6f542485
SM
10580 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10581
037e7c3f
SM
10582 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10583 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10584 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10585
8b05752a
SM
10586 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10587 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10588 (byte-interactive-p): Define them again, for use when inlining
10589 old code.
10590
49093f60
JB
105912011-04-15 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * loadup.el: Use `string-to-number', not `string-to-int'.
10594
b5b8e7de
SM
105952011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10598 gud-gdb-complete-command.
10599 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10600 (gud-gdb-completion-at-point): New function.
10601 (gud-gdb-completions): Remove.
10602
f42efeb5
MA
106032011-04-14 Michael Albinus <michael.albinus@gmx.de>
10604
49093f60
JB
10605 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10606 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10607 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10608 whether `executable-find' is bound.
f42efeb5
MA
10609
10610 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10611
e240cc21
SM
106122011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10613
10614 * minibuffer.el (completion-in-region-mode-predicate)
10615 (completion-in-region-mode--predicate): New vars.
10616 (completion-in-region, completion-in-region--postch)
10617 (completion-in-region-mode): Use them.
10618 (completion--capf-wrapper): Also return the hook function.
10619 (completion-at-point, completion-help-at-point):
10620 Adjust and provide a predicate.
c2bd2ab0
SM
10621
10622 Preserve arg names for advice of subr and lexical functions (bug#8457).
10623 * help-fns.el (help-function-arglist): Consolidate the subr and
10624 new-byte-code cases. Add argument `preserve-names' to extract names
10625 from the docstring when needed.
10626 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10627 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10628 (ad-arglist): Use help-function-arglist's new arg.
10629 (ad-definition-type): Use cond.
10630
c183f693
JB
106312011-04-13 Juanma Barranquero <lekktu@gmail.com>
10632
06641a47
JB
10633 * autorevert.el (auto-revert-handler):
10634 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10635 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10636 Don't quote lambda.
10637
c183f693
JB
10638 * image-mode.el (image-transform-set-scale):
10639 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10640
1e3b6001
G
106412011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10642
10643 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10644 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10645 Upgrades via gnutls-cli are too slow to be done opportunistically.
10646
2d6af8dd
JB
106472011-04-12 Juanma Barranquero <lekktu@gmail.com>
10648
10649 * dframe.el (dframe-current-frame): Remove spurious quote.
10650
c0749a51
GM
106512011-04-12 Glenn Morris <rgm@gnu.org>
10652
088d0d61
GM
10653 * calendar/cal-tex.el (cal-tex-end-document):
10654 Try to automatically use latin1 input if needed.
10655
c0749a51
GM
10656 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10657 Don't try to cons a mark onto an empty element.
10658
5c90fde0
LL
106592011-04-11 Leo Liu <sdl.web@gmail.com>
10660
10661 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10662 buffers.
10663 (ido-kill-buffer-at-head): Support killing virtual buffers.
10664
369e974d
CY
106652011-04-10 Chong Yidong <cyd@stupidchicken.com>
10666
10667 * minibuffer.el (completion-show-inline-help): New var.
10668 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10669 (minibuffer-force-complete, minibuffer-complete-word):
10670 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10671
10672 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10673 to avoid interference from inline help (Bug#5849).
10674
37f1c930
LL
106752011-04-10 Leo Liu <sdl.web@gmail.com>
10676
099c39a4
JB
10677 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10678 Fix typo.
37f1c930 10679
a32d4040
CY
106802011-04-09 Chong Yidong <cyd@stupidchicken.com>
10681
10682 * image-mode.el (image-toggle-display-image): Signal an error if
10683 not in Image mode.
10684 (image-transform-mode, image-transform-resize)
10685 (image-transform-set-rotation): Doc fix.
daca8ba5 10686 (image-transform-set-resize): Delete.
a32d4040
CY
10687 (image-transform-set-scale, image-transform-fit-to-height)
10688 (image-transform-fit-to-width): Handle image-toggle-display-image
10689 and image-transform-resize directly.
10690
099c39a4 106912011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10692
10693 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10694 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10695 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10696 (doc-view-mode-map): Add bindings for the new functions.
10697
099c39a4 106982011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10699
4d61f28d 10700 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10701 Fix typo in docstring.
10702
3726838a
EZ
107032011-04-08 Eli Zaretskii <eliz@gnu.org>
10704
04f33f1e
EZ
10705 * files.el (file-size-human-readable): Produce one digit after
10706 decimal, like "ls -lh" does.
10707
10708 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10709 the file size representation.
10710
3726838a
EZ
10711 * simple.el (list-processes): If async subprocesses are not
10712 available, error out with a clear error message.
10713
cbb59342
CY
107142011-04-08 Chong Yidong <cyd@stupidchicken.com>
10715
10716 * help.el (help-form-show): New function, to be called from C.
10717 Put help-form output in a buffer named differently than *Help*.
10718
e3971c44
EZ
107192011-04-08 Eli Zaretskii <eliz@gnu.org>
10720
10721 * files.el (file-size-human-readable): New function.
10722
10723 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10724 computing the representation inline. Don't require `cl'.
10725
12544bbe
GM
107262011-04-08 Glenn Morris <rgm@gnu.org>
10727
a1de6c6a
GM
10728 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10729
3c4671f4
GM
10730 * net/browse-url.el (browse-url-firefox):
10731 Test system-type, not system-configuration.
10732
b605679c
GM
10733 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10734 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10735 Use log-edit-empty-buffer-p. (Bug#7598)
10736
56442f0c
GM
10737 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10738 (rlogin-mode-map): Initialize in the defvar.
10739 (rlogin): Use ignore-errors.
10740
12544bbe
GM
10741 * replace.el (occur-mode-map): Some fixes for menu items.
10742
eb237b0f
AH
107432011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10744
10745 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10746
7d668f2c
CY
107472011-04-06 Chong Yidong <cyd@stupidchicken.com>
10748
e67a13ab
CY
10749 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10750 issuing unused warnings.
10751
10752 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10753 macro directly.
10754
7d668f2c
CY
10755 * simple.el: Lisp reimplement of list-processes. Based on an
10756 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10757 (process-menu-mode): New major mode.
10758 (list-processes--refresh, list-processes):
10759 (process-menu-visit-buffer): New functions.
10760
10761 * files.el (save-buffers-kill-emacs): Don't assume any return
10762 value of list-processes, which is undocumented anyway.
10763
a83ec3c9
CY
107642011-04-06 Chong Yidong <cyd@stupidchicken.com>
10765
10766 * emacs-lisp/tabulated-list.el: New file.
10767
e91a96fe
CY
10768 * emacs-lisp/package.el: Use Tabulated List mode.
10769 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10770 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10771 table format using Tabulated List mode variables.
10772 (package--push): New macro, replacing package-list-maybe-add.
10773 (package-menu--generate): Use package--push. Renamed from
10774 package--generate-package-list.
10775 (package-menu-refresh, list-packages): Use it.
daca8ba5 10776 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10777 Return insertion data instead of inserting it directly.
099c39a4
JB
10778 (package-menu-describe-package, package-menu-execute):
10779 Use tabulated-list-get-id.
e91a96fe
CY
10780 (package-menu-mark-delete, package-menu-mark-install)
10781 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10782 (package-menu-mark-obsolete-for-deletion):
10783 Use tabulated-list-put-tag.
e91a96fe
CY
10784 (package--list-packages, package-menu-revert)
10785 (package-menu-get-package, package-menu-get-version)
10786 (package-menu-sort-by-column): Functions deleted.
10787 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10788 (package-menu--status-predicate, package-menu--version-predicate)
10789 (package-menu--name-predicate)
10790 (package-menu--description-predicate): Handle arguments in the
10791 Tabulated List format.
10792 (package-list-packages-no-fetch): Call list-packages.
10793
3e214b50
JB
107942011-04-06 Juanma Barranquero <lekktu@gmail.com>
10795
10796 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10797 (after-find-file): Don't bind it.
3e214b50
JB
10798 (revert-buffer-in-progress-p): New variable.
10799 (revert-buffer): Bind it.
10800 Pass nil for `after-find-file-from-revert-buffer'.
10801
10802 * saveplace.el (save-place-find-file-hook): Use new variable
10803 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10804
3f0f1700
GM
108052011-04-06 Glenn Morris <rgm@gnu.org>
10806
c0274801
GM
10807 * Makefile.in (AUTOGEN_VCS): New variable.
10808 (autoloads): Use $AUTOGEN_VCS.
10809
3f0f1700
GM
10810 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10811 * calendar/calendar.el (calendar-mode-map):
10812 Check for toolkit scroll bars. (Bug#8305)
10813
41ea9e48
CY
108142011-04-05 Chong Yidong <cyd@stupidchicken.com>
10815
10816 * minibuffer.el (completion-in-region--postch)
10817 (completion-in-region-mode): Remove unnecessary messages.
10818
6194c800
JB
108192011-04-05 Juanma Barranquero <lekktu@gmail.com>
10820
33256f14
JB
10821 * font-lock.el (font-lock-refresh-defaults):
10822 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10823 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10824
6194c800
JB
10825 * info.el (Info-directory-list, Info-read-node-name-2)
10826 (Info-split-parameter-string): Doc fixes.
10827 (Info-virtual-nodes): Reflow docstring.
10828 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10829 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10830 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10831 Fix typos in docstrings.
10832 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10833 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10834 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10835 (Info-restore-desktop-buffer): Mark unused parameters.
10836 (Info-directory-find-file, Info-directory-find-node)
10837 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10838 (Info-virtual-index-find-node, Info-apropos-find-file)
10839 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10840 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10841 (Info-virtual-index): Remove unused local variable `nodename'.
10842
b87a8200 108432011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10844
b87a8200
DD
10845 * net/rcirc.el: Update my e-mail address.
10846 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10847
3b2ff876
CY
108482011-04-05 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * startup.el (command-line): Save the cursor's theme-face
10851 directly, instead of using face-override-spec.
10852
10853 * custom.el (load-theme): Minor optimization in assigning faces.
10854
8d17e7ca
JB
108552011-04-04 Juanma Barranquero <lekktu@gmail.com>
10856
10857 * help-fns.el (describe-variable): Complete all variables having
10858 documentation, including keywords.
10859 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10860
2fbc1934
JB
108612011-04-04 Juanma Barranquero <lekktu@gmail.com>
10862
10863 Convert to lexical-binding.
10864
10865 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10866 (bs--get-marked-string, bs--get-modified-string)
10867 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10868 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10869 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10870
10871 * ehelp.el (electric-help-execute-extended)
10872 (electric-help-ctrl-x-prefix):
10873 * hexl.el (hexl-revert-buffer-function):
10874 * linum.el (linum-after-change, linum-after-scroll):
10875 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10876
10877 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10878
74f50695
DU
108792011-04-04 Daiki Ueno <ueno@unixuser.org>
10880
10881 * epa-dired.el:
10882 * epa-mail.el:
10883 * epa-hook.el:
10884 * epa-file.el:
10885 * epa.el:
10886 * epg.el: Use lexical binding.
10887
c11325f7
CY
108882011-04-03 Chong Yidong <cyd@stupidchicken.com>
10889
0d9e9a12
CY
10890 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10891
c11325f7 10892 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10893 dictionary case for flyspell-mark-duplications-exceptions.
10894 Use regexp matching for languages.
c11325f7
CY
10895 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10896 default dictionary (Bug#7926).
10897
da91b5f2
CY
108982011-04-02 Chong Yidong <cyd@stupidchicken.com>
10899
099c39a4
JB
10900 * emacs-lisp/package.el (package--with-work-buffer):
10901 Recognize https URLs.
da91b5f2 10902
099c39a4
JB
10903 * net/network-stream.el: Move from gnus/proto-stream.el.
10904 Change prefix to network-stream throughout.
da91b5f2
CY
10905 (open-protocol-stream): Merge into open-network-stream, leaving
10906 open-protocol-stream as an alias. Handle nil BUFFER args.
10907
10908 * subr.el (open-network-stream): Move to net/network-stream.el.
10909
afa8e9f6
GM
109102011-04-02 Glenn Morris <rgm@gnu.org>
10911
1d2e369d
GM
10912 * find-dired.el (find-exec-terminator): New option.
10913 (find-ls-option): Test for -ls support.
10914 (find-ls-subdir-switches): Test for -b in find-ls-option.
10915 (find-dired, find-grep-dired): Doc fixes.
10916 (find-dired): Use find-exec-terminator.
10917
8abb7da8 10918 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10919 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10920 (find-name-arg): Remove purecopy.
8abb7da8 10921
f3ca7378
GM
10922 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10923 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10924 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10925 accordingly. Don't add the null-device if not needed.
10926
afa8e9f6
GM
10927 * files.el (save-some-buffers): Doc fix.
10928
35eae264
EZ
109292011-04-02 Eli Zaretskii <eliz@gnu.org>
10930
10931 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10932
26b51db5
JB
109332011-04-01 Juanma Barranquero <lekktu@gmail.com>
10934
10935 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10936 Use `dolist' rather than `mapcar'.
10937
7200d79c
SM
109382011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10939
03408648 10940 Add lexical binding.
7200d79c 10941
03408648
SM
10942 * subr.el (apply-partially): Use new closures rather than CL.
10943 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10944 (dolist, dotimes): Use slightly different expansion for lexical code.
10945 (functionp): Move to C.
10946 (letrec): New macro.
10947 (with-wrapper-hook): Use it and apply-partially instead of CL.
10948 (eval-after-load): Preserve lexical-binding.
10949 (save-window-excursion, with-output-to-temp-buffer): Turn them
10950 into macros.
7200d79c 10951
03408648
SM
10952 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10953
10954 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10955 than the arglist.
10956 (help-add-fundoc-usage): Don't add `Not documented'.
10957 (help-function-arglist): Handle closures, subroutines, and new
10958 byte-code-functions.
10959 (help-make-usage): Remove leading underscores.
10960 (describe-function-1): Handle closures.
10961 (describe-variable): Use special-variable-p for completion.
10962
10963 * files.el (lexical-binding): Declare safe.
f488fb65 10964
03408648
SM
10965 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10966 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10967 (pcase): Add `let' pattern.
10968 Change memoization so it actually works.
10969 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10970 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10971 <let>: New case.
f488fb65 10972
03408648
SM
10973 * emacs-lisp/macroexp.el: Use lexical binding.
10974 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10975 Don't convert ' to #' without checking that it's indeed quoting
10976 a lambda.
10977
10978 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10979 Use eval-sexp-add-defvars.
03408648
SM
10980 (eval-sexp-add-defvars): New fun.
10981
10982 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10983
10984 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10985 Don't autoload.
10986 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10987 than the internal `byte-compile-lambda'.
10988 (defmethod): Don't hide code under quotes.
10989 (eieio-defmethod): New `code' argument.
10990
10991 * emacs-lisp/eieio-comp.el: Remove.
10992
10993 * emacs-lisp/edebug.el (edebug-eval-defun)
10994 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10995 (edebug-toggle): Avoid `eval'.
10996
10997 * emacs-lisp/disass.el (disassemble-internal): Handle new
10998 `closure' objects.
10999 (disassemble-1): Handle new byte codes.
11000
11001 * emacs-lisp/cl.el (pushnew): Silence warning.
11002
11003 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11004 (cl-byte-compile-throw): Remove.
11005 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11006
11007 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11008 closures.
11009
11010 * emacs-lisp/cconv.el: New file.
11011
11012 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11013 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11014 (byte-compile-initial-macro-environment):
11015 Handle declare-function here.
11016 (byte-compile--lexical-environment): New var.
11017 (byte-stack-ref, byte-stack-set, byte-discardN)
11018 (byte-discardN-preserve-tos): New lap codes.
11019 (byte-interactive-p): Don't use any more.
11020 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11021 New macros.
11022 (byte-compile-lapcode): Use them and handle new lap codes.
11023 (byte-compile-obsolete): Remove.
11024 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11025 (byte-compile-arglist-warn): Check late def of inlinable funs.
11026 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11027 since they should have been expanded by now.
11028 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11029 (byte-compile-from-buffer): Remove unused second arg.
11030 (byte-compile-preprocess): New function.
11031 (byte-compile-toplevel-file-form): New function to distinguish
11032 file-form calls from outside from file-form calls from hunk-handlers.
11033 (byte-compile-file-form): Simplify.
11034 (byte-compile-file-form-defsubst): Remove.
11035 (byte-compile-file-form-defmumble): Simplify now that
11036 byte-compile-lambda always returns a byte-code-function.
11037 (byte-compile): Preprocess.
11038 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11039 Remove, not used any more.
11040 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11041 (byte-compile-make-args-desc): New funs.
11042 (byte-compile-lambda): Handle lexical functions. Always return
11043 a byte-code-function.
11044 (byte-compile-reserved-constants): New var, to make up room for
11045 closed-over variables.
11046 (byte-compile-constants-vector): Obey it.
11047 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11048 (byte-compile-macroexpand-declare-function): New function.
11049 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11050 byte-code-functions.
11051 (byte-compile-form): Check obsolescence here.
11052 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11053 (byte-compile-variable-ref): Remove.
11054 (byte-compile-dynamic-variable-op): New fun.
11055 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11056 (byte-compile-variable-set): New funs.
11057 (byte-compile-discard): Add 2 args.
11058 (byte-compile-stack-ref, byte-compile-stack-set)
11059 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11060 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11061 macroexpand-all instead.
11062 (byte-compile-quote-form): Remove.
11063 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11064 (byte-compile-bind, byte-compile-unbind): New funs.
11065 (byte-compile-let): Handle let* and lexical binding.
11066 (byte-compile-let*): Remove.
11067 (byte-compile-catch, byte-compile-unwind-protect)
11068 (byte-compile-track-mouse, byte-compile-condition-case):
11069 Handle a new :fun-body form, used for lexical scoping.
11070 (byte-compile-save-window-excursion)
11071 (byte-compile-with-output-to-temp-buffer): Remove.
11072 (byte-compile-defun): Simplify.
11073 (byte-compile-stack-adjustment): New fun.
11074 (byte-compile-out): Use it.
11075 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11076
11077 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11078 handler any more.
11079
11080 * emacs-lisp/byte-opt.el: Use lexical binding.
11081 (byte-inline-lapcode): Remove (to bytecomp).
11082 (byte-compile-inline-expand): Pay attention to inlining to/from
11083 lexically bound code.
11084 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11085 any more.
11086 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11087 any more and don't call compiler-macros.
11088 (byte-compile-splice-in-already-compiled-code): Remove.
11089 (byte-code): Don't inline any more.
11090 (disassemble-offset): Receive `bytes' as argument rather than via
11091 dynamic scoping.
11092 (byte-compile-tag-number): Declare before first use.
11093 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11094 `return' even if make-spliceable.
11095 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11096 obsolete interactive-p.
11097 (byte-optimize-lapcode): Optimize new lap-codes.
11098 Don't trip up on new form of `byte-constant' lap code.
11099
11100 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11101
11102 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11103
11104 * custom.el (custom-initialize-default, custom-declare-variable):
11105 Use `defvar'.
11106
11107 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11108 New variables.
11109 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11110 (COMPILE_FIRST): Add macroexp and cconv.
11111 * makefile.w32-in: Mirror changes in Makefile.in.
11112
11113 * vc/cvs-status.el:
11114 * vc/diff-mode.el:
11115 * vc/log-edit.el:
11116 * vc/log-view.el:
11117 * vc/smerge-mode.el:
11118 * textmodes/bibtex-style.el:
11119 * textmodes/css.el:
11120 * startup.el:
11121 * uniquify.el:
da91b5f2
CY
11122 * minibuffer.el:
11123 * newcomment.el:
11124 * reveal.el:
11125 * server.el:
11126 * mpc.el:
11127 * emacs-lisp/smie.el:
11128 * doc-view.el:
11129 * dired.el:
03408648
SM
11130 * abbrev.el: Use lexical binding.
11131
0f0c1f27
EZ
111322011-04-01 Eli Zaretskii <eliz@gnu.org>
11133
11134 * info.el (info-display-manual): New function.
11135
c82b2579
SM
111362011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11139
221ddf68
TH
111402011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11141
11142 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11143 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11144
cba6e77e
GM
111452011-03-31 Glenn Morris <rgm@gnu.org>
11146
e040639f
GM
11147 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11148
cba6e77e
GM
11149 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11150
6d0f1c9e
CS
111512011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11152
11153 * progmodes/python.el (python-default-interpreter)
11154 (python-python-command-args, python-jython-command-args)
11155 (python-which-shell, python-which-args, python-which-bufname)
11156 (python-file-queue, python-comint-output-filter-function)
11157 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11158 variables and functions.
11159
3e2d70fd
SM
111602011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11163 (completion-in-region-mode): New minor mode.
11164 (completion-in-region): Use it.
11165 (completion-in-region--data, completion-in-region-mode-map): New vars.
11166 (completion-in-region--postch): New function.
11167 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11168 New vars.
11169 (completion--capf-wrapper): New function.
11170 (completion-at-point): Use it to track well-behavedness of
11171 hook functions.
11172 (completion-help-at-point): New command.
11173
f3e4086c
JM
111742011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11175
11176 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11177 syntax class to search for whitespace on a single line
11178 (Message-ID: <4D938140.4030905@redhat.com>).
11179
eb7ffc14
LL
111802011-03-30 Leo Liu <sdl.web@gmail.com>
11181
11182 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11183 New commands.
11184 (edit-abbrevs-map): Bind them here.
11185 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11186
d806ab68
KM
111872011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11188
11189 * allout.el (allout-hide-by-annotation, allout-flag-region):
11190 Reduce possibility of overlay leakage by making them volatile.
11191
11192 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11193 hash is not shared between buffers. Mode initialization is
11194 responsible for giving it a useful starting value.
11195 (allout-item-span): Reduce possibility of overlay leakage by
11196 making them volatile.
11197 (allout-widgets-count-buttons-in-region): Add diagnostic function
11198 for tracking down button overlay leaks.
11199
ea622834
LL
112002011-03-29 Leo Liu <sdl.web@gmail.com>
11201
11202 * ido.el (ido-read-internal): Use the default history var
11203 minibuffer-history if no HISTORY is specified.
11204
b62f8267
G
112052011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11206
03408648
SM
11207 * net/imap.el (imap-shell-open, imap-process-connection-type):
11208 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11209 Kerberos, SSL, other subprocesses.
11210
947b6566
LL
112112011-03-28 Leo Liu <sdl.web@gmail.com>
11212
11213 * abbrev.el (abbrev-table-empty-p): New function.
11214 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11215 nonempty ones. (Bug#5937)
11216
5ffb62aa
JD
112172011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11218
11219 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11220
7a097943
LL
112212011-03-27 Leo Liu <sdl.web@gmail.com>
11222
11223 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11224 for foreground and background colors.
11225 (ansi-color-make-color-map): Adapt.
11226
c5b40130
LL
112272011-03-25 Leo Liu <sdl.web@gmail.com>
11228
1f48f7d2
LL
11229 * midnight.el (midnight-time-float): Remove. Note it calculates
11230 the microsecond component incorrectly and seconds-to-time does the
11231 same job.
625897ec 11232 Remove redundant (require 'timer).
1f48f7d2 11233
c5b40130
LL
11234 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11235 (ido-completions): Remove unused arguments. (Bug#8329)
11236
d86d2721
SM
112372011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * minibuffer.el (completion--flush-all-sorted-completions):
11240 Remove itself from hook.
11241 (completion-at-point): Let the functions perform the completion
11242 immediately and return nil or t.
11243 * comint.el (comint-dynamic-complete-functions): Now identical to
11244 completion-at-point-functions.
11245 (comint-dynamic-list-input-ring): Remove unused var `index'.
11246 (comint--match-partial-filename, comint--unquote&expand-filename):
11247 New funs, split from comint-match-partial-filename.
11248 (comint-dynamic-complete): Use completion-at-point.
11249 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11250
e8974c48
DA
112512011-03-24 Drew Adams <drew.adams@oracle.com>
11252
11253 * thingatpt.el: Support `defun'.
11254
def71b5e
LL
112552011-03-23 Leo Liu <sdl.web@gmail.com>
11256
cb5af48e
LL
11257 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11258
def71b5e
LL
11259 * help-mode.el (help-mode-finish): Tweak regexp.
11260
927c53e7
GM
112612011-03-23 Glenn Morris <rgm@gnu.org>
11262
18d05bed
GM
11263 * eshell/esh-opt.el (eshell-eval-using-options):
11264 Do not bind unused local variable `eshell-option-stub'.
11265
927c53e7
GM
11266 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11267
9d0da923
JB
112682011-03-22 Juanma Barranquero <lekktu@gmail.com>
11269
11270 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11271 keymap variable in `with-no-warnings' to avoid a warning when the
11272 keymap has been already `defconst'ed.
11273
4b978a67
LL
112742011-03-22 Leo Liu <sdl.web@gmail.com>
11275
11276 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11277 encode all chars in abbrevs; otherwise use emacs-mule or
11278 utf-8-emacs. (Bug#8308)
11279
5fd62452
JB
112802011-03-22 Juanma Barranquero <lekktu@gmail.com>
11281
0b1596c6
JB
11282 * simple.el (backward-delete-char-untabify):
11283 Avoid warning about using `delete-backward-char'.
11284
5fd62452
JB
11285 * image.el (image-type-file-name-regexps): Make it variable.
11286 `imagemagick-register-types' modifies it, and the user may want
11287 to add new extensions for known image types.
11288 (imagemagick-register-types): Throw error if not using ImageMagick.
11289
0b4e93f1
LL
112902011-03-22 Leo Liu <sdl.web@gmail.com>
11291
11292 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11293 located before rcirc-prompt-end-marker.
11294 (rcirc-complete): Error if point is not after rcirc prompt.
11295 Handle the case when table is nil.
9882e214 11296 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11297
fccee4ab
CY
112982011-03-22 Chong Yidong <cyd@stupidchicken.com>
11299
11300 * custom.el (custom--inhibit-theme-enable): Make it affect only
11301 custom-theme-set-variables and custom-theme-set-faces.
11302 (provide-theme): Ignore custom--inhibit-theme-enable.
11303 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11304 (custom-enabling-themes): Delete variable.
d86d2721
SM
11305 (enable-theme): Accept only loaded themes as arguments.
11306 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11307 (custom-enabled-themes): Forbid themes from setting this.
11308 Eliminate use of custom-enabling-themes.
11309 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11310
af896da6
LL
113112011-03-21 Leo Liu <sdl.web@gmail.com>
11312
11313 * ido.el (ido-read-internal): Add ido-selected to history instead
11314 of user input.
11315
78f64af0
SM
113162011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * subr.el (deferred-action-list, deferred-action-function):
11319 Mark obsolete.
11320
b16ac1ec
LL
113212011-03-21 Leo Liu <sdl.web@gmail.com>
11322
810f7698
LL
11323 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11324 change on 2011-02-13 (bug#8309).
11325
b16ac1ec
LL
11326 * minibuffer.el (read-file-name-function): Change default value.
11327 (read-file-name--defaults): Rename from read-file-name-defaults.
11328 (read-file-name-default): Rename from read-file-name.
11329 (read-file-name): Call read-file-name-function.
11330
4e05e67e
GM
113312011-03-21 Glenn Morris <rgm@gnu.org>
11332
11333 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11334 Doc fixes.
11335
4359915b
CY
113362011-03-21 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * cus-theme.el: Add missing provide statement.
11339 (customize-create-theme): Extract theme value correctly.
11340 (custom-theme-visit-theme): Autoload.
11341 (customize-create-theme): Prompt before inserting default faces.
11342
1fe275ee
JB
113432011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11344
11345 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11346 units and musical notes.
11347
cd394be1 113482011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11349
11350 * ido.el (ido-read-internal): Use completing-read-default.
11351 (ido-completing-read): Fix compatibility with completing-read.
11352
7d476bde
CO
113532011-03-20 Christian Ohler <ohler@gnu.org>
11354
11355 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11356 (ert-delete-all-tests): Use `called-interactively-p' rather than
11357 `interactive-p'.
11358 (ert--make-xrefs-region): Respect END.
11359
fe0fb33e
CY
113602011-03-19 Chong Yidong <cyd@stupidchicken.com>
11361
ff854b0b
CY
11362 * dired-aux.el (dired-create-directory): Signal an error if the
11363 directory already exists (Bug#8246).
11364
fe0fb33e
CY
11365 * facemenu.el (list-colors-display): Call list-faces-display
11366 inside with-help-window.
11367 (list-colors-print): Use display property to align the final
11368 column, instead of checking window-width.
11369
576bce32
EZ
113702011-03-19 Eli Zaretskii <eliz@gnu.org>
11371
4d61f28d 11372 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11373 windows-nt systems.
11374 (emerge-protect-metachars): Quote correctly for ms-dos and
11375 windows-nt systems.
11376
89c41d68 113772011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11378
11379 * info.el (info-initialize): Replace all uses of `:' with
11380 path-separator for compatibility with non-Unix systems.
11381 Cache quoting of path-separator. (Bug#8258)
11382
b14e3e21 113832011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11384
11385 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11386 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11387 (mouse-avoidance-mode): Fix typos in docstrings.
11388
4525ce3e
CY
113892011-03-19 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * startup.el (package-subdirectory-regexp): Move from package.el.
11392 Omit \\` and \\', and let callers add them.
11393
11394 * emacs-lisp/package.el (package-strip-version)
11395 (package-load-all-descriptors): Add \\` and \\' to
11396 package-subdirectory-regexp before using it.
11397 (package-untar-buffer): New arg DIR; ensure that file untars only
11398 into this expected directory. Remove superfluous delete-region.
11399 (package-unpack): Caller changed.
11400 (package-tar-file-info): Use package-subdirectory-regexp.
11401
a904a09a 114022011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11403
a904a09a
SM
11404 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11405 diff-mode-shared-map (bug#8284).
11406 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11407
114082011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11409
11410 * calendar/time-date.el (format-seconds): Use assoc instead of
11411 assoc-string, since assoc-string doesn't exist in XEmacs.
11412
171fc304
JB
114132011-03-17 Juanma Barranquero <lekktu@gmail.com>
11414
11415 * custom.el (custom-known-themes): Reflow docstring.
11416 (custom-theme-load-path): Fix typo in docstring.
11417 (load-theme): Fix typo in error message.
11418 (custom-available-themes, custom-variable-theme-value):
11419 Use `let', not `let*'.
11420
d71990a1
JB
114212011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11422
11423 * calc/README: Mention inclusion of musical notes.
11424
11425 * calc/calc-units.el (calc-lu-quant): Rename from
11426 `calc-logunits-quantity'.
11427 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11428 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11429 (calc-db): Rename from `calc-dblevel'.
11430 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11431 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11432 (calc-np): Rename from `calc-nplevel'.
11433 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11434 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11435 (calc-lu-plus): Rename from `calc-logunits-add'.
11436 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11437 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11438 (calc-lu-minus): Rename from `calc-logunits-sub'.
11439 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11440 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11441 (calc-lu-times): Rename from `calc-logunits-mul'.
11442 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11443 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11444 (calc-lu-divide): Rename from `calc-logunits-div'.
11445 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11446 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11447
11448 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11449 functions being autoloaded.
11450
11451 * calc/calc.el (calc-lu-power-reference): Rename from
11452 `calc-logunits-power-reference'.
11453 (calc-lu-field-reference): Rename from
11454 `calc-logunits-field-reference'.
11455
7a71b18d
GM
11456 * calc/calc-help.el (calc-l-prefix-help):
11457 Mention musical note functions.
d71990a1 11458
40c2934b
SM
114592011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * minibuffer.el (completion-all-sorted-completions):
11462 Use :completion-cycle-penalty text property if present.
11463
b0911414
KM
114642011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11465
11466 * allout.el (allout-yank-processing): Adjust for new rebulleting
11467 regime so bullet being yanked is used without prompting the user
11468 for a choice.
11469
8a05b668
JB
114702011-03-16 Juanma Barranquero <lekktu@gmail.com>
11471
11472 * startup.el (command-line): Warn the user that _emacs is deprecated.
11473
5ba5fb81
JB
114742011-03-16 Juanma Barranquero <lekktu@gmail.com>
11475
11476 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11477 (delphi-verbose, delphi-comment-face, delphi-string-face)
11478 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11479 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11480 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11481 (delphi-new-comment-line, delphi-font-lock-defaults)
11482 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11483 Fix typos in docstrings.
11484
2dab465b
KM
114852011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11486
5ba5fb81 11487 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11488 Invert the roles of character and string values for INSTEAD, so a
11489 string is used for the more common case of a defaulting prompt.
11490
0adf5618
SM
114912011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11492
11493 * progmodes/ruby-mode.el (ruby-backward-sexp):
11494 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11495 * play/gamegrid.el (gamegrid-make-face):
11496 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11497 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11498 * notifications.el (notifications-notify):
11499 * net/xesam.el (xesam-search-engines):
11500 * net/quickurl.el (quickurl-list-insert):
11501 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11502
d72700e5
CY
115032011-03-15 Chong Yidong <cyd@stupidchicken.com>
11504
11505 * startup.el (command-line): Update package subdirectory regexp.
11506
49c5410a
SM
115072011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11508
c6eee9aa
SM
11509 * allout.el (allout-abbreviate-flattened-numbering)
11510 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11511
49c5410a
SM
11512 * subr.el (read-char-choice): Only show the cursor after the prompt,
11513 not after the answer.
11514
047b2bb9
KR
115152011-03-15 Kevin Ryde <user42@zip.com.au>
11516
11517 * help-fns.el (variable-at-point): Skip leading quotes, if any
11518 (bug#8253).
11519
0a57d256
SM
115202011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11521
11522 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11523 warning message.
11524
77c992bc
MA
115252011-03-14 Michael Albinus <michael.albinus@gmx.de>
11526
11527 * shell.el (shell): When called interactively, offer to change the
11528 shell file name on remote hosts.
11529
eebc475d
TZ
115302011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11531
11532 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11533 integration for LDAP parameters. The host, base, user or binddn,
11534 and secret tokens can be specified in a netrc file, for instance.
11535 This is optional because an `auth-source' parameter must be
11536 specified in the search attributes.
11537
9d05d1ba
JB
115382011-03-13 Juanma Barranquero <lekktu@gmail.com>
11539
11540 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11541
09d9db2c
GM
115422011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11545 into declaration. Remove redundant and harmful binding.
11546
115472011-03-12 Eli Zaretskii <eliz@gnu.org>
11548
11549 * files.el (file-ownership-preserved-p): Pass `integer' as an
11550 explicit 2nd argument to `file-attributes'. If the file's owner
11551 is the Administrators group on Windows, and the current user is
11552 Administrator, consider that a match.
11553
11554 * server.el (server-ensure-safe-dir): Consider server directory
11555 safe on MS-Windows if its owner is the Administrators group while
11556 the current Emacs user is Administrator. Use `=' to compare
11557 numerical UIDs, since they could be integers or floats.
11558
219bd536
JB
115592011-03-12 Juanma Barranquero <lekktu@gmail.com>
11560
11561 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11562
f3afd36b
MA
115632011-03-12 Michael Albinus <michael.albinus@gmx.de>
11564
11565 Sync with Tramp 2.2.1.
11566
11567 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11568
11569 * net/trampver.el: Update release number.
11570
3aaaa6f1
SM
115712011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11572
94642599
SM
11573 * progmodes/compile.el (compilation--previous-directory): Fix up
11574 various nil/dead-marker mismatches (bug#8014).
11575 (compilation-directory-properties, compilation-error-properties):
11576 Don't call it at a position past the one we're about to change.
11577
3aaaa6f1
SM
11578 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11579 Disable obsolescence warnings in the file that declares it.
11580
14239447
KM
115812011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11582
099c39a4
JB
11583 * allout-widgets.el (allout-widgets-tally):
11584 Initialize allout-widgets-tally as a hash table rather than nil to
11585 prevent mode-line redisplay warnings. Also, clarify the module
11586 description and fix a comment typo.
14239447 11587
135e287c
JB
115882011-03-11 Juanma Barranquero <lekktu@gmail.com>
11589
11590 * help-fns.el (describe-variable): Don't complete keywords.
11591 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11592
ffbf300e
CY
115932011-03-10 Chong Yidong <cyd@stupidchicken.com>
11594
ba08b241
CY
11595 * emacs-lisp/package.el (package-version-join): Impose a standard
11596 string representation for pre/alpha/beta version lists.
11597 (package-unpack-single): Standardize the directory name by passing
11598 it through package-version-join.
11599 (package-strip-rcs-id): Accept any version string that does not
11600 signal an error in version-to-list.
ffbf300e 11601
f346fd6b
MA
116022011-03-10 Michael Albinus <michael.albinus@gmx.de>
11603
11604 * simple.el (delete-trailing-whitespace): Return nil for the
11605 benefit of `write-file-functions'.
11606
ccb55d27
GM
116072011-03-10 Glenn Morris <rgm@gnu.org>
11608
5ceaac0c
GM
11609 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11610
02da65ff
GM
11611 * vc/vc-git.el (vc-git-program): New option.
11612 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11613 (vc-git--call): Use it.
11614
b2f603cc
GM
11615 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11616
5772caab
GM
11617 * cus-edit.el (Custom-newline): If no button at point, look
11618 for a subgroup button at start-of-line. (Bug#2298)
11619
ccb55d27
GM
11620 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11621
ec6ecaed
JD
116222011-03-10 Julien Danjou <julien@danjou.info>
11623
11624 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11625 `cursor-type' is nil.
11626
9d5aa01d
JB
116272011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11628
11629 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11630
b6a5875b
KM
116312011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11632
7a71b18d 11633 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11634 preserves the existing header prefix, rebulleting it if necessary,
11635 rather than replacing it. This is necessary for proper operation
11636 of cooperative addons like allout-widgets.
1154d12e
JB
11637 (allout-make-topic-prefix, allout-rebullet-heading):
11638 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11639 value as alternate bullet to be used, instead of prompting the user
11640 for a bullet character.
b6a5875b 11641
ee545c35
MA
116422011-03-09 Michael Albinus <michael.albinus@gmx.de>
11643
d86d2721
SM
11644 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11645 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11646 `tramp-default-port'.
11647
c47971d7
DD
116482011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11649
11650 * net/rcirc.el (rcirc-handler-001): Remove useless
11651 with-rcirc-process-buffer.
11652 (rcirc-check-auth-status): Swap arguments to string-match.
11653
13522cb4
GM
116542011-03-09 Glenn Morris <rgm@gnu.org>
11655
0be6f4f1
GM
11656 * shell.el (shell-mode):
11657 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11658
13522cb4
GM
11659 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11660 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11661
515de2e3
CY
116622011-03-08 Chong Yidong <cyd@stupidchicken.com>
11663
11664 * emacs-lisp/package.el (package-refresh-contents)
11665 (package-menu-execute): Use condition-case-no-debug.
11666
b511b994
MA
116672011-03-08 Michael Albinus <michael.albinus@gmx.de>
11668
11669 * simple.el (shell-command-to-string): Use `process-file'.
11670
11671 * emacs-lisp/package.el (package-tar-file-info): Handle also
11672 remote files.
11673
d86d2721
SM
11674 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11675 Use `equal' for upload base check.
b511b994 11676
25bbfb31
AM
116772011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11678
11679 * textmodes/texinfo.el (texinfo-environments):
11680 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11681
be996521
GM
116822011-03-08 Glenn Morris <rgm@gnu.org>
11683
e9c8529f
GM
11684 * cus-start.el (cursor-in-non-selected-windows):
11685 Fix :set quoting oddness. (Bug#8192)
11686
be996521
GM
11687 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11688 in some setf expressions. (Bug#2159)
11689
2bb5649e
CY
116902011-03-08 Chong Yidong <cyd@stupidchicken.com>
11691
11692 * custom.el (custom-available-themes): Return themes in
11693 alphabetical order.
11694
33383987 11695See ChangeLog.15 for earlier changes.
e3d51b27
MR
11696
11697;; Local Variables:
11698;; coding: utf-8
e3d51b27
MR
11699;; End:
11700
acaf905b 11701 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11702
11703 This file is part of GNU Emacs.
11704
11705 GNU Emacs is free software: you can redistribute it and/or modify
11706 it under the terms of the GNU General Public License as published by
11707 the Free Software Foundation, either version 3 of the License, or
11708 (at your option) any later version.
11709
11710 GNU Emacs is distributed in the hope that it will be useful,
11711 but WITHOUT ANY WARRANTY; without even the implied warranty of
11712 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11713 GNU General Public License for more details.
11714
11715 You should have received a copy of the GNU General Public License
11716 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.