* unexaix.c (make_hdr): Fix typo in prototype.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8633b1f4
JW
12012-05-09 Jason L. Wright <jason.wright@inl.gov> (tiny change)
2
3 * mail/smtpmail.el (smtpmail-send-command): Send the command and
4 the following \r\n using a single `process-send-string', since the
5 Lotus SMTP server refuses to accept any commands if they are sent
6 with two `process-send-string's (bug#11444).
7
fe263b8f
SM
82012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * shell.el (shell-parse-pcomplete-arguments): Obey
11 pcomplete-arg-quote-list inside double-quoted args as well (bug#11348).
12
1cb51c12
SM
132012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * shell.el (shell-completion-vars): Fix last change (bug#11348).
16
18f00515
CY
172012-05-07 Chong Yidong <cyd@gnu.org>
18
19 * ansi-color.el (ansi-color-process-output): Check for validity of
20 comint-last-output-start before using it. This avoids a bad
21 interaction with gdb-mi's input/output buffer.
22
fd075e7b
GM
232012-05-06 Glenn Morris <rgm@gnu.org>
24
25 * files.el (dir-locals-read-from-file):
26 Mention dir-locals in any error message.
27
25f292cd
CY
282012-05-06 Chong Yidong <cyd@gnu.org>
29
30 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
31 package (Bug#11410).
32
f677562b
CY
332012-05-05 Chong Yidong <cyd@gnu.org>
34
35 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
36 variables into description.
37
3d53ee1b
SM
382012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
41 shell-delimiter-argument-list (bug#11348).
42 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
43
f16e5386
CY
442012-05-04 Chong Yidong <cyd@gnu.org>
45
46 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
47 Nextstep.
48
e59fb960
KH
492012-05-03 Kenichi Handa <handa@m17n.org>
50
51 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
52 decoding, and show a warning message without signalling an error
53 (Bug#11282).
54
91af76bf
EZ
552012-04-30 Eli Zaretskii <eliz@gnu.org>
56
57 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
58 the yanked message in preference to the default value of
59 buffer-file-coding-system.
60
d9558cad
MR
612012-04-30 Martin Rudalics <rudalics@gmx.at>
62
fe263b8f
SM
63 * window.el (display-buffer--action-function-custom-type):
64 Fix entry.
d9558cad 65
09affde0
AM
662012-04-27 Alan Mackenzie <acm@muc.de>
67
68 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
69
c5bb7569
CY
702012-04-27 Chong Yidong <cyd@gnu.org>
71
72 * subr.el (read-key): Avoid running filter function when setting
73 up temporary tool bar entries (Bug#9922).
74
c4347ab9
AS
752012-04-26 Andreas Schwab <schwab@linux-m68k.org>
76
77 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
78 (Bug#11344)
79
acb71f1d
CY
802012-04-24 Chong Yidong <cyd@gnu.org>
81
82 * select.el (xselect--encode-string): New function, split from
83 xselect-convert-to-string.
84 (xselect-convert-to-string): Use it.
85 (xselect-convert-to-filename, xselect-convert-to-os)
86 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
87 returned strings are properly encoded (Bug#11315).
88
d55486c7
CY
892012-04-22 Chong Yidong <cyd@gnu.org>
90
91 * simple.el (delete-active-region): Move to killing custom group.
92
581b6788
AS
932012-04-21 Andreas Schwab <schwab@linux-m68k.org>
94
95 * progmodes/which-func.el (which-func-current): Quote %
96 characters for mode-line processing.
97
18edb22d
CY
982012-04-21 Chong Yidong <cyd@gnu.org>
99
100 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
101 reaching eob (Bug#11286).
102
4b932ea2
PE
1032012-04-20 Richard Stallman <rms@gnu.org>
104
105 Fix logic for returning to and yanking from Rmail buffer.
106
107 * mail/rmail.el (rmail-start-mail):
108 Pass (rmail-mail-return...) for the return-action.
109 Pass (rmail-yank-current-message...) for the yank-action.
110 (rmail-yank-current-message): New function.
111 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
112 (rmail-reply): Likewise.
113 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
114
115 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
116 buffer, not the last. Reject temp buffers. Use the rmail-mode
117 buffer, not newbuf.
118
9ee9f470
EZ
1192012-04-20 Eli Zaretskii <eliz@gnu.org>
120
121 * progmodes/gdb-mi.el (gdb-control-level): New variable.
122 (gdb): Make it buffer-local and init to zero.
123 (gdb-control-commands-regexp): New variable.
124 (gdb-send): Don't wrap in "-interpreter-exec console" if
125 gdb-control-level is positive. Increment gdb-control-level
126 whenever the command matches gdb-control-commands-regexp, and
127 decrement it each time the command is "end". (Bug#11279)
128
41cfe0cb
MR
1292012-04-20 Martin Rudalics <rudalics@gmx.at>
130
131 * window.el (adjust-window-trailing-edge, enlarge-window)
132 (shrink-window, window-resize):
133 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
134 windows (Bug#11276).
135
54071013
DN
1362012-04-20 Dan Nicolaescu <dann@gnu.org>
137
138 * battery.el (battery-echo-area-format): Display remaining time
139 for sysfs backend too (Bug#11269).
140 (battery-linux-sysfs): Fix conditional for the charge.
141
f30d612a
CY
1422012-04-20 Chong Yidong <cyd@gnu.org>
143
144 * progmodes/gdb-mi.el (gdb): Revert 2012-04-19 change.
145 (gdb-inferior-io--init-proc): New function.
146 (gdb-init-1): Use it.
147 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
148 responsible for allocating a new pty and hooking it to gdb when
149 the old pty gets an EIO due to process exit.
150 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
151 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
152 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
153
2116e93c
EZ
1542012-04-20 Eli Zaretskii <eliz@gnu.org>
155
156 * window.el (window-min-size, window-sizable, window-min-delta)
157 (window-max-delta, window--resizable, window-resizable)
158 (window-total-size, window-full-height-p, window-full-width-p)
159 (window-in-direction, window--resize-mini-window, window-resize)
160 (window--resize-child-windows-normal)
161 (window--resize-child-windows, window--resize-siblings)
162 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 163 (enlarge-window, shrink-window): Doc fixes.
2116e93c 164
b668fa6e
CY
1652012-04-19 Chong Yidong <cyd@gnu.org>
166
fe263b8f
SM
167 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
168 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
169 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
170 pty process (Bug#11273).
171 (gdb-update): New arg to suppress talking to the gdb process.
172 (gdb-done-or-error): Use it.
173 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
174 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
175 sentinel not being called.
176
177 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
178
d02766ab
CY
1792012-04-18 Chong Yidong <cyd@gnu.org>
180
181 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
182
016a35df
GM
1832012-04-18 Glenn Morris <rgm@gnu.org>
184
185 * net/network-stream.el (open-network-stream): Doc fix.
186
2c070447
CY
1872012-04-17 Chong Yidong <cyd@gnu.org>
188
189 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
190
f0f6bc35
AM
1912012-04-16 Alan Mackenzie <acm@muc.de>
192
193 Ensure searching for keywords is case sensitive.
194
195 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
196 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
197 (c-defun-name, c-mark-function, c-cpp-define-name)
198 (c-comment-indent, c-scan-conditionals, c-indent-defun)
199 (c-context-line-break): bind case-fold-search to nil.
200
fe263b8f
SM
201 * progmodes/cc-mode.el (c-font-lock-fontify-region):
202 bind case-fold-search to nil.
f0f6bc35 203
4fc2c72a
CY
2042012-04-16 Chong Yidong <cyd@gnu.org>
205
206 * mail/sendmail.el (mail-bury): Call return action with the right
207 Rmail buffer (Bug#11242).
208
9a864fa2
CY
2092012-04-15 Chong Yidong <cyd@gnu.org>
210
211 * server.el (server-process-filter): Handle corner case where both
212 tty and nowait options are present (Bug#11102).
213
e153c136
GM
2142012-04-15 Glenn Morris <rgm@gnu.org>
215
216 * simple.el (process-file-side-effects): Doc fix.
217
ca7d96c8
GM
2182012-04-14 Glenn Morris <rgm@gnu.org>
219
220 * international/mule-cmds.el (set-language-environment): Doc fix.
221
9c2d6a4a
SM
2222012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 Avoid the use of ((lambda ...) ...) in lexical-binding code.
225 * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
226
9557e2be
CY
2272012-04-13 Kim F. Storm <storm@cua.dk>
228
229 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
230 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
231
81927dd2
CY
2322012-04-12 Chong Yidong <cyd@gnu.org>
233
234 * custom.el (custom-theme-set-variables): Doc fix.
235
8edb942b
GM
2362012-04-12 Glenn Morris <rgm@gnu.org>
237
238 * international/mule.el (set-auto-coding-for-load): Doc fix.
239
4517fe3a
SM
2402012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
243 Reported by Noah Friedman. Backport from trunk.
244
0de3da9f
AM
2452012-04-11 Alan Mackenzie <acm@muc.de>
246
4517fe3a
SM
247 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression):
248 Make imenu work again for Objective C Mode. Correct the *-index
249 values, these having been disturbed by a previous change in 2011-08.
57f845ee 250
0de3da9f
AM
251 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
252 Correct two search limits.
253
ede141ac
SM
2542012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
257
d0203d61
AS
2582012-04-10 Andreas Schwab <schwab@linux-m68k.org>
259
260 * international/characters.el: Fix sorting.
261
cb80bcd1
EZ
2622012-04-10 Eli Zaretskii <eliz@gnu.org>
263
264 * international/characters.el: Add more missing Latin case pairs.
265
0d93216c
AS
2662012-04-10 Andreas Schwab <schwab@linux-m68k.org>
267
268 * international/characters.el: Recover lost case pairs.
269
4a427f58
GM
2702012-04-10 Glenn Morris <rgm@gnu.org>
271
272 * files.el (dir-locals-set-class-variables): Doc fix.
273
9f847f41
EZ
2742012-04-09 Eli Zaretskii <eliz@gnu.org>
275
3f1b5bf8
EZ
276 * international/characters.el: Add set-case-syntax-pair call for
277 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
278 counterpart. (Bug#11209)
279
9f847f41
EZ
280 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
281
0c2014a3
GM
2822012-04-09 Glenn Morris <rgm@gnu.org>
283
284 * calendar/holidays.el (calendar-check-holidays): Doc fix.
285
e2627d21
EZ
2862012-04-08 Eli Zaretskii <eliz@gnu.org>
287
288 * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
289 Hebrew.
290
5c14e333
CY
2912012-04-08 Chong Yidong <cyd@gnu.org>
292
293 * net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change
294 (Bug#11192).
295
bf6fa423
GM
2962012-04-07 Glenn Morris <rgm@gnu.org>
297
298 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
299
82b24fb2
EZ
3002012-04-07 Eli Zaretskii <eliz@gnu.org>
301
4517fe3a
SM
302 * minibuffer.el (completion-in-region-mode-map):
303 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 304
f23d2c7d
LMI
3052012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
306
307 * window.el (shrink-window): Mention the `window-min-height'
308 variable in the doc string.
309
0a0a3573
BG
3102012-04-05 Bastien Guerry <bzg@altern.org>
311
312 * color.el (color-lighten-name): Fix typo.
313
e5248ac9
SM
3142012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * server.el (server--on-display-p): New function.
317 (server--on-display-p): Use it.
318
b4243e22
GV
3192012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
320
321 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
322 (bug#11145).
323
305d9f44
SM
3242012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * comint.el (comint--common-quoted-suffix): Check string boundary
327 before comparing (bug#11158).
328 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
329
3d439cd1
CY
3302012-04-04 Chong Yidong <cyd@gnu.org>
331
321cc491
CY
332 * minibuffer.el (completion-extra-properties): Doc fix.
333
3d439cd1
CY
334 * subr.el (delayed-warnings-hook): Doc fix.
335
2d562c0f
DU
3362012-04-04 Daiki Ueno <ueno@unixuser.org>
337
338 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
339 selection (Bug#11159).
340 (epa-insert-keys): Inform that the default public key will be
341 exported if no key is selected.
342
4443f204
RS
3432012-04-04 Richard Stallman <rms@gnu.org>
344
345 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
346
529c06b6
CY
3472012-04-03 Chong Yidong <cyd@gnu.org>
348
349 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
350 mail-insert-file, not its obsolete alias mail-attach-file.
351
66b907dc
MA
3522012-04-03 Michael Albinus <michael.albinus@gmx.de>
353
354 * notifications.el (notifications-notify): Fix docstring.
355
c0ea195d
GM
3562012-04-02 Glenn Morris <rgm@gnu.org>
357
358 * emacs-lisp/authors.el (authors-aliases): Another addition.
359
5ca64e00
MA
3602012-04-02 Michael Albinus <michael.albinus@gmx.de>
361
362 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
363 `tramp-compat-call-process' instead of `tramp-local-call-process'.
364 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
365
42ee526b
CY
3662012-04-01 Chong Yidong <cyd@gnu.org>
367
368 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
369 Handle root directory properly.
370 (copy-directory): Caller changed.
371
372 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
373 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
374
0b021094
GM
3752012-03-31 Glenn Morris <rgm@gnu.org>
376
40f86458
GM
377 * term/xterm.el (xterm-extra-capabilities): Doc fix.
378
7019c177
GM
379 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
380
a1daddd6
GM
381 * calendar/calendar.el (calendar-window-list)
382 (calendar-hide-window): Restore. (Bug#11140)
383 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
384
0b021094
GM
385 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
386
40311efc
TV
3872012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
388
389 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
390 Check if file is a symlink (Bug#10489).
391
392 * files.el (copy-directory): Likewise.
393
5319014e
CY
3942012-03-30 Chong Yidong <cyd@gnu.org>
395
396 * image.el (imagemagick-types-inhibit)
397 (imagemagick-register-types): Doc fix.
398
935d1290
AM
3992012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
400
401 * ispell.el (ispell-get-extended-character-mode): Disable
402 extended-char-mode for hunspell. hunspell does not support it and
403 treats ~word as ordinary words in pipe mode.
404
61c6e8fd
GM
4052012-03-30 Glenn Morris <rgm@gnu.org>
406
407 * tutorial.el (help-with-tutorial): Ensure local variables don't
408 happen to make the buffer read-only. (Bug#11127)
409
81fdff00
SM
4102012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
413 (perl-calculate-indent): Return `noindent' in strings.
414
6e7a6ec0
SS
4152012-03-28 Sam Steingold <sds@gnu.org>
416
417 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
418 instead of the broken adhockery which does not prevent calendar
419 buffers from being displayed at random after exit.
420 (calendar-window-list, calendar-hide-window): Remove the broken
421 adhockery.
422
fee88ca0
GM
4232012-03-28 Glenn Morris <rgm@gnu.org>
424
425 * replace.el (query-replace-map): Doc fix.
426
38de3354
AS
4272012-03-28 Andreas Schwab <schwab@linux-m68k.org>
428
429 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
430 contents. (Bug#11109)
431
b973155e
SM
4322012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
435 (bug#11077).
436 (avl-tree--check, avl-tree--check-node): New funs.
437
dcb6e7b3
MR
4382012-03-27 Martin Rudalics <rudalics@gmx.at>
439
440 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
441 (switch-to-prev-buffer, switch-to-next-buffer):
442 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
443 showing a buffer already is done on the same frame.
444
b4fa35fa
GM
4452012-03-27 Glenn Morris <rgm@gnu.org>
446
447 * startup.el (mail-host-address): Doc fix.
448
f9210e18
SM
4492012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
452 than 197 variables.
453
c0bf7753
AF
4542012-03-26 Ami Fischman <ami@fischman.org>
455
456 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
457
33da7b16
GM
4582012-03-26 Glenn Morris <rgm@gnu.org>
459
02243d9d
GM
460 * files.el (save-buffers-kill-emacs): Doc fix.
461
33da7b16
GM
462 * startup.el (normal-top-level, command-line, command-line-1):
463 Give them doc strings.
464
e5a69fd0
EZ
4652012-03-25 Eli Zaretskii <eliz@gnu.org>
466
467 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 468 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 469
9a69676a
CY
4702012-03-25 Chong Yidong <cyd@gnu.org>
471
4125cb8b
CY
472 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
473 theme if it was previously enabled before (Bug#11031).
474
dd470960
CY
475 * cus-theme.el (custom-theme-write-faces): Retrieve current face
476 spec with custom-face-get-current-spec if its :shown-value is not
477 determined yet (Bug#9337).
4125cb8b 478 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 479
9a69676a
CY
480 * button.el (button-at): Minor addition to docstring.
481
6e7e90fa
SL
4822012-03-24 Simon Leinen <simon.leinen@gmail.com>
483
484 * vc/vc.el (vc-merge): Fix a prompt.
485
f06e2758
CY
4862012-03-24 Chong Yidong <cyd@gnu.org>
487
488 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
489 point (Bug#9623).
490
6e7e90fa
SL
491 * button.el (button-at): Minor addition to docstring.
492
b9d0879b
SM
4932012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * newcomment.el (comment-choose-indent): No space after BOL.
496
e71cebb3
SS
4972012-03-22 Sam Steingold <sds@gnu.org>
498
499 * window.el (switch-to-prev-buffer): Revert last patch because the
500 bug turned out to be an advertised feature (Elisp manual 28.14).
501
335aff35
GM
5022012-03-22 Glenn Morris <rgm@gnu.org>
503
504 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
505 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
506
c676576a
LMI
5072012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
508
509 * net/network-stream.el (network-stream-open-starttls): Make error
510 message under Windows be less misleading.
511
126f3d39
LW
5122012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
513
514 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
515 understands (bug#9942).
516
64fee311
CY
5172012-03-22 Chong Yidong <cyd@gnu.org>
518
519 * simple.el (end-of-visible-line): Handle return value of
520 next-single-property-change properly (Bug#9371).
521
a640d29a
KH
5222012-03-22 Kenichi Handa <handa@m17n.org>
523
524 * international/quail.el (quail-insert-kbd-layout): Fix previous
525 change. To avoid unwanted bidi reordering, use
526 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
527
39675016
DG
5282012-03-21 Dmitry Gutov <dgutov@yandex.ru>
529
530 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
531 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
532 (ruby-beginning-of-indent): Be more careful with the difference
533 between word-boundary and symbol boundary.
534 (ruby-mode-syntax-table): Make : a symbol constituent.
535
0a6934fc 5362012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 537
3d008e4f
SM
538 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
539
0a6934fc
SM
5402012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
541
af67c9d7
SM
542 * progmodes/etags.el (tags-completion-at-point-function):
543 Improve last fix.
544
1acad97c
SM
545 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
546
e298b5da
SS
5472012-03-21 Sam Steingold <sds@gnu.org>
548
549 * progmodes/etags.el (tags-completion-at-point-function):
550 Avoid the error when point is inside the pattern.
551
91d82a70
JY
5522012-03-21 John Yates <john@yates-sheets.org> (tiny change)
553
554 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
555 line (Bug#10855).
556
69188b79
CY
5572012-03-21 Drew Adams <drew.adams@oracle.com>
558
559 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
560
99fc91fe
AK
5612012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
562
563 * ido.el (ido-set-current-directory, ido-read-internal)
564 (ido-choose-completion-string, ido-completion-help): Handle nil
565 value of ido-completion-buffer (Bug#11008).
566
087bbb4c
SS
5672012-03-21 Sam Steingold <sds@gnu.org>
568
569 * window.el (switch-to-prev-buffer): Do not switch to a visible
570 window previous buffer, just like with the frame previous buffers.
571
fb5b8aca
CY
5722012-03-21 Chong Yidong <cyd@gnu.org>
573
574 * faces.el (make-face, make-empty-face, copy-face):
575 * face-remap.el (face-remap-add-relative, face-remap-set-base):
576 Doc fixes.
577
dc9924b8
SM
5782012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * wid-edit.el (widget-complete-field): Remove (bug#11051).
581 (widget-complete): Remove broken use of it.
582
f0bcceb9
CY
5832012-03-20 Chong Yidong <cyd@gnu.org>
584
dc9924b8
SM
585 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
586 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
587 characters.
588
ee52ebf3
TH
5892012-03-20 Tassilo Horn <tassilo@member.fsf.org>
590
591 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
592 to draw rectangles, not squares. (Regression introduced by revno
593 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
594
4c5779ab
CY
5952012-03-18 Chong Yidong <cyd@gnu.org>
596
597 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
598 it is not yet defined (for temacs).
599
15360934
LL
6002012-03-18 Leo Liu <sdl.web@gmail.com>
601
dc9924b8 602 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 603
d9a8eb66
EZ
6042012-03-17 Eli Zaretskii <eliz@gnu.org>
605
606 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
607 (ispell-choices-win-default-height, ispell-silently-savep)
608 (ispell-dictionary-alist, ispell-encoding8-command)
609 (ispell-check-version, ispell-aspell-find-dictionary)
610 (ispell-valid-dictionary-list, ispell-words-keyword)
611 (ispell-get-word, ispell-internal-change-dictionary)
612 (ispell-region, ispell-skip-region-list)
613 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
614 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
615 (ispell-message-text-end, ispell-message)
616 (ispell-buffer-local-parsing): Doc fix.
617
f02ff80d
J
6182012-03-13 Jambunathan K <kjambunathan@gmail.com>
619
620 * htmlfontify.el: Add support for code block fontification for ODT
621 export (Bug #9914).
622 (hfy-optimisations): Define new option
623 `body-text-only'
624 (hfy-fontify-buffer): Honor above setting.
625 (hfy-begin-span, hfy-end-span): New routines factored out form
626 `hfy-fontify-buffer'.
627 (hfy-begin-span-handler, hfy-end-span-handler): New variables
628 that permit insertion of custom tags.
629 (hfy-fontify-buffer): Use above handlers.
630 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
631 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 632 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
633 over multiple runs. This is made possible by having the caller let
634 bind a special variable `hfy-user-sheet-assoc'.
635 (htmlfontify-string): New defun.
636 (hfy-compile-face-map): Make sure that the last char in the
637 buffer is correctly fontified.
638 (hfy-face-resolve-face): Whitespace only change.
639
9ac7a13f
EZ
6402012-03-17 Eli Zaretskii <eliz@gnu.org>
641
642 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
643 message more clear.
644
e2b5bdd7
LL
6452012-03-16 Leo Liu <sdl.web@gmail.com>
646
647 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
648
2e492df3
AM
6492012-03-16 Alan Mackenzie <acm@muc.de>
650
651 Further optimise the handling of large macros.
652
653 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
654 limit to a call of `c-literal-limits'.
655 (c-determine-+ve-limit): New function.
dc9924b8
SM
656 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
657 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
658 In CASE 5B, restrict a search limit to 500.
659 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
660
661 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
662 Restrict macro bounds to +-500 from after-change's BEG END.
663
50e94f0c
LL
6642012-03-16 Leo Liu <sdl.web@gmail.com>
665
666 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
667
6f09f6ed
AH
6682012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
669
670 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 671 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 672
c7e73d51
GM
6732012-03-16 Glenn Morris <rgm@gnu.org>
674
da986230
GM
675 * view.el (view-buffer, view-buffer-other-window)
676 (view-buffer-other-frame): Doc fixes re special mode-class.
677
0835f01e
GM
678 * subr.el (eval-after-load): If named feature is provided not from
679 a file, run after-load forms. (Bug#10946)
680
c7e73d51
GM
681 * calendar/calendar.el (calendar-insert-at-column):
682 Handle non-unit-width characters a bit better. (Bug#10978)
683
3f2eafd1
CY
6842012-03-15 Chong Yidong <cyd@gnu.org>
685
686 * emacs-lisp/ring.el (ring-extend): New function.
687 (ring-insert+extend): Extend the ring correctly (Bug#11019).
688
689 * comint.el (comint-read-input-ring)
690 (comint-add-to-input-history): Grow comint-input-ring lazily.
691
103af3fe
SM
6922012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
693
663b1677
SM
694 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
695 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
696
103af3fe
SM
697 * imenu.el: Fix multiple inheritance breakage (bug#9199).
698 (imenu-add-to-menubar): Don't add a redundant index.
699 (imenu-update-menubar): Handle a dynamically composed keymap.
700
899cb7cb
KY
7012012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
702
703 * mail/sendmail.el (mail-encode-header):
704 Bind rfc2047-encode-encoded-words to nil.
705
3809f91d
GM
7062012-03-13 Glenn Morris <rgm@gnu.org>
707
708 * calendar/calendar.el (calendar-string-spread):
709 Handle non-unit-width characters a bit better. (Bug#10978)
710
9e345a01
LL
7112012-03-13 Leo Liu <sdl.web@gmail.com>
712
713 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
714 directory and file as argument (Bug#10822).
715
4a07df36
KS
7162012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
717
718 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
719 For dynamically generated code, follow $PC.
720 (gdb-disassembly-handler-custom): Handle no function name case.
721
4aaa9356
TL
7222012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
723
724 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
725 * emulation/ws-mode.el (ws-query-replace):
726 * sort.el (sort-regexp-fields):
727 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
728
225979da
SM
7292012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * dabbrev.el: Fix cycle completion order (bug#10963).
732 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
733 (dabbrev-completion): Don't use an obarray; provide
734 a cycle-sort-function.
735
e2f1fdab
LL
7362012-03-12 Leo Liu <sdl.web@gmail.com>
737
dc9924b8 738 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
739 (kill-do-not-save-duplicates): Doc fix.
740
b19490ed
SM
7412012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * dabbrev.el: Fix cycle completion (bug#10963).
744 Use lexical binding and wrap to 80 columns.
745 (dabbrev-completion): Delay computing the list of completions.
746
4b05d722
KH
7472012-03-12 Kenichi Handa <handa@m17n.org>
748
749 * international/quail.el (quail-insert-kbd-layout): Surround each
750 row by LRO and PDF instead of inserting many LRMs. Pad the left
751 and right of each non-spacing marks. Insert invisible space
752 between lower and upper characters to prevent composition.
753
dbbc2e69
SM
7542012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * minibuffer.el (minibuffer-complete): Don't get confused when the
757 function is run twice via different commands (bug#10958).
758 (complete-with-action): Fix docstring.
759
292112ed
CY
7602012-03-12 Chong Yidong <cyd@gnu.org>
761
5d1ac394
CY
762 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
763 (nxml-completion-at-point-function): New function.
764 (nxml-mode): Use it.
765 (nxml-bind-meta-tab-to-complete-flag): Default to t.
766
292112ed
CY
767 * emacs-lisp/package.el (package-unpack, package-unpack-single):
768 Load generated autoloads file before byte compiling (Bug#10970).
769 (package--make-autoloads-and-compile): New helper fun.
770
4098f8f7
CS
7712012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
772
773 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
774
8f754691
MA
7752012-03-11 Michael Albinus <michael.albinus@gmx.de>
776
777 * autorevert.el (auto-revert-handler): Ensure, that
778 file-readable-p is applied only for local files or in
779 auto-revert-tail-mode.
780
e29ab36b
AS
7812012-03-11 Andreas Schwab <schwab@linux-m68k.org>
782
dbbc2e69
SM
783 * server.el (server-eval-at): Handle non-tcp connections.
784 Decode result string.
ad0bf5b6 785
e29ab36b
AS
786 * server.el (server-msg-size): New constant.
787 (server-reply-print): New function.
788 (server-eval-and-print): Use it.
789 (server-eval-at): Use server-quote-arg and server-unquote-arg.
790 Handle -print-nonl.
791
de5939ba
CS
7922012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
793
794 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
795 (Bug#10987).
796
0c93eabf
CY
7972012-03-11 Chong Yidong <cyd@gnu.org>
798
397a688f
CY
799 * simple.el (goto-line): Doc fix (Bug#9938).
800
2cc775f9
CY
801 * subr.el (save-window-excursion): Doc fix (Bug#9979).
802
0c93eabf
CY
803 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
804 when finished (Bug#10963).
805
c491fa41
MR
8062012-03-11 Martin Rudalics <rudalics@gmx.at>
807
808 * window.el (split-window-below): Fix bug in case where
809 split-window-keep-point is nil (Bug#10971).
810
300e8fa5
JL
8112012-03-11 Juri Linkov <juri@jurta.org>
812
813 * replace.el (replace-highlight): Set isearch-word to nil
814 unconditionally. (Bug#10887)
815
dbf6c5a1
EZ
8162012-03-10 Eli Zaretskii <eliz@gnu.org>
817
818 * net/mairix.el (mairix-replace-invalid-chars): Rename from
819 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 820 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
821 (mairix-widget-create-query): Add usage information about mairix
822 search forms: negating words, searching for substrings, etc.
823
b9e501de
JP
8242012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
825
826 * international/fontset.el (font-encoding-alist): Add an entry for
827 ksx1001 (Bug#5667).
828
92795c91
RS
8292012-03-10 Richard Stallman <rms@gnu.org>
830
1694e6c1
RS
831 * mail/sendmail.el (mail-encode-header):
832 Set rfc2047-encode-encoded-words.
833
607e8555
RS
834 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
835
de3bc99a
RS
836 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
837 view buffer means not swapped.
838 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
839 (rmail-write-region-annotate): Error if real text has disappeared.
840
92795c91
RS
841 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
842
699bd04e
CY
8432012-03-10 Chong Yidong <cyd@gnu.org>
844
845 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
846 * emulation/cua-base.el (cua--init-keymaps):
847 Add delete-forward-char to remappings (Bug#9666).
699bd04e 848
570a1714
MR
8492012-03-10 Martin Rudalics <rudalics@gmx.at>
850
dbbc2e69
SM
851 * speedbar.el (speedbar-unhighlight-one-tag-line):
852 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 853
82dcf4e4
CY
8542012-03-10 Chong Yidong <cyd@gnu.org>
855
7a2c7ca7
CY
856 * minibuffer.el (completion-in-region, completion-help-at-point):
857 Give the completion field overlay a high priority (Bug#6830).
858
82dcf4e4
CY
859 * dired.el (dired-goto-file): Recognize absolute file name
860 listings (Bug#7126).
861 (dired-goto-file-1): New helper function.
862 (dired-toggle-read-only): Inhibit warnings.
863
052e28ac
MA
8642012-03-09 Michael Albinus <michael.albinus@gmx.de>
865
866 * net/dbus.el: (dbus-property-handler): Return empty array if
867 there are no properties.
868
95d5e396
LL
8692012-03-09 Leo Liu <sdl.web@gmail.com>
870
871 * savehist.el (savehist-printable): Stricter check for string
872 value (Bug#10937).
873
3f018d6d
EZ
8742012-03-09 Eli Zaretskii <eliz@gnu.org>
875
dbbc2e69
SM
876 * mail/smtpmail.el (smtpmail-send-it):
877 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
878 valid mbox format.
879
f7fd3d79
GM
8802012-03-09 Glenn Morris <rgm@gnu.org>
881
882 * files.el (dir-locals-find-file):
883 Don't check result is regular, readable.
884 (dir-locals-read-from-file): Demote errors.
885
6ff6e72f
EZ
8862012-03-08 Eli Zaretskii <eliz@gnu.org>
887
dbbc2e69
SM
888 * international/quail.el (quail-insert-kbd-layout):
889 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
890 layout cell, to prevent their reordering by bidi display engine.
891 For details, see the discussion in
892 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
893
9cec7834
AM
8942012-03-08 Alan Mackenzie <acm@muc.de>
895
896 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
897 the starting position; make it extend the marked region when
898 invoked repeatedly - all under appropriate circumstances.
899 Fixes bugs #5525, #10906.
900
9a40b8d4
GM
9012012-03-08 Glenn Morris <rgm@gnu.org>
902
903 * files.el (locate-dominating-file, dir-locals-find-file):
904 Undo 2012-03-06 change.
905
7a08ed35
EZ
9062012-03-07 Eli Zaretskii <eliz@gnu.org>
907
dbbc2e69
SM
908 * international/quail.el (quail-help):
909 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
910 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
911 for the reason.
912
5aca4f71 9132012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
914
915 Avoid superfluous registering of signals. (Bug#10807)
916
917 * notifications.el (notifications-on-action-object)
918 (notifications-on-close-object): New defvars.
919 (notifications-on-action-signal, notifications-on-closed-signal):
920 Unregister the signal if not needed any longer.
921 (notifications-notify): Register `notifications-action-signal' or
922 `notifications-closed-signal', if :on-action or :on-close has been
923 passed as argument.
924
78e8b10a
CY
9252012-03-07 Chong Yidong <cyd@gnu.org>
926
927 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
928 non-X platforms.
929
69481eb8
GM
9302012-03-06 Glenn Morris <rgm@gnu.org>
931
932 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
933 (x-disown-selection-internal, x-get-selection-internal):
934 Doc fix (add arglist signatures). (Bug#10783)
935
133b8e11
KS
9362012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
937
938 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
939 Handle breakpoints with no "type".
940
99a83064
GM
9412012-03-06 Glenn Morris <rgm@gnu.org>
942
943 * files.el (locate-dominating-file): Add optional predicate argument.
944 (dir-locals-find-file): Make use of above change.
945
17798e78
TTN
9462012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
947
948 * info.el (Info-insert-dir): Also try "dir.gz".
949
eb182446
GM
9502012-03-06 Glenn Morris <rgm@gnu.org>
951
8f2114ee
GM
952 * files.el (dir-locals-find-file):
953 Ignore non-readable or non-regular files. (Bug#10928)
954
eb182446
GM
955 * files.el (locate-dominating-file): Doc fix.
956
24679323
AS
9572012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
958
959 * calendar/calendar.el (calendar-set-mode-line):
960 `getenv' returns a string. (Bug#10951)
961
01d972a9
LL
9622012-03-05 Leo Liu <sdl.web@gmail.com>
963
109aa8a9
LL
964 * simple.el (backward-delete-char-untabify): Constrain point to
965 field (Bug#10939).
966
01d972a9
LL
967 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
968
10607bea
CY
9692012-03-05 Chong Yidong <cyd@gnu.org>
970
971 * simple.el (count-words): If called from Lisp, return the word
972 count, for symmetry with `count-lines'. Arglist changed.
973 (count-words--message): Args changed. Consolidate counting code
974 from count-words and count-words-region.
975 (count-words-region): Caller changed.
976 (count-lines-region): Make it an obsolete alias.
977
5dd11cfe
TH
9782012-03-04 Tassilo Horn <tassilo@member.fsf.org>
979
980 * saveplace.el (save-place-to-alist)
981 (save-place-ignore-files-regexp): Allow value nil to disable this
982 feature.
983
c349f4e6
CY
9842012-03-04 Chong Yidong <cyd@gnu.org>
985
986 * faces.el (face-spec-reset-face): For the default face, reset the
987 attributes to default values (Bug#10748).
988
e627be4c
LMI
9892012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
990
991 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
992 previous patch: Check `message-send-mail-function', and not the
993 default function (bug#10897).
994
ebeabff4
MA
9952012-03-04 Michael Albinus <michael.albinus@gmx.de>
996
a41a6cf4
MA
997 * notifications.el (notifications-on-action-signal)
998 (notifications-on-closed-signal): Check for unique service name of
999 incoming event. Fix error in removing entry.
ebeabff4 1000 (top): Register for signals with wildcard service name.
a41a6cf4 1001 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1002
c1ca42b4
CY
10032012-03-04 Chong Yidong <cyd@gnu.org>
1004
dc9924b8 1005 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1006
ea16568d
GM
10072012-03-04 Glenn Morris <rgm@gnu.org>
1008
1009 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1010 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1011 (expand-abbrev, define-abbrev-table): Doc fixes.
1012
fbae4637
LMI
10132012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1014
1015 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1016 `message-default-send-mail-function' and not `send-mail-function'
1017 when doing the prompting for `sendmail-query-once' before sending
1018 in Message buffers (bug#10897).
1019
a1e7225c
LMI
1020 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1021 This is inconsistent with all the other stream functions, which leave
1022 the setting up to the higher levels (if so wanted) (bug#10931).
1023
56d093a9
AM
10242012-03-02 Alan Mackenzie <acm@muc.de>
1025
1026 Depessimize the handling of very large macros.
1027
1028 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1029 (c-macro-cache-syntactic): New variables to implement a one
1030 element macro cache.
1031 (c-invalidate-macro-cache): New function.
1032 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1033 Adapt to use the new cache.
1034 (c-state-safe-place): Use better the cache of safe positions.
1035 (c-state-semi-nonlit-pos-cache)
1036 (c-state-semi-nonlit-pos-cache-limit):
1037 New variables for...
1038 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1039 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1040 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1041 Use c-state-semi-safe-place.
56d093a9 1042
dbbc2e69
SM
1043 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1044 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1045
817e5c3d
MA
10462012-03-02 Michael Albinus <michael.albinus@gmx.de>
1047
dbbc2e69
SM
1048 * jka-compr.el (jka-compr-call-process):
1049 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1050 not remote.
1051
a032a702
MA
10522012-03-01 Michael Albinus <michael.albinus@gmx.de>
1053
1054 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1055 access of FILE2, if FILE1 does not exist.
1056
99a54f21
MA
1057 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1058 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1059
1060 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1061 Add "PAGER=" to `process-environment'.
1062
f6561e1f
MM
10632012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1064
1065 * progmodes/sql.el: Bug fix
1066 (sql-get-login-ext): Save login values in globals.
1067 (sql-get-login): Use new version of `sql-get-login-ext'.
1068 (sql-interactive-mode): Set global `sql-connection' to nil.
1069 (sql-connect): Set global values for connection.
1070 (sql-product-interactive): Save global values as buffer local.
1071
2d44d9cc
LL
10722012-02-29 Leo Liu <sdl.web@gmail.com>
1073
1074 * abbrev.el (define-abbrevs): Reset sys to nil.
1075
96b49301 10762012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1077
bf7f9bc5
JB
1078 * files.el (file-equal-p): Rename from `files-equal-p'.
1079 Return nil when one or both files don't exist.
96b49301 1080 (file-subdir-of-p): Now only top directory must exists,
1081 return nil if it doesn't.
bf7f9bc5
JB
1082 (copy-directory): No need to test with `file-subdir-of-p' after
1083 creating dir.
1084 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1085 to `file-equal-p'.
96b49301 1086
44e97401
GM
10872012-02-28 Glenn Morris <rgm@gnu.org>
1088
1089 * shell.el (shell-mode):
1090 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1091 * play/landmark.el (landmark-font-lock-face-O):
1092 * play/handwrite.el (handwrite):
1093 * play/gomoku.el (gomoku-O):
1094 * net/browse-url.el (browse-url-browser-display):
1095 * international/mule.el (define-charset):
1096 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1097 * filesets.el (filesets-find-file-delay):
1098 * eshell/em-xtra.el (eshell-xtra):
1099 * eshell/em-unix.el (eshell-grep):
1100 * emulation/viper.el (viper-mode):
1101 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1102 * emacs-lisp/easymenu.el (easy-menu-define):
1103 * calendar/timeclock.el (timeclock-use-display-time):
1104 * bs.el (bs-mode):
1105 * bookmark.el (bookmark-save-flag):
1106 Doc fix (standardize possessive apostrophe usage).
1107
c98c6276
CY
11082012-02-27 Chong Yidong <cyd@gnu.org>
1109
bf7f9bc5
JB
1110 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1111 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1112
c98c6276
CY
1113 * font-lock.el (font-lock-specified-p): Rename from
1114 font-lock-spec-present. Callers changed.
1115
9c62cd04 11162012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1117
bf7f9bc5
JB
1118 * emacs-lisp/package.el (package-compute-transaction):
1119 Handle holding a package version to t in package-load-list.
8ac9e529 1120
530739c9
MA
11212012-02-26 Michael Albinus <michael.albinus@gmx.de>
1122
1123 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1124 (tramp-get-inode, tramp-get-device): Use cached values.
1125
487915d7
AM
11262012-02-26 Alan Mackenzie <acm@muc.de>
1127
1128 Check there is a font-lock specification before doing initial
1129 fontification.
1130
1131 * font-core.el (font-lock-mode): Move the conditional from
1132 :after-hook to font-lock-initial-fontify.
1133 (font-lock-default-function): Move the check for a specification
1134 to font-lock-spec-present.
1135
dc9924b8 1136 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1137 (font-lock-spec-present): New function.
1138
4fd96557
JB
11392012-02-26 Jim Blandy <jimb@red-bean.com>
1140
1141 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1142 (gdb-send): Apply it to the operand of the '-interpreter-exec
1143 console' command, so that we can pass arguments with (say) quotes
1144 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1145
9a4888c0
CY
11462012-02-26 Chong Yidong <cyd@gnu.org>
1147
07498861
CY
1148 * help-fns.el (describe-function-1): Clarify description of
1149 remapping (Bug#10844).
1150
9a4888c0
CY
1151 * files.el (files-equal-p): Doc fix.
1152 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1153 and quit the loop once a mismatch is found.
1154
ea8fb88d
JB
11552012-02-25 Juanma Barranquero <lekktu@gmail.com>
1156
1157 * bs.el (bs--show-with-configuration): Don't throw an error
1158 if the window cannot be split; otherwise, subsequent calls to
1159 bs-show fail, restoring a stale window config. (Bug#10882)
1160
525795c1
JD
11612012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1162
1163 * term/ns-win.el (global-map): Bind ns-drag-file to
1164 ns-find-file (Bug#5855, Bug#10050).
1165
f008086f
AS
11662012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1167
1168 * calendar/parse-time.el (parse-time-string): Allow extractor to
1169 return nil.
1170
a3fcfa99
MA
11712012-02-25 Michael Albinus <michael.albinus@gmx.de>
1172
91027d08
JB
1173 * net/tramp.el (tramp-file-name-for-operation):
1174 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1175
1176 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1177 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1178 Add COPY-CONTENTS argument.
a3fcfa99 1179
67b0de11
CY
11802012-02-25 Chong Yidong <cyd@gnu.org>
1181
1182 Add custom groups for VC backends, for consistency with vc-bzr.
1183
1184 * vc/vc-arch.el (vc-arch):
1185 * vc/vc-cvs.el (vc-cvs):
1186 * vc/vc-git.el (vc-git):
1187 * vc/vc-hg.el (vc-hg):
1188 * vc/vc-mtn.el (vc-mtn):
1189 * vc/vc-rcs.el (vc-rcs):
1190 * vc/vc-sccs.el (vc-sccs):
1191 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1192 All relevant defcustoms reassigned.
1193
3c9dfce6
CY
11942012-02-25 Chong Yidong <cyd@gnu.org>
1195
1339bf43
CY
1196 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1197
3c9dfce6
CY
1198 * term/x-win.el (x-initialize-window-system): Reduce default for
1199 x-selection-timeout to 5 seconds (Bug#8869).
1200
53a46cd0 12012012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 1202
53a46cd0 1203 * files.el (file-subdir-of-p): Fix typo.
14a8a663 1204
25b2e303 12052012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1206
ec70a47d
GM
1207 * files.el (files-equal-p, file-subdir-of-p): New functions.
1208 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1209 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1210 * dired-aux.el (dired-copy-file-recursive): Same.
1211 (dired-create-files): Modify destination when source is equal to
1212 dest when copying files.
53a46cd0 1213 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1214
914260cd
MA
12152012-02-24 Michael Albinus <michael.albinus@gmx.de>
1216
1217 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1218 (Bug#10874)
1219
2cb228f7
AM
12202012-02-23 Alan Mackenzie <acm@muc.de>
1221
1222 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1223 parameter "after-hook:" to allow the expansion to run code after
1224 the execution of the mode hooks.
1225
1226 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1227 from font-lock-mode-internal.
2cb228f7 1228
91027d08 1229 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1230 :after-hook.
1231
8f0fde21
SM
12322012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1233
3e88618b
SM
1234 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1235 (completion--cache-all-sorted-completions): New function.
1236 (completion-all-sorted-completions): Use it.
1237 (completion--do-completion, minibuffer-force-complete):
1238 Use it to re-instate the flush hook.
1239
8f0fde21
SM
1240 * icomplete.el (icomplete-completions): Replace last fix with a better
1241 one (bug#10850).
1242
8e911f6f
DG
12432012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1244
1245 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1246 when it might call us back infinitely (bug#10797).
1247
49fe4321
GM
12482012-02-23 Glenn Morris <rgm@gnu.org>
1249
1250 * minibuffer.el (completion-category-overrides): Doc fix.
1251
b291b572
SM
12522012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1255 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1256
31a9ef2e
GM
12572012-02-23 Glenn Morris <rgm@gnu.org>
1258
5e6e6794 1259 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1260 (authors-obsolete-files-regexps, authors-ignored-files)
1261 (authors-ambiguous-files, authors-renamed-files-alist):
1262 Add more entries.
1263
0bd1e074
JL
12642012-02-23 Juri Linkov <juri@jurta.org>
1265
1266 * isearch.el (isearch-occur): Sync interactive spec with occur's
1267 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1268
b617673c
JL
1269 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1270
19e9789e
JL
12712012-02-22 Juri Linkov <juri@jurta.org>
1272
1273 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1274 (ucs-insert): Doc fix. Check for hex digits in the string.
1275 Don't display `nil' in the error message. (Bug#10857)
1276
f41ce09d
AM
12772012-02-22 Alan Mackenzie <acm@muc.de>
1278
7a71b18d 1279 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1280
ac2eceee
GM
12812012-02-22 Glenn Morris <rgm@gnu.org>
1282
1283 * ffap.el (ffap-c-path):
1284 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1285
abd1f678
CY
12862012-02-22 Chong Yidong <cyd@gnu.org>
1287
1288 * custom.el (load-theme): Doc fix.
1289
f25aef2e
GM
12902012-02-22 Glenn Morris <rgm@gnu.org>
1291
1292 * dired-x.el (dired-guess-shell-alist-default):
1293 Remove escape sequences from nroff output. (Bug#172)
1294
5f8dc2ca
GM
12952012-02-21 Glenn Morris <rgm@gnu.org>
1296
6ff86ec4
GM
1297 * vc/emerge.el (emerge-defvar-local):
1298 Set `permanent-local' property rather than unused `preserved'.
1299
be3223a3 1300 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1301 (picture-mode-map): Use it. (Bug#10860)
1302 (picture-mode): Doc fix.
1303
3fe58f4f
JB
13042012-02-21 Juanma Barranquero <lekktu@gmail.com>
1305
1306 * newcomment.el (uncomment-region-default): Remove unused binding.
1307
f9a998c3
GM
13082012-02-21 Glenn Morris <rgm@gnu.org>
1309
1310 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1311 (picture-self-insert, picture-tab-chars): Doc fix.
1312 (picture-mode-map): Fix C-a, C-e.
1313
c6029348
GM
13142012-02-20 Glenn Morris <rgm@gnu.org>
1315
1316 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1317
ab1ce9d7
LL
13182012-02-20 Leo Liu <sdl.web@gmail.com>
1319
1320 * icomplete.el (icomplete-completions): Check FROM arg before
1321 passing to substring (Bug#10850).
1322
0fd40f89
CY
13232012-02-19 Chong Yidong <cyd@gnu.org>
1324
1325 * comint.el: Require ansi-color.
1326 (comint-output-filter-functions): Add ansi-color-process-output.
1327
1328 * ansi-color.el: Don't set comint-output-filter-functions; it is
1329 now in the initial value defined in comint.el.
1330 (ansi-color-apply-face-function): New variable.
1331 (ansi-color-apply-on-region): Use it.
1332 (ansi-color-apply-overlay-face): New function.
1333
1334 * shell.el (shell): No need to require ansi-color.
1335 (shell-mode): Use ansi-color-apply-face-function to highlight
1336 color escapes using font-lock-face property (Bug#10835).
1337
20af2394
CY
13382012-02-19 Chong Yidong <cyd@gnu.org>
1339
1340 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1341 mode-line formats (Bug#10839).
1342
e23a3fbe
GM
13432012-02-18 Glenn Morris <rgm@gnu.org>
1344
b474519e
GM
1345 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1346
1347 * mail/undigest.el (unforward-rmail-message): Doc fix.
1348
e23a3fbe
GM
1349 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1350
57939ff4
EZ
13512012-02-18 Eli Zaretskii <eliz@gnu.org>
1352
1353 * international/characters.el (script-list): Sync with the latest
1354 Unicode Character Database.
1355
0c23686e
AS
13562012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1357
1358 * international/titdic-cnv.el: Remove duplicate coding tag.
1359 * language/cham.el: Likewise.
1360 * language/tai-viet.el: Likewise.
1361
6818b449
GM
13622012-02-18 Glenn Morris <rgm@gnu.org>
1363
1364 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1365 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1366 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1367 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1368 * calendar/holidays.el (holiday-bahai-holidays)
1369 (calendar-holidays, list-holidays):
1370 Use utf-8 Bahá'í in doc-strings, menus, etc.
1371
0311a3fc
TH
13722012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1373
1374 * saveplace.el (save-place-ignore-files-regexp): New variable
1375 allowing for excluding files from saving their location of point.
1376 The default value matches the temporary commit message editing
1377 files from Git, SVN, Bazaar, and Mercurial.
1378 (save-place-to-alist): Use it.
1379
eb864a71
LM
13802012-02-17 Lawrence Mitchell <wence@gmx.li>
1381 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * newcomment.el (uncomment-region-default): Don't leave extra space
1384 when an arg is provided (bug#8150).
1385
ee0ce425
TZ
13862012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1387
eb864a71 1388 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1389
95ddf442
GM
13902012-02-17 Glenn Morris <rgm@gnu.org>
1391
1392 * net/socks.el: Require network-stream. (Bug#10599)
1393
48dd1e39 13942012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1395
1396 * international/charprop.el:
1397 * international/uni-name.el:
1398 * international/uni-old-name.el:
1399 * international/uni-comment.el: Regenerate.
1400
d68cd087
GM
14012012-02-16 Glenn Morris <rgm@gnu.org>
1402
1403 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1404 Interactively in calendar buffer, give an error if not on a date.
1405
13932042
GM
14062012-02-15 Glenn Morris <rgm@gnu.org>
1407
1408 * shell.el (shell-delimiter-argument-list):
1409 Revert 2011-02-17 change. (Bug#8027)
1410
c3a70e2b
CY
14112012-02-15 Chong Yidong <cyd@gnu.org>
1412
60236b0d
CY
1413 * minibuffer.el (completion-at-point-functions): Doc fix.
1414
c3a70e2b
CY
1415 * custom.el (defcustom): Doc fix; note use of defvar.
1416
9f26dc24
GM
14172012-02-15 Glenn Morris <rgm@gnu.org>
1418
1419 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1420 Doc fixes.
1421
6546b134
GM
14222012-02-14 Glenn Morris <rgm@gnu.org>
1423
1424 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1425
d29b2b4c
LI
14262012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1427
1428 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1429 way the ports list is computed.
835bdcba
LI
1430 (smtpmail-query-smtp-server): Prompt the user for a port number if
1431 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1432
08dcdbc9
TZ
14332012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1434
1435 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1436
2605051a
GM
14372012-02-13 Glenn Morris <rgm@gnu.org>
1438
1439 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1440
7ee99f32
TZ
14412012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1442
1443 * net/gnutls.el (gnutls-trustfiles): New variable.
1444 (gnutls-negotiate): Use it.
1445
5f0af64f
LI
14462012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1447
1448 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1449 does its stuff if Gnus is running.
1450
c14fcc95
AM
14512012-02-13 Alan Mackenzie <acm@muc.de>
1452
1453 Fix a loop in c-set-fl-decl-start.
1454
7a71b18d 1455 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1456 c-backward-syntactic-ws actually moves backwards.
1457
142b4d90
LL
14582012-02-13 Leo Liu <sdl.web@gmail.com>
1459
1460 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1461 beginning so that all \C-o chars are removed.
1462
fa9958a6
TZ
14632012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1464
dc9924b8 1465 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1466
0bc5886a
AM
14672012-02-12 Alan Mackenzie <acm@muc.de>
1468
1469 Fix infinite loop with long macros.
1470 * cc-engine.el (c-state-safe-place): Handle macros properly.
1471
d4bd55e7
CY
14722012-02-12 Chong Yidong <cyd@gnu.org>
1473
1474 * window.el (display-buffer): Doc fix (Bug#10785).
1475
66f3fe22
GM
14762012-02-12 Glenn Morris <rgm@gnu.org>
1477
bd7da63e
GM
1478 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1479 (x-disown-selection-internal, x-get-selection-internal):
1480 Sync docs with the xselect.c versions.
1481
66f3fe22
GM
1482 * allout-widgets.el: Add missing license notice.
1483
3e0d2fa7
GM
14842012-02-11 Glenn Morris <rgm@gnu.org>
1485
cfecdf09
GM
1486 * select.el (x-get-selection-internal, x-own-selection-internal)
1487 (x-disown-selection-internal):
1488 * x-dnd.el (x-get-selection-internal): Update declarations.
1489
6d216d7f
GM
1490 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1491
2bed3f04
GM
1492 * window.el (window-sides-slots):
1493 * tool-bar.el (tool-bar-position):
1494 * term/xterm.el (xterm-extra-capabilities):
1495 * ses.el (ses-self-reference-early-detection):
1496 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1497 (verilog-auto-wire-type)
1498 (verilog-auto-delete-trailing-whitespace)
1499 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1500 (verilog-auto-tieoff-declaration):
1501 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1502 (sql-oracle-statement-starters, sql-oracle-scan-on):
1503 * progmodes/prolog.el (prolog-align-comments-flag)
1504 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1505 (prolog-left-indent-regexp, prolog-paren-indent-p)
1506 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1507 (prolog-types, prolog-mode-specificators)
1508 (prolog-determinism-specificators, prolog-directives)
1509 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1510 (prolog-electric-dot-flag)
1511 (prolog-electric-dot-full-predicate-template)
1512 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1513 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1514 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1515 (prolog-program-switches, prolog-prompt-regexp)
1516 (prolog-debug-on-string, prolog-debug-off-string)
1517 (prolog-trace-on-string, prolog-trace-off-string)
1518 (prolog-zip-on-string, prolog-zip-off-string)
1519 (prolog-use-standard-consult-compile-method-flag)
1520 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1521 (prolog-imenu-max-lines, prolog-info-predicate-index)
1522 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1523 (prolog-char-quote-workaround):
1524 * progmodes/cc-vars.el (c-defun-tactic):
1525 * net/tramp.el (tramp-encoding-command-interactive)
1526 (tramp-local-end-of-line):
1527 * net/soap-client.el (soap-client):
1528 * net/netrc.el (netrc-file):
1529 * net/gnutls.el (gnutls):
1530 * minibuffer.el (completion-category-overrides)
1531 (completion-cycle-threshold)
1532 (completion-pcm-complete-word-inserts-delimiters):
1533 * man.el (Man-name-local-regexp):
1534 * mail/feedmail.el (feedmail-display-full-frame):
1535 * international/characters.el (glyphless-char-display-control):
1536 * eshell/em-ls.el (eshell-ls-date-format):
1537 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1538 (lisp-lambda-list-keyword-parameter-indentation)
1539 (lisp-lambda-list-keyword-parameter-alignment):
1540 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1541 * dired-x.el (dired-omit-verbose):
1542 * cus-theme.el (custom-theme-allow-multiple-selections):
1543 * calc/calc.el (calc-highlight-selections-with-faces)
1544 (calc-lu-field-reference, calc-lu-power-reference)
1545 (calc-note-threshold):
1546 * battery.el (battery-mode-line-limit):
1547 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1548 (archive-7z-update):
1549 * allout.el (allout-prefixed-keybindings)
1550 (allout-unprefixed-keybindings)
1551 (allout-inhibit-auto-fill-on-headline)
1552 (allout-flattened-numbering-abbreviation):
1553 * allout-widgets.el (allout-widgets-auto-activation)
1554 (allout-widgets-icons-dark-subdir)
1555 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1556 (allout-widgets-theme-dark-background)
1557 (allout-widgets-theme-light-background)
1558 (allout-widgets-item-image-properties-emacs)
1559 (allout-widgets-item-image-properties-xemacs)
1560 (allout-widgets-run-unit-tests-on-load)
1561 (allout-widgets-time-decoration-activity)
1562 (allout-widgets-hook-error-post-time)
1563 (allout-widgets-track-decoration):
1564 Add missing :version tags to new defcustoms and defgroups.
1565
5fec1b8e
GM
1566 * progmodes/sql.el (sql-ansi-statement-starters)
1567 (sql-oracle-statement-starters): Add custom type.
1568
3e0d2fa7
GM
1569 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1570 (prolog-system-version): Give it a type.
1571
90b671e2
EZ
15722012-02-11 Eli Zaretskii <eliz@gnu.org>
1573
1574 * term/pc-win.el (x-select-text, x-selection-owner-p)
1575 (x-own-selection-internal, x-disown-selection-internal)
1576 (x-get-selection-internal): Sync doc strings and argument lists
1577 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1578
5eac0c02
LL
15792012-02-11 Leo Liu <sdl.web@gmail.com>
1580
1581 * progmodes/python.el (python-end-of-statement): Fix infinite
1582 loop. (Bug#10788)
1583
f82cb659
GM
15842012-02-10 Glenn Morris <rgm@gnu.org>
1585
1586 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1587 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1588
cc26d239
LI
15892012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1590
1591 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1592 about SMTP before checking the From header.
1593
91027d08 1594 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1595 into own function for reuse by emacsbug.el.
1596
1be3ca5a
LL
15972012-02-10 Leo Liu <sdl.web@gmail.com>
1598
1599 * subr.el (condition-case-unless-debug): Rename from
1600 condition-case-no-debug. All callers changed.
1601 (with-demoted-errors): Fix caller.
1602
1603 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1604 * nxml/rng-valid.el (rng-do-some-validation):
1605 * emacs-lisp/package.el (package-refresh-contents)
1606 (package-menu-execute):
1607 * desktop.el (desktop-create-buffer):
91027d08 1608 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1609
b011fbfe
GM
16102012-02-10 Glenn Morris <rgm@gnu.org>
1611
b2096d72
GM
1612 * textmodes/bibtex.el:
1613 Add missing :version tags for new/changed defcustoms.
1614
b011fbfe
GM
1615 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1616
4c7e65bf
LI
16172012-02-09 Lars Ingebrigtsen <larsi@rusty>
1618
1619 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1620 (smtpmail-via-smtp): Use it, or fall back on the From address.
1621 (smtpmail-send-it): Ditto.
1622
f3934f6f
SM
16232012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1626 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1627 (byte-compile-tmp-var): New const.
1628 (byte-compile-defvar): Use it to minimize .elc size.
1629 Just use `defvar' rather than simulate it (bug#10761).
1630
a075a2c5
GM
16312012-02-09 Glenn Morris <rgm@gnu.org>
1632
cf3aa21b
GM
1633 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1634
354998cd
GM
1635 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1636 Add :version tags.
1637
dc9924b8
SM
1638 * progmodes/compile.el (compilation-error-screen-columns)
1639 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1640
dab3703d
GM
1641 * vc/log-view.el (log-view-toggle-entry-display):
1642 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1643
3f88cd72
GM
1644 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1645 (report-emacs-bug-can-use-xdg-email):
1646 (report-emacs-bug-insert-to-mailer): Doc fixes.
1647 (report-emacs-bug): Message fix.
1648
d95b247d
GM
1649 * net/browse-url.el (browse-url-can-use-xdg-open)
1650 (browse-url-xdg-open): Doc fixes.
1651
a075a2c5
GM
1652 * electric.el (electric-indent-mode, electric-pair-mode)
1653 (electric-layout-rules, electric-layout-mode): Doc fixes.
1654 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1655
ffb6157e
MR
16562012-02-08 Martin Rudalics <rudalics@gmx.at>
1657
1658 * server.el (server-unselect-display): Don't inadvertently kill
1659 the current buffer. (Bug#10729)
1660
e1ac4066
GM
16612012-02-08 Glenn Morris <rgm@gnu.org>
1662
34e8a2da
GM
1663 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1664 (sql-list-table): Doc fixes.
1665
b4ac6e8c
GM
1666 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1667 Comment out (does nothing).
1668
e1ac4066
GM
1669 * completion.el (dynamic-completion-mode):
1670 * dirtrack.el (dirtrack-debug-mode):
1671 * electric.el (electric-layout-mode):
1672 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1673 * face-remap.el (text-scale-mode, buffer-face-mode):
1674 * iimage.el (iimage-mode):
1675 * image-mode.el (image-transform-mode):
1676 * minibuffer.el (completion-in-region-mode):
1677 * scroll-lock.el (scroll-lock-mode):
1678 * simple.el (next-error-follow-minor-mode):
1679 * tar-mode.el (tar-subfile-mode):
1680 * tooltip.el (tooltip-mode):
1681 * vcursor.el (vcursor-use-vcursor-map):
1682 * wid-browse.el (widget-minor-mode):
1683 * emulation/tpu-edt.el (tpu-edt-mode):
1684 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1685 * international/iso-ascii.el (iso-ascii-mode):
1686 * language/thai-util.el (thai-word-mode):
1687 * mail/supercite.el (sc-minor-mode):
1688 * net/goto-addr.el (goto-address-mode):
1689 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1690 * progmodes/cwarn.el (cwarn-mode):
1691 * progmodes/flymake.el (flymake-mode):
1692 * progmodes/glasses.el (glasses-mode):
1693 * progmodes/hideshow.el (hs-minor-mode):
1694 * progmodes/pascal.el (pascal-outline-mode):
1695 * textmodes/enriched.el (enriched-mode):
1696 * vc/smerge-mode.el (smerge-mode):
1697 Doc fixes (minor mode argument).
1698
5e0d957f
EZ
16992012-02-07 Eli Zaretskii <eliz@gnu.org>
1700
1701 * ls-lisp.el (ls-lisp-sanitize): New function.
1702 (ls-lisp-insert-directory): Use it to fix or remove any elements
1703 in file-alist with missing attributes. (Bug#4673)
1704
98d7371e
AM
17052012-02-07 Alan Mackenzie <acm@muc.de>
1706
1707 Fix spurious recognition of c-in-knr-argdecl.
1708
1709 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1710 putative K&R region.
1711
667ced3a
AM
17122012-02-07 Alan Mackenzie <acm@muc.de>
1713
eb864a71
LM
1714 * progmodes/cc-engine.el (c-forward-objc-directive):
1715 Prevent looping in "#pragma mark @implementation".
667ced3a 1716
5b77774d
MA
17172012-02-07 Michael Albinus <michael.albinus@gmx.de>
1718
1719 * notifications.el (notifications-on-closed-signal): Make `reason'
1720 optional. (Bug#10744)
1721
af008560
GM
17222012-02-07 Glenn Morris <rgm@gnu.org>
1723
60d47423
GM
1724 * emacs-lisp/easy-mmode.el (define-minor-mode):
1725 Doc fixes for the macro and the mode it defines.
1726
dd605cc4
GM
1727 * image.el (imagemagick-types-inhibit): Doc fix.
1728
af008560
GM
1729 * cus-start.el (imagemagick-render-type): Add it.
1730
5cc59a37
LI
17312012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1732
1733 * progmodes/cc-mode.el
1734 (c-standard-font-lock-fontify-region-function): Set the default at
1735 load time, too, so that `font-lock-fontify-buffer' can be called
1736 without setting up the entire mode first. This fixes a bug in
1737 `mm-inline-text' with C MIME parts.
1738
9a6dd747
CY
17392012-02-06 Chong Yidong <cyd@gnu.org>
1740
2d16b285
CY
1741 * simple.el (list-processes--refresh): Delete exited processes
1742 (Bug#8094).
1743
171e9b6e
CY
1744 * comint.el (comint-next-prompt): next-single-char-property-change
1745 and prev-single-char-property-change never return nil (Bug#8657).
1746
9a6dd747
CY
1747 * custom.el (defcustom): Doc fix (Bug#9711).
1748
aa4589a7
CY
17492012-02-05 Chong Yidong <cyd@gnu.org>
1750
5c2a252f
CY
1751 * cus-edit.el (custom-variable-reset-backup): Quote the value
1752 before storing it in the customized-value property (Bug#6712).
4aab9006 1753 (custom-display): Add a customization type tag.
983b9602 1754 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1755
aa4589a7
CY
1756 * wid-edit.el (widget-field-value-get): New optional arg to
1757 suppress trailing whitespace truncation.
1758 (character): Use it (Bug#2689).
1759
1ff980ae
AS
17602012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1761
1762 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1763 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1764
03988c98
CY
17652012-02-05 Chong Yidong <cyd@gnu.org>
1766
eeb6cc88
CY
1767 * cus-edit.el (custom-variable-value-create): For mismatched
1768 types, show the current value (Bug#7600).
1769
03988c98
CY
1770 * custom.el (defcustom): Doc fix.
1771
f8cdeef0
GM
17722012-02-05 Glenn Morris <rgm@gnu.org>
1773
1774 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1775
0696d255
JB
17762012-02-05 Juanma Barranquero <lekktu@gmail.com>
1777
1778 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1779 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1780 (pp-last-sexp): Use `looking-at-p'.
1781
34c99998
GM
17822012-02-04 Glenn Morris <rgm@gnu.org>
1783
8f05da42
GM
1784 * files.el (revert-buffer):
1785 Doc fix (mention revert-buffer-in-progress-p).
1786
f160676e
GM
1787 * emacs-lisp/ert-x.el (ert-simulate-command):
1788 Check deferred-action-list (which is obsolete) is bound.
1789
c7291ad9
GM
1790 * subr.el (with-wrapper-hook): Doc fixes.
1791
34c99998
GM
1792 * simple.el (filter-buffer-substring-functions)
1793 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1794
6283a7d3
LL
17952012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1796
1797 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1798 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1799
e96e3013
LL
18002012-02-04 Leo Liu <sdl.web@gmail.com>
1801
1802 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1803
8ded50f2
GM
18042012-02-04 Glenn Morris <rgm@gnu.org>
1805
82ff1d13
GM
1806 * image.el (image-extension-data): Add obsolete alias.
1807
987a0a16
GM
1808 * isearch.el (isearch-update): Doc fix.
1809
ea32ef46
GM
1810 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1811
8ded50f2
GM
1812 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1813
eea14f31
GM
18142012-02-03 Glenn Morris <rgm@gnu.org>
1815
1816 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1817 (image-animate-timeout): Doc fix.
1818
1819 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1820
12f381b7
GM
18212012-02-02 Glenn Morris <rgm@gnu.org>
1822
953cebf5
GM
1823 * server.el (server-auth-dir): Doc fix.
1824 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1825
12f381b7
GM
1826 * subr.el (run-mode-hooks): Doc fix.
1827
953a8c3b
JL
18282012-02-02 Juri Linkov <juri@jurta.org>
1829
1830 * image-mode.el (image-toggle-display-image): Remove tautological
1831 `major-mode' from the `derived-mode-p' test.
1832
c5d3843c
KH
18332012-02-02 Kenichi Handa <handa@m17n.org>
1834
9f6e692e 1835 * composite.el (compose-region): Cancel previous change.
c5d3843c 1836
159462d4 18372012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1838
1839 * composite.el (compose-region, compose-string): Signal error for
1840 a null string component (Bug#6988).
1841
9f562668
CY
18422012-02-01 Chong Yidong <cyd@gnu.org>
1843
e2cef717
CY
1844 * view.el (view-buffer-other-window, view-buffer-other-frame):
1845 Handle special modes like view-buffer (Bug#10650).
1846 (view-buffer): Simplify.
1847
9f562668
CY
1848 * frame.el (set-frame-font): Tweak meaning of third argument.
1849
9f6e692e
JB
1850 * dynamic-setting.el (font-setting-change-default-font):
1851 Use set-frame-font (Bug#9982).
9f562668 1852
781acb9f
GM
18532012-02-01 Glenn Morris <rgm@gnu.org>
1854
6035be52
GM
1855 * progmodes/compile.el (compilation-internal-error-properties):
1856 Respect compilation-first-column in the "*compilation*" buffer.
1857
781acb9f
GM
1858 * emacs-lisp/easy-mmode.el (define-minor-mode):
1859 Relax :variable's test for a named function.
1860
abbceb00
AM
18612012-01-31 Alan Mackenzie <acm@muc.de>
1862
1863 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1864 off by one error.
1865
fce3fdeb
CY
18662012-01-31 Chong Yidong <cyd@gnu.org>
1867
1868 * frame.el (set-frame-font): New arg ALL-FRAMES.
1869
1870 * menu-bar.el (menu-set-font): Use set-frame-font.
1871
1872 * faces.el (face-spec-reset-face): Don't apply unspecified
1873 attribute values to the default face.
1874
47893581
JB
18752012-01-31 Juanma Barranquero <lekktu@gmail.com>
1876
1877 * progmodes/cwarn.el (cwarn): Remove dead link.
1878 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1879 Remove * from defcustom docstrings.
1880 (turn-on-cwarn-mode): Make obsolete.
1881 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1882 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1883
e58e988a
GM
18842012-01-31 Glenn Morris <rgm@gnu.org>
1885
60dc2671 1886 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1887 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1888 Allow named functions to be used as the cdr of :variable.
e58e988a 1889
7a3f511d
GM
18902012-01-30 Glenn Morris <rgm@gnu.org>
1891
1892 * emacs-lisp/authors.el (authors-fixed-entries):
1893 Remove reference to deleted file rnewspost.el.
1894
cb882333
JB
18952012-01-29 Juanma Barranquero <lekktu@gmail.com>
1896
1897 * window.el (window-with-parameter): Remove unused variable `windows'.
1898 (window--side-check): Remove unused variable `code'.
1899 (window--resize-siblings): Remove unused variable `first'.
1900 (adjust-window-trailing-edge): Remove unused variable `failed'.
1901 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1902 Use `let', not `let*'.
1903 (balance-windows-2): Remove unused variable `found'.
1904 (window--state-put-2): Remove unused variable `splits'.
1905 (window-state-put): Remove unused variable `selected'.
1906 (same-window-p): Use `string-match-p'.
1907 (display-buffer-assq-regexp): Remove unused variable `value'.
1908 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1909 Mark argument ALIST as ignored.
1910 (pop-to-buffer): Remove unused variable `old-window'.
1911
907201af
EZ
19122012-01-29 Eli Zaretskii <eliz@gnu.org>
1913
1914 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1915 and .lzma compressed files.
1916
ea162670
CY
19172012-01-29 Chong Yidong <cyd@gnu.org>
1918
5b95ee8a
CY
1919 * frame.el (window-system-default-frame-alist): Doc fix.
1920
ea162670
CY
1921 * dynamic-setting.el (font-setting-change-default-font): Don't
1922 change the default face if SET-FONT argument is non-nil (Bug#9982).
1923
d6e6f4b1
SB
19242012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1925
1926 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1927
0f29fa41 19282012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1929
1930 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1931 breakpoints in files outside current directory (Bug#6098).
1932
db174434
CY
19332012-01-29 Chong Yidong <cyd@gnu.org>
1934
6b25e4e2
SE
1935 * progmodes/python.el: Require ansi-color at top-level.
1936
6df6ae42
JB
1937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1938 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1939 (lisp-mode-abbrev-table): Add doc.
1940 (lisp-mode-variables): Don't set local-abbrev-table.
1941 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1942
e70ee681
RW
19432012-01-28 Roland Winkler <winkler@gnu.org>
1944
1945 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1946
ace88aa2
RW
19472012-01-28 Roland Winkler <winkler@gnu.org>
1948
1949 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1950 (bibtex-set-dialect): Use it. Either set global values of
1951 dialect-dependent variables or bind these variables buffer-locally
1952 (Bug#10254).
1953 (bibtex-mode): Call bibtex-set-dialect via
1954 hack-local-variables-hook.
eb864a71
LM
1955 (bibtex-dialect): Update docstring.
1956 Add safe-local-variable predicate.
ace88aa2
RW
1957 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1958 bibtex-set-dialect.
1959 (bibtex-mode-map): Define menu for each dialect.
1960 (bibtex-entry): Fix docstring.
1961
93376c5b
CY
19622012-01-28 Chong Yidong <cyd@gnu.org>
1963
1964 * eshell/esh-arg.el (eshell-quote-argument): New function.
1965
1966 * eshell/esh-ext.el (eshell-invoke-batch-file):
1967 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1968 first arg to eshell-parse-command (Bug#10523).
1969
4372494f
DA
19702012-01-28 Drew Adams <drew.adams@oracle.com>
1971
1972 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1973 `default-directory' is non-nil.
1974
4d4ec1f8
EZ
19752012-01-28 Eli Zaretskii <eliz@gnu.org>
1976
1977 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1978 line that displays system-configuration-options. (Bug#9924)
1979
7c188927
DA
19802012-01-28 Drew Adams <drew.adams@oracle.com>
1981
1982 * descr-text.el (describe-char): Show information about POS, in
1983 addition to information about the character at POS. Improve and
1984 update the doc string. Change "code point" to "code point in
1985 charset", to avoid confusion with the character's Unicode code
1986 point shown above that. (Bug#10129)
1987
e0da685a
EZ
19882012-01-28 Eli Zaretskii <eliz@gnu.org>
1989
1990 * descr-text.el (describe-char): Show the raw character, not only
1991 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1992 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1993 for the reasons.
1994
70550acf
PH
19952012-01-28 Phil Hagelberg <phil@hagelb.org>
1996
eb864a71
LM
1997 * emacs-lisp/package.el (package-install):
1998 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1999
0ce8e868
CY
20002012-01-28 Chong Yidong <cyd@gnu.org>
2001
cb882333
JB
2002 * emacs-lisp/package.el (package-maybe-load-descriptor):
2003 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2004 (package-maybe-load-descriptor): Use it.
2005 (package-download-transaction): Fully load required packages
2006 inside the loop, so that `require' calls work (Bug#10593).
2007 (package-install): No need to call package-initialize now.
2008
2e7f3bea
CY
20092012-01-28 Chong Yidong <cyd@gnu.org>
2010
6e9bad14
CY
2011 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2012
f823b8ca
CY
2013 * tooltip.el (tooltip-mode): Doc fix.
2014 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2015
2680c309
CY
2016 * frame.el (set-cursor-color): Doc fix (Bug#352).
2017
d7a9e63b
CY
2018 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2019 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2020
2e7f3bea
CY
2021 * cus-edit.el (custom-buffer-create-internal): Fix search button
2022 action (Bug#10542).
2ae01800 2023 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2024
fc4f7a23
EW
20252012-01-27 Eduard Wiebe <usenet@pusto.de>
2026
2027 * dired.el (dired-mark-files-regexp):
2028 Include any subdirectory components. (Bug#10445)
2029
7dd37071
ML
20302012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2031
2032 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2033 Handle [host]:port syntax. (Bug#10533)
2034
a268160b
AH
20352012-01-27 Alex Harsanyi <harsanyi@mac.com>
2036
2037 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2038
e43273ef
GM
20392012-01-26 Glenn Morris <rgm@gnu.org>
2040
2041 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2042 * term.el (term-raw-escape-map): Use Control-X-prefix.
2043 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2044
1edf595d
MR
20452012-01-25 Martin Rudalics <rudalics@gmx.at>
2046
2047 * window.el (window-state-get, window--state-get-1): Don't deal
2048 with fixed-sizeness of windows. Simplify code.
2049
fa8eafef
JC
20502012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2051
6df6ae42
JB
2052 * window.el (window--state-get-1, window--state-put-2):
2053 Don't save and restore the mark.
fa8eafef 2054
0b21c100
CY
20552012-01-25 Chong Yidong <cyd@gnu.org>
2056
2057 * custom.el (custom-variable-p): Doc fix.
2058
5ae1a6c8
GM
20592012-01-25 Glenn Morris <rgm@gnu.org>
2060
40047858
GM
2061 * dired.el (dired-goto-file): Handle some of the more common
2062 characters that `ls -b' escapes. (Bug#10596)
2063
5ddce96c
GM
2064 * progmodes/compile.el (compilation-next-error-function):
2065 Respect compilation-first-column in the "*compilation*" buffer.
2066 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2067
5ae1a6c8
GM
2068 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2069
b559f1a9
GM
20702012-01-24 Glenn Morris <rgm@gnu.org>
2071
2072 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2073
6725d21a
JD
20742012-01-24 Julien Danjou <julien@danjou.info>
2075
2076 * color.el (color-rgb-to-hsl): Fix value computing.
2077 (color-hue-to-rgb): New function.
2078 (color-hsl-to-rgb): New function.
2079 (color-clamp, color-saturate-hsl, color-saturate-name)
2080 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2081 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2082
70df4bbe
GM
20832012-01-24 Glenn Morris <rgm@gnu.org>
2084
2085 * vc/vc-rcs.el (vc-rcs-create-tag):
2086 * vc/vc-sccs.el (vc-sccs-create-tag):
2087 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2088
802a2ae2
ML
20892012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2090
2091 * eshell/esh-util.el (eshell-read-hosts-file):
2092 Skip comment lines. (Bug#10549)
2093
d7128bb1
ML
2094 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2095
d1a5c3b4
JB
20962012-01-23 Juanma Barranquero <lekktu@gmail.com>
2097
2724d9c7
JB
2098 * subr.el (display-delayed-warnings): Doc fix.
2099 (collapse-delayed-warnings): New function to collapse identical
2100 adjacent warnings.
2101 (delayed-warnings-hook): Add it.
d1a5c3b4 2102
a5509865
MA
21032012-01-22 Michael Albinus <michael.albinus@gmx.de>
2104
2105 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2106
2107 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2108 properties, when "login-as" is set.
2109
2110 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2111 (tramp-default-user-alist): Don't add "pscp".
2112 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2113 property "login-as", if set. (Bug#10530)
2114
cc6d5805
MA
21152012-01-21 Michael Albinus <michael.albinus@gmx.de>
2116
2117 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2118 "plink1" and "psftp". (Bug#10530)
2119
21202012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2121
2122 * international/mule-cmds.el (prefer-coding-system): Show a
2123 warning message if the default value of file-name-coding-system
2124 was not changed.
2125
f0960428
JC
21262012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2127
cb882333
JB
2128 * windmove.el (windmove-reference-loc):
2129 Fix windmove-reference-loc miscalculation.
f0960428 2130
dd6f2a63
JB
21312012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2132
2133 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2134 default unit.
2135
7b447e9b
GM
21362012-01-21 Glenn Morris <rgm@gnu.org>
2137
117a9ea1
GM
2138 * international/mule.el (auto-coding-alist): Add .tbz.
2139
7b447e9b
GM
2140 * files.el (local-enable-local-variables): Doc fix.
2141 (inhibit-local-variables-regexps): Rename from
2142 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2143 Doc fix. Add some extensions from auto-coding-alist.
2144 (inhibit-local-variables-suffixes):
2145 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2146 (inhibit-local-variables-p):
2147 New function, extracted from set-auto-mode-1.
2148 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2149 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2150 (hack-local-variables): Doc fix. Make the mode-only case
2151 respect enable-local-variables and friends.
2152 Respect inhibit-local-variables-regexps for file-locals, but
2153 not for directory-locals.
2154 (set-visited-file-name):
2155 Take account of inhibit-local-variables-regexps.
2156 Whether it applies may change as the file name is changed.
2157 * jka-cmpr-hook.el (jka-compr-install):
2158 * jka-compr.el (jka-compr-uninstall):
2159 Update for inhibit-first-line-modes-suffixes name change.
2160
dd6e3cdd
MR
21612012-01-20 Martin Rudalics <rudalics@gmx.at>
2162
2163 * help-macro.el (make-help-screen): Temporarily restore original
2164 binding for minor-mode-map-alist (Bug#10454).
2165
0d0deb38
JD
21662012-01-19 Julien Danjou <julien@danjou.info>
2167
2168 * color.el (color-name-to-rgb): Use the white color to find the max
2169 color component value and return correctly computed values.
2170 (color-name-to-rgb): Add missing float conversion for max value.
2171
34a02f46
MR
21722012-01-19 Martin Rudalics <rudalics@gmx.at>
2173
2174 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2175 special state value for window-persistent-parameters.
2176 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2177 (window--state-put-2): Reset all window parameters to nil before
2178 assigning values of persistent parameters.
2179
606c44c4
AM
21802012-01-18 Alan Mackenzie <acm@muc.de>
2181
2182 Eliminate sluggishness and hangs in fontification of "semicolon
2183 deserts".
2184
cb882333
JB
2185 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2186 Change value 10000 -> 3000.
606c44c4
AM
2187 (c-state-safe-place): Reformulate so it doesn't stack up an
2188 infinite number of wrong entries in c-state-nonlit-pos-cache.
2189 (c-determine-limit-get-base, c-determine-limit): New functions to
2190 determine backward search limits disregarding literals.
2191 (c-find-decl-spots): Amend commenting.
2192 (c-cheap-inside-bracelist-p): New function which detects "={".
2193
2194 * progmodes/cc-fonts.el
2195 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2196 backward search.
2197 (c-font-lock-declarations): Fix an occurrence of point being
2198 undefined. Check additionally for point being in a bracelist or
2199 near a macro invocation without a semicolon so as to avoid a
2200 fruitless time consuming search for a declarator. Give a more
2201 precise search limit for declarators using the new
2202 c-determine-limit.
2203
f3860cea
GM
22042012-01-18 Glenn Morris <rgm@gnu.org>
2205
2206 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2207 (set-auto-mode): Doc fixes.
2208
1db03b16
GM
22092012-01-17 Glenn Morris <rgm@gnu.org>
2210
0e6038be
GM
2211 * isearch.el (search-nonincremental-instead): Fix doc typo.
2212
1db03b16
GM
2213 * dired.el (dired-insert-directory): Handle newlines in directory name.
2214 (dired-build-subdir-alist): Unescape newlines in directory name.
2215
4cb0aa75
MA
22162012-01-17 Michael Albinus <michael.albinus@gmx.de>
2217
2218 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2219 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2220 (tramp-action-terminal): Use it. (Bug#10530)
2221
1d00653d
SM
22222012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2225
6a6ee00d
MR
22262012-01-16 Martin Rudalics <rudalics@gmx.at>
2227
2228 * window.el (window-state-ignored-parameters): Remove variable.
2229 (window--state-get-1): Rename argument MARKERS to IGNORE.
2230 Handle persistent window parameters. Make copy of clone-of
2231 parameter only if requested. (Bug#10348)
2232 (window--state-put-2): Install a window parameter only if it has
2233 a non-nil value or an existing parameter shall be overwritten.
2234
97912def
MA
22352012-01-15 Michael Albinus <michael.albinus@gmx.de>
2236
2237 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2238
688070a5
EZ
22392012-01-14 Eli Zaretskii <eliz@gnu.org>
2240
2241 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2242 don't pass the (nil) value of `upnode' to string-match.
2243
301afadc
CY
22442012-01-14 Chong Yidong <cyd@gnu.org>
2245
2246 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2247 Fix values recognized by the cursorBlink resource.
301afadc 2248
9e5788aa
PE
22492012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2250
2251 * epg.el (epg--make-temp-file): Avoid permission race condition
2252 when running on old Emacs versions (bug#10403).
2253
3cdb7f5a
GM
22542012-01-14 Glenn Morris <rgm@gnu.org>
2255
2256 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2257
8c82b1b4
AM
22582012-01-13 Alan Mackenzie <acm@muc.de>
2259
2260 Fix filling for when filladapt mode is enabled.
2261
2262 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2263 c-mask-paragraph, pass in `fill-paragraph' rather than
2264 `fill-region-as-paragraph'. (This is a reversion of a previous
2265 change.)
eb864a71
LM
2266 * progmodes/cc-mode.el (c-basic-common-init):
2267 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2268
e517eda4
GM
22692012-01-13 Glenn Morris <rgm@gnu.org>
2270
1498536e
GM
2271 * dired.el (dired-switches-escape-p): New function.
2272 (dired-insert-directory): Use dired-switches-escape-p.
2273 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2274
e517eda4
GM
2275 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2276
328f984d
GM
22772012-01-12 Glenn Morris <rgm@gnu.org>
2278
2279 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2280 changes in adaptive-fill-regexp. (Bug#10276)
2281
2cc769a8
AM
22822012-01-11 Alan Mackenzie <acm@muc.de>
2283
2284 Fix Emacs bug #10463 - put `widen's around the critical spots.
2285
1d00653d 2286 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2287 widen around each invocation of c-state-pp-to-literal. Remove an
2288 unused let variable.
2289
e52c37fa
GM
22902012-01-11 Glenn Morris <rgm@gnu.org>
2291
2292 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2293 Doc fix.
e52c37fa 2294
96f8741e
CY
22952012-01-10 Chong Yidong <cyd@gnu.org>
2296
1d00653d
SM
2297 * net/network-stream.el (network-stream-open-starttls):
2298 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2299 response to the capability command.
2300
b09a806e
GM
23012012-01-10 Glenn Morris <rgm@gnu.org>
2302
2303 * mail/unrmail.el (unrmail): Tweak previous change.
2304
7655cb66
CY
23052012-01-09 Chong Yidong <cyd@gnu.org>
2306
2307 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2308
9d5a8f0b
AM
23092012-01-08 Alan Mackenzie <acm@muc.de>
2310
2311 Optimise font locking in long enum definitions.
2312
2313 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2314 arm to a cond form to handle enums.
2315 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2316 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2317
9a0115ab 23182012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2319
2320 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2321 (Bug#10401)
6bb72cbd 2322
f186bb95
LMI
23232012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2324
29232a68
LMI
2325 * faces.el (set-face-attribute): Clarify the meaning of the nil
2326 frame (bug#10294).
2327
4e5d086d
LMI
2328 * subr.el (with-selected-frame): Mention that the selected frame
2329 is restored (bug#9980).
2330
8e66aebe
LMI
2331 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2332 (bug#9759).
2333
cd394be1 2334 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2335 (password-read): Don't autoload unused function.
2336
adf4e762
JB
23372012-01-07 Juanma Barranquero <lekktu@gmail.com>
2338
2339 * progmodes/which-func.el (which-func-mode): Turn into a
2340 non-interactive function and mark as obsolete (bug#10428).
2341
89bd9ccd
CY
23422012-01-06 Chong Yidong <cyd@gnu.org>
2343
2344 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2345 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2346 functions, along with 1 and -1.
2347
4afee9d5
EZ
23482012-01-06 Eli Zaretskii <eliz@gnu.org>
2349
2350 * time.el (display-time-load-average)
2351 (display-time-default-load-average): Doc fixes. See the thread
2352 starting at
2353 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2354 for the details.
2355
536aea70
GM
23562012-01-06 Glenn Morris <rgm@gnu.org>
2357
665ae865
GM
2358 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2359 has no messages. (Bug#10377)
2360
c869783d
GM
2361 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2362 than Info-edit. (Bug#10385)
2363
2bb4227e
GM
2364 * time.el (display-time-load-average, display-time-next-load-average):
2365 Doc fixes.
2366
7d5944b9
GM
2367 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2368 local setting of buffer-read-only to the input buffer. (Bug#10419)
2369
536aea70
GM
2370 * calendar/calendar.el (calendar-mode):
2371 Locally set scroll-margin to 0. (Bug#10379)
2372
7dccca16
UM
23732012-01-06 Ulrich Mueller <ulm@gentoo.org>
2374
2375 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2376
afbb7930
GM
23772012-01-05 Glenn Morris <rgm@gnu.org>
2378
2379 * eshell/em-unix.el (diff-no-select): Autoload it.
2380 (eshell/diff): Use diff-no-select. (Bug#10420)
2381
04482335
CY
23822012-01-05 Chong Yidong <cyd@gnu.org>
2383
7baca3bc
CY
2384 * shell.el (shell-dynamic-complete-functions): Revert last change.
2385 (shell-command-completion-function): New function.
2386 (shell-completion-vars): Use it to implement
2387 shell-completion-execonly (Bug#10417).
2388
04482335
CY
2389 * custom.el (enable-theme): Don't set custom-safe-themes.
2390
1d00653d
SM
2391 * cus-theme.el (custom-theme-merge-theme):
2392 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2393
bb5aa5d6
MM
23942012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2395
2396 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2397 first prompt in `sql-interacive-mode'.
2398 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2399 keywords.
6df6ae42 2400 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2401 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2402 context of original buffer. Invoke `sql-login-hook'.
2403
a7183d7c
EZ
24042012-01-04 Eli Zaretskii <eliz@gnu.org>
2405
2406 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2407 letters in cite-prefix.
2408
a1eacd1e
LMI
24092012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2410
2411 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2412
787cdb34
CY
24132012-01-03 Chong Yidong <cyd@gnu.org>
2414
1d00653d
SM
2415 * shell.el (shell-dynamic-complete-functions):
2416 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2417 comint-filename-completion first (Bug#10417).
2418
30710442
RS
24192012-01-02 Richard Stallman <rms@gnu.org>
2420
2421 * battery.el (battery-status-function):
2422 Detect when to use battery-yeeloong-sysfs.
2423 (battery-echo-area-format): Add string for Yeeloong.
2424 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2425 (battery-yeeloong-sysfs): New function.
2426
f75bfc33
CY
24272012-01-02 Chong Yidong <cyd@gnu.org>
2428
2429 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2430 (dirtrack): Merge code for handling relative filenames in prompt
2431 from shell-dir-cookie-watcher.
2432 (dirtrack-debug-message): New arg to avoid excess format calls.
2433
2434 * shell.el (shell-dir-cookie-re): Variable deleted.
2435 (shell-dir-cookie-watcher): Function deleted.
2436 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2437 with dirtrack-mode.
2438
651e947e
EZ
24392012-01-01 Eli Zaretskii <eliz@gnu.org>
2440
1d00653d
SM
2441 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2442 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2443 libgnutls-26.dll.
2444
94d4c7dc
AS
24452011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2446
2447 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2448
8d43f3cd
EZ
24492011-12-31 Eli Zaretskii <eliz@gnu.org>
2450
2451 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2452 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2453
98c8795a
MA
24542011-12-29 Michael Albinus <michael.albinus@gmx.de>
2455
2456 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2457 also for alternative shells.
2458 (tramp-open-connection-setup-interactive-shell): Check, whether
2459 the shell is a busybox.
2460 (tramp-send-command): Don't suppress multiple prompts for
2461 busyboxes, it hurts.
2462
51281b32
CY
24632011-12-28 Chong Yidong <cyd@gnu.org>
2464
2465 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2466 (gdb-get-source-file): Move mode line update to
2467 gdb-get-source-file (Bug#10087).
2468
2170cb53
CY
24692011-12-25 Chong Yidong <cyd@gnu.org>
2470
2471 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2472 gud-gdb-marker-filter without taking it as an argument.
2473 (gud-gdb-run-command-fetch-lines): Caller changed.
2474 (gud-gdb-completion-function): New variable.
2475 (gud-gdb-completion-at-point): Use it.
2476 (gud-gdb-completions-1): Split from gud-gdb-completions.
2477
2478 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2479 function as separate arguments.
2480 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2481 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2482 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2483 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2484 (gdb-stopped, def-gdb-auto-update-trigger)
2485 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2486 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2487 Callers changed.
2170cb53
CY
2488 (gud-gdbmi-completions): New function.
2489 (gdb): Use it for generating the completion table.
2490
be8b11bb
AM
24912011-12-24 Alan Mackenzie <acm@muc.de>
2492
2493 Introduce a mechanism to widen the region used in context font
1d00653d 2494 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2495
1d00653d
SM
2496 * progmodes/cc-langs.el (c-before-font-lock-functions):
2497 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2498 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2499 functions to be run just before context (etc.) font locking.
2500
2501 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2502 New, functionality extracted from
be8b11bb 2503 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2504 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2505 (c-after-change): Set c-in-after-change-fontification.
2506 (c-set-fl-decl-start): Rejig its interface, so it can be called
2507 from both after-change and context fontifying.
b81d40f0
JB
2508 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2509 New functions.
2510 (c-standard-font-lock-fontify-region-function): New variable.
2511 (c-font-lock-fontify-region): New function.
be8b11bb 2512
341cf6ac
JL
25132011-12-24 Juri Linkov <juri@jurta.org>
2514
2515 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2516 (Bug#10348)
2517
bffcee0a
MA
25182011-12-23 Michael Albinus <michael.albinus@gmx.de>
2519
2520 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2521 existence of source file. (Bug#10325)
2522
cb5e207c
AM
25232011-12-23 Alan Mackenzie <acm@muc.de>
2524
2525 Fix unstable fontification inside templates.
2526
b81d40f0
JB
2527 * progmodes/cc-langs.el (c-before-font-lock-functions):
2528 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2529 additionally has c-set-fl-decl-start. The other languages (apart
2530 from AWK) have that as a single entry.
2531
b81d40f0
JB
2532 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2533 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2534 c-set-fl-decl-start.
2535
b81d40f0
JB
2536 * progmodes/cc-mode.el (c-common-init, c-after-change):
2537 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2538 (c-set-fl-decl-start): New function, extracted from
2539 c-font-lock-enclosing-decls and enhanced.
2540
60ff536c
JB
25412011-12-23 Juanma Barranquero <lekktu@gmail.com>
2542
2543 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2544
1c4757d6
JL
25452011-12-22 Juri Linkov <juri@jurta.org>
2546
2547 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2548
d031f2c7
CY
25492011-12-22 Chong Yidong <cyd@gnu.org>
2550
2551 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2552
bace743a
DA
25532011-12-21 Drew Adams <drew.adams@oracle.com>
2554
2555 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2556
728a1f2b
JC
25572011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2558
2559 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2560
0d373f73
TZ
25612011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2562
fec0aaa4
TZ
2563 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2564 highlighting and support. Fix up comments for capitalization.
2565 (cfengine-mode-debug): New var.
2566 (cfengine3-mode): Change the modeline indicator to "CFE3".
2567 (cfengine3-font-lock-keywords): Improve defun highlighting.
2568 (cfengine2-actions): Rename from `cfengine-actions'.
2569 (cfengine2-font-lock-keywords): Rename from
2570 `cfengine-font-lock-keywords'.
2571 (cfengine2-imenu-expression): Rename from
2572 `cfengine-imenu-expression'.
2573 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2574 (cfengine2-beginning-of-defun): Rename from
2575 `cfengine-beginning-of-defun'.
2576 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2577 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2578 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2579 modeline indicator to "CFE2".
2580 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2581 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2582
bc86f573
CY
25832011-12-21 Chong Yidong <cyd@gnu.org>
2584
2585 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2586 filename argument.
2587
d45ba96b
MR
25882011-12-20 Martin Rudalics <rudalics@gmx.at>
2589
2590 * window.el (window-normalize-buffer-to-display): Remove.
2591 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2592
a6198c90
CY
25932011-12-19 Chong Yidong <cyd@gnu.org>
2594
2595 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2596 Don't signal an error in a predicate function; return non-nil.
2597 (vc-dir-mark-file): Move the error here.
2598 (vc-dir-mark-unmark): If acting on the region, keep going if one
2599 of the entries cannot be marked/unmarked.
2600 (vc-dir-mark-all-files): If current entry is a directory, mark
2601 only child files, as documented.
2602
34c5fb55
VB
26032011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2604
2605 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2606 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2607 addition.
2608
c803b2b7
JD
26092011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2610
2611 * term/ns-win.el (ns-get-selection-internal)
2612 (ns-store-selection-internal): Declare.
1154d12e
JB
2613 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2614 Declare as obsolete.
2615 (ns-get-pasteboard, ns-paste-secondary):
2616 Use ns-get-selection-internal.
2617 (ns-set-pasteboard, ns-copy-including-secondary):
2618 Use ns-store-selection-internal.
c803b2b7 2619
9cff91f8 26202011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2621
2622 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2623 (vc-deduce-fileset): Doc fix.
99a289d9 2624
f16c898a
AS
26252011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2626
2627 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2628
763237c4
SS
26292011-12-13 Sam Steingold <sds@gnu.org>
2630
2631 * man.el (Man-getpage-in-background): When running under a
2632 window-system, ignore $MANWIDTH and $COLUMNS.
2633
5fc1c122
KH
26342011-12-15 Kenichi Handa <handa@m17n.org>
2635
2636 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2637 (setup-ethiopic-environment-internal): Comment out key-binding for
2638 ethio-toggle-punctuation.
2639
13d49cbb
AM
26402011-12-13 Alan Mackenzie <acm@muc.de>
2641
898169a2
AM
2642 Add the switch statement to AWK Mode.
2643
7a71b18d 2644 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2645 "default" to the keywords regexp.
2646
7a71b18d 2647 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2648 expression as the rest.
1d00653d
SM
2649 (c-nonlabel-token-key): Allow string literals for AWK.
2650 Refactor for the other modes.
898169a2 2651
13d49cbb 2652 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2653 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2654 routines. Limit backward searching in c-font-lock-enclosing.decl.
2655
2656 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2657 pp-state and literal type in addition to the limits.
1d00653d 2658 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2659 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2660 (c-slow-in-literal, c-fast-in-literal): Remove.
2661 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2662
2663 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2664 being in a literal. Add a limit for backward searching.
2665
2666 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2667 c-slow-in-literal.
2668
15e0efc7
SM
26692011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2670
2671 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2672
454592a6
MR
26732011-12-13 Martin Rudalics <rudalics@gmx.at>
2674
2675 * window.el (delete-other-windows): Use correct frame in call to
2676 window-with-parameter.
2677
87393f26
DP
26782011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2679
2680 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2681 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2682 (makefile-gmake-statements, makefile-makepp-statements):
2683 Use it and add new makepp keywords.
2684 (makefile-makepp-font-lock-keywords): Add new patterns.
2685 (makefile-match-function-end): Match new [...] and [[...]].
2686
11636b22
JB
26872011-12-11 Juanma Barranquero <lekktu@gmail.com>
2688
2689 * ses.el (ses-call-printer-return, ses-cell-property-get)
2690 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2691 (ses-create-cell-variable, ses-reset-header-string)
2692 (ses-cell-set-formula, ses-repair-cell-reference-all)
2693 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2694 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2695 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2696 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2697 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2698 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2699 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2700 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2701 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2702 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2703 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2704 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2705
cf018193
VB
27062011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2707
2708 * ses.el: The overall change is to add cell renaming, that is
2709 setting fancy names for cell symbols other than name matching
2710 "\\`[A-Z]+[0-9]+\\'" regexp .
2711 (ses-create-cell-variable): New defun.
2712 (ses-relocate-formula): Relocate formulas only for cells the
2713 symbols of which are not renamed, i.e. symbols whose names do not
2714 match regexp "\\`[A-Z]+[0-9]+\\'".
2715 (ses-relocate-all): Relocate values only for cells the symbols of
2716 which are not renamed.
2717 (ses-load): Create cells variables as the (ses-cell ...) are read,
2718 in order to check row col consistency with cell symbol name only
2719 for cells that are not renamed.
2720 (ses-replace-name-in-formula): New defun.
2721 (ses-rename-cell): New defun.
2722
ee957461
CY
27232011-12-11 Chong Yidong <cyd@gnu.org>
2724
2725 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2726 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2727
9a9e9ef0
MR
27282011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2729
2730 * window.el (other-window): Fix docstring.
2731
92a8eba5
EZ
27322011-12-10 Eli Zaretskii <eliz@gnu.org>
2733
2734 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2735 `from' or `to' address before taking its substring.
2736 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2737 encoded name is chopped in the middle of the encoded string, and
2738 thus displayed encoded.
2739
e152e577
JB
27402011-12-10 Juanma Barranquero <lekktu@gmail.com>
2741
2742 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2743
e5d84bfe
EZ
27442011-12-10 Eli Zaretskii <eliz@gnu.org>
2745
2746 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2747 to use texinfo-update-node and commands that call it if the
2748 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2749 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2750 (texinfo-all-menus-update, texinfo-master-menu)
2751 (texinfo-update-node, texinfo-every-node-update)
2752 (texinfo-multiple-files-update): Doc fix. Warn against updating
2753 all the @node lines.
2754 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2755 argument is numeric. Explain better in the doc string what the
2756 function really does.
2757 (texinfo-insert-master-menu-list): Improve the error message
2758 displayed if there's no menu in the Top node.
2759 (Bug#2975) See also this thread:
e5d84bfe
EZ
2760 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2761
1d84e9bb
MG
27622011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2763
2764 * speedbar.el (speedbar-supported-extension-expressions):
2765 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2766
382c953b
JB
27672011-12-09 Juanma Barranquero <lekktu@gmail.com>
2768
2769 * printing.el (pr-mode-alist):
2770 * simple.el (filter-buffer-substring-functions)
2771 (completion-list-insert-choice-function):
2772 * window.el (window-with-parameter, window-atom-root)
2773 (window-sides-slots, window-size-fixed, window-min-delta)
2774 (window-max-delta, window--resize-mini-window)
2775 (window--resize-child-windows-normal, window-tree)
2776 (delete-other-windows, quit-window, split-window)
2777 (display-buffer-record-window, special-display-buffer-names)
2778 (special-display-regexps, special-display-popup-frame)
2779 (same-window-p, split-window-sensibly)
2780 (display-buffer-overriding-action, display-buffer-alist)
2781 (display-buffer-base-action, display-buffer, switch-to-buffer)
2782 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2783 (fit-window-to-buffer, recenter-positions)
2784 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2785 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2786 and remove unneeded backslashes in docstrings.
2787
39c9faef
SM
27882011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2789
98449af8
SM
2790 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2791
39c9faef
SM
2792 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2793 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2794 end in ".mk".
2795 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2796 when reading the makefile (bug#10116).
2797
86ed9fdc
SM
27982011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2799
2800 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2801 (bug#10116).
2802
5580f89d
GM
28032011-12-06 Glenn Morris <rgm@gnu.org>
2804
2805 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2806
28d3917c
CY
28072011-12-06 Chong Yidong <cyd@gnu.org>
2808
2809 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2810
a98edce9
JB
28112011-12-06 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * textmodes/table.el (table-shorten-cell): Fix typo.
2814
e65adfac
CG
28152011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2816
2817 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2818
71cc0b74
EZ
28192011-12-05 Eli Zaretskii <eliz@gnu.org>
2820
2821 * descr-text.el (describe-char): Fix display of strong
2822 right-to-left characters and directional embeddings and overrides.
2823
2824 * simple.el (what-cursor-position): Fix display of codepoints of
2825 strong right-to-left characters.
2826
315bc30d
CY
28272011-12-05 Chong Yidong <cyd@gnu.org>
2828
2829 * faces.el (read-color): Doc fix.
2830
58a70b94
GM
28312011-12-05 Glenn Morris <rgm@gnu.org>
2832
2833 * align.el (align--set-marker): Add doc-string.
2834 Don't try to move something that is not a marker. (Bug#10216)
2835
5158face
GM
28362011-12-04 Glenn Morris <rgm@gnu.org>
2837
2838 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2839 overly zealous deletion of trailing whitespace.
2840
520fca41
JB
28412011-12-04 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * server.el (server-delete-client): On Windows, do not try to delete
2844 the only terminal.
2845 (server-process-filter): On Windows, treat requests for a tty frame as
2846 if they were for a GUI frame if the running server is in GUI mode.
2847
5e605a2e
GM
28482011-12-03 Glenn Morris <rgm@gnu.org>
2849
2850 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2851
5c3fe83f
SM
28522011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2853
6f5e57e7
SM
2854 * electric.el: Streamline electric-indent's hook.
2855 (electric-indent-chars): Revert to simple list.
2856 (electric-indent-functions): New var.
2857 (electric-indent-post-self-insert-function): Use it.
2858
5c3fe83f
SM
2859 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2860 there's no inferior buffer (bug#10196).
2861 (prolog-consult-compile): Don't use toggle-read-only.
2862
6bdac736
MA
28632011-12-02 Michael Albinus <michael.albinus@gmx.de>
2864
2865 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2866 interrupt. (Bug#10187)
2867
6131ba7f
SM
28682011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2869
99c79fee
SM
2870 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2871 (bug#9160).
2872
6131ba7f
SM
2873 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2874 (bug#10191).
2875
cb0a02ea
JL
28762011-12-02 Juri Linkov <juri@jurta.org>
2877
2878 * info.el (Info-search): Display "end of manual" when Isearch
2879 reaches the end of single-file Info manual. (Bug#9918)
2880
66e0570c
EZ
28812011-12-02 Eli Zaretskii <eliz@gnu.org>
2882
2883 * isearch.el (isearch-message-prefix): Run the input method part
2884 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2885
02b16839
JL
28862011-12-02 Juri Linkov <juri@jurta.org>
2887
2888 * isearch.el (isearch-occur): Use `word-search-regexp' for
2889 `isearch-word'.
2890 (isearch-search-and-update): Add condition for `isearch-word' and
2891 call `word-search-regexp'. (Bug#10145)
2892
0b950688
GM
28932011-12-01 Glenn Morris <rgm@gnu.org>
2894
2895 * eshell/em-hist.el (eshell-hist-initialize):
2896 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2897 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2898
9505c3c7
SM
28992011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2902
1bbe96b2 29032011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2904
a1beca85
SM
2905 * progmodes/verilog-mode.el (verilog-pretty-expr):
2906 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2907 verilog, such as += *= and the like.
2908 (verilog-assignment-operator-re): Regular expression to find the
2909 assigment operator in a verilog assignment.
2910 (verilog-assignment-operation-re): Regular expression to find an
2911 assignment statement for pretty-expr.
2912 (verilog-in-attribute-p): Query returns true if point is in an
2913 attribute context; used to skip these for expression line up from
2914 pretty-expr.
2915 (verilog-in-parameter-p): Query returns true if point is in an
2916 parameter definition context; used to skip these for expression
2917 line up from pretty-expr.
2918 (verilog-in-parenthesis-p): Query returns true if point is in a
2919 parenthetical expression, specifically ( ) but not [ ] or { };
2920 used by pretty-expr.
2921 (verilog-just-one-space): If there is no space, don't add one.
2922 (verilog-get-lineup-indent-2): Specifically skip just attribute
2923 contexts for expression lineup, rather than skipping all
2924 parenthetical expressions.
2925 (verilog-calculate-indent): Fix comment, and fix indent.
2926 (verilog-do-indent): Indent declarations in lists (suggested by
2927 Joachim Lechner).
2928 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2929 skeleton items.
2930 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2931 by Alain Mellan).
2932
1bbe96b2 29332011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2934
2935 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2936 parameters with embedded comments. Reported by Ray Stevens.
2937 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2938 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2939 Reported by Tim Holt.
2940 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2941 instantiated by upper module causing wrong expansion until AUTOed a
2942 second time. Reported by K C Buckenmaier.
2943 (verilog-diff-auto): Fix showing .* as a difference when
2944 `verilog-auto-star-save' off. Reported by Dan Dever.
2945 (verilog-auto-reset, verilog-read-always-signals)
2946 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2947 temporary signals in reset list if
2948 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2949 style to each signal's assignment type, bug381.
2950 Reported by Thomas Esposito.
6288f0ca
WS
2951 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2952 (verilog-uvm-statement-re): Support UVM indentation and
2953 highlighting, with old OVM keywords only.
a1beca85 2954 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2955 Support AUTOTIEOFF creating non-wire data types.
2956 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2957 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2958 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2959 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2960 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2961 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2962 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2963 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2964 non-numeric vector width. Reported by Alex Reed.
2965 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2966 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2967 (verilog-auto-delete-trailing-whitespace):
2968 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2969 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2970 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2971 Fix verilog-scan-cache corruption when running user AUTO expansion
2972 hooks that call indentation routines.
2973 (verilog-simplify-range-expression): Fix typo ignoring lower case
2974 identifiers.
2975 (verilog-delete-auto): Fix delete-autos to also remove user created
2976 automatics, as long as they start with AUTO.
2977 (verilog-batch-diff-auto, verilog-diff-auto)
2978 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2979 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2980 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2981 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2982 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2983 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2984 is disabled and its cache will get corrupt, causing AUTOS not to
2985 expand. Instead use only -quick functions.
2986 (verilog-scan-region): Fix scanning over escaped quotes.
2987 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2988 (verilog-re-search-backward-quick)
2989 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2990 related functions now ignore strings, to fix misparsing of strings
2991 with magic comments embedded in them.
a1beca85
SM
2992 (verilog-read-auto-template):
2993 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2994 Reported by Brad Dobbie.
2995 (verilog-read-auto-template):
2996 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2997 Reported by Brad Dobbie.
6288f0ca
WS
2998 (verilog-auto-inst, verilog-auto-inst-param)
2999 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3000 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3001 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3002 debugging templates without merge conflicts, bug357.
3003 Reported by Brad Dobbie.
3004 (verilog-read-auto-template):
3005 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3006 Reported by Brad Dobbie.
3007 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3008 abbrevs so user won't be asked to save.
3009 (verilog-read-auto-lisp-present): Fix to start at beginning of
3010 buffer in case called outside of verilog-auto.
3011 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3012 to "X-2". Reported by Matthew Myers.
3013 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3014 all inputs from module templates. Reported by Leith Johnson.
3015 (verilog-module-inside-filename-p): Fix locating programs as with
3016 modules.
3017 (verilog-auto-inst-port): Fix vl-width expressions when using
3018 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3019 (verilog-decls-get-regs, verilog-decls-get-signals,
3020 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3021 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3022 verilog-read-decls): Combine reg and wire structures into one var
3023 structure to represent SystemVerilog concepts.
3024 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3025 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3026 (verilog-auto-wire-type, verilog-insert-definition):
3027 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3028 SystemVerilog "logic" keyword instead of "wire"/"reg".
3029 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3030 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3031 ifdef or generate if so there's not a driver conflict).
3032 Reported by Matthew Myers.
3033 (verilog-auto-declare-nettype, verilog-insert-definition):
3034 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3035 `default_nettype none. Reported by Julian Gorfajn.
3036 (verilog-read-always-signals-recurse, verilog-read-decls)
3037 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3038 malformed end statement, bug325. Reported by Joshua Wise and
3039 Andrew Drake.
3040 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3041 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3042 when expanding .* in interfaces, bug320.
3043 Reported by Pierre-David Pfister.
6288f0ca 3044 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3045 name and open parenthesis, bug317.
3046 Reported by Pierre-David Pfister.
6288f0ca
WS
3047 (verilog-simplify-range-expression): Fix simplification of
3048 multiplications inside AUTOWIRE connections, bug303.
3049 (verilog-auto-inst-port): Support parameter expansion in
3050 multidimensional arrays.
3051 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3052 after "assert property". Reported by Julian Gorfajn.
3053 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3054 with multiplication, bug303.
3055 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3056 Reported by Jan Frode Lonnum.
3057
1bbe96b2
GM
30582011-11-30 Juanma Barranquero <lekktu@gmail.com>
3059
3060 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3061 (hfy-shell-file-name, hfy-shell):
3062 * international/fontset.el (x-decompose-font-name): Fix typos.
3063
30642011-11-29 Ken Brown <kbrown@cornell.edu>
3065
3066 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3067 (gdb-version): Remove defvar.
3068 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3069 (gdb-gud-context-command, gdb-non-stop-handler)
3070 (gdb-current-context-command, gdb-stopped): Use it.
3071 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3072 (gdb-non-stop-handler): Don't enable pretty-printing here.
3073 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3074 non-stop mode. Use the following.
3075 (gdb-check-target-async): New defun.
3076 (gud-watch, gdb-stopped): Fix whitespace.
3077 (gdb-get-source-file): Don't try to display the source file if
3078 `gdb-main-file' is nil.
3079
30802011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * align.el: Try to generate fewer markers (bug#10047).
3083 (align--set-marker): New macro.
3084 (align-region): Use it.
3085
c935221f
SM
30862011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3089
e70b5064
CY
30902011-11-29 Chong Yidong <cyd@gnu.org>
3091
3092 * indent.el (indent-for-tab-command, indent-according-to-mode):
3093 Doc fix.
3094 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3095
f3af92b7
MA
30962011-11-29 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3099 aware of remote file names. (Bug#10124)
3100
ed472be9
CY
31012011-11-29 Chong Yidong <cyd@gnu.org>
3102
3103 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3104
24510c22
SM
31052011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * files.el (find-file): Don't use force-same-window (bug#10144).
3108 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3109 use pop-to-buffer if the selected window can't be used.
3110 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3111
c60c3703
EZ
31122011-11-28 Eli Zaretskii <eliz@gnu.org>
3113
3114 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3115 special-mode-map.
3116
e95def75
CY
31172011-11-28 Chong Yidong <cyd@gnu.org>
3118
3119 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3120
c3f1c606
NR
31212011-11-27 Nick Roberts <nickrob@snap.net.nz>
3122
3123 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3124 gdb-get-source-file-list on gdb-create-source-file-list.
3125
00db469c
EZ
31262011-11-26 Eli Zaretskii <eliz@gnu.org>
3127
3128 * whitespace.el (whitespace-newline): Use a different foreground
3129 color for 16-color light-background displays.
3130
4ad3bc2a
CY
31312011-11-24 Chong Yidong <cyd@gnu.org>
3132
3133 * window.el (display-buffer--special-action): Doc fix.
3134
e9fce1ac
JB
31352011-11-25 Juanma Barranquero <lekktu@gmail.com>
3136
3137 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3138 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3139 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3140 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3141 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3142 (avl-tree-stack-first):
3143 * emacs-lisp/cconv.el (cconv--analyse-use):
3144 * net/gnutls.el (gnutls-negotiate): Fix typos.
3145
cb825e5d
GM
31462011-11-24 Glenn Morris <rgm@gnu.org>
3147
3adbe224
GM
3148 * lpr.el (lpr-windows-system, lpr-lp-system):
3149 * mail/binhex.el (binhex-begin-line):
3150 * progmodes/grep.el (grep-history, grep-find-history):
3151 * textmodes/flyspell.el:
3152 * vc/pcvs-defs.el (cvs-global-menu):
3153 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3154 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3155 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3156
321decc8
GM
3157 * net/tls.el: Fix case of "GnuTLS".
3158
420b63ad
GM
3159 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3160
cb825e5d
GM
3161 * version.el (emacs-build-system): Give it a doc-string.
3162
a0649f08
JL
31632011-11-24 Juri Linkov <juri@jurta.org>
3164
3165 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3166
c0bc0fd4
GM
31672011-11-24 Glenn Morris <rgm@gnu.org>
3168
3169 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3170 if called on a non-mime message just toggle the headers. (Bug#8006)
3171
20db1522
JB
31722011-11-24 Juanma Barranquero <lekktu@gmail.com>
3173
3174 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3175 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3176 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3177 (allout-rebullet-heading, allout-open-sibtopic)
3178 (allout-toggle-current-subtree-encryption)
3179 (allout-toggle-subtree-encryption, allout-encrypt-string)
3180 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3181 (allout-distinctive-bullets-string, allout-auto-activation):
3182 * window.el (window-normalize-buffer-to-display):
3183 * progmodes/verilog-mode.el (verilog-batch-indent):
3184 * textmodes/bibtex.el (bibtex-field-braces-opt)
3185 (bibtex-field-strings-opt):
3186 * vc/cvs-status.el (cvs-tree-merge):
3187 Fix typos.
3188
7262a87c
MA
31892011-11-23 Michael Albinus <michael.albinus@gmx.de>
3190
3191 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3192 `non-essential' to t, in order to avoid remote connections.
3193
283430a1
EZ
31942011-11-23 Eli Zaretskii <eliz@gnu.org>
3195
a1beca85
SM
3196 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3197 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3198 case-insensitively.
3199
d2992a38
ML
32002011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3201
3202 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3203
50419064
GM
32042011-11-23 Glenn Morris <rgm@gnu.org>
3205
da94eca1
GM
3206 * paths.el (rmail-file-name): Reformat the doc-string so that it
3207 is picked up.
3208
9aac4de2
GM
3209 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3210 (rmail-auto-file): Ignore case in the "special" field names,
3211 as mail-fetch-field does for all others.
3212
8038d2d2
GM
3213 * mail/rmail.el (rmail-forward):
3214 * mail/rmailkwd.el (rmail-set-label):
3215 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3216 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3217
f3fe222a
GM
3218 * mail/rmail.el (rmail-current-message): Doc fix.
3219
50419064
GM
3220 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3221
28109f49
SM
32222011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3225
394c65f1
GM
32262011-11-22 Glenn Morris <rgm@gnu.org>
3227
3228 * mail/rmailmm.el (test-rmail-mime-handler)
3229 (test-rmail-mime-bulk-handler)
3230 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3231
f2a0aa3a
JL
32322011-11-21 Juri Linkov <juri@jurta.org>
3233
1154d12e
JB
3234 * calc/calc.el (calc-read-key-sequence):
3235 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3236
9c34a344
LMI
32372011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3238
3239 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3240 Tell the caller that the next line needs recomputation, even
3241 though it doesn't start a sexp (bug#10094).
3242
f04a3be9
SM
32432011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3244
3245 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3246
7978747f
SM
32472011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3248
f04a3be9
SM
3249 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3250 Use force-same-window.
7978747f 3251
fe7a3057
JB
32522011-11-20 Juanma Barranquero <lekktu@gmail.com>
3253
3254 * descr-text.el (describe-char-unicode-data):
3255 * json.el (json-string-escape):
3256 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3257 (Footnote-unicode, Footnote-style-p):
3258 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3259
24901d61
CY
32602011-11-20 Chong Yidong <cyd@gnu.org>
3261
3262 * window.el (replace-buffer-in-windows): Restore interactive spec.
3263
bac7ff22
SM
32642011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3265
24f3d7b9
SM
3266 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3267
bac7ff22
SM
3268 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3269 (byte-compile-global-not-obsolete-vars): New var.
3270 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3271 Use it.
3272 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3273
cd1181db
JB
32742011-11-20 Juanma Barranquero <lekktu@gmail.com>
3275
3276 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3277 * progmodes/pascal.el (electric-pascal-equal):
3278 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3279 * xml.el (xml-substitute-special): Fix typos.
3280
7fb18e9e
GM
32812011-11-20 Glenn Morris <rgm@gnu.org>
3282
3283 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3284 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3285 Doc fixes.
3286 (rmail-decode-mime-charset): Mark as obsolete.
3287
3288 * mail/rmailsum.el (rmail-message-regexp-p-1):
3289 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3290 Before using mime functions, check they are set. (Bug#10077)
3291
d5a6b3ba
JL
32922011-11-19 Juri Linkov <juri@jurta.org>
3293
3294 * info.el (Info-finder-find-node): Use `package--builtins' instead
3295 of `package-alist'. Use node names formed by the pattern "Keyword "
3296 and the keyword name.
3297
e981b61f
AS
32982011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3299
1d00653d 3300 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3301
3ffbc301
JL
33022011-11-19 Juri Linkov <juri@jurta.org>
3303
3304 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3305 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3306 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3307 `old-history', `old-history-forward'. Add let-binding
3308 `window-selected'. Remove calls to `kill-buffer',
3309 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3310 before calling `Info-find-node', so `Info-find-node-2' will reread
3311 the Info file. Restore window positions only when `window-selected'
3312 is non-nil.
3313
30c62133
JL
33142011-11-19 Juri Linkov <juri@jurta.org>
3315
3316 * isearch.el (isearch-lazy-highlight-new-loop):
3317 Remove condition `(not isearch-error)'. (Bug#9918)
3318
3319 * misearch.el (multi-isearch-search-fun): Add condition
3320 `(not bound)' to ignore lazy-highlighting search.
3321 Add the search-failed message "end of multi" when the end of
3322 multi-sequence is reached. Uncapitalize the search-failed
3323 message "Repeat for next buffer".
3324
3325 * info.el (Info-search): Add the search-failed message
3326 "end of the manual" when the end of the manual is reached
3327 in Isearch mode.
3328
645ca9cf
JL
33292011-11-19 Juri Linkov <juri@jurta.org>
3330
3331 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3332 Use non-destructive `remove' instead of `delete' because
3333 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3334 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3335
df754f66
JL
33362011-11-19 Juri Linkov <juri@jurta.org>
3337
3338 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3339 to nil instead of binding `search-ring' and `regexp-search-ring'.
3340 (Bug#9185)
3341
0e23d96a
EZ
33422011-11-19 Eli Zaretskii <eliz@gnu.org>
3343
3344 * simple.el (line-move): Force movement by logical lines for any
3345 hscrolled window, not only when auto-hscroll-mode is on.
3346 (line-move-visual): Update doc string to that effect. (Bug#10076)
3347
8a6ccb66
AS
33482011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3349
3350 * language/european.el (macintosh): Define as alias for mac-roman.
3351
49ae5b39
EZ
33522011-11-19 Eli Zaretskii <eliz@gnu.org>
3353
3354 * mail/rmailmm.el (rmail-mime-display-header)
3355 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3356 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3357 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3358 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3359 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3360 of a raw aref.
3361 (rmail-mime-entity-segment): To get past the tagline, move forward
3362 2 more lines, to account for the 2 empty lines that precede and
3363 follow the line with the buttons.
3364 (rmail-mime-update-tagline): Move one more line, to get past the
3365 empty line that follows the buttons in the tagline. (Bug#9520)
3366
c56cad4a
MR
33672011-11-19 Martin Rudalics <rudalics@gmx.at>
3368
3369 * window.el (window-max-delta-1, window-min-delta-1)
3370 (window-min-size-1, window-state-get-1, window-state-put-1)
3371 (window-state-put-2): Use "window--" prefix.
3372
cbe71af3
SM
33732011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3374
2ad52c60
SM
3375 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3376 (smie-warning-count): New var.
3377 (smie-set-prec2tab): Use it.
3378 (smie-bnf->prec2): Improve warnings. Add docstring.
3379 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3380 (smie-bnf--set-class): New function.
3381 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3382 corner case.
3383
6944dbc1
SM
3384 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3385 (compilation-error-properties, compilation-move-to-column):
3386 Handle compilation-first-column while in the target buffer.
3387
c400c4d7
SM
3388 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3389 Don't hardcode point-min==1.
3390
6dbe3e96
SM
3391 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3392 (eshell-rewrite-for-command): Remove workaround.
3393 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3394 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3395 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3396
cbe71af3
SM
3397 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3398
a8e1496d
GM
33992011-11-17 Glenn Morris <rgm@gnu.org>
3400
3401 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3402 Ignore buffer-local generated-autoload-file if it is the same
3403 as the global value. (Bug#10049)
3404
df85d315
JB
34052011-11-17 Juanma Barranquero <lekktu@gmail.com>
3406
3407 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3408 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3409 (reftex-toc-previous-heading, reftex-toc-max-level)
3410 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3411 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3412 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3413 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3414 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3415 (reftex-toc-rename-label, reftex-toc-visit-location)
3416 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3417 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3418 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3419 leaving "*toc*" only for references to the buffer.
3420
a0c2d0ae
MR
34212011-11-17 Martin Rudalics <rudalics@gmx.at>
3422
3423 * window.el (window-resize, delete-window, split-window):
3424 Replace window-splits by window-combination-resize.
1d00653d 3425 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3426
35c0bac8
GM
34272011-11-17 Glenn Morris <rgm@gnu.org>
3428
3429 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3430 Make bash entry derive from sh entry, not shell entry.
3431
d0c8fc8a
MA
34322011-11-16 Michael Albinus <michael.albinus@gmx.de>
3433
d0c8fc8a
MA
3434 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3435 properties of linked files. (Bug#9879)
3436
7262a87c
MA
3437 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3438 local file name.
3439
7877f373
JB
34402011-11-16 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * menu-bar.el (menu-bar-file-menu):
3443 * printing.el (pr-ps-utility):
3444 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3445 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3446 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3447 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3448 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3449 (icalendar--convert-cyclic-to-ical)
3450 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3451 (icalendar--convert-ical-to-diary)
3452 (icalendar--convert-recurring-to-diary)
3453 (icalendar--convert-non-recurring-all-day-to-diary)
3454 (icalendar-import-format-sample):
3455 * progmodes/idlw-shell.el (idlwave-shell-mode):
3456 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3457 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3458 (vhdl-ps-print-init): Fix typos.
3459
10649b82
KM
34602011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3461
9d0cfcd6
GM
3462 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3463 FSF and collapse date sequence, obscure author/maintainer email address
3464 better, remove extra version line, track relocation of author's webpage.
10649b82 3465
9d0cfcd6
GM
3466 * progmodes/python.el (python-pdbtrack-input-prompt)
3467 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3468 regular python pdb prompts. Adjustments shamelessly taken exactly as
3469 suggested in EmacsWiki page (tiny change):
3470 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3471
58179cce
JB
34722011-11-16 Juanma Barranquero <lekktu@gmail.com>
3473
3474 * expand.el (expand-pos, expand-index, expand-point):
3475 Remove redundant info from docstring.
3476 (expand-add-abbrevs): Doc fix.
3477 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3478 (expand-sample-perl-mode-expand-list): Fix typos.
3479
3480 * net/dbus.el (dbus-event-member-name):
3481 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3482 * term/pc-win.el (msdos-create-frame-with-faces):
3483 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3484
b6f67890
MR
34852011-11-16 Martin Rudalics <rudalics@gmx.at>
3486
3487 * window.el (split-window, window-state-get-1)
3488 (window-state-put-1, window-state-put-2): Rename occurrences of
3489 window-nest to window-combination-limit.
1d00653d 3490 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3491
ce7ddba0
CY
34922011-11-16 Chong Yidong <cyd@gnu.org>
3493
3494 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3495 regexp (Bug#10033).
3496
3ae704f4
SM
34972011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3500 `completing-read' will remove *Completions* and will preserve
3501 current-buffer for us.
3502 (tmm-add-prompt): Users of *Completions* will always (re)set its
3503 major mode.
3504 (tmm-old-comp-map): Remove.
3505
6ad1cdde
GM
35062011-11-16 Glenn Morris <rgm@gnu.org>
3507
3508 * mail/rmailedit.el: Require rmailmm when compiling.
3509 (rmail-old-mime-state): New declaration.
3510 (rmail-edit-current-message): If editing a mime message,
3511 edit the "raw" message from the mbox buffer.
3512 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3513
d20faa20
GM
35142011-11-15 Glenn Morris <rgm@gnu.org>
3515
3516 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3517 which wasn't being used. Add optional arg to force given state.
3518 (rmail-mime): Add optional arg to force given state.
3519
c7015153
JB
35202011-11-15 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3523 * frame.el (display-mm-dimensions-alist):
3524 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3525 (outline-move-subtree-down):
3526 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3527 (newsticker--treeview-do-get-node):
3528 * net/quickurl.el (quickurl-list-buffer-name):
3529 * progmodes/dcl-mode.el (dcl-mode):
3530 * progmodes/gdb-mi.el (gdb-mapcar*):
3531 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3532
45261b50
GM
35332011-11-15 Glenn Morris <rgm@gnu.org>
3534
3535 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3536 in a boolean sense, so just make it a boolean, and fix the doc.
3537 (rmail-show-mime-function, rmail-mime-feature)
3538 (rmail-require-mime-maybe): Doc fixes.
3539 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3540
3541 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3542
0d26e0b6
JB
35432011-11-15 Juanma Barranquero <lekktu@gmail.com>
3544
3545 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3546 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3547 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3548 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3549
447f30f6
GM
35502011-11-15 Glenn Morris <rgm@gnu.org>
3551
672b871d
GM
3552 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3553 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3554 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3555 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3556 (rmail-mime, rmail-show-mime): Doc fixes.
3557
f6aa5bb1
GM
3558 * term/ns-win.el (mode-line-frame-identification):
3559 Leave it alone. (Bug#10051)
3560
947cd66b
GM
3561 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3562
447f30f6
GM
3563 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3564 Handle empty buffers. (Bug#9978)
3565
0b381c7e
JB
35662011-11-14 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * international/mule.el (define-charset):
3569 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3570 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3571 * progmodes/verilog-mode.el (verilog-backward-token):
3572 * textmodes/ispell.el (lookup-words):
3573 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3574
71e027ac
GM
35752011-11-14 Glenn Morris <rgm@gnu.org>
3576
56632ce4
GM
3577 * progmodes/executable.el
3578 (executable-make-buffer-file-executable-if-script-p):
3579 Handle file-modes returning nil.
3580
40500957
GM
3581 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3582 message - not necessary, and causes problems. (Bug#9831)
3583
071c2340
GM
3584 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3585
d3cfca60
GM
3586 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3587
71e027ac
GM
3588 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3589 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3590 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3591
89d61221
MR
35922011-11-12 Martin Rudalics <rudalics@gmx.at>
3593
3594 * window.el (window-resize, delete-window): Use window-splits
3595 variable instead of function.
3596 (window-state-get-1, window-state-put-2, window-state-put):
3597 Don't deal with windows' splits status.
3598
98282f6f
GM
35992011-11-12 Glenn Morris <rgm@gnu.org>
3600
3601 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3602 (apropos-documentation): Doc fixes.
3603
40a8bdf6
JB
36042011-11-11 Juanma Barranquero <lekktu@gmail.com>
3605
3606 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3607 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3608
65bd19ff
SM
36092011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * electric.el (electric-indent-post-self-insert-function): Make it
3612 possible for a char to only indent in some circumstances.
3613 (electric-indent-mode): Simplify.
3614
54f9154c
MR
36152011-11-11 Martin Rudalics <rudalics@gmx.at>
3616
3617 * window.el (windows-with-parameter): Remove unused function.
3618 (windows-at-side): Rename to window-at-side-list.
3619 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3620 (window-side-check, window-size-ignore, window-size-fixed-1)
3621 (window-in-direction-2): Prefix with "window--".
3622 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3623
68cbc58b
GM
36242011-11-11 Glenn Morris <rgm@gnu.org>
3625
3626 * subr.el (eval-after-load): If FILE is already loaded,
3627 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3628
b2621720
GM
36292011-11-10 Glenn Morris <rgm@gnu.org>
3630
9a4de110
GM
3631 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3632 Call svn via vc-svn-command rather than vc-do-command.
3633 (vc-svn-command): Add --non-interactive. (Bug#9993)
3634 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3635
b2621720
GM
3636 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3637 Add toggle-read-only. (Bug#7292)
3638 * files.el (toggle-read-only): Mention that it should only
3639 be used interactively. (Bug#10006)
3640
1dce7193
SM
36412011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3642
d9ac1a1e
SM
3643 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3644 Adjust regexp for OCaml warnings.
3645
0c325082
SM
3646 * electric.el (electric-pair-post-self-insert-function): Let user
3647 turn it off buffer-locally (bug#9932).
3648
90132c14
SM
3649 * progmodes/python.el (python-beginning-of-statement):
3650 Rewrite (bug#2703).
3651
1dce7193
SM
3652 * progmodes/compile.el: Better handle TABs (bug#9749).
3653 (compilation-internal-error-properties)
3654 (compilation-next-error-function): Obey the target buffer's
3655 compilation-error-screen-columns.
3656
c4e7c63a
JB
36572011-11-09 Juanma Barranquero <lekktu@gmail.com>
3658
3659 * progmodes/meta-mode.el: Remove obsolete comments.
3660 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3661 Fix typos in docstrings.
3662
2cffd681
MR
36632011-11-09 Martin Rudalics <rudalics@gmx.at>
3664
3665 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3666 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3667 (window--resizable): New function. Make all callers of
3668 window-resizable call window--resizable instead.
3669 (window-resizable): Rewrite in terms of window--resizable.
3670
0edcba87
GM
36712011-11-08 Glenn Morris <rgm@gnu.org>
3672
3673 * progmodes/delphi.el (delphi-mode-syntax-table):
3674 Let define-derived-mode define a proper syntax table. (Bug#9994)
3675
4b0d61e3
SM
36762011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * window.el: Stay away from defsubst.
3679 (window-list-no-nils): Remove.
3680 (window-state-get-1, window-state-get): Use backquote instead.
3681
cd394be1 36822011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3683
4b0d61e3 3684 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3685 Fix incorrect use of default argument in `completing-read'.
3686
e1c2c6f2
MR
36872011-11-08 Martin Rudalics <rudalics@gmx.at>
3688
3689 * window.el (display-buffer-function, special-display-function):
3690 Mention display-buffer-record-window but do not mention
3691 help-setup parameter in doc-strings.
b3f4a882 3692 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3693
105216ed
CY
36942011-11-08 Chong Yidong <cyd@gnu.org>
3695
3696 * window.el (window-total-height, window-total-width): Doc fix.
3697 (window-body-size): Move from C.
3698 (window-body-height, window-body-width): Move to C.
3699
0a9f9ab5
SM
37002011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * window.el: Make special-display like display-buffer-alist (bug#9532).
3703 (display-buffer--special-action): New function, morphed
3704 from display-buffer--special.
3705 (display-buffer): Use it to handle special-display-buffers at higher
3706 priority (just after display-buffer-alist).
3707 (display-buffer-fallback-action, display-buffer--other-frame-action)
3708 (pop-to-buffer-same-window): Remove display-buffer--special.
3709
a769dd15
GM
37102011-11-07 Glenn Morris <rgm@gnu.org>
3711
3712 * calendar/cal-menu.el (cal-menu-set-date-title):
3713 Do nothing if not in a calendar. (Bug#9976)
3714
05a61ee3
SM
37152011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * files.el (find-file): Always use selected-window.
3718
be7f5545
MR
37192011-11-07 Martin Rudalics <rudalics@gmx.at>
3720
3721 * window.el (window-combinations): Make WINDOW argument
3722 mandatory. Rewrite doc-string.
3723 (walk-window-subtree, window-atom-check, window-min-delta)
3724 (window-max-delta, window--resize-this-window)
3725 (window--resize-root-window-vertically, window-tree)
3726 (balance-windows, window-state-put): Rewrite doc-strings as to
3727 not mention the term "subwindow".
3728 (window--resize-subwindows-skip-p): Rename to
3729 window--resize-child-windows-skip-p.
3730 (window--resize-subwindows-normal): Rename to
3731 window--resize-child-windows-normal.
3732 (window--resize-subwindows): Rename to
3733 window--resize-child-windows.
3734 (window-or-subwindow-p): Rename to window--in-subtree-p.
3735
3c6702ef
ML
37362011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3737
3738 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3739 Ensure that mbox format messages end in two newlines (Bug#9974).
3740
49745b39
CY
37412011-11-06 Chong Yidong <cyd@gnu.org>
3742
3743 * window.el (window-combination-p): Function deleted; its
3744 side-effect is not used in any existing code.
3745 (window-combinations, window-combined-p): Call window-*-child
3746 directly.
3747
24300f5f
CY
37482011-11-05 Chong Yidong <cyd@gnu.org>
3749
3750 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3751 (window-size-ignore, window-state-get): Callers changed.
3752 (window-normalize-window): Rename from window-normalize-any-window.
3753 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3754 (window-normalize-live-window): Delete.
447f16b8
CY
3755 (window-combination-p, window-combined-p, window-combinations)
3756 (walk-window-subtree, window-atom-root, window-min-size)
3757 (window-sizable, window-sizable-p, window-size-fixed-p)
3758 (window-min-delta, window-max-delta, window-resizable)
3759 (window-resizable-p, window-full-height-p, window-full-width-p)
3760 (window-current-scroll-bars, window-point-1, set-window-point-1)
3761 (window-at-side-p, window-in-direction, window-resize)
3762 (adjust-window-trailing-edge, maximize-window, minimize-window)
3763 (window-deletable-p, delete-window, delete-other-windows)
3764 (record-window-buffer, unrecord-window-buffer)
3765 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3766 (quit-window, split-window, window-state-put)
3767 (set-window-text-height, fit-window-to-buffer)
3768 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3769
89bd5ee1
EZ
37702011-11-04 Eli Zaretskii <eliz@gnu.org>
3771
53479029
EZ
3772 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3773 rfc2047-decode-string.
3774 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3775 warnings.
3776
89bd5ee1
EZ
3777 * window.el (window-body-height, window-body-width): Mention in
3778 the doc string that the return values are in frame's canonical
3779 units. (Bug#9949)
3780
bd17fdee
AM
37812011-11-03 Alan Mackenzie <acm@muc.de>
3782
3783 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3784 change in cc-engine.el.
3785
acc825c5
SM
37862011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3789
1885e5b8
MR
37902011-11-02 Martin Rudalics <rudalics@gmx.at>
3791
3792 * window.el (quit-window): Call unrecord-window-buffer after
3793 showing another buffer in the window. (Bug#9937)
acc825c5 3794 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3795
ebe06da9
JB
37962011-11-02 Juanma Barranquero <lekktu@gmail.com>
3797
3798 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3799 Accept status with more than 9 shelves. (Bug#9935)
3800 Reported by Colin D Bennett <colin@gibibit.com>.
3801
4ee88440
MR
38022011-11-01 Martin Rudalics <rudalics@gmx.at>
3803
3804 * help.el (with-help-window): Don't reference
3805 temp-buffer-show-specifiers in doc-string.
3806
08e1d82c
AS
38072011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3808
3809 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3810 menu-item.
3811
84bd6e9e
VJL
38122011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3813
3814 * whitespace.el: New version 13.2.2.
3815 (whitespace-newline-mode): Disable properly. Reported by Sarah
3816 <EmacsWiki>.
3817
dba0634a
UJ
38182011-10-30 Ulf Jasper <ulf.jasper@web.de>
3819
3820 * net/newst-treeview.el: Remove "Time-stamp".
3821 (newsticker--group-manage-orphan-feeds): Do not call
3822 newsticker--treeview-tree-update.
db22a3c2
JB
3823 (newsticker-treeview-update, newsticker-treeview):
3824 Call newsticker--treeview-tree-update if necessary.
dba0634a 3825
3d8daefe
MR
38262011-10-30 Martin Rudalics <rudalics@gmx.at>
3827
3828 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3829 (window-iso-combinations): Remove "iso-" infix.
3830 Suggested by Chong Yidong.
3d8daefe
MR
3831 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3832 (window-max-delta-1, window-resize, window--resize-siblings)
3833 (window--resize-this-window, adjust-window-trailing-edge)
3834 (split-window, balance-windows-1)
3835 (shrink-window-if-larger-than-buffer):
3836 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3837 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3838
1bc4c3ae
SM
38392011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3842 in place (bug#9907).
3843 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3844 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3845 (eshell-structure-basic-command, eshell-rewrite-while-command)
3846 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3847 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3848 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3849 (eshell-do-pipelines-synchronously, eshell-eval-command):
3850 Use backquotes and prefer setq to set.
3851 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3852 (eshell-macrop): Use functionp.
c1e2f5fa 3853 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3854
30b65d9c
CY
38552011-10-30 Chong Yidong <cyd@gnu.org>
3856
3857 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3858 instead of set-mark (Bug#9810).
3859
2d197ffb
CY
38602011-10-30 Chong Yidong <cyd@gnu.org>
3861
3862 * window.el (split-window-below, split-window-right): Rename from
3863 split-window-above-each-other and split-window-side-by-side
3864 respectively. All callers changed.
3865 (split-window-sensibly, split-window-sensibly): Use them.
3866 (split-window-keep-point): Doc fix.
3867
3868 * isearch.el: Add isearch-scroll property to split-window-below
3869 and split-window-right.
3870
3871 * follow.el (follow-mode):
3872 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3873 * progmodes/ada-xref.el (ada-gdb-application):
3874 * emulation/vip.el (vip-buffer-in-two-windows):
3875 * image-dired.el (image-dired-dired-with-window-configuration):
3876 * dired-x.el (dired-do-find-marked-files):
3877 * dired.el (dired-pop-to-buffer):
3878 * bs.el (bs--show-with-configuration):
3879 * vc/emerge.el (emerge-setup-windows):
3880 * textmodes/two-column.el (2C-two-columns):
3881 * textmodes/reftex-toc.el (reftex-toc):
3882 * progmodes/gdb-mi.el (gdb-setup-windows):
3883 * progmodes/fortran.el (fortran-window-create):
3884 * net/newst-treeview.el (newsticker--treeview-window-init):
3885 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3886 * emulation/tpu-edt.el (tpu-gold-map):
3887 * emulation/crisp.el (crisp-mode-map):
3888 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3889
38bb2ca8
CY
38902011-10-29 Chong Yidong <cyd@gnu.org>
3891
aa4de341
CY
3892 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3893
e1eb5385
CY
3894 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3895
5d2ece3c
CY
3896 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3897 forged Ispell output (Bug#7904).
3898
38bb2ca8
CY
3899 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3900
d0af9f77
SM
39012011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * doc-view.el: Avoid ugly errors about not finding nil.
3904 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3905 (doc-view-dvipdf-program, doc-view-unoconv-program)
3906 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3907 Avoid nil or absolute file name as default value.
3908 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3909
52bedd34
AM
39102011-10-28 Alan Mackenzie <acm@muc.de>
3911
db22a3c2 3912 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3913
7e43cfa5
AM
39142011-10-28 Alan Mackenzie <acm@muc.de>
3915
3916 Amend the handling of c-beginning/end-of-defun in nested declaration
3917 scopes.
3918
52bedd34
AM
3919 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3920 cc-langs.el. Change it to a defcustom.
7e43cfa5 3921
52bedd34
AM
3922 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3923 cc-vars.el.
7e43cfa5 3924
d0af9f77
SM
3925 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3926 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3927
52bedd34 3928 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3929 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3930 (c-widen-to-enclosing-decl-scope): New function.
3931 (c-while-widening-to-decl-block): New macro.
3932 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3933 outward for defun boundaries, and correspondingly change symbol
3934 `respect-enclosure' to `go-outward'.
3935 (c-declaration-limits): Change algorithm to report only the "innermost"
3936 defun's boundaries.
3937
1a2ce9ee
DD
39382011-10-28 Deniz Dogan <deniz@dogan.se>
3939
3940 * net/rcirc.el (rcirc-mode): Use hard newlines.
3941
bc97a826
AM
39422011-10-28 Alan Mackenzie <acm@muc.de>
3943
3944 Amend to indent and fontify macros "which include their own semicolon"
3945 correctly, using the "virtual semicolon" mechanism.
3946
52bedd34 3947 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3948
d0af9f77 3949 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3950 Recode to scan one line at a time rather than having \n and \r
58179cce 3951 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3952 (c-forward-label): Amend for virtual semicolons.
58179cce 3953 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3954
52bedd34
AM
3955 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3956 of the new C macros.
bc97a826 3957
52bedd34 3958 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3959 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3960 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3961 (c-opt-cpp-macro-define): Make into a full language variable.
3962 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3963 AWK Mode (including \n, \r) removed, no longer needed.
3964
d0af9f77
SM
3965 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3966 Invoke c-make-macro-with-semi-re.
bc97a826 3967
52bedd34
AM
3968 * progmodes/cc-vars.el (c-macro-with-semi-re):
3969 (c-macro-names-with-semicolon): New variables.
58179cce 3970 (c-make-macro-with-semi-re): New function.
bc97a826 3971
7a6c0941
SM
39722011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 * vc/log-edit.el: Fill empty field rather than adding new one.
3975 (log-edit-add-field): New function.
3976 (log-edit-insert-changelog): Use it.
3977
b0c4cdcf
ML
39782011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3979
3980 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3981
ee1f1da9
SM
39822011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3985 (gdb--check-interpreter): New function.
3986 (gdb): Use it.
3987
51bc5f8b
GM
39882011-10-27 Glenn Morris <rgm@gnu.org>
3989
416a2c45
GM
3990 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3991 (least-positive-float, least-negative-float)
3992 (least-positive-normalized-float, least-negative-normalized-float)
3993 (float-epsilon, float-negative-epsilon):
3994 Remove unnecessary declarations.
3995
3996 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3997 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3998 (least-positive-float, least-negative-float)
3999 (least-positive-normalized-float, least-negative-normalized-float)
4000 (float-epsilon, float-negative-epsilon): Add doc-strings,
4001 based on those in cl.texi.
4002
51bc5f8b
GM
4003 * files.el (set-visited-file-name): If the major-mode changed,
4004 reload the local variables. (Bug#9796)
4005
15de15c6
CY
40062011-10-27 Chong Yidong <cyd@gnu.org>
4007
4008 * subr.el (change-major-mode-after-body-hook): New hook.
4009 (run-mode-hooks): Run it.
4010
ee1f1da9
SM
4011 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4012 Use change-major-mode-before-body-hook.
15de15c6
CY
4013
4014 * simple.el (fundamental-mode):
4015 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4016 change introducing fundamental-mode-hook.
4017
5430d399
JB
40182011-10-26 Juanma Barranquero <lekktu@gmail.com>
4019
acc825c5 4020 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4021
ad74a69e
MA
40222011-10-26 Michael Albinus <michael.albinus@gmx.de>
4023
4024 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4025 tramp.el explicitly. (Bug#7583)
ad74a69e 4026
71d4c2a5
SM
40272011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * progmodes/octave-mod.el:
4030 * progmodes/octave-inf.el: Update maintainer.
4031
b1f6fa26
CY
40322011-10-26 Chong Yidong <cyd@gnu.org>
4033
4034 * subr.el (with-wrapper-hook): Rewrite doc.
4035
3f04efd6
MA
40362011-10-25 Michael Albinus <michael.albinus@gmx.de>
4037
4038 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4039 filenames "/method:foo:". (Bug#9793)
3f04efd6 4040
410488d3
SM
40412011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4044 (bug#9865).
4045
c1ebb47e
GM
40462011-10-24 Glenn Morris <rgm@gnu.org>
4047
4048 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4049
7f5c46c7
MA
40502011-10-24 Michael Albinus <michael.albinus@gmx.de>
4051
4052 * notifications.el: Add the requirement of a running D-Bus session
4053 bus to the Commentary.
4054
db2440b6
JL
40552011-10-24 Juri Linkov <juri@jurta.org>
4056
4057 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4058 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4059 (Bug#9364)
4060
feecf435
JL
40612011-10-24 Juri Linkov <juri@jurta.org>
4062
4063 * info.el (Info-following-node-name-re): Add newline to the list
4064 of allowed characters for leading space. (Bug#9824)
4065
a3839de2
SM
40662011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4067
acc825c5
SM
4068 * progmodes/octave-inf.el (inferior-octave-mode-map):
4069 Fix C-c C-h binding.
a3839de2
SM
4070 * progmodes/octave-mod.el (octave-help): Remove.
4071
09388e76
MA
40722011-10-23 Michael Albinus <michael.albinus@gmx.de>
4073
4074 Sync with Tramp 2.2.3.
4075
4076 * net/tramp-cache.el (top): Pacify byte-compiler using
4077 `init-file-user' and `site-run-file'.
4078
4079 * net/trampver.el: Update release number.
4080
86c60681
CY
40812011-10-23 Chong Yidong <cyd@gnu.org>
4082
4083 * files.el (toggle-read-only): Remove obsolete comment about
4084 version control.
4085
4086 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4087 for toggle-read-only. Note that this hasn't called vc-next-action
4088 since 2008-05-02, though it wasn't documented at the time.
4089
a3839de2
SM
4090 * vc/ediff-init.el (ediff-toggle-read-only-function):
4091 Use toggle-read-only.
86c60681 4092
cd5495ff
AM
40932011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4094
4095 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4096 of c-parse-state.
4097
00b77525 4098 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4099 correct faulty logical expression.
cd5495ff
AM
4100 (c-parse-state-state, c-record-parse-state-state):
4101 (c-replay-parse-state-state): New defvar/defuns.
4102 (c-debug-parse-state): Use new functions.
4103
42ee24ed
MR
41042011-10-22 Martin Rudalics <rudalics@gmx.at>
4105
4106 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4107 last fix. Use window-in-direction correctly.
42ee24ed 4108
a7dee7e7
CY
41092011-10-21 Chong Yidong <cyd@gnu.org>
4110
4111 * progmodes/idlwave.el (idlwave-mode):
4112 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4113 require-final-newline; that's done in prog-mode.
4114 Suggested by Stefan Monnier.
a7dee7e7 4115
e07b9a6d
MR
41162011-10-21 Martin Rudalics <rudalics@gmx.at>
4117
4118 * mouse.el (mouse-drag-window-above)
4119 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4120 (mouse-drag-mode-line-1, mouse-drag-header-line)
4121 (mouse-drag-vertical-line-rightward-window): Remove.
4122 (mouse-drag-line): New function.
4123 (mouse-drag-mode-line, mouse-drag-header-line)
4124 (mouse-drag-vertical-line): Call mouse-drag-line.
4125 * window.el (window-at-side-p, windows-at-side): New functions.
4126
7e1361d9
UM
41272011-10-21 Ulrich Mueller <ulm@gentoo.org>
4128
4129 * tar-mode.el (tar-grind-file-mode):
4130 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4131
30fcaf3a
CY
41322011-10-21 Chong Yidong <cyd@gnu.org>
4133
4134 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4135 * progmodes/vera-mode.el (vera-mode):
4136 Use mode-require-final-newline.
30fcaf3a 4137
516eddb0
GM
41382011-10-20 Glenn Morris <rgm@gnu.org>
4139
db22a3c2 4140 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4141
10d5f513
CS
41422011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4143
4144 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4145
ac6c8639
CY
41462011-10-20 Chong Yidong <cyd@gnu.org>
4147
4148 * emulation/cua-base.el (cua-mode):
4149 * mail/footnote.el (footnote-mode):
4150 * mail/mailabbrev.el (mail-abbrevs-mode):
4151 * net/xesam.el (xesam-minor-mode):
4152 * progmodes/bug-reference.el (bug-reference-mode):
4153 * progmodes/cap-words.el (capitalized-words-mode):
4154 * progmodes/compile.el (compilation-minor-mode)
4155 (compilation-shell-minor-mode):
4156 * progmodes/gud.el (gud-tooltip-mode):
4157 * progmodes/hideif.el (hide-ifdef-mode):
4158 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4159 * progmodes/subword.el (subword-mode):
4160 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4161 * progmodes/which-func.el (which-function-mode):
4162 * term/tvi970.el (tvi970-set-keypad-mode):
4163 * term/vt100.el (vt100-wide-mode):
4164 * textmodes/flyspell.el (flyspell-mode):
4165 * textmodes/ispell.el (ispell-minor-mode):
4166 * textmodes/nroff-mode.el (nroff-electric-mode):
4167 * textmodes/paragraphs.el (use-hard-newlines):
4168 * textmodes/refill.el (refill-mode):
4169 * textmodes/reftex.el (reftex-mode):
4170 * textmodes/rst.el (rst-minor-mode):
4171 * textmodes/sgml-mode.el (html-autoview-mode)
4172 (sgml-electric-tag-pair-mode):
4173 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4174 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4175 * emulation/crisp.el (crisp-mode):
4176 * emacs-lisp/eldoc.el (eldoc-mode):
4177 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4178 minor mode behavior.
4179
aa42ab43
JL
41802011-10-19 Juri Linkov <juri@jurta.org>
4181
4182 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4183 the list of hard-coded chars with escape-glyph face.
4184
89400f1d
SM
41852011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4188
305c07f6
MA
41892011-10-19 Michael Albinus <michael.albinus@gmx.de>
4190
4191 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4192 running process.
4193
13754b54
GM
41942011-10-19 Glenn Morris <rgm@gnu.org>
4195
4196 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4197 Ignore ignored files. (Bug#9726)
4198
06e21633
CY
41992011-10-19 Chong Yidong <cyd@gnu.org>
4200
4201 Doc fix for minor modes, stating that an omitted argument enables
4202 the mode unconditionally when called from Lisp.
4203
4204 * abbrev.el (abbrev-mode):
4205 * allout.el (allout-mode):
4206 * autoinsert.el (auto-insert-mode):
4207 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4208 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4209 (global-auto-revert-mode):
4210 * battery.el (display-battery-mode):
4211 * composite.el (global-auto-composition-mode)
4212 (auto-composition-mode):
4213 * delsel.el (delete-selection-mode):
4214 * desktop.el (desktop-save-mode):
4215 * dired-x.el (dired-omit-mode):
4216 * dirtrack.el (dirtrack-mode):
4217 * doc-view.el (doc-view-minor-mode):
4218 * double.el (double-mode):
4219 * electric.el (electric-indent-mode, electric-pair-mode):
4220 * emacs-lock.el (emacs-lock-mode):
4221 * epa-hook.el (auto-encryption-mode):
4222 * follow.el (follow-mode):
4223 * font-core.el (font-lock-mode):
4224 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4225 * help.el (temp-buffer-resize-mode):
4226 * hilit-chg.el (highlight-changes-mode)
4227 (highlight-changes-visible-mode):
4228 * hi-lock.el (hi-lock-mode):
4229 * hl-line.el (hl-line-mode, global-hl-line-mode):
4230 * icomplete.el (icomplete-mode):
4231 * ido.el (ido-everywhere):
4232 * image-file.el (auto-image-file-mode):
4233 * image-mode.el (image-minor-mode):
4234 * iswitchb.el (iswitchb-mode):
4235 * jka-cmpr-hook.el (auto-compression-mode):
4236 * linum.el (linum-mode):
4237 * longlines.el (longlines-mode):
4238 * master.el (master-mode):
4239 * mb-depth.el (minibuffer-depth-indicate-mode):
4240 * menu-bar.el (menu-bar-mode):
4241 * minibuf-eldef.el (minibuffer-electric-default-mode):
4242 * mouse-sel.el (mouse-sel-mode):
4243 * msb.el (msb-mode):
4244 * mwheel.el (mouse-wheel-mode):
4245 * outline.el (outline-minor-mode):
4246 * paren.el (show-paren-mode):
4247 * recentf.el (recentf-mode):
4248 * reveal.el (reveal-mode, global-reveal-mode):
4249 * rfn-eshadow.el (file-name-shadow-mode):
4250 * ruler-mode.el (ruler-mode):
4251 * savehist.el (savehist-mode):
4252 * scroll-all.el (scroll-all-mode):
4253 * scroll-bar.el (scroll-bar-mode):
4254 * server.el (server-mode):
4255 * shell.el (shell-dirtrack-mode):
4256 * simple.el (auto-fill-mode, transient-mark-mode)
4257 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4258 (line-number-mode, column-number-mode, size-indication-mode)
4259 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4260 * strokes.el (strokes-mode):
4261 * time.el (display-time-mode):
4262 * t-mouse.el (gpm-mouse-mode):
4263 * tool-bar.el (tool-bar-mode):
4264 * tooltip.el (tooltip-mode):
4265 * type-break.el (type-break-mode-line-message-mode)
4266 (type-break-query-mode):
4267 * view.el (view-mode):
4268 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4269 (global-whitespace-mode, global-whitespace-newline-mode):
4270 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4271
a3839de2
SM
4272 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4273 Fix autogenerated docstring.
06e21633 4274
5214e501
JL
42752011-10-19 Juri Linkov <juri@jurta.org>
4276
4277 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4278 by checking environment variables "DESKTOP_SESSION" and
4279 "XDG_CURRENT_DESKTOP". (Bug#9779)
4280
195f8db9
JL
42812011-10-19 Juri Linkov <juri@jurta.org>
4282
4283 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4284 (browse-url-chromium-program, browse-url-chromium-arguments):
4285 New defcustoms.
4286 (browse-url-default-browser): Check for `browse-url-chromium' and
4287 call `browse-url-chromium-program'.
4288 (browse-url-chromium): New command. (Bug#9779)
4289
343a34ff
JB
42902011-10-18 Juanma Barranquero <lekktu@gmail.com>
4291
4292 * facemenu.el (list-colors-duplicates): On Windows, detect more
4293 duplicates by assuming that only colors matching "^System" are
4294 special "system colors". (Bug#9722)
4295
6978a151
SM
42962011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4299 to distinguish the author from the committer.
4300
6a80b297
MA
43012011-10-18 Michael Albinus <michael.albinus@gmx.de>
4302
4303 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4304
b31a5677
JK
43052011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4306
4307 * international/mule.el (sgml-html-meta-auto-coding-function):
4308 Add support for detecting encoding in HTML5 specified only as
4309 <meta charset="UTF-8">. Implementation just makes http-equiv and
4310 content-type parts from HTML4 encoding string optional. (Bug#9716)
4311
80c6d77f
GM
43122011-10-18 Glenn Morris <rgm@gnu.org>
4313
4314 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4315
08b0fee8
CY
43162011-10-18 Chong Yidong <cyd@gnu.org>
4317
4318 * faces.el (cursor): Doc fix.
4319
67e729a5
CY
43202011-10-17 Chong Yidong <cyd@gnu.org>
4321
4322 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4323
343a34ff 43242011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4325
4326 * dirtrack.el (dirtrack): Support shell buffers with path
4327 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4328
0bc06380
TZ
43292011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4330
4331 * json.el: Bump version to 1.3 and note change in History.
4332 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4333
8b79f3e0
SM
43342011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4335
5a7c536b
SM
4336 * comint.el (comint-insert-input, comint-send-input)
4337 (comint-get-old-input-default, comint-backward-matching-input)
4338 (comint-next-prompt): Use nil instead of `input' for field property of
4339 past user input (bug#114).
4340
96a8a0df
SM
4341 * minibuffer.el (completion--replace): Inherit surrounding properties
4342 (bug#114).
4343 (minibuffer-complete-and-exit): Use it.
4344
8b79f3e0
SM
4345 * comint.el (comint--table-subvert): Quote the all-completions output
4346 (bug#9160).
4347
b8f7ff0d
MR
43482011-10-17 Martin Rudalics <rudalics@gmx.at>
4349
8b79f3e0 4350 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4351
b8f7ff0d 4352 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4353 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4354 entries and separate them from frame entries.
4355
c235b555
GM
43562011-10-15 Glenn Morris <rgm@gnu.org>
4357
4358 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4359 Doc fixes.
4360
6bbfa6e1
CY
43612011-10-15 Chong Yidong <cyd@stupidchicken.com>
4362
8b79f3e0
SM
4363 * net/network-stream.el (network-stream-open-starttls):
4364 Improve detection of failure due to lack of TLS support.
ec5c990d 4365
6bbfa6e1
CY
4366 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4367 putting the input text in front and in bold.
4368
98488977
SM
43692011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4370
3d1337be
SM
4371 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4372
ee0b45e4
SM
4373 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4374 empty buffer.
4375
98488977
SM
4376 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4377 unread-command-events rather than pushing yet-another event.
4378
186f4720
EZ
43792011-10-14 Eli Zaretskii <eliz@gnu.org>
4380
4381 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4382 the explanation of the possible choices. Make the options passed
4383 to completing-read shorter.
4384
8b7a997c
AM
43852011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4386
4387 * textmodes/flyspell.el (flyspell-large-region): Make sure
4388 extended character mode is used if defined (Bug#1339).
4389
12587bbb
EZ
43902011-10-13 Eli Zaretskii <eliz@gnu.org>
4391
4392 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4393 character info for LRE, LRO, RLE, and RLO characters by appending
4394 an invisible PDF.
12587bbb 4395
bad41229
SM
43962011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4399 even in case of error; add debug spec; simplify data flow.
4400 (with-timeout-handler): Remove.
4401
28dbc92f
MA
44022011-10-12 Michael Albinus <michael.albinus@gmx.de>
4403
4404 Fix Bug#6019, Bug#9315.
4405
4406 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4407 complete `buffer-file-name', the local file name part could look
4408 remotely (for example on VMS).
4409
4410 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4411 `tramp-run-real-handler'.
4412 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4413 already quoted by '"'.
4414
4415 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4416 Let `file-name-handler-alist' be nil, the local file name part
4417 could look remotely (for example on VMS).
4418
e1b0b23a
SM
44192011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4422 from here...
4423 (flyspell-post-command-hook): ...to here.
4424
a120bde9
SM
44252011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4428 if not needed.
4429 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4430 using completion. Protect against "slow" callers.
4431 Remove the "message hack".
4432
7ce7717b
JL
44332011-10-11 Juri Linkov <juri@jurta.org>
4434
4435 * isearch.el (isearch-lazy-highlight-word): New variable.
4436 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4437 Use it. (Bug#9727)
4438
c02ee9d6
GM
44392011-10-11 Glenn Morris <rgm@gnu.org>
4440
4441 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4442 like f90-previous-statement does.
4443
93e616fd 44442011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4445
1f190e73 4446 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4447 only in interactive use, to avoid error.
4448
af7b6078
SM
44492011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * minibuffer.el (completion-file-name-table): Fix last change,
4452 i.e. ignore normal errors but not the other ones.
4453
0563dae9
MR
44542011-10-10 Martin Rudalics <rudalics@gmx.at>
4455
4456 * window.el (special-display-buffer-names)
4457 (special-display-regexps): Remove some remnants of earlier
4458 changes from doc-strings.
366ca7f3
MR
4459 (quit-windows-on): New function.
4460
4461 * vc/vc.el (vc-revert, vc-rollback):
4462 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4463 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4464 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4465
49677495
MR
44662011-10-09 Martin Rudalics <rudalics@gmx.at>
4467
4468 * window.el (frame-auto-hide-function): Add version tag.
4469 (Bug#9699)
4470
56f2d1e1
MA
44712011-10-09 Michael Albinus <michael.albinus@gmx.de>
4472
4473 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4474 condition.
4475
112a6592
LL
44762011-10-09 Leo Liu <sdl.web@gmail.com>
4477
4478 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4479 (Bug#9701)
4480
0812589b
GM
44812011-10-08 Glenn Morris <rgm@gnu.org>
4482
4483 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4484 before the first code statement zero indent. (Bug#9690)
4485
b2b0776e
CY
44862011-10-08 Chong Yidong <cyd@stupidchicken.com>
4487
4488 * simple.el (count-words-region): Always count in the region.
4489 Report the number of lines and characters too.
4490 (count-words): New command, which counts in the buffer if the
4491 region is inactive, as count-words-region used to.
4492 (count-words--message): New function. Handle plurals.
4493 (count-lines-region): Make it an alias for count-words-region.
4494
4495 * bindings.el (esc-map): Replace count-lines-region with
4496 count-words-region.
4497
c557cd6b
MR
44982011-10-08 Martin Rudalics <rudalics@gmx.at>
4499
4500 * window.el (window--delete): Delete dedicated frame
4501 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4502 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4503
61a57ef4 45042011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4505
3a7d293b 4506 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4507
c3833279
CY
45082011-10-07 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * bindings.el ([M-left],[M-right]): Bind to left-word and
4511 right-word respectively.
4512
21ce8245
GM
45132011-10-07 Glenn Morris <rgm@gnu.org>
4514
4515 * cus-start.el (debug-on-quit): Fix custom type.
4516
6d823bb2
LMI
45172011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
0181e193
LMI
4519 * subr.el (define-key-after): Clarify that the function is not
4520 useful for non-menu keymaps.
4521
6d823bb2
LMI
4522 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4523
8e3459ce 45242011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4525
21ce8245 4526 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4527 in current minibuffer (Fix bug with recursive minibuffers).
4528
a1c2d21e
CY
45292011-10-06 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * progmodes/gdb-mi.el (gdb): Doc fix.
4532
5a4cf282
MR
45332011-10-05 Martin Rudalics <rudalics@gmx.at>
4534
4535 * window.el (frame-auto-hide-function): New option replacing
4536 frame-auto-delete. Suggested by Stefan Monnier.
4537 (window--delete): Call frame-auto-hide-function instead of
4538 investigating frame-auto-delete.
c96111ea
MR
4539 (window-point-1, set-window-point-1): New functions.
4540 (window-in-direction, record-window-buffer, window-state-get-1)
4541 (display-buffer-record-window): Use window-point-1 instead of
4542 window-point.
4543 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4544
9854542e
SM
45452011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4548
8943cfb0
GM
45492011-10-05 Glenn Morris <rgm@gnu.org>
4550
4551 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4552 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4553
647ab967
LL
45542011-10-05 Leo Liu <sdl.web@gmail.com>
4555
4556 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4557 works with buffer object.
4558
3ddfbced
SM
45592011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * mpc.el (mpc-tool-bar-map): Add labels.
4562
bdfa5dd2
GM
45632011-10-04 Glenn Morris <rgm@gnu.org>
4564
4565 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4566
0e2070b5
MR
45672011-10-04 Martin Rudalics <rudalics@gmx.at>
4568
4569 * window.el (window--delete): New function.
4570 (frame-auto-delete): Resuscitate option.
4571 (bury-buffer, replace-buffer-in-windows)
4572 (quit-window): Rewrite using window--delete.
4573 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4574 Pass display-buffer-mark-dedicated to window--display-buffer-2
4575 (Bug#9639).
4576
3dc61a09
SM
45772011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4578
915a9b64
SM
4579 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4580 returns a list (bug#9554). Add remote file name completion.
4581 * comint.el (comint--table-subvert): Curry and get quote&unquote
4582 functions as arguments.
4583 (comint--complete-file-name-data): Adjust call accordingly.
4584 * pcomplete.el (pcomplete--table-subvert): Remove.
4585 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4586
3dc61a09
SM
4587 * minibuffer.el (completion-table-case-fold): Use currying.
4588 (completion--styles-type, completion--cycling-threshold-type):
4589 New constants.
4590 (completion-styles, completion-category-overrides)
4591 (completion-cycle-threshold): Use them.
4592 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4593 completion-table-case-fold.
4594
8ea0a993
SB
45952011-10-03 Stephen Berman <stephen.berman@gmx.net>
4596
4597 * minibuffer.el (completion-category-overrides): Fix type of styles
4598 and add more user friendly tags (bug#9660).
4599
8c24b7f6
SM
46002011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4603 (mule-input-method-string): New widget.
4604 (default-input-method, language-info-custom-alist): Use it.
4605
428fe61a
SM
46062011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4607
32c1fffd
SM
4608 * pcomplete.el: Require comint.
4609 (pcomplete--common-suffix): Remove.
4610 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4611 (pcomplete--table-subvert): Sync with comint--table-subvert.
4612 (pcomplete--entries): Use comint-completion-file-name-table.
4613 * comint.el (comint-unquote-filename): Simplify.
4614 (comint-completion-file-name-table): New function (bug#9616).
4615 (comint--complete-file-name-data): Use it.
4616
428fe61a
SM
4617 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4618 (pcmpl-gnu-tar-buffer): Remove.
4619 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4620 around. Make sure pcomplete-suffix-list is only changed temporarily.
4621 Don't look inside the tar's file if it's too large.
428fe61a 4622
04c52e2f
CY
46232011-10-01 Chong Yidong <cyd@stupidchicken.com>
4624
ce3cefcc
CY
4625 * cus-edit.el (custom-mode-map):
4626 * epa.el (epa-key-list-mode-map):
4627 * man.el (Man-mode-map):
4628 * startup.el (splash-screen-keymap):
4629 * simple.el (special-mode-map): Use scroll-up-command and
4630 scroll-down-command.
4631
4632 * progmodes/idlw-help.el (idlwave-help-mode-map):
4633 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4634 * net/newst-plainview.el (newsticker-mode-map):
4635 * emulation/ws-mode.el (wordstar-mode-map):
4636 * emulation/vi.el (vi-com-map):
4637 * calc/calc-graph.el (calc-graph-show-dumb):
4638 * term/sun.el (terminal-init-sun):
4639 * term/ns-win.el (global-map):
4640 * progmodes/grep.el (grep-mode-map):
4641 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4642 * mail/rmail.el (rmail-mode-map):
4643 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4644
04c52e2f
CY
4645 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4646 custom-safe-themes as special.
4647
79adf8c8
JD
46482011-10-01 Julien Danjou <julien@danjou.info>
4649
4650 * notifications.el (notifications-notify): Fix docstring.
4651
63bd50d3
PS
46522011-10-01 Per Starbäck <per@starback.se>
4653
4654 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4655
199e4c7e
MR
46562011-09-30 Martin Rudalics <rudalics@gmx.at>
4657
4658 * startup.el (command-line-1): Fix last fix by inserting
4659 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4660 (Bug#9605) and (Bug#9636)
199e4c7e 4661
fe5f08dd
EZ
46622011-09-29 Eli Zaretskii <eliz@gnu.org>
4663
4664 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4665 window is hscrolled, move by logical lines. (Bug#9607)
4666 (line-move-visual): Update the doc string to the above effect.
4667
b5516bbd
MR
46682011-09-29 Martin Rudalics <rudalics@gmx.at>
4669
ccee00c0
MR
4670 * window.el (display-buffer-record-window): When WINDOW is the
4671 selected window use `point' instead of `window-point'. (Bug#9626)
4672
b5516bbd
MR
4673 * startup.el (command-line-1): Use insert-before-markers when
4674 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4675
b5516bbd
MR
4676 * help.el (help-window): Remove variable.
4677
52aa0014
GM
46782011-09-29 Glenn Morris <rgm@gnu.org>
4679
4680 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4681
df9a7357
JB
46822011-09-29 Juanma Barranquero <lekktu@gmail.com>
4683
4684 * descr-text.el (describe-char-categories): Accept category
4685 descriptions more than one line long.
4686
a8406c20
SM
46872011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4688
88d9610c
SM
4689 * simple.el (delete-trailing-whitespace): Fix last change.
4690
a5daf810
SM
4691 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4692 Don't confuse "y => 3" as the beginning of a `y' operation.
4693
a8406c20
SM
4694 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4695 object has more than 4 slots (bug#9613).
4696
a239d4e9
JB
46972011-09-28 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * subr.el (with-output-to-temp-buffer):
4700 * net/quickurl.el (quickurl, quickurl-browse-url):
4701 Fix typos in docstrings.
4702
693fbdb6
EZ
47032011-09-27 Eli Zaretskii <eliz@gnu.org>
4704
4705 * minibuffer.el (completion-styles)
4706 (completion-category-overrides): Cross reference each other in doc
4707 strings.
4708
8b457e28
GM
47092011-09-27 Glenn Morris <rgm@gnu.org>
4710
4711 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4712 to split-string. (Bug#9606)
4713
85a16208
LMI
47142011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4715
4716 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4717 (bug#9615).
4718
502f9ebd
CY
47192011-09-27 Chong Yidong <cyd@stupidchicken.com>
4720
4721 * emacs-lisp/package.el (list-packages): Fix echo area message.
4722
7690bdea
LL
47232011-09-27 Leo Liu <sdl.web@gmail.com>
4724
4725 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4726
e2ee6f30
MA
47272011-09-25 Michael Albinus <michael.albinus@gmx.de>
4728
4729 * net/dbus.el (dbus-unregister-object): Don't release services for
4730 registered signals. (Bug#9581)
4731
f3f98342
TZ
47322011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4733
4734 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4735 function that picks between cfengine 2 and 3 support
4736 automatically. Update docs accordingly.
4737
dd7aa8dd
KH
47382011-09-22 Kenichi Handa <handa@m17n.org>
4739
4740 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4741 ZERO.
4742 (indian-itrans-v5-table-for-tamil): New variable.
4743 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4744
3f2b07f8
KM
47452011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4746
4747 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4748 that's true if the current command involved collapsing of text.
4749 It's reset to false at the beginning of the next command.
4750 (allout-post-command-business): Move the cursor to the beginning
4751 of entry if the cursor is hidden and collapsing activity just
4752 happened.
4753
371d6a61
CY
47542011-09-24 Chong Yidong <cyd@stupidchicken.com>
4755
4756 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4757 tracking (Bug#9541).
4758
2ac2721a
UJ
47592011-09-24 Ulf Jasper <ulf.jasper@web.de>
4760
4761 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4762 (newsticker-show-news): Automatically load html rendering package
4763 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4764 because w3m-fill-column is let-bound" and the error "Symbol's value
4765 as variable is void: w3m-fill-column".
2ac2721a 4766
fac7ae53
MA
47672011-09-24 Michael Albinus <michael.albinus@gmx.de>
4768
4769 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4770 Release services only if they are defined. (Bug#9581)
4771
e08b633b
RS
47722011-09-23 Richard Stallman <rms@gnu.org>
4773
e488d29c
RS
4774 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4775 distinguish start of paragraph from start of its text.
4776
19c38752
RS
4777 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4778
e08b633b
RS
4779 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4780 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4781 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4782
0a39f27e
AS
47832011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4784
4785 * international/mule-diag.el (mule-diag): Insert a newline after
4786 each fontset description.
4787
db4e950d
SM
47882011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * simple.el (delete-trailing-whitespace):
4791 Document last change; simplify.
4792
eca3f3ea
PW
47932011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4794
d68e189a
PW
4795 * simple.el (delete-trailing-whitespace): Also delete
4796 extra newlines at the end of the buffer.
4797
eca3f3ea
PW
4798 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4799 (picture-newline): Use forward-line so as to ignore fields.
4800
01c157cc
SM
48012011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * subr.el (with-wrapper-hook): Fix edebug spec.
4804
022de23e
LMI
48052011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4806
4807 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4808 (bug#4538).
4809
91683089
MA
48102011-09-23 Michael Albinus <michael.albinus@gmx.de>
4811
eca3f3ea
PW
4812 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4813 Fix nasty bug using wrong cached values.
91683089 4814
5bdd6fa4
AM
48152011-09-23 Alan Mackenzie <acm@muc.de>
4816
4817 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4818
97adfb97
CY
48192011-09-23 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * window.el (pop-to-buffer): Ensure right window is selected if we
4822 chose another frame.
4823
d4ef2b50
EZ
48242011-09-22 Eli Zaretskii <eliz@gnu.org>
4825
4826 * simple.el (what-cursor-position): Use get-char-property-change
4827 and next-single-char-property-change, to be able to show display
4828 properties that come from overlays as well as text properties.
4829
72258fe5
CY
48302011-09-22 Chong Yidong <cyd@stupidchicken.com>
4831
4832 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4833
4834 * cmuscheme.el (run-scheme, switch-to-scheme):
4835 * cus-edit.el (customize-group, custom-buffer-create)
4836 (customize-browse):
4837 * info.el (info):
4838 * shell.el (shell):
4839 * mail/sendmail.el (mail):
4840 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4841
8f098516
RS
48422011-09-22 Richard Stallman <rms@gnu.org>
4843
4844 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4845 move back only to line beg, don't move back over blank lines.
4846
e74f1bb6
MA
48472011-09-22 Michael Albinus <michael.albinus@gmx.de>
4848
4849 * files.el (copy-directory): Set directory attributes only in case
4850 they could be retrieved from the source directory. (Bug#9565)
4851
bfeef8b6
DK
48522011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4853
4854 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4855 (hs-find-block-beginning, hs-hide-level-recursive):
4856 Ignore strings as well as comments. (Bug#9502)
4857
7e423bb8
AS
48582011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4859
4860 * progmodes/sql.el (sql-comint-postgres):
4861 Convert port number to a string. (Bug#9566)
4862
b4d72fcf
MR
48632011-09-22 Martin Rudalics <rudalics@gmx.at>
4864
4865 * window.el (quit-window): Undedicate window when switching to
4866 previous buffer. Reported by Thierry Volpiatto
4867 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4868 (special-display-popup-frame): When popping up a new frame reset
4869 its previous buffers to nil. Simplify code.
b4d72fcf 4870
a7b88dc6
MA
48712011-09-21 Michael Albinus <michael.albinus@gmx.de>
4872
4873 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4874 and process filter, as done also in `shell-command'.
4875
cf4eacfd
MR
48762011-09-21 Martin Rudalics <rudalics@gmx.at>
4877
eca3f3ea 4878 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4879 Call set-window-start with NOFORCE argument t.
4880 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4881 (quit-window): Reword doc-string. Handle new format of
4882 quit-restore parameter. Don't delete window if it has a
4883 previous buffer we can show instead of the present one.
4884 (display-buffer-record-window): Rewrite using a new format for
4885 the quit-restore window parameter
4886 (special-display-popup-frame, display-buffer-same-window)
4887 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4888 (display-buffer-pop-up-window, display-buffer-use-some-window):
4889 Adapt symbol passed to display-buffer-record-window.
4890 * help.el (help-window-setup): Handle new format of quit-restore
4891 parameter.
4892
8d28cb95
SM
48932011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4894
94ab793f
SM
4895 * faces.el (face-list): Fix docstring (bug#9564).
4896
8d28cb95
SM
4897 * window.el (display-buffer--action-function-custom-type):
4898 Don't include internal functions in the Custom interface.
4899
3820edeb
JL
49002011-09-20 Juri Linkov <juri@jurta.org>
4901
4902 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4903 (Info-forward-node, Info-backward-node, Info-next-preorder)
4904 (Info-last-preorder): Use it. (Bug#9528)
4905
5147931d
JL
49062011-09-20 Juri Linkov <juri@jurta.org>
4907
4908 * info.el (Info-last-preorder): Visit last menu item only when
4909 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4910
cf499a1a
JD
49112011-09-20 Julien Danjou <julien@danjou.info>
4912
4913 * password-cache.el (password-cache-remove): Remove entries even if the
4914 value is nil, so that password with a nil value (negative caching) is
4915 possible to invalidate.
4916
f84e2fe2
LM
49172011-09-20 Lawrence Mitchell <wence@gmx.li>
4918
4919 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4920 all whitespace around breakpoint. (Bug#9553)
4921 (f90-find-breakpoint): Only break at whitespace inside a comment.
4922
78054a46
SM
49232011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * minibuffer.el (completion-file-name-table): Keep track of errors.
4926 (completion-table-with-predicate): Handle the case where pred1 is nil.
4927 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4928
345083b2
SM
49292011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4930
e24e27be
SM
4931 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4932 (debugger-return-value): Signal an error if the debugging context does
4933 not await any return value.
4934
345083b2
SM
4935 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4936 * image-mode.el (image-toggle-display-text)
4937 (image-toggle-display-image): Stay away from evil `intangible'.
4938
08d355e3
LL
49392011-09-19 Leo Liu <sdl.web@gmail.com>
4940
4941 * replace.el (occur-revert-arguments): Make it permanent-local.
4942 (occur-mode): Don't call font-lock-defontify.
4943
f01da43f
CY
49442011-09-19 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * net/ldap.el (ldap-search-internal): Don't push empty search
4947 result (Bug#9508).
4948
b6072fa6
SM
49492011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4952
443d6696
MA
49532011-09-19 Michael Albinus <michael.albinus@gmx.de>
4954
4955 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4956 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4957
7cc6e154
JL
49582011-09-18 Juri Linkov <juri@jurta.org>
4959
4960 * buff-menu.el (Buffer-menu-mode-map):
4961 * dired.el (dired-mode-map):
4962 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4963 (lisp-interaction-mode-map):
4964 * emacs-lisp/package.el (package-menu-mode-map):
4965 * epa.el (epa-key-list-mode-map):
4966 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4967 (menu-bar-options-menu):
4968 * outline.el (outline-mode-menu-bar-map):
4969 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4970 * vc/vc-dir.el (vc-dir-menu-map):
4971 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4972 Capitalize non-function content words in menu item strings.
4973
4974 * dired.el (dired-mode-map): Add menu item for
4975 `image-dired-dired-toggle-marked-thumbs'.
4976
80302a81
JL
49772011-09-18 Juri Linkov <juri@jurta.org>
4978
4979 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4980 to `isearch-case-fold-search' and restore its original value
4981 after the `isearch-mode' call.
4982
46c5cf66
JL
49832011-09-18 Juri Linkov <juri@jurta.org>
4984
4985 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4986 because `zgrep' returns 1 for successful matches (bug#9226).
4987
d18b513b
JL
49882011-09-18 Juri Linkov <juri@jurta.org>
4989
4990 * info.el (Info-extract-menu-node-name): Check the second match
4991 for empty string (second test-case of bug#9528).
4992 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4993 intermediate nodes to the history (first test-case of bug#9528).
4994
72753f87
JL
49952011-09-18 Juri Linkov <juri@jurta.org>
4996
4997 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4998 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4999
c9384295
JL
50002011-09-18 Juri Linkov <juri@jurta.org>
5001
1154d12e
JB
5002 * info.el (Info-file-supports-index-cookies):
5003 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5004 outputs one more line for long file names (bug#4142).
c9384295 5005
d473dce8
CY
50062011-09-18 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * newcomment.el (comment-normalize-vars): If prompting for
5009 comment-start, set comment-start-skip too (Bug#8424).
5010
2176854d
JB
50112011-09-18 Johan Bockgård <bojohan@gnu.org>
5012
5013 * icomplete.el: Fix previous fix of Bug#5849.
5014 (icomplete-mode): Don't set completion-show-inline-help.
5015 (icomplete-minibuffer-setup): Set completion-show-inline-help
5016 locally during icompletion.
5017
3aace4e4
CY
50182011-09-18 Chong Yidong <cyd@stupidchicken.com>
5019
c940224f
CY
5020 * woman.el (woman2-process-escapes): Don't delete unrecognized
5021 escapes (Bug#7843).
5022
3aace4e4
CY
5023 * files.el (inhibit-first-line-modes-regexps): Add image files.
5024 (hack-local-variables-prop-line): Return nil for malformed
5025 prop-lines (Bug#9044).
5026
710dec63
MA
50272011-09-18 Michael Albinus <michael.albinus@gmx.de>
5028
5029 * net/tramp.el (top): Don't require 'shell.
5030 (tramp-methods): Fix docstring.
5031 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5032 Return complete remote file name. Handle "smb" case.
5033 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5034 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5035
5036 * net/tramp-compat.el (top): Require 'shell.
5037
5038 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5039 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5040 `tramp-current-host'.
5041 (tramp-get-remote-tmpdir): Remove.
5042
5043 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5044 `tramp-tmpdir' entries.
5045 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5046 (tramp-smb-handle-file-attributes): Ignore errors.
5047 (tramp-smb-wait-for-output): Check also for process end.
5048
5d5ac8ec
LMI
50492011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5050
5051 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5052 when sending QUIT (bug#9312).
5053
8c0f49f0
CY
50542011-09-17 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5057 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5058 occur-mode-display-occurrence.
5059 (occur-edit-mode): Add usage message.
5060 (occur-cease-edit): New command.
5061 (occur-after-change-function): Use text properties to find the
5062 position of the prefix text.
5063 (occur-engine): Set stickiness of prefix text properties.
5064
8f1383f7
GM
50652011-09-17 Glenn Morris <rgm@gnu.org>
5066
5067 * progmodes/etags.el (complete-tag):
5068 Fix call to completion-in-region. (Bug#9526)
5069
744ba0e3
JL
50702011-09-17 Juri Linkov <juri@jurta.org>
5071
5072 * textmodes/ispell.el (ispell-word): Add to the error message
5073 the word, ispell program name and current dictionary (bug#9121).
5074 (ispell-tex-arg-end): Capitalize "error" in the error message.
5075
d9bbf400
AS
50762011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5077
5078 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5079 check. (Bug#4251)
5080
8da11505
JL
50812011-09-17 Juri Linkov <juri@jurta.org>
5082
5083 * window.el (window-safe-min-height, window-safe-min-width):
5084 Fix typos (followup to bug#9522).
5085
a91adc7e
SJ
50862011-09-17 Sven Joachim <svenjoac@gmx.de>
5087
5088 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5089
064f328a
EZ
50902011-09-16 Eli Zaretskii <eliz@gnu.org>
5091
5092 * simple.el (line-move): If goal-column is set, move by logical
5093 lines, not by display lines. (Bug#971)
5094 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5095 to reflect the above change.
5096
e69df516
SM
50972011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5098
5099 * image.el (imagemagick-register-types): Use regexp-opt.
5100
cbb0f9ab
CY
51012011-09-15 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * window.el (display-buffer-base-action): Rename from
5104 display-buffer-default-action. Make default value empty.
5105 (display-buffer-overriding-action): Convert to defvar.
5106 (display-buffer-fallback-action): New var.
5107
25322144
CY
51082011-09-15 Chong Yidong <cyd@stupidchicken.com>
5109
5110 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5111 declaration.
5112 (package--add-to-archive-contents): If there is a duplicate entry
5113 with an older version, remove it.
5114 (package-menu-mark-delete, package-menu-mark-install)
5115 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5116 (package-menu-mark-obsolete-for-deletion):
5117 Use package-menu-get-status instead of a regexp search.
25322144
CY
5118 (package-menu-get-status): Use tabulated-list-entry.
5119 (package-menu-mark-upgrades): New command.
d770725a 5120 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5121 (package-menu-execute): Do installation before deletion.
5122 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5123 instead of checking major-mode.
5124 (package-menu--find-upgrades): New function.
5125
7520339c
LMI
51262011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5127
5128 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5129 passwords in the log buffer.
65a046c4
LMI
5130 (smtpmail-process-filter): Update the process marker so that the
5131 "broken by peer" status message is inserted in the right place.
7520339c 5132
d3c30954
SM
51332011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5134
3fe48822
SM
5135 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5136 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5137 bibtex-completion-at-point-function.
5138 (bibtex-completion-at-point-function): Use them.
5139
1b8b3954
SM
5140 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5141
d3c30954
SM
5142 * mpc.el (mpc-constraints-tag-lookup): New function.
5143 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5144 also to browser "album|playlist".
5145
72779976
JL
51462011-09-14 Juri Linkov <juri@jurta.org>
5147
5148 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5149 (isearch-edit-string): Use length of `isearch-string' when
5150 `isearch-fail-pos' returns nil.
5151 (isearch-message): Remove duplicate code and call
5152 `isearch-fail-pos' with arg `t'.
5153
a0bf2bcd
CY
51542011-09-14 Chong Yidong <cyd@stupidchicken.com>
5155
17bb0a2d
CY
5156 * replace.el (occur-mode-goto-occurrence): Don't force using other
5157 window (Bug#9499).
5158
a0bf2bcd
CY
5159 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5160
f678e0b6
MR
51612011-09-14 Martin Rudalics <rudalics@gmx.at>
5162
5163 * window.el (display-buffer-window): Remove.
5164 (display-buffer-record-window): Use help-setup window parameter
5165 instead of variable display-buffer-window.
5166 (display-buffer-function, special-display-buffer-names)
5167 (special-display-function): Mention help-setup parameter instead
5168 of display-buffer-window in doc-string.
d3c30954
SM
5169 * help.el (help-window-setup): New argument help-window.
5170 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5171 Reword some messages.
5172 (with-help-window): Pass window used for displaying the buffer
5173 to help-window-setup. Don't set display-buffer-window.
5174
8e39b2e8
GM
51752011-09-13 Glenn Morris <rgm@gnu.org>
5176
5177 * emacs-lisp/debug.el (debugger-make-xrefs):
5178 Preserve point. (Bug#9462)
5179
85e9c04b
CY
51802011-09-13 Chong Yidong <cyd@stupidchicken.com>
5181
5182 * window.el (window-deletable-p): Use next-frame.
5183
1b36ed6a
MR
51842011-09-13 Martin Rudalics <rudalics@gmx.at>
5185
5186 * window.el (window-auto-delete): Remove.
5187 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5188 dedication and previous buffers.
1b36ed6a
MR
5189 (switch-to-prev-buffer): Don't delete window.
5190 (delete-windows-on): Delete a window's frame if and only if the
5191 window is dedicated.
5192 (replace-buffer-in-windows): Delete buffer's window or frame if
5193 and only if window is dedicated.
5194 (quit-window): Handle quit-restore as before last change.
4d61f28d 5195 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5196
ef8ef9fb
CY
51972011-09-13 Chong Yidong <cyd@stupidchicken.com>
5198
5199 * window.el (window-deletable-p): Never delete the last frame on a
5200 given terminal.
5201
b2cba41e
GM
52022011-09-13 Glenn Morris <rgm@gnu.org>
5203
5204 * help.el (describe-key-briefly): Copy previous standard-output change.
5205
51553db6 52062011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5207
5208 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5209
b7556719
GM
52102011-09-13 Glenn Morris <rgm@gnu.org>
5211
5212 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5213 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5214
64b51947
CY
52152011-09-12 Chong Yidong <cyd@stupidchicken.com>
5216
5217 * dired-aux.el (dired-mark-read-string): Don't return default
5218 value on empty input (Bug#9361).
5219 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5220 Omit initial minibuffer contents.
5221 (dired-do-chmod): Signal an error on empty input.
5222 (dired-mark-read-string): Don't return default on empty input.
5223
5224 * files.el (file-modes-symbolic-to-number): Doc fix.
5225
393a301e
SM
52262011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * international/mule-cmds.el (ucs-completions): Remove.
5229 (read-char-by-name): Use complete-with-action instead; add metadata.
5230
fa5660f9
CY
52312011-09-11 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * window.el (display-buffer--action-function-custom-type)
5234 (display-buffer--action-custom-type): New vars.
5235 (display-buffer-alist, display-buffer-default-action)
5236 (display-buffer-overriding-action): Add defcustom types.
5237
4a592f66
CY
5238 * frame.el (delete-other-frames): Doc fix (Bug#276).
5239
73d56dbd
LMI
52402011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5241
5242 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5243
37ac18a3
CY
52442011-09-11 Chong Yidong <cyd@stupidchicken.com>
5245
5246 Change modes that used same-window-* vars to use switch-to-buffer.
5247
5248 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5249 Use switch-to-buffer.
5250
5251 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5252 (customize-browse, custom-buffer-create-other-window):
5253 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5254
5255 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5256 (Info-prev, Info-up, Info-speedbar-goto-node)
5257 (info-display-manual): Use switch-to-buffer.
5258 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5259
5260 * mail/sendmail.el (mail): Use switch-to-buffer.
5261 (mail-recover): Use switch-to-buffer-other-window.
5262
5263 * cmuscheme.el (run-scheme, switch-to-scheme):
5264 * ielm.el (ielm):
5265 * shell.el (shell):
5266 * net/rlogin.el (rlogin):
5267 * net/telnet.el (telnet, rsh):
5268 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5269
10195bd6
AS
52702011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5271
5272 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5273
b322f63a
LMI
52742011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5275
39d7fed6
LMI
5276 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5277 so don't mention it (bug#9301).
ba5a81f1 5278 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5279
ee0e9f11
LMI
5280 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5281 match `x', `w32' and `ns', like the manual says (bug#9029).
5282
0b1c89c1 5283 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5284 (process-kill-buffer-query-function): Mention the buffer name in
5285 the query.
0b1c89c1 5286
77549ea8
LMI
5287 * image-mode.el (image-next-line): The line parameter is mandatory
5288 (bug#9258).
5289
803ef892
LMI
5290 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5291 which can be useful (bug#9301).
5292
12980837
LMI
5293 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5294
91054f8f
LMI
5295 * subr.el (match-string): Mention that the current buffer should
5296 be the same as the search was done in (bug#9282).
5297
b322f63a
LMI
5298 * facemenu.el: Disable the remove-* commands if the mark isn't
5299 active (bug#9162).
5300
3199b96f
CY
53012011-09-10 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5304 of display-buffer.
5305 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5306
5307 * replace.el (occur-mode-goto-occurrence)
5308 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5309 and display-buffer.
5310
5311 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5312 display-buffer.
5313
5314 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5315 special-display and same-window variables.
5316 (mail-other-window): Use switch-to-buffer-other-window.
5317 (mail-other-frame): USe switch-to-buffer-other-frame.
5318
393a301e
SM
5319 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5320 Use display-buffer-other-frame.
3199b96f
CY
5321 (gdb-display-gdb-buffer): Use pop-to-buffer.
5322
5323 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5324
5325 * progmodes/python.el: Don't set same-window-buffer-names.
5326
5327 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5328
5329 * window.el (display-buffer-alist): Add *Python*.
5330
8319e0bf
CY
53312011-09-10 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * window.el (display-buffer-alist): Add entry for buffers
5334 previously handled same-window-*.
5335 (display-buffer-alist, display-buffer-default-action)
5336 (display-buffer-overriding-action): Mark as risky.
5337 (display-buffer-alist): Document action function changes.
5338 (display-buffer--same-window-action)
5339 (display-buffer--other-frame-action): New variables.
5340 (switch-to-buffer, display-buffer-other-frame): Use them.
5341 (display-buffer): Rename reuse-frame entry to reusable-frames.
5342 (display-buffer-reuse-selected-window): Function deleted.
5343 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5344 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5345 (display-buffer-special): New function.
5346 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5347 display-buffer-reuse-or-pop-window. Split off special-display
5348 part into display-buffer-special.
5349 (display-buffer-use-some-window): Don't perform any special
5350 pop-up-frames handling.
5351 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5352 (display-buffer--maybe-same-window): Rename from
0d3ff375 5353 display-buffer-maybe-same-window.
8319e0bf 5354
919a69aa
CY
5355 * info.el: Don't set same-window-regexps.
5356 (info-setup): New function.
5357 (info-other-window, info): Call it.
5358
5359 * cus-edit.el: Don't set same-window-regexps.
5360 (customize-group): New argument.
5361 (customize-group-other-window): Use it.
5362 (customize-face, customize-face-other-window): Likewise.
5363 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5364
8319e0bf
CY
5365 * net/rlogin.el:
5366 * net/telnet.el:
5367 * progmodes/gud.el: Don't set same-window-regexps.
5368
5369 * cmuscheme.el:
5370 * ielm.el:
5371 * shell.el:
5372 * mail/sendmail.el:
5373 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5374
25173000
JL
53752011-09-10 Juri Linkov <juri@jurta.org>
5376
5377 * isearch.el (isearch-edit-string): Remove obsolete mention of
5378 `C-w' (`isearch-yank-word-or-char') from docstring.
5379 (isearch-query-replace): Fix typo in docstring (bug#9466).
5380
056e44ef
JL
53812011-09-10 Juri Linkov <juri@jurta.org>
5382
5383 * paren.el (show-paren-function): Don't show escaped parens.
5384 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5385
c3760c17
EZ
53862011-09-10 Eli Zaretskii <eliz@gnu.org>
5387
5388 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5389 (mm-default-file-encoding): Remove autoload forms, they are
5390 replaced with autoload cookies in mml.el and mm-encode.el.
5391 (mail-add-attachment): New command.
5392 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5393 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5394 the doc string.
5395 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5396
fece895e
RT
53972011-09-10 Reuben Thomas <rrt@sc3d.org>
5398
e69df516
SM
5399 * simple.el (count-words-region): Use buffer if there's no region
5400 (bug#9429).
fece895e 5401
5e68ce4a
JL
54022011-09-09 Juri Linkov <juri@jurta.org>
5403
5404 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5405 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5406 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5407
0a6b9622
AM
54082011-09-09 Alan Mackenzie <acm@muc.de>
5409
5410 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5411 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5412
14a29deb
EZ
54132011-09-09 Eli Zaretskii <eliz@gnu.org>
5414
5415 Fix for Savannah bug#9392.
5416 * simple.el (mail-encode-mml): New defvar.
5417
5418 * mail/rmail.el (mail-encode-mml): Add a defvar.
5419 (rmail-enable-mime-composing): Default to t.
5420 (rmail-forward): Use MIME method of forwarding only if both
5421 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5422 Set mail-encode-mml non-nil if the MIME method was used.
5423
5424 * mail/sendmail.el (mml-to-mime): Add autoload form.
5425 (mail-encode-mml): Add a defvar.
5426 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5427 to nil.
5428 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5429 message through mml-to-mime, and reset mail-encode-mml to nil.
5430
28c45130
GM
54312011-09-09 Glenn Morris <rgm@gnu.org>
5432
5433 * woman.el (woman-if-body): When processing an .el block,
5434 do not delete the next .el block as well. (Bug#9447)
69f4b618 5435 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5436
9b1c252e
MR
54372011-09-08 Martin Rudalics <rudalics@gmx.at>
5438
5439 * window.el (window-deletable-p): Make sure window is live before
5440 invoking window-prev-buffers.
5441
567457e3
LL
54422011-09-08 Leo Liu <sdl.web@gmail.com>
5443
5444 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5445
97f05794
JL
54462011-09-08 Juri Linkov <juri@jurta.org>
5447
5448 * progmodes/compile.el (compilation-environment): Make it
5449 a defcustom (bug#8340).
5450
8b0874b5
MR
54512011-09-08 Martin Rudalics <rudalics@gmx.at>
5452
5453 * window.el (frame-auto-delete): Rename to window-auto-delete.
5454 Make it control auto-deletion of windows and/or frames.
5455 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5456 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5457 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5458 Rewrite handling of case when window/frame can be deleted.
5459 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5460 argument t. (Bug#9456)
8b0874b5 5461
4feb6e73
CY
54622011-09-07 Chong Yidong <cyd@stupidchicken.com>
5463
5464 * help-mode.el (help-mode): Restore autoload.
5465
91ab9c13
JL
54662011-09-07 Juri Linkov <juri@jurta.org>
5467
5468 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5469 `compilation-environment'. Set buffer-local
5470 `compilation-environment' to `thisenv' later after (funcall mode).
5471 (Bug#8340)
5472
5473 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5474 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5475 instead of replacing its value. (Bug#8340)
5476
0527e251
JL
54772011-09-07 Juri Linkov <juri@jurta.org>
5478
5479 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5480 based on text properties put by `grep-filter' instead of matching
5481 escape sequences.
5482 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5483 to the value of `grep-error-screen-columns' (bug#9438).
5484
249f792c
JL
54852011-09-07 Juri Linkov <juri@jurta.org>
5486
5487 * simple.el (next-error-highlight, next-error-highlight-no-select):
5488 Doc fix (bug#9432).
5489
ff7271b9
OT
54902011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5491
5492 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5493 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5494
183fc730
LL
54952011-09-07 Leo Liu <sdl.web@gmail.com>
5496
5497 * net/rcirc.el (rcirc-mode): Conditionally initialize
5498 rcirc-input-ring.
5499
77694924
SM
55002011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * emacs-lisp/find-func.el (find-function-C-source): Only set
5503 find-function-C-source-directory after checking that we found a source
5504 file there (bug#9440).
5505
d809b8eb
AM
55062011-09-06 Alan Mackenzie <acm@muc.de>
5507
5508 * isearch.el (isearch-other-meta-char): Wherever a key list is
5509 unread, "unread" the prefix arg, too. This fixes bug #8901.
5510
453de99f
OG
55112011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5512
5513 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5514
90439906
JL
55152011-09-05 Juri Linkov <juri@jurta.org>
5516
5517 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5518
f62bd846
JL
55192011-09-05 Juri Linkov <juri@jurta.org>
5520
5521 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5522 keeping point where processing of grep matches begins, and
5523 continue to delete remaining escape sequences from the same point.
5524 (grep-filter): Make leading zero optional in "0?1;31m" because
5525 git-grep emits "\033[1;31m" escape sequences unlike expected
5526 "\033[01;31m" as GNU Grep does (bug#9408).
5527 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5528
045820ec
JL
55292011-09-05 Juri Linkov <juri@jurta.org>
5530
5531 * subr.el (y-or-n-p): Capitalize "yes".
5532
f5e29b9b
MA
55332011-09-04 Michael Albinus <michael.albinus@gmx.de>
5534
5535 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5536 `tramp-cache-unload-hook' where appropriate.
5537 (tramp-methods): Rename `tramp-remote-sh' to
5538 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5539 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5540
5541 * net/tramp-sh.el (top): Don't require 'shell.
5542 (tramp-methods): Add `tramp-remote-shell' and
5543 `tramp-remote-shell-args' entries.
5544 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5545 (tramp-sh-handle-shell-command): Remove.
5546 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5547 Use `tramp-remote-shell'.
5548
2784c434
CY
55492011-09-03 Chong Yidong <cyd@stupidchicken.com>
5550
393a301e 5551 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5552 (sendmail-query-once): Save directly to send-mail-function.
5553 Update message-send-mail-function too.
5554
5555 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5556
464cdf56
CS
55572011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5558
5559 * progmodes/python.el (python-mode-map): Use correct function to
5560 start python interpreter from menu-bar (as reported by Geert
5561 Kloosterman).
5562 (inferior-python-mode-map): Fix typo.
393a301e 5563 (python-shell-map): Remove.
464cdf56 5564
d37e5c87
DD
55652011-09-03 Deniz Dogan <deniz@dogan.se>
5566
5567 * net/rcirc.el (rcirc-print): Simplify code for
5568 rcirc-scroll-show-maximum-output. There is no need to walk
5569 through all windows to find the right one.
5570
f3ada0ee
CS
55712011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5572
5573 * help.el (help-return-method): Doc fix.
5574
1f3c99ca
MR
55752011-09-03 Martin Rudalics <rudalics@gmx.at>
5576
5577 * window.el (window-deletable-p): Don't return a non-nil value
5578 when there's a buffer that was shown in the window before.
5579 (Bug#9419)
393a301e
SM
5580 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5581 Set window's previous buffers to nil.
1f3c99ca 5582
a3cf097f
EZ
55832011-09-03 Eli Zaretskii <eliz@gnu.org>
5584
5585 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5586 newline before and after the tag line, so it doesn't interfere
5587 with determining the paragraph direction of bidirectional text.
5588
3d03de90
LL
55892011-09-03 Leo Liu <sdl.web@gmail.com>
5590
5591 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5592
c3313451
CY
55932011-09-02 Chong Yidong <cyd@stupidchicken.com>
5594
393a301e 5595 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5596 (pop-to-buffer): Change interactive spec. Pass second argument
5597 directly to display-buffer.
5598 (display-buffer): Fix interactive spec. Use functionp to
5599 distinguish between a function and a list of functions.
5600
5601 * abbrev.el (edit-abbrevs):
5602 * arc-mode.el (archive-extract):
5603 * autoinsert.el (auto-insert):
5604 * bookmark.el (bookmark-bmenu-list):
5605 * files.el (find-file):
5606 * view.el (view-buffer):
5607 * progmodes/compile.el (compilation-goto-locus):
5608 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5609
89894cd8
CY
56102011-09-02 Chong Yidong <cyd@stupidchicken.com>
5611
5612 * window.el (display-buffer-alist): Doc fix.
5613 (display-buffer): Add docstring. Don't treat
5614 display-buffer-default specially.
5615 (display-buffer-reuse-selected-window)
5616 (display-buffer-same-window, display-buffer-maybe-same-window)
5617 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5618 (display-buffer-pop-up-window)
5619 (display-buffer-reuse-or-pop-window)
5620 (display-buffer-use-some-window): New functions.
5621 (display-buffer-default-action): Use them.
393a301e 5622 (display-buffer-default): Delete.
89894cd8
CY
5623 (pop-to-buffer-1): Fix choice of actions.
5624
ae0bc9fb
SM
56252011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * minibuffer.el (completion--insert-strings): Don't get confused by
5628 completion entries that end with an LF char.
5629
e9d90883
EZ
56302011-09-01 Eli Zaretskii <eliz@gnu.org>
5631
5632 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5633
437014c8
CY
56342011-09-01 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5637 (display-buffer-same-window, display-buffer-other-window):
5638 New functions.
437014c8
CY
5639 (pop-to-buffer-1): New function. Use the above.
5640 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5641 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5642
5643 * view.el (view-buffer-other-window, view-buffer-other-frame):
5644 Just use pop-to-buffer.
5645
a5e063d5
TV
56462011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5647
5648 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5649
793d32bb
WH
56502011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5651
5652 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5653
d65e4c15
RS
56542011-08-31 Richard Stallman <rms@gnu.org>
5655
5656 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5657 of the separation of rmail-view-buffer from rmail-buffer.
5658 If you say no to "replace original", the decrypt is in the
5659 view buffer. If you say yes, the decrypt goes into the
5660 rmail buffer also.
5661
f818cd2a
MR
56622011-08-31 Martin Rudalics <rudalics@gmx.at>
5663
5664 * window.el (display-buffer-window): Rewrite doc-string.
5665 (display-buffer-record-window): New function.
5666 (display-buffer-macro-specifiers)
5667 (display-buffer-even-window-sizes, display-buffer-set-height)
5668 (display-buffer-set-width, display-buffer-in-window)
5669 (display-buffer-reuse-window, display-buffer-split-specifiers)
5670 (display-buffer-side-specifiers, display-buffer-split-window-1)
5671 (display-buffer-split-window, display-buffer-split-atom-window)
5672 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5673 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5674 (display-buffer-other-window-means-other-frame)
5675 (display-buffer-normalize-special)
5676 (display-buffer-normalize-default)
5677 (display-buffer-normalize-argument)
5678 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5679 (display-buffer-normalize-specifiers, display-buffer-frame)
5680 (display-buffer-same-window, display-buffer-same-frame)
5681 (display-buffer-other-window)
5682 (display-buffer-same-frame-other-window)
5683 (display-buffer-other-frame, pop-to-buffer-same-window)
5684 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5685 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5686 (switch-to-buffer-same-frame)
5687 (switch-to-buffer-other-window-same-frame)
5688 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5689 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5690 (display-buffer-alist-set): Remove.
5691 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5692 (special-display-regexps, special-display-function):
5693 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5694 parameter.
5695 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5696 (special-display-frame-alist, special-display-popup-frame)
5697 (same-window-buffer-names, same-window-regexps, same-window-p)
5698 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5699 (split-window-preferred-function, split-height-threshold)
5700 (split-width-threshold, window-splittable-p)
5701 (split-window-sensibly, window--try-to-split-window)
5702 (window--frame-usable-p, even-window-heights)
5703 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5704 (window--display-buffer-2, display-buffer-other-frame):
5705 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5706 (display-buffer-default, display-buffer-assq-regexp): New functions.
5707 (display-buffer-alist): Rewrite doc-string.
5708 (display-buffer-default-action)
5709 (display-buffer-overriding-action): New variables.
5710 (display-buffer, switch-to-buffer): Rewrite.
5711 (pop-to-buffer): Restore Emacs 23 behavior but use
5712 window-normalize-buffer-to-display.
5713 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5714 Restore Emacs 23 behavior but use
5715 window-normalize-buffer-to-switch-to.
5716 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5717 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5718 Rewrite using Emacs 23 options.
f818cd2a 5719
5bc3b51d
MA
57202011-08-31 Michael Albinus <michael.albinus@gmx.de>
5721
5722 * net/tramp.el (tramp-root-regexp): Remove.
5723 (tramp-completion-file-name-regexp-unified)
5724 (tramp-completion-file-name-regexp-separate)
5725 (tramp-completion-file-name-regexp-url): Don't use leading volume
5726 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5727 (tramp-drop-volume-letter): Simplify definition.
5728 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5729
b1a4f8e1
SM
57302011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5733 (bug#9356).
5734
5664fa7b
RT
57352011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5736
b1a4f8e1 5737 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5738
9a45d6c3
JL
57392011-08-29 Juri Linkov <juri@jurta.org>
5740
5741 * isearch.el (isearch-done): Don't display message "Mark saved"
5742 when arg `edit' is non-nil to prevent its flicker in the echo area.
5743
fb87e0fb
CY
57442011-08-28 Chong Yidong <cyd@stupidchicken.com>
5745
5746 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5747 obsolete packages for deletion.
5748
09ac1c2a
CS
57492011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5750
5751 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5752 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5753 view-mode from help-mode.
5754 (help-xref-override-view-map): Remove.
5755 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5756 view-mode is not used anymore.
5757
7a1ff57f
CY
57582011-08-28 Chong Yidong <cyd@stupidchicken.com>
5759
5760 * server.el (server-port): Doc fix.
5761
b9696605
CY
5762 * cus-theme.el (custom-theme-choose-mode): Inherit from
5763 special-mode (Bug#9124).
5764 (custom-theme-choose-mode-map): Add special-mode to parent.
5765
ef8cdf8c
AM
57662011-08-28 Alan Mackenzie <acm@muc.de>
5767
5768 * progmodes/cc-fonts.el
5769 (c-make-font-lock-BO-decl-search-function): New function.
5770 (c-basic-matchers-after - "Fontify the clauses after various
5771 keywords"): Extract the three keyword lists for the 3 erroneous
5772 constructs from the list of four, and use the new function above
5773 in place of an old one.
5774
27de4e20
DD
57752011-08-28 Deniz Dogan <deniz@dogan.se>
5776
5777 * net/rcirc.el (rcirc-insert-prev-input)
5778 (rcirc-insert-next-input): Remove unused argument.
5779
356a3681
SM
57802011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5781
5782 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5783
3fc9b218
AM
57842011-08-27 Alan Mackenzie <acm@muc.de>
5785
5786 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5787 handle function pointer parameters properly.
5788
538a061c
MR
57892011-08-27 Martin Rudalics <rudalics@gmx.at>
5790
5791 * window.el (display-buffer-reuse-window): Fix case where
5792 selected window was reused with non-nil OTHER-WINDOW argument.
5793 (Bug#9381)
5794
35b1c40c
DD
57952011-08-27 Deniz Dogan <deniz@dogan.se>
5796
5797 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5798 oftc's NickServ messages.
5799
2f6a3e79
GM
58002011-08-27 Glenn Morris <rgm@gnu.org>
5801
5802 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5803
7254299e
CY
58042011-08-26 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * emacs-lisp/package.el (package-install): Call package-initialize
5807 if called interactively.
5808
f8ccf167
LL
58092011-08-26 Leo Liu <sdl.web@gmail.com>
5810
5811 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5812
3e8cd5ce
JL
58132011-08-25 Juri Linkov <juri@jurta.org>
5814
5815 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5816 `search-whitespace-regexp' (bug#9364).
5817
93eb7113
JL
58182011-08-25 Juri Linkov <juri@jurta.org>
5819
5820 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5821 `regexp-search-ring' to their global values to protect from
5822 updating by `read-from-minibuffer' (bug#9185).
5823
f65d1611
JL
58242011-08-25 Juri Linkov <juri@jurta.org>
5825
5826 * textmodes/ispell.el (ispell-command-loop): Add newline
5827 at the end of the "Use option `i'..." line.
5828
f1cf7a31
JL
58292011-08-25 Juri Linkov <juri@jurta.org>
5830
5831 * battery.el (display-battery-mode): If `battery-status-function'
5832 or `battery-mode-line-format' is nil, display the message and set
5833 `display-battery-mode' to nil (bug#9363).
5834
0c95fcf7
EZ
58352011-08-25 Eli Zaretskii <eliz@gnu.org>
5836
5837 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5838 bidi-string-mark-left-to-right; they are unnecessary now.
5839
a2ebe600
DD
58402011-08-25 Deniz Dogan <deniz@dogan.se>
5841
5842 * net/quickurl.el: Documentation typo fixes.
5843
e4ed06f1
CY
58442011-08-25 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5847
e5f1c99e
GM
58482011-08-25 Glenn Morris <rgm@gnu.org>
5849
b2948976
GM
5850 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5851
e5f1c99e
GM
5852 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5853 (smtpmail-via-smtp): Handle nil response from smtp.
5854
f22f4808
JL
58552011-08-24 Juri Linkov <juri@jurta.org>
5856
5857 * proced.el (proced-marked): Inherit from `error' instead of
5858 `font-lock-warning-face'.
5859
5860 * ibuffer.el (ibuffer-marked-face): Change default face from
5861 `font-lock-warning-face' to `warning'.
5862 (ibuffer-deletion-face): Change default face from
5863 `font-lock-type-face' to `error'.
5864
5865 * battery.el (battery-update): Use the face `error' instead of
5866 `font-lock-warning-face' (bug#6117).
5867
6a93965e
JL
58682011-08-24 Juri Linkov <juri@jurta.org>
5869
5870 * faces.el (success): Change face color from "Green3" to
5871 "ForestGreen" on light background (bug#9353).
5872
1ed43b09
CY
58732011-08-24 Chong Yidong <cyd@stupidchicken.com>
5874
5664fa7b
RT
5875 * window.el (quit-window): Rename from quit-restore-window.
5876 Use same arglist as old quit-window.
1ed43b09
CY
5877 (frame-auto-delete): Doc fix.
5878
5879 * view.el (view-mode-exit): Use quit-window.
5880
11dcdbb2
JL
58812011-08-24 Juri Linkov <juri@jurta.org>
5882
5883 * isearch.el (isearch-ring-adjust1): Start visiting previous
5884 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5885 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5886 for empty search string (when the last search string is reused
5887 automatically) to adjust the isearch ring to the last element and
5888 prepare the correct index for further M-p commands (bug#9185).
5889
de62b4df
KH
58902011-08-24 Kenichi Handa <handa@m17n.org>
5891
5892 * international/ucs-normalize.el: If decomposition property of
5893 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5894 nil.
5895 (nfd, nfkd): Likewise.
5896
963b492b
SM
58972011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5900 from process filters aren't reliably transmitted to the surrounding
5901 accept-process-output.
5902 (mpc-proc-check): New function.
5903 (mpc-proc-sync): Use it (bug#8293)
5904
93b6b5e1
SM
59052011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5908 Add compatibility functions (bug#9313).
5909
bca633fb
EZ
59102011-08-23 Eli Zaretskii <eliz@gnu.org>
5911
b177498a
EZ
5912 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5913
6df6ae42 5914 * international/uni-bidi.el: Regenerate.
bca633fb 5915
0902a04e
KH
59162011-08-23 Kenichi Handa <handa@m17n.org>
5917
5918 * international/charprop.el:
5919 * international/uni-bidi.el:
5920 * international/uni-category.el:
5921 * international/uni-combining.el:
5922 * international/uni-comment.el:
5923 * international/uni-decimal.el:
5924 * international/uni-decomposition.el:
5925 * international/uni-digit.el:
5926 * international/uni-lowercase.el:
5927 * international/uni-mirrored.el:
5928 * international/uni-name.el:
5929 * international/uni-numeric.el:
5930 * international/uni-old-name.el:
5931 * international/uni-titlecase.el:
5932 * international/uni-uppercase.el: Regenerate.
5933
3bbf23bc
MR
59342011-08-23 Martin Rudalics <rudalics@gmx.at>
5935
5936 * help.el (help-window-setup): Fix message displayed when other
5937 window is reused. (Bug#9341)
5938
b3fd59bd
SM
59392011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5940
1802e444
SM
5941 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5942 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5943
b3fd59bd
SM
5944 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5945 Mark obsolete.
5946 * shell.el (shell-parse-pcomplete-arguments): New function.
5947 (shell-completion-vars): Use it instead (bug#9160).
5948
4eb61348
SM
59492011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5950
867cab74
SM
5951 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5952 strings and comments (bug#9333).
5953
4eb61348
SM
5954 * emacs-lisp/debug.el (debug-arglist): New function.
5955 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5956 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5957
262a1439
JL
59582011-08-22 Juri Linkov <juri@jurta.org>
5959
56ee679c
JL
5960 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5961 Revert regexp that highlights output switches to its old
5962 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5963
262a1439
JL
5964 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5965 to check for empty output (bug#9226).
5966
f13f86fb
CY
59672011-08-22 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5970 symbol-constituent as the default, as that stops font-lock from
5971 working properly (Bug#8843).
5972
c65c9622
LMI
59732011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5974
5975 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5976 `coding-system-for-*' around the process open call to avoid
5977 auth-source side effects.
e7f2c178 5978 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5979 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5980 probe hangs.
c65c9622 5981
23a8a5ab
CY
59822011-08-21 Chong Yidong <cyd@stupidchicken.com>
5983
ff98b2dd
CY
5984 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5985
23a8a5ab
CY
5986 * emacs-lisp/find-func.el (find-function-noselect): New arg
5987 lisp-only.
5988
5989 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5990 signal an error for built-in functions (Bug#6664).
5991
f5e3c598
LMI
59922011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5993
5994 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5995 (smtpmail-try-auth-methods): Use it.
5996
a3f2468a
CY
59972011-08-21 Chong Yidong <cyd@stupidchicken.com>
5998
2c34e8da
CY
5999 * font-lock.el (font-lock-fontify-region)
6000 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6001 (font-lock-default-unfontify-buffer)
6002 (font-lock-default-fontify-region)
6003 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6004
b3fd59bd
SM
6005 * progmodes/compile.el (compilation-error-properties):
6006 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6007 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6008 `ant' regexp.
ee31aabc 6009
a3f2468a
CY
6010 * net/browse-url.el (browse-url-firefox): Don't call
6011 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6012
8e999f70
GM
60132011-08-20 Glenn Morris <rgm@gnu.org>
6014
c21a496a
GM
6015 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6016
59ee0542
GM
6017 * tutorial.el (tutorial--default-keys): Update some default bindings.
6018
8e999f70
GM
6019 * files.el (hack-local-variables): Fully ignore case for "mode:".
6020
e3715033
AM
60212011-08-20 Alan Mackenzie <acm@muc.de>
6022
6023 Resolve invalid use of a regexp in regexp-opt.
6024
4d61f28d
JB
6025 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6026 detection for a java annotation.
e3715033 6027
4d61f28d 6028 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6029 detection for a java annotation.
6030
4d61f28d
JB
6031 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6032 handling for java.
e3715033
AM
6033 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6034
04ed2e9c
CY
60352011-08-20 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6038 (Bug#9274).
6039
826cee64
AM
60402011-08-20 Alan Mackenzie <acm@muc.de>
6041
58179cce 6042 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6043 such a construct. Mainly for when jit-lock etc. starts a chunk
6044 here.
6045
58179cce 6046 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6047 variable.
58179cce 6048 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6049 c-make-font-lock-search-function.
6050 (c-make-font-lock-search-function): Use the above function.
6051 (c-make-font-lock-context-search-function): New function.
6052 (c-cpp-matchers): Enhance the preprocessor expression case with
6053 the above function
6054 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6055 which takes an expression.
6056
6057 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6058
13009bd8
MR
60592011-08-20 Martin Rudalics <rudalics@gmx.at>
6060
6061 * window.el (display-buffer-reuse-window)
6062 (display-buffer-pop-up-window): Don't reuse or split a side
6063 window.
6064
9234ff7f
GM
60652011-08-19 Glenn Morris <rgm@gnu.org>
6066
6067 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6068 Downcase "Mode:". (Bug#9331)
9234ff7f 6069
f635daa1
CY
60702011-08-18 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * international/characters.el: Add L and R categories.
6073
6074 * subr.el (bidi-string-mark-left-to-right): Rename from
6075 string-mark-left-to-right. Use category search.
6076
6077 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6078
bc987f8b
JL
60792011-08-18 Juri Linkov <juri@jurta.org>
6080
6081 * faces.el (error, warning, success): New faces with definitions
6082 copied from old default values of `font-lock-warning-face',
6083 `compilation-warning', `compilation-info' (bug#6117).
6084
6085 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6086
6087 * progmodes/compile.el (compilation-error): Inherit from `error'.
6088 (compilation-warning): Inherit from `warning'.
6089 (compilation-info): Inherit from `success'.
6090
6091 * dired.el (dired-marked): Inherit from `warning'.
6092 (dired-flagged): Inherit from `error'.
6093
57173b96
LMI
60942011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6095
3e79eb87
LMI
6096 * mail/smtpmail.el (auth-source): Require to avoid problems with
6097 binding variables (bug#9298). Also clean up some unused
6098 autoloads.
6099
b3fd59bd
SM
6100 * net/network-stream.el (network-stream-open-starttls):
6101 Support using starttls.el without using gnutls-cli.
57173b96 6102
02b404de
JL
61032011-08-17 Juri Linkov <juri@jurta.org>
6104
6105 * progmodes/grep.el (rgrep): Handle the case when
6106 `grep-find-command' is a cons cell (bug#9278).
6107
8c9177f2
MR
61082011-08-17 Martin Rudalics <rudalics@gmx.at>
6109
6110 * window.el (display-buffer-pop-up-frame): Run frame creation
6111 function with BUFFER current (as special-display-popup-frame
6112 does). Reported by Drew Adams.
6113
3644a0ab
DU
61142011-08-17 Daiki Ueno <ueno@unixuser.org>
6115
6116 * epa-mail.el: Simplify GnuPG group expansion using
6117 epg-expand-group.
6118 (epa-mail-group-alist, epa-mail-group-modtime)
6119 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6120 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6121 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6122 Remove.
6123
5e617bc2 61242011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6125
6126 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6127
9c4aeabf
AM
61282011-08-16 Alan Mackenzie <acm@muc.de>
6129
6130 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6131 Correct, to avoid the inside of macros.
6132
3a99bf64
RS
61332011-08-16 Richard Stallman <rms@gnu.org>
6134
04963aa8
RS
6135 * epa-mail.el: Handle GnuPG group definitions.
6136 (epa-mail-group-alist, epa-mail-group-modtime)
6137 (epa-mail-gnupg-conf-file): New variables.
6138 (epa-mail-parse-groups, epa-mail-sync-groups)
6139 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6140 (epa-mail-expand-recipients): New functions.
6141 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6142
177549d0
RS
6143 * mail/rmail.el (rmail-epa-decrypt): New command.
6144
fe38beef
RS
6145 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6146 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6147 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6148 (epa-decrypt-armor-in-region): Make error message clearer.
6149
934eacb9
SM
61502011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6151
6152 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6153 and "a2b" to "ab" for `prefix'.
6154
d024fb4e
CY
61552011-08-14 Chong Yidong <cyd@stupidchicken.com>
6156
6157 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6158 filter groups.
de148fee
CY
6159 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6160 Fourquet (Bug#8804).
d024fb4e 6161
62f1ca49
JB
61622011-08-12 Juanma Barranquero <lekktu@gmail.com>
6163
6164 * startup.el (argi): Declare as global variable (bug#9275).
6165
9ccaaa4b
CY
61662011-08-12 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * subr.el (string-mark-left-to-right): Search the entire string
6169 for RTL script, not just the terminating character. Doc fix.
6170
a3dae87a
SM
61712011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6cd18349
SM
6173 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6174 New function.
6175 (js--regexp-literal, js-syntax-propertize-function): Remove.
6176 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6177 (js-mode-map): Don't rebind electric keys.
6178 (js-insert-and-indent): Remove.
6179 (js-mode): Setup electric-layout and electric-indent instead.
6180
a3dae87a
SM
6181 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6182
9d5cb631
DU
61832011-08-12 Daiki Ueno <ueno@unixuser.org>
6184
6185 * epa.el (epa-progress-callback-function): Fix the logic of
6186 displaying progress.
6187 * epa-file.el (epa-file-insert-file-contents): Make progress
6188 display more user-friendly.
6189 (epa-file-write-region): Ditto.
6190
3e26a4a2
CY
61912011-08-10 Chong Yidong <cyd@stupidchicken.com>
6192
6193 * subr.el (string-mark-left-to-right): New function.
6194
6195 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6196 Use string-mark-left-to-right.
6197 (list-buffers-noselect): Caller changed.
6198
a3dae87a
SM
6199 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6200 Use string-mark-left-to-right.
3e26a4a2
CY
6201 (tabulated-list-print): Recenter after moving point.
6202
ac8cf6e6
JL
62032011-08-10 Juri Linkov <juri@jurta.org>
6204
6205 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6206 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6207 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6208
8d96c9a4
CY
62092011-08-09 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6212 (Bug#7554).
6213
7be1c708 62142011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6215
6216 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6217 character. (Bug#6594)
6218
37e11a63
CY
62192011-08-08 Chong Yidong <cyd@stupidchicken.com>
6220
839dde57
CY
6221 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6222 (image-dired--with-db-file): New macro.
6223 (image-dired-write-tags, image-dired-remove-tag)
6224 (image-dired-create-gallery-lists, image-dired-write-comments)
6225 (image-dired-get-comment, image-dired-mark-tagged-files)
6226 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6227 (image-dired-gallery-generate): Use insert-file-contents.
6228
37e11a63
CY
6229 * time.el (display-time-world-list, display-time-world-display):
6230 * time-stamp.el (time-stamp-string):
6231 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6232 set-time-zone-rule (Bug#7337).
6233
0b4946c4
DU
62342011-08-08 Daiki Ueno <ueno@unixuser.org>
6235
6236 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6237 (epg-error-to-string, epg-errors-to-string): New function.
6238 (epg-wait-for-completion): Reverse errors list.
6239 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6240 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6241 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6242 (epg-sign-keys, epg-generate-key-from-file)
6243 (epg-generate-key-from-string): Format errors by using
6244 epg-errors-to-string (bug#9255).
6245 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6246
75bfc667
JL
62472011-08-07 Juri Linkov <juri@jurta.org>
6248
6249 * faces.el (list-faces-display): Remove extra angle bracket
6250 from `help-mode-map'.
6251
6252 * info.el (Info-history-toc-nodes): Doc fix.
6253
6254 * longlines.el (longlines-mode): Doc fix.
6255
673e08bb
SM
62562011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6257
4640dd88
SM
6258 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6259 of statements and in a few more cases (bug#9183).
6260
673e08bb
SM
6261 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6262 New functions.
6263 (cl-transform-lambda): Use them (bug#9239).
6264
89b3f019
MR
62652011-08-05 Martin Rudalics <rudalics@gmx.at>
6266
6267 * window.el (display-buffer-same-window)
6268 (display-buffer-same-frame, display-buffer-other-window)
6269 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6270 (pop-to-buffer-other-window)
6271 (pop-to-buffer-same-frame-other-window)
6272 (pop-to-buffer-other-frame): Make them defuns.
6273 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6274
640c8776
SM
62752011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * subr.el (make-composed-keymap): Move from C. Change calling
6278 convention, and improve docstring to bring attention to a subtle point.
6279 * minibuffer.el (completing-read-default): Adjust accordingly.
6280
63648a95
MA
62812011-08-03 Michael Albinus <michael.albinus@gmx.de>
6282
6283 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6284 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6285
6286 * net/trampver.el: Update release number.
6287
b796c9b7
SM
62882011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6291 "in" (bug#9190).
6292
2239d7d5
LMI
62932011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6294
e07dd7c3
LMI
6295 * mail/sendmail.el (sendmail-query-once): Restore the current
6296 buffer after querying (bug#9074).
6297
0e6a2bd7
LMI
6298 * dired.el (dired-flagged): Use different faces for marked and
6299 flagged files (bug#6117).
6300
ce887515
LMI
6301 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6302 (bug#4433).
6303
92f2affc
LMI
6304 * ido.el (ido-mode): Switch off the message if called
6305 non-interactively.
6306
57d5aff0
LMI
6307 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6308 before 587, since it appears that that's more likely to work for
6309 more people.
6310
98cd6c18 6311 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6312 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6313 exist.
6314
b96dec83
LMI
6315 * info.el: Remove the `Info-beginning-of-buffer' function
6316 (bug#8325).
6317
b796c9b7
SM
6318 * net/network-stream.el (network-stream-open-starttls):
6319 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6320
d90e2ea0
MR
63212011-08-01 Martin Rudalics <rudalics@gmx.at>
6322
6323 * window.el (display-buffer-in-window): Don't set dedicated status
6324 of window here (Bug#9215).
6325 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6326 (display-buffer-pop-up-side-window)
b796c9b7 6327 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6328
cca09170
SM
63292011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6332 before binding generated-autoload-file.
6333
027b979c
DD
63342011-08-01 Deniz Dogan <deniz@dogan.se>
6335
6336 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6337
3c7ee4f3
MA
63382011-07-30 Michael Albinus <michael.albinus@gmx.de>
6339
6340 Sync with Tramp 2.2.2.
6341
6342 * net/trampver.el: Update release number.
6343
2cc8e51a
JL
63442011-07-30 Juri Linkov <juri@jurta.org>
6345
6346 * dired-aux.el (dired-touch-initial): Remove function.
6347 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6348 current time, and `default' to the last modification time of the
6349 current marked file (bug#6887).
6350
a514d856
JM
63512011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6352
6353 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6354 numeric argument to read-number (bug#9163).
a514d856 6355
8a7eddd7
MA
63562011-07-27 Michael Albinus <michael.albinus@gmx.de>
6357
6358 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6359 connection process, it could be nil.
6360
1ddd96f5
LL
63612011-07-27 Leo Liu <sdl.web@gmail.com>
6362
6363 Simplify url handling in rcirc-mode.
6364
6365 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6366 (rcirc-browse-url-at-mouse): Remove.
6367 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6368
b248a85d
AM
63692011-07-26 Alan Mackenzie <acm@muc.de>
6370
6371 Fontify bitfield declarations properly.
6372
6373 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6374 (c-symbol-chars): Now exported as a lang variable.
6375 (c-not-primitive-type-keywords): New lang variable.
6376
6377 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6378 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6379 parsed as a bitfield declaration.
b248a85d 6380
b796c9b7
SM
6381 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6382 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6383 (c-punctuation-in): New function.
6384 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6385 declarations properly.
6386
68575ab0
UJ
63872011-07-26 Ulf Jasper <ulf.jasper@web.de>
6388
6389 * calendar/icalendar.el (icalendar--all-events): Take care of
6390 multiple vcalendars in a single file.
b796c9b7 6391 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6392
0f0a88b9
DD
63932011-07-25 Deniz Dogan <deniz@dogan.se>
6394
6395 * image.el (insert-image): Clarifying docstring.
6396
0b3f36df
MA
63972011-07-24 Michael Albinus <michael.albinus@gmx.de>
6398
6399 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6400 `tramp-send-command-and-check' if there is no error.
6401 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6402
a9901f61
AM
64032011-07-22 Alan Mackenzie <acm@muc.de>
6404
6405 Prevent cc-langs.elc being loaded at run time.
6406
6407 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6408 cc-langs.
6409
4d61f28d 6410 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6411 "(require 'cc-langs)". Quote a form so it will evaluate at
6412 (cc-mode's) compilation time.
6413
11d074b2
MA
64142011-07-22 Michael Albinus <michael.albinus@gmx.de>
6415
6416 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6417 loading. (Bug#9114)
6418
938b94c8
MR
64192011-07-21 Martin Rudalics <rudalics@gmx.at>
6420
6421 * window.el (display-buffer-pop-up-window)
6422 (display-buffer-pop-up-side-window)
6423 (display-buffer-in-side-window): Call display-buffer-set-height
6424 and display-buffer-set-width after setting the new window's
b796c9b7 6425 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6426
bfa4f190
SS
64272011-07-20 Sam Steingold <sds@gnu.org>
6428
6429 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6430 (etags-tags-included-tables): Call `convert-standard-filename' on
6431 the file names contained in TAGS so that windows Emacs can handle
6432 TAGS files created by cygwin ctags.
6433
8ca42262
LMI
64342011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6435
6436 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6437 which apparently didn't work.
6438
5db2afd2 64392011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6440
5db2afd2
RW
6441 * proced.el (proced-send-signal): For *Marked Processes* buffer
6442 put point at beginning of buffer.
6443
92e15d10
SB
64442011-07-19 Stephen Berman <stephen.berman@gmx.net>
6445
6446 * proced.el (proced-format): Make header lines align with the text
6447 (bug#1779).
6448
1bfd59e5
LMI
64492011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6450
6451 * view.el (view-buffer): Allow running in `special' modes if we're
6452 visiting a file (bug#8615).
6453
f5aae37c
MR
64542011-07-19 Martin Rudalics <rudalics@gmx.at>
6455
6456 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6457 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6458 New functions.
f5aae37c
MR
6459 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6460 more accurately.
6461
bf2c1571
AM
64622011-07-18 Alan Mackenzie <acm@muc.de>
6463
6464 Fontify declarators properly when, e.g., a jit-lock chunk begins
6465 inside a declaration.
6466
6467 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6468
b796c9b7
SM
6469 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6470 New function.
bf2c1571
AM
6471 (c-complex-decl-matchers): Insert reference to
6472 c-font-lock-enclosing-decls.
6473
6474 * progmodes/cc-engine.el (c-backward-single-comment):
6475 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6476 to nil around calls to (forward-comment -1).
6477
4e190b80
LMI
64782011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6479
12dc863d
LMI
6480 * image.el (put-image): Doc typo fix.
6481
a762e966
LMI
6482 * progmodes/etags.el (tags-search): Doc typo fix.
6483
4e190b80
LMI
6484 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6485 password if we get errors 550 to 554.
6486
f019fb21
LMI
64872011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6488
b796c9b7 6489 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6490
81746738
LMI
6491 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6492 indentation character (bug#6380).
6493
3ee3a1b5
LMI
6494 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6495
c82f64de
LMI
6496 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6497 to clarify what the problem is (bug#4291).
6498
f019fb21
LMI
6499 * simple.el (current-kill): Clarify what
6500 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6501 (auto-fill-mode): Document `auto-fill-function' in relation to
6502 `auto-fill-mode' (bug#2470).
f019fb21 6503
0794775d
LM
65042011-07-16 Lawrence Mitchell <wence@gmx.li>
6505
6506 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6507 method if slot is read-only (bug#9035).
6508
be39b8cc
MR
65092011-07-16 Martin Rudalics <rudalics@gmx.at>
6510
b796c9b7 6511 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6512 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6513 selected before, see discussion of (Bug#8615), (Bug#6954).
6514 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6515
6ccf7859
GM
65162011-07-15 Glenn Morris <rgm@gnu.org>
6517
6518 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6519 Respect help-form.
6ccf7859 6520
87e86684
LM
65212011-07-09 Lawrence Mitchell <wence@gmx.li>
6522
6523 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6524 (gnutls-negotiate): Use it.
6525
d6066239
LMI
65262011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6527
b796c9b7
SM
6528 * net/gnutls.el (gnutls-negotiate):
6529 Upcase `gnutls-algorithm-priority'.
d6066239 6530
bd23ebc0
GM
65312011-07-15 Glenn Morris <rgm@gnu.org>
6532
c65bca65
GM
6533 * jka-compr.el (jka-compr-verbose): Move from here...
6534 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6535 Add missing :version tag.
6536 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6537
478615cc
LMI
65382011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6539
7b41decb
LMI
6540 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6541 (gnutls-negotiate): Use it.
6542
dbc44fcd
LMI
6543 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6544
06789f97
LMI
6545 * info.el (Info-beginning-of-buffer): New command.
6546 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6547 announcing `b' as the key (bug#8325).
ab896c37 6548 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6549
c39da690
LMI
6550 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6551
3aa5f34b
LMI
6552 * international/mule-cmds.el
6553 (describe-specified-language-support): Make the error message
6554 clearer (bug#8905).
6555
4bf0979f
LMI
6556 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6557
478615cc
LMI
6558 * isearch.el (isearch-barrier): Add a doc string, since it's
6559 mentioned in a function doc string (bug#8678).
6560
75c68aa1
MR
65612011-07-15 Martin Rudalics <rudalics@gmx.at>
6562
6563 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6564 buffer argument (Bug#9083) and self-identifying label argument.
6565
a7c33da2
GM
65662011-07-15 Glenn Morris <rgm@gnu.org>
6567
6568 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6569
2f5c6024
LMI
65702011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6571
6572 * man.el (Man-fontify-manpage): Fix message when formatting the
6573 man page (bug#7929).
6574
0bb23927 65752011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6576
6577 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6578 argument LRM; if non-nil, append an invisible LRM character to the
6579 buffer name.
6580 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6581 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6582 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6583 paragraph direction.
cce4b0a7 6584
621ef9ab
LMI
65852011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6586
d1583c48
LMI
6587 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6588 the man page name (bug#7929).
6589
6a57fb5f
LMI
6590 * image.el (put-image): Mention the `put-image' overlay property
6591 (bug#7834).
6592
d7956b14
LMI
6593 * scroll-bar.el (set-scroll-bar-mode): Mention that
6594 `scroll-bar-mode' lists the values (bug#7772).
6595
5b2d4a66
LMI
6596 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6597 command (bug#7729).
6598
7509a874
LMI
6599 * rect.el (apply-on-rectangle): Return the point after the last
6600 operation.
6601 (string-rectangle): Go to the point after the last operation
6602 (bug#7522).
6603
4fe74b19
LMI
6604 * printing.el (pr-toggle-region): Clarify the documentation
6605 slightly (bug#7493).
6606
b796c9b7
SM
6607 * time.el (display-time-update):
6608 Allow `display-time-mail-function' to return nil (bug#7158).
6609 Fix suggested by Detlev Zundel.
ab283561 6610
fc233c9d
LMI
6611 * vc/diff.el (diff): Clarify the order the file names are read
6612 (bug#7111).
6613
43f5740b
LMI
6614 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6615 the doc string (bug#7015).
6616
f2182a76
LMI
6617 * font-lock.el (font-lock-maximum-decoration): Mention what
6618 numeric levels mean (bug#6935).
6619
621ef9ab
LMI
6620 * startup.el (initial-buffer-choice): Don't mention the `none'
6621 selection, which is against policy.
6622
adc47434
MR
66232011-07-14 Martin Rudalics <rudalics@gmx.at>
6624
b796c9b7
SM
6625 * window.el (display-buffer-normalize-special):
6626 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6627
7e5bfb8f
EZ
66282011-07-14 Eli Zaretskii <eliz@gnu.org>
6629
6630 * subr.el (version<, version<=, version=): Mention "-CVS" and
6631 "-12345" alpha version numbers.
6632
27fa387a
CY
66332011-07-14 Chong Yidong <cyd@stupidchicken.com>
6634
6635 * bindings.el: Add advertised binding for set-mark-command
6636 (Bug#5772).
6637
8bdfa064
CY
66382011-07-14 Chong Yidong <cyd@stupidchicken.com>
6639
6640 * bindings.el (mode-line-other-buffer):
6641 * bookmark.el (bookmark-bmenu-2-window):
6642 * bs.el (bs-cycle-next, bs-cycle-previous):
6643 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6644 switch-to-buffer.
6645
6646 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6647 Delete.
8bdfa064 6648
5eba16a3
JB
66492011-07-14 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * follow.el (follow-debug-message, follow-redisplay):
6652 * jka-cmpr-hook.el (with-auto-compression-mode):
6653 Fix typos in docstrings.
6654
15853710
LMI
66552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6656
a28e4607
LMI
6657 * subr.el (with-silent-modifications): Clarify somewhat what the
6658 macro inhibits (bug#6525).
6659
15853710
LMI
6660 * simple.el (eval-expression): Note what it does if called
6661 interactively (bug#6495).
6662
bee0fcef
CY
66632011-07-13 Chong Yidong <cyd@stupidchicken.com>
6664
b796c9b7
SM
6665 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6666 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6667
6668 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6669 Remove switch-to-buffer.
6670
58274504
LMI
66712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6672
bd2fcc8d
LMI
6673 * files.el (make-directory): Clarify that an error will be raised
6674 if there's an error (bug#6397).
6675
0f04b32c
LMI
6676 * startup.el (initial-buffer-choice): Add `none' as a choice
6677 (bug#6234).
6678
465c5fc8
LMI
6679 * subr.el (add-hook): Clarify section about buffer-local hooks
6680 (bug#6218).
6681
58274504
LMI
6682 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6683
bead9a43
JB
66842011-07-13 Juanma Barranquero <lekktu@gmail.com>
6685
6686 * tabify.el (untabify): Preserve the current column so that point
6687 doesn't move (bug#6032).
6688
3af98a7b
LMI
66892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6690
b796c9b7
SM
6691 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6692 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6693
6240145a
GM
66942011-07-13 Glenn Morris <rgm@gnu.org>
6695
6696 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6697 (dired-insert-directory): Give a message the first time
6698 if ls is found not to support --dired.
6699
1d8c2ccc
LMI
67002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6701
6702 * simple.el (toggle-truncate-lines): Clarify what is toggled
6703 (bug#5580). Text by Drew Adams.
6704
5fc4038e
CY
67052011-07-13 Chong Yidong <cyd@stupidchicken.com>
6706
6707 * simple.el (blink-matching-open): Make the error message from the
6708 last change less verbose.
6709
bf6012e5
DN
67102011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6711
6712 * font-lock.el (font-lock-comment-face): Use the high contrast
6713 "yellow" color for font-lock-comment-face on low color terminals
6714 using a dark background color (bug#4221).
6715
343c3b5a
LMI
67162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6717
7e9505c5
LMI
6718 * dired.el (dired-insert-set-properties): Make the doc string
6719 reflect what it does now (bug#5325).
6720
c26fdcf5
LMI
6721 * simple.el (blink-matching-open): Say that we were unable to find
6722 the match within the limit, if we're limited (bug#5122).
6723
bb388cc5
LMI
6724 * international/mule-cmds.el (prefer-coding-system): Add an
6725 example (bug#4869).
6726
343c3b5a
LMI
6727 * progmodes/etags.el (tags-search): Document `file-list-form'
6728 (bug#4731).
6729
2a517d45
LM
67302011-07-13 Lawrence Mitchell <wence@gmx.li>
6731
6732 * net/browse-url.el (browse-url-default-browser)
6733 (browse-url-browser-function): Make the default browser choice a
6734 bit more logical (bug#4300). Also clean up the doc string.
6735
b6c78ef2
JB
67362011-07-13 Juanma Barranquero <lekktu@gmail.com>
6737
6738 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6739 binary endings (bug#4440).
6740
1c4dd947
LMI
67412011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6742
a2014063
LMI
6743 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6744 which can be pretty annoying (bug#8971).
6745
9c9c2d88
LMI
6746 * jka-compr.el (jka-compr-verbose): New variable, and use
6747 throughout (bug#8971).
6748
1c4dd947
LMI
6749 * info.el (Info-find-file): Fall back on the installation
6750 directory if we can't find the info node anywhere else.
6751
a1c9f41b
SO
67522011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6753
6754 * vc/vc.el (vc-revert-file):
6755 Don't set file time-stamp in the past. (Bug#5181)
6756
536f3d36
LMI
67572011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6758
7152b011
LMI
6759 * files.el (after-find-file): Give a better error message when
6760 trying to find a symlink that points to a file that doesn't exist
6761 (bug#4398).
6762
536f3d36
LMI
6763 * progmodes/cc-vars.el: Remove (probably) misleading comment
6764 (bug#4396).
6765
460c0fba
JB
67662011-07-12 Johan Bockgård <bojohan@gnu.org>
6767
6768 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6769
7a6bda45
CY
67702011-07-12 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * mouse-sel.el: Hack restoring functionality, while keeping
6773 compatibility with 2010-07-03 changes to mouse selection.
6774 (mouse-sel-primary-overlay): New var.
6775 (mouse-sel-selection-alist): Use it.
6776 (mouse-sel-mode): Doc fix; remove points that are default features
6777 of mouse.el.
6778
c79598ef
JB
67792011-07-12 Johan Bockgård <bojohan@gnu.org>
6780
6781 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6782 Fix previous fix (bug#2490).
6783
ff8be6ef
RW
67842011-07-12 Roland Winkler <winkler@gnu.org>
6785
b796c9b7
SM
6786 * textmodes/bibtex.el (bibtex-initialize):
6787 Use pop-to-buffer-same-window.
ff8be6ef
RW
6788 (bibtex-search-entries): Fix interactive call.
6789
296ba3ee
LMI
67902011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6791
f5242a02 6792 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6793 Fontise bytecomp Error lines more correctly (bug#2490).
6794 Fix suggested by Johan Bockgård.
f5242a02 6795
296ba3ee
LMI
6796 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6797
6798 * dired-x.el (dired-guess-default): Use `delete-dups'.
6799
f69fd0d2
CY
68002011-07-12 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * dired.el (dired-mark-prompt):
6803 * dired-aux.el (dired-read-shell-command): Doc fix.
6804
eab5dc07
LMI
68052011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6806
b796c9b7
SM
6807 * mail/sendmail.el (sendmail-query-once):
6808 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6809 emacs -Q.
6810
6811 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6812
eab5dc07
LMI
6813 * cus-edit.el (custom-file): Take an optional no-error variable.
6814 (customize-save-variable): Set the variable, and give a warning if
6815 running under "emacs -q".
6816
a1e65d42
JB
68172011-07-11 Juanma Barranquero <lekktu@gmail.com>
6818
6819 * loadhist.el (unload-feature-special-hooks):
6820 Add `auto-coding-functions', `fill-nobreak-predicate' and
6821 `find-directory-functions' (bug#5327).
6822
1d52da10
LMI
68232011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6824
be958f1d
LMI
6825 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6826
5bedb26c
LMI
6827 * cus-edit.el (custom-guess-name-alist): -alist variables should
6828 use the `alist' type (bug#3120). Suggested by Drew Adams.
6829
1d52da10
LMI
6830 * printing.el: Add documentation to all the `pr-toggle-' commands.
6831
cd394be1 68322011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6833
6834 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6835 backends where it makes sense (bug#2623).
6836
dcc88d8a
LMI
68372011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6838
c3de9feb
LMI
6839 * dired-x.el (dired-guess-default): Remove duplicate shell command
6840 entries (bug#2028).
8a93078b 6841 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6842 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6843
dcc88d8a
LMI
6844 * subr.el (remove-duplicates): New conveniency function.
6845
505e3645
LMI
68462011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6847
6848 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6849 (bug#1526).
6850
68512011-07-10 Martin Rudalics <rudalics@gmx.at>
6852
6853 * window.el (display-buffer-normalize-default): Don't invert
6854 meaning of even-window-heights. Reported by Eli Zaretskii
6855 <eliz@gnu.org>.
6856
455e4fa1
BR
68572011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6858
6859 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6860
8e0bc3e9
CY
68612011-07-10 Chong Yidong <cyd@stupidchicken.com>
6862
6863 * window.el (display-buffer): Fix arguments to
6864 display-buffer-reuse-window in last change.
6865
fa7c3228
CY
6866 * faces.el (link): Use a less saturated blue on light backgrounds.
6867
6868 * startup.el (fancy-startup-text, fancy-about-text)
6869 (fancy-startup-tail): Use font-lock faces, for background safety.
6870
c0a7f300
BN
68712011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6872
b796c9b7
SM
6873 * emulation/viper-cmd.el (viper-change-state-to-vi):
6874 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6875
4dc2a129
MR
68762011-07-09 Martin Rudalics <rudalics@gmx.at>
6877
6878 * window.el (display-buffer-default-specifiers): Remove.
6879 (display-buffer-macro-specifiers): Remove default specifiers.
6880 (display-buffer-alist): Default to nil.
b796c9b7 6881 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6882 (display-buffer-pop-up-window): Allow splitting internal
6883 windows. Check whether a live window was created.
6884 (display-buffer-other-window-means-other-frame)
6885 (display-buffer-normalize-arguments): Rename to
6886 display-buffer-normalize-argument and rewrite. Set the
6887 other-window specifier.
6888 (display-buffer-normalize-special): New function.
6889 (display-buffer-normalize-options): Rename to
6890 display-buffer-normalize-default and rewrite.
6891 (display-buffer-normalize-options-inhibit): Remove.
6892 (display-buffer-normalize-specifiers): Rewrite.
6893 (display-buffer): Process other-window specifier and call
6894 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6895 more faithfully.
b796c9b7 6896 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6897 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6898 (display-buffer-in-window, display-buffer-alist-set):
6899 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6900 <tassilo@member.fsf.org>.
6901
2d43b8c9
LL
69022011-07-09 Leo Liu <sdl.web@gmail.com>
6903
6904 * register.el (insert-register): Restore accidental change on
6905 2011-06-26. (Bug#9028)
6906
7f9b7c53
GM
69072011-07-09 Glenn Morris <rgm@gnu.org>
6908
6909 * subr.el (remq): Handle the empty list. (Bug#9024)
6910
f042cfd8
AS
69112011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6912
6913 * mail/sendmail.el (send-mail-function): No longer delay custom
6914 initialization.
6915 * custom.el (custom-initialize-delay): Doc fix.
6916
856b2f11
SM
69172011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6920
afae1d68
MA
69212011-07-08 Michael Albinus <michael.albinus@gmx.de>
6922
6923 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6924 human-friendly prompt.
6925
0757af94
SM
69262011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6929 provided by a particular plugin.
6930
d760b731
LMI
69312011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6932
6933 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6934 save customizations (with "emacs -Q"), just set the variable
6935 instead of erroring out.
6936
6937 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6938
cd79ce90
JL
69392011-07-08 Juri Linkov <juri@jurta.org>
6940
6941 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6942 (archive-zip-update-case): Use 7z if found by `executable-find'.
6943 The order of searching the available programs is the same as in
6944 `archive-zip-extract' (bug#8968).
6945
14cc04aa
CY
69462011-07-07 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6949 (menu-bar-options-menu): Tweak descriptions.
6950
0a1848ec
LMI
69512011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6952
6953 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6954 menu items into verb phrases (bug#1421). Also refill to fit under
6955 80 columns.
6956
f5bd0689
CY
69572011-07-07 Chong Yidong <cyd@stupidchicken.com>
6958
538e85c6
CY
6959 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6960 (Info-read-node-name): Doc fix (Bug#1084).
6961
f5bd0689
CY
6962 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6963 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6964 (end-of-sexp, beginning-of-sexp)
6965 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6966 (forward-symbol, forward-same-syntax, word-at-point)
6967 (sentence-at-point): Doc fix (Bug#1144).
6968
56ec5115
LMI
69692011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6970
f3f8e37f
LMI
6971 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6972 should cover it (bug#1281).
6973
0757af94 6974 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6975
e9fce1ac 6976 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6977 negotiation fails, then possibly try again with a non-encrypted
6978 connection (bug#9017).
6979
56ec5115
LMI
6980 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6981 be used.
6982
c2f9aec8
RS
69832011-07-07 Richard Stallman <rms@gnu.org>
6984
6985 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6986 property, and handle its changed format.
6987 Look for the correct line number.
6988 Use file's line contents (but not past first =) to find
6989 correct line in message.
6990
ef7b981d 69912011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6992
6993 * international/characters.el (build-unicode-category-table):
6994 Delete it.
0757af94 6995 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6996
0757af94 6997 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6998 to src/chartab.c.
6999 (get-char-code-property): Call unicode-property-table-internal to
7000 load a file. Call get-unicode-property-internal where necessary.
7001 (put-char-code-property): Call unicode-property-table-internal to
7002 load a file. Call put-unicode-property-internal where necessary.
7003 put-unicode-property-internal where necessary.
0757af94
SM
7004 (char-code-property-description):
7005 Call unicode-property-table-internal to load a file.
c805dec0
KH
7006
7007 * international/charprop.el:
7008 * international/uni-bidi.el:
7009 * international/uni-category.el:
7010 * international/uni-combining.el:
7011 * international/uni-comment.el:
7012 * international/uni-decimal.el:
7013 * international/uni-decomposition.el:
7014 * international/uni-digit.el:
7015 * international/uni-lowercase.el:
7016 * international/uni-mirrored.el:
7017 * international/uni-name.el:
7018 * international/uni-numeric.el:
7019 * international/uni-old-name.el:
7020 * international/uni-titlecase.el:
7021 * international/uni-uppercase.el: Regenerate.
7022
7023 * loadup.el: Load international/charprop.el before
7024 international/characters.
7025
e14b388a
CY
70262011-07-07 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * window.el (next-buffer, previous-buffer): Signal an error if
7029 called from a minibuffer window.
7030
7031 * bindings.el: Revert 2011-07-04 change.
7032
354cf0ba
RS
70332011-07-06 Richard Stallman <rms@gnu.org>
7034
7035 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7036 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7037 Treat markers like ints.
7038 (rmail-mime-entity): Doc fix.
7039
a48868a7
LMI
70402011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7041
4906cd3d
LMI
7042 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7043 defcustom again for backwards compatibility.
7044
e0457abe
LMI
7045 * simple.el (shell-command-on-region): Fill.
7046
d67f7e1f
LMI
7047 * dired-aux.el (dired-kill-line): Add a doc string.
7048
fe204702
LMI
7049 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7050 to "\\sw\\|\\s_" (bug#358).
7051
a48868a7
LMI
7052 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7053 (dired-unmark-backward): Ditto.
7054 (dired-flag-backup-files): Ditto.
7055
7056 * dired-x.el (dired-mark-sexp): Ditto.
7057
aa8a705c
RS
70582011-07-06 Richard Stallman <rms@gnu.org>
7059
7060 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7061 (rmail-mime-entity): New arg TRUNCATED.
7062 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7063 New functions.
7064 (rmail-mime-save): Warn if entity is truncated.
7065 (rmail-mime-toggle-hidden): Likewise, for showing.
7066 (rmail-mime-process-multipart): Record when an entity is truncated.
7067
a9a936b9
RS
7068 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7069 if ENTITY is a string.
7070
1f2b92cb
LMI
70712011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7072
f4f73198 7073 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7074 of faces when `M-C-x'-ing their definitions (bug#8378).
7075 Also clean up the code slightly.
f4f73198 7076
12b16734 7077 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7078 because that makes the colors go away.
12b16734 7079
f0691d22
LMI
7080 * mail/sendmail.el (send-mail-function): Change the default to
7081 `sendmail-query-once'.
9e87df06 7082 (sendmail-query-once): Add an autoload cookie.
f0691d22 7083
1f2b92cb
LMI
7084 * net/network-stream.el (network-stream-open-starttls): Try using
7085 a plain connection even if the server offered STARTTLS, and we
7086 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7087 capability. This should make smtpmail.el work in slightly more
7088 configurations.
7089
1cdd2a1b
MA
70902011-07-06 Michael Albinus <michael.albinus@gmx.de>
7091
7092 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7093 New defun.
7094 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7095
fbcc67e2
MM
70962011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7097
7098 * progmodes/sql.el: Version 3.0
0757af94 7099 (sql-product-alist): Add product :completion-object,
fbcc67e2 7100 :completion-column, and :statement attributes.
0757af94 7101 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7102 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7103 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7104 ansi keywords.
7105 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7106 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7107 (sql-oracle-show-reserved-words): New function for development.
7108 (sql-product-font-lock): Simplify for source code buffers.
7109 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7110 New functions.
7111 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7112 (sql-mode-map): Add statement movement functions.
7113 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7114 New variable.
fbcc67e2
MM
7115 (sql-statement-regexp, sql-beginning-of-statement)
7116 (sql-end-of-statement, sql-signum): New functions.
0757af94 7117 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7118 (sql-show-sqli-buffer): Bug fix.
7119 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7120 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7121 with sql-interactive-mode.
7122 (sql-save-connection): Save buffer local settings.
0757af94 7123 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7124 (sql-product-interactive): Bug fix.
7125 (sql-preoutput-hold): New variable.
7126 (sql-interactive-remove-continuation-prompt): Bug fixes.
7127 (sql-debug-redirect): New variable.
7128 (sql-str-literal): New function.
7129 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7130 Redesign.
fbcc67e2
MM
7131 (sql-oracle-save-settings, sql-oracle-restore-settings)
7132 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7133 (sql-completion-object, sql-completion-column)
7134 (sql-completion-sqlbuf): New variables.
7135 (sql-build-completions-1, sql-build-completions)
7136 (sql-try-completion): New functions.
7137 (sql-read-table-name): Use them.
7138 (sql-contains-names): New buffer local variable.
7139 (sql-list-all, sql-list-table): Use it.
7140 (sql-oracle-completion-types): New variable.
7141 (sql-oracle-completion-object, sql-sqlite-completion-object)
7142 (sql-postgres-completion-object): New functions.
7143
d4eaeab1
GM
71442011-07-06 Glenn Morris <rgm@gnu.org>
7145
7146 * window.el (pop-to-buffer): Doc fix.
7147
322b7dab 71482011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7149
7150 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7151
322b7dab 71522011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7153
322b7dab 7154 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7155
322b7dab 7156 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7157
605dd5bf
CY
71582011-07-05 Chong Yidong <cyd@stupidchicken.com>
7159
7160 * button.el (button): Inherit from link face. Suggested by Dan
7161 Nicolaescu.
7162
7dbfa719
SM
71632011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7164
3db614b0
SM
7165 * progmodes/gdb-mi.el: Fit in 80 columns.
7166 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7167 switch-to-buffer.
7168
7dbfa719
SM
7169 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7170 if imenu is simply not configured (bug#8941).
7171
919d884a
KM
71722011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7173
7174 * allout.el (allout-post-undo-hook): New allout outline-change
7175 event hook to signal undo activity.
7176 (allout-post-command-business): Run allout-post-undo-hook if an
7177 undo just occurred.
7dbfa719
SM
7178 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7179 * allout-widgets.el (allout-widgets-after-undo-function):
7180 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7181 in the vicinity of an undo.
7182 (allout-widgets-mode): Include allout-widgets-after-undo-function
7183 on the new allout-post-undo-hook.
7184
450a0f09
SM
71852011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7188 Let define-derived-mode define it.
7189 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7190 cycles of abbrev-table inheritance (bug#8998).
7191
2de69e00
RW
71922011-07-05 Roland Winkler <winkler@gnu.org>
7193
7194 * textmodes/bibtex.el: Add support for biblatex.
7195 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7196 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7197 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7198 (bibtex-entry-alist, bibtex-field-alist): New variables.
7199 (bibtex-entry-field-alist): Obsolete alias for
7200 bibtex-BibTeX-entry-alist.
7201 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7202 (bibtex-set-dialect): New command.
7203 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7204 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7205 Bind via bibtex-set-dialect.
2de69e00
RW
7206 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7207 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7208 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7209 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7210 Define via bibtex-set-dialect.
450a0f09
SM
7211 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7212 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7213 (bibtex-vec-push, bibtex-vec-incr): New functions.
7214 (bibtex-format-entry, bibtex-field-list)
7215 (bibtex-print-help-message, bibtex-validate)
7216 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7217
2dcdbdd9
SM
72182011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * progmodes/compile.el (compilation-goto-locus):
7221 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7222 * bs.el (bs-cycle-next, bs-cycle-previous):
7223 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7224 * bindings.el (mode-line-other-buffer):
7225 * autoinsert.el (auto-insert):
7226 * arc-mode.el (archive-extract):
7227 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7228
b27640fe
JB
72292011-07-05 Juanma Barranquero <lekktu@gmail.com>
7230
7231 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7232 Fix check of `emacs-lock-unlockable-modes'.
7233 Coerce true values of `emacs-lock--try-unlocking' to t.
7234
53bbe3ad
JB
72352011-07-05 Juanma Barranquero <lekktu@gmail.com>
7236
7237 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7238 * emacs-lock.el: New file.
7239
1d3cdbc7
JD
72402011-07-05 Julien Danjou <julien@danjou.info>
7241
7242 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7243 than `boundp' to check if face is set.
7244
9173deec
JB
72452011-07-05 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * register.el (registerv-make):
7248 * window.el (window-min-height): Fix typos in docstrings.
7249
869795d6
JD
72502011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7251
9173deec 7252 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7253 Update doc string.
7254
b768cdcd
JB
72552011-07-04 Juanma Barranquero <lekktu@gmail.com>
7256
7257 * server.el (server-execute): Catch quit and call
7258 `server-return-error' to pass the error back to emacsclient and
7259 close the connection (bug#8942).
7260
13aa217b
KM
72612011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7262
7263 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7264 insecure exception for current topic. Also note that auto-saves
7265 are handled differently.
7266
7267 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7268 State variables for tracking auto-save inhibition situation.
7269
7270 (allout-write-contents-hook-handler): Rename from
7271 'allout-write-file-hook-handler', and describe how it depends on
7272 write-contents-functions sensitivity to non-nil value to prevent
7273 file write.
7274
7275 (allout-auto-save-hook-handler): Remove. auto-save does not check
7276 this in individual buffers, only in the starting buffer, so this
7277 is not the right way for us to inhibit auto-save in a buffer
7278 according to its condition.
7279
7280 (allout-mode): Use new allout-write-contents-hook-handler, and
7281 only with write-contents-functions. Remove auto-save provisions -
7282 they're implemented elsewhere.
7283
7284 (allout-before-change-handler): If undo is in progress, note that
7285 for attention of allout-post-command-business.
7286
7287 (allout-post-command-business): If the command we're following was
7288 an undo, check for change in the status of encrypted items and
7289 adjust auto-save inhibitions accordingly.
7290
7291 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7292 according to whether there are or aren't any plain-text topics
7293 pending encryption.
7294
2dcdbdd9 7295 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7296 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7297 if there are plain-text topics pending encryption.
13aa217b
KM
7298
7299 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7300 buffer-saved-size and some allout state to not inhibit auto-saves
7301 if there are no longer any plain-text topics pending encryption.
7302
0757af94
SM
7303 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7304 No longer provide for exemption of the current topic.
13aa217b 7305
ac89b32c
JL
73062011-07-04 Juri Linkov <juri@jurta.org>
7307
7308 Add 7z operations to delete and save changed members (bug#8968).
7309 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7310 New defcustoms.
7311 (archive-7z-write-file-member): New function.
7312 (archive-7z-summarize): Fix the number of dashes in the
7313 listing output.
7314
8fa39615
SM
73152011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7318 (bug#8958).
7319
2f11b3f1
CY
73202011-07-04 Chong Yidong <cyd@stupidchicken.com>
7321
d66fef2b
CY
7322 * bindings.el: Ignore next-buffer and previous-buffer in
7323 minibuffer-local-map.
7324
2f11b3f1
CY
7325 * font-lock.el (font-lock-builtin-face): Change light background
7326 color to dark slate blue (Bug#6693).
7327
f932a347
WD
73282011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7329
7330 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7331
c8af70e1
SM
73322011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7335 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7336 Add switch-to-buffer.
7337
f158badc
LMI
73382011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7339
7340 * isearch.el (isearch-search-fun-function): Clarify further the
7341 meaning of the function returned.
7342
6d95bd46
MA
73432011-07-04 Michael Albinus <michael.albinus@gmx.de>
7344
7345 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7346
7347 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7348 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7349 Use it.
7350 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7351 `tramp-default-remote-path' does not exist.
7352 (tramp-send-command-and-read): New optional argument NOERROR.
7353 (tramp-open-connection-setup-interactive-shell)
7354 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7355 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7356 (tramp-process-sentinel): Flush also process' connection property.
7357 (tramp-sh-handle-start-file-process): Do not set process
7358 sentinel. It is done now ...
7359 (tramp-maybe-open-connection): ... here. (Bug#8929)
7360
909e6b67
MK
73612011-07-04 MON KEY <monkey@sandpframing.com>
7362
7363 * play/animate.el (animate-string): Doc fixes and allow changing
7364 the buffer name (bug#5417).
7365
73662011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7367
c8af70e1 7368 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7369
f34755dc
PE
73702011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7371
396cec72
PE
7372 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7373 This is simpler and helps future-proof the code.
7374 (timer-until): Use time-subtract and float-time.
08235028 7375 (timer--time-less-p): Use time-less-p.
f34755dc 7376
56e6cc31
JB
73772011-07-04 Juanma Barranquero <lekktu@gmail.com>
7378
3abb79e5
JB
7379 * type-break.el (timep): Use the value of `float-time' to avoid a
7380 byte-compiler warning.
7381
56e6cc31
JB
7382 * server.el (server-eval-and-print): Return any result, even nil.
7383
7b9430b4
PE
73842011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7385
7386 * type-break.el: Accept time formats that the builtins accept.
7387 (timep, type-break-time-difference): Accept any format that
7388 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7389 This is simpler and helps future-proof the code.
7390 (type-break-time-difference): Round rather than ignoring
7391 subseconds components.
7392
3034e9e7
LMI
73932011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7394
7395 * info.el (Info-apropos-matches): Make non-interactive, since it
7396 doesn't seem to do anything useful as a command (bug#8829).
7397
1485f4c0
CY
73982011-07-03 Chong Yidong <cyd@stupidchicken.com>
7399
7400 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7401 Move from faces.el.
1485f4c0
CY
7402 (frame-default-terminal-background): New function.
7403
7404 * custom.el (custom-push-theme): Don't record faces in `changed'
7405 theme; this doesn't work correctly for per-frame face settings.
7406 (disable-theme): Use face-set-after-frame-default to reset faces.
7407 (custom--frame-color-default): New function.
7408
9fa3dd45
LMI
74092011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7410
c8af70e1 7411 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7412 (bug#8769).
7413
6cbbc20c
KR
74142011-03-29 Kevin Ryde <user42@zip.com.au>
7415
7416 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7417 `perl-Test2' extend to match possible "fail #N" rep count
7418 (bug#8377).
7419
c7f98048
LMI
74202011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7421
65676592
LMI
7422 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7423 `smtpmail-via-smtp' now returns the error instead of nil.
7424
c7f98048
LMI
7425 * isearch.el (isearch-search-fun-function): Clarify the doc string
7426 (bug#8101).
7427
56e6cc31 74282011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7429
7430 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7431 unnecessary spaces (bug#8987).
7432
2b216704
LMI
74332011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7434
7435 * net/network-stream.el (open-network-stream): Use the
7436 :end-of-capability command thoughout.
7437
74382011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7439
7440 * net/network-stream.el (open-network-stream): Add the
7441 :end-of-capability command parameter, used by pop3.el.
7442
36adf6ce
LMI
74432011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7444
1ca0da0e
LMI
7445 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7446
fc00f69c
LMI
7447 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7448 for list)" (bug#6475).
7449
28fd8759 7450 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7451 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7452 an error (bug#6297).
7453
0dd8b6da
LMI
7454 * man.el (Man-reference-regexp): Allow matching possible
7455 word-wrapped references (bug#6289).
7456
ce1438d6
LMI
7457 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7458 for consistency with the other vc buffers (bug#6197).
7459 (vc-checkin): Ditto.
7460
7461 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7462
36adf6ce
LMI
7463 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7464
e83cc1f7
LMI
74652011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7466
8a20ca4c
LMI
7467 * custom.el (defcustom): Clarify that :set is only used in the
7468 Customize user interface (bug#6089).
7469
83319045
LMI
7470 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7471 associated with a file, refuse to run instead of erroring out
7472 (bug#6084).
7473
a8392169
LMI
7474 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7475 the doc string, since it appears that using `fill-column' always
7476 controls the width (bug#7845).
7477
e83cc1f7
LMI
7478 * simple.el (shell-command-on-region): Say where the error output
7479 went if `shell-command-default-error-buffer' is set (bug#6857).
7480
e47ca23b
KM
74812011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7482
7483 * allout.el (allout-yank-processing): Adjust cursor position for
7484 backwards-deleted space.
7485
7486 (allout-rebullet-heading): Register changes with
7487 allout-exposure-changed-hook, so the modified topic is properly
7488 decorated.
7489
5cf56143
LMI
74902011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7491
08549772
LMI
7492 * minibuffer.el (completion-in-region): Document PREDICATE
7493 (bug#7136).
7494
48e96771
LMI
7495 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7496 of keyword/argument pairs (bug#6904).
7497
c8af70e1
SM
7498 * replace.el (multi-occur):
7499 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7500
e17d05e2
LMI
75012011-07-02 Drew Adams <drew.adams@oracle.com>
7502
7503 * dired.el (dired-mark-if): Make the message about whether it's
7504 marking or unmarking clearer (bug#8523).
7505
063b0e45
LMI
75062011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7507
7508 * disp-table.el (display-table-print-array): New function.
7509 (describe-display-table): Use it to print the vectors more pretty
7510 (Bug#8859).
7511
28545e04
MR
75122011-07-02 Martin Rudalics <rudalics@gmx.at>
7513
7514 * window.el (window-state-get-1): Don't assign clone numbers.
7515 Add clone-of item to list of window parameters.
7516 (window-state-put-2): Don't process clone numbers.
7517 (display-buffer-alist): Fix doc-string.
7518
3349e122
SM
75192011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * subr.el (remq): Don't allocate if it's not needed.
7522 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7523 (keymap--merge-bindings): New functions.
7524 (keymap-canonicalize): Use them to refine the canonicalization.
7525 * minibuffer.el (minibuffer-local-completion-map)
7526 (minibuffer-local-must-match-map): Move initialization from C.
7527 (minibuffer-local-filename-completion-map): Move initialization from C;
7528 don't inherit from anything here.
7529 (minibuffer-local-filename-must-match-map): Make obsolete.
7530 (completing-read-default): Use make-composed-keymap to combine
7531 minibuffer-local-filename-completion-map with either
7532 minibuffer-local-must-match-map or
7533 minibuffer-local-filename-completion-map.
7534
d224ac83
GM
75352011-07-01 Glenn Morris <rgm@gnu.org>
7536
3de63bf8
GM
7537 * type-break.el (type-break-time-sum): Use dolist.
7538
d224ac83
GM
7539 * textmodes/flyspell.el (flyspell-word-search-backward):
7540 Replace CL function.
7541
1a1e3f32
SM
75422011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7543
fe3f64d5
SM
7544 * mouse.el (mouse--strip-first-event): New function.
7545 (function-key-map): Use it to map fringe clicks to normal clicks
7546 by default.
7547
eb604e34
SM
7548 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7549 (vc-bzr-revision-completion-table): Add support for annotate and date.
7550
1a1e3f32
SM
7551 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7552 inherit from parent.
7553
5bd35902
LMI
75542011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7555
ace6c69c 7556 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7557 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7558
191e2bed
LMI
7559 * dired.el (dired-mode): Fix up the doc string as suggested by
7560 Drew Adams (bug#8817).
7561
5bd35902
LMI
7562 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7563 cookie, since the manual says that it should be possible to add
7564 this function to `find-file-hook' (bug#8709).
7565
eee8207a
TZ
75662011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7567
7568 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7569 here. Noted Ted Zlatanov as the maintainer.
7570 (cfengine-common-settings, cfengine-common-syntax): New functions
7571 to set up common things between `cfengine-mode' and
7572 `cfengine3-mode'.
7573 (cfengine3-mode): New mode.
7574 (cfengine3-defuns cfengine3-defuns-regex
7575 (cfengine3-class-selector-regex cfengine3-category-regex)
7576 (cfengine3-vartypes cfengine3-font-lock-keywords)
7577 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7578 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7579
36b148cf
MA
75802011-07-01 Michael Albinus <michael.albinus@gmx.de>
7581
7582 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7583
7584 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7585
0bf4ba9a
MR
75862011-07-01 Martin Rudalics <rudalics@gmx.at>
7587
7588 * window.el (same-window-buffer-names, same-window-regexps)
7589 (same-window-p, special-display-frame-alist)
7590 (special-display-popup-frame, special-display-function)
7591 (special-display-buffer-names, special-display-regexps)
7592 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7593 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7594 (split-window-preferred-function, split-height-threshold)
7595 (split-width-threshold, even-window-heights)
7596 (display-buffer-mark-dedicated, window-splittable-p)
7597 (split-window-sensibly, window-safely-shrinkable-p):
7598 Un-obsolete.
7599 (display-buffer): Don't spread args with function specifier
7600 because special-display-popup-frame won't like it.
7601
35837f51
PE
76022011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7603
d0672f86
PE
7604 Time-stamp simplifications and fixes.
7605 These improve accuracy slightly, and future-proof the code
7606 against some potential changes to current-time format.
7607
b9444d97
PE
7608 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7609 by using time-since and float-time.
7610
0ef923dc
PE
7611 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7612 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7613 + NNN microseconds".
7614
2f81380d
PE
7615 * type-break.el (type-break-time-sum): Rewrite using time-add.
7616
845b5c3e
PE
7617 * play/hanoi.el (hanoi-current-time-float): Remove.
7618 All uses replaced by float-time.
7619
ee6f1be0
PE
7620 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7621 This yields a more-accurate answer.
7622 (rng-time-to-float): Remove; no longer needed.
7623
fe955043
PE
7624 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7625
5777162a
PE
7626 * calendar/timeclock.el (timeclock-seconds-to-time):
7627 Defalias to seconds-to-time, since they're the same thing.
7628
3103f8b6 7629 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7630 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7631 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7632
0e61a35f
SM
76332011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * window.el (bury-buffer): Don't iconify the only frame.
7636 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7637 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7638
ddd63a1e
CY
76392011-07-01 Chong Yidong <cyd@stupidchicken.com>
7640
0e61a35f
SM
7641 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7642 Add mouse-yank-primary.
ddd63a1e 7643
055f4923
TZ
76442011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7645
7646 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7647
6a2fb145
SM
76482011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7651 (find-library-name): Use it to find relative load names when provided
7652 absolute file name (bug#8803).
7653
fd4983f2
LMI
76542011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7655
887d14ad
LMI
7656 * textmodes/flyspell.el (flyspell-word): Consider words that
7657 differ only in case as potential doublons (bug#5687).
7658
c53dc7fc
LMI
7659 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7660 Remove two rather uninteresting debugging-like messages to make
7661 debbugs.el more silent.
7662
fd4983f2
LMI
7663 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7664 a password-like phrase.
7665
7a71b18d 76662011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7667
7668 * progmodes/cc-guess.el: New file.
7669
6a2fb145 7670 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7671
7672 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7673 derived from `c-basic-common-init'.
7674
7675 * progmodes/cc-mode.el (top-level): Require cc-guess.
7676 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7677
1fa280a3
LM
76782011-06-30 Lawrence Mitchell <wence@gmx.li>
7679
7680 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7681
e6597158
AM
76822011-06-30 Alan Mackenzie <acm@muc.de>
7683
1fa280a3
LM
7684 * progmodes/cc-engine.el (c-guess-continued-construct):
7685 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7686 lock is disabled. Name this case as "CASE G".
7687
68ba37fb
KM
76882011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7689
7690 * allout.el (allout-yank-processing): Fix injection of extra space
7691 between bullet and non-whitespace character in first topic when
7692 pasting, ensuring that the actual spacing in the pasted topic
7693 following the bullet char is preserved. This extra space was
7694 causing pasted encrypted topics to get a decrypted status even
7695 when the content was actually still encrypted. Now the decryption
7696 status from before the paste is preserved.
7697
7698 (allout-flag-region): Set all allout overlays so they evaporate
7699 when reduced to zero length (evanescent), to prevent overlay
7700 leakage.
7701
887a0b34
GM
77022011-06-30 Glenn Morris <rgm@gnu.org>
7703
94b9acce
GM
7704 * w32-fns.el (w32-charset-info-alist): Declare.
7705
1d9b46d4
GM
7706 * find-dired.el (find-grep-options): Simplify.
7707
cc232200
GM
7708 * term/ns-win.el (ns-set-resource): Declare.
7709
28e77c46
GM
7710 * ses.el (row, col): Declare dynamic variables honestly.
7711
887a0b34
GM
7712 * textmodes/reftex-parse.el (index-tags): Declare.
7713
658d8eb8
CY
77142011-06-30 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * cus-edit.el (customize-push-and-save): New function.
7717
7718 * files.el (hack-local-variables-confirm): Use it.
7719
1fa280a3
LM
7720 * custom.el (load-theme): New arg NO-CONFIRM.
7721 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7722 (custom-enabled-themes): Doc fix.
7723
7724 * cus-theme.el (customize-create-theme)
7725 (custom-theme-merge-theme): Callers to load-theme changed.
7726
bb617717
LMI
77272011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7728
d61bdd5d
LMI
7729 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7730 short URLs have at least one dot in them (bug #7614).
7731
bb617717
LMI
7732 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7733 nil, because using a pty is apparently too slow (bug #895).
7734
2f31f37a
LMI
77352011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7736
7737 * mail/sendmail.el (sendmail-query-once): New function.
7738 (sendmail-query-once-function): New variable.
7739
3076b24e
GM
77402011-06-29 Glenn Morris <rgm@gnu.org>
7741
faf2a174
GM
7742 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7743
3076b24e
GM
7744 * ses.el (top-level): Require cl when compiling.
7745 (ses-set-localvars): Fix error statement.
7746 Call it at compile time to silence a storm of warnings.
7747
5386012d
MR
77482011-06-29 Martin Rudalics <rudalics@gmx.at>
7749
7750 * window.el (normalize-live-buffer): Rename to
7751 window-normalize-buffer.
7752 (normalize-live-frame): Rename to window-normalize-frame.
7753 (normalize-any-window): Rename to window-normalize-any-window.
7754 (normalize-live-window): Rename to window-normalize-live-window.
7755 (make-window-atom): Rename to window-make-atom.
7756 (window-resize-reset): Rename to window--resize-reset.
7757 (window-resize-reset-1): Rename to window--resize-reset-1.
7758 (resize-mini-window): Rename to window--resize-mini-window.
7759 (resize-subwindows-skip-p): Rename to
7760 window--resize-subwindows-skip-p.
7761 (resize-subwindows-normal): Rename to
7762 window--resize-subwindows-normal.
7763 (resize-subwindows): Rename to window--resize-subwindows.
7764 (resize-other-windows): Rename to window--resize-siblings.
7765 (resize-this-window): Rename to window--resize-this-window.
7766 (resize-root-window): Rename to window--resize-root-window.
7767 (resize-root-window-vertically): Rename to
7768 window--resize-root-window-vertically.
7769 (normalize-buffer-to-display): Rename to
7770 window-normalize-buffer-to-display.
7771 (normalize-buffer-to-switch-to): Rename to
7772 window-normalize-buffer-to-switch-to.
7773 Correspondingly update all callers of the functions listed
7774 above.
7775 (display-buffer-alist, display-buffer-normalize-arguments)
7776 (display-buffer-normalize-options, display-buffer)
7777 (display-buffer-alist-set): Use "function" instead of
7778 "fun-with-args".
7779
1176868d
CY
77802011-06-28 Chong Yidong <cyd@stupidchicken.com>
7781
7782 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7783 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7784 debbugs.gnu.org. Mention acknowledgment email.
7785
20a7a65f
LMI
77862011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7787
7788 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7789 buffer multibyteness, since it shouldn't matter.
7790
5f45cca5
MR
77912011-06-28 Martin Rudalics <rudalics@gmx.at>
7792
7793 * window.el (display-buffer-in-side-window): Handle dedicated
7794 windows as in display-buffer-reuse-window.
7795 (display-buffer-normalize-alist): Use value of override
7796 specifier.
7797 (display-buffer-normalize-specifiers): Use value of
7798 other-window-means-other-frame specifier.
7799 (display-buffer-alist): Rewrite some texts in widgets.
7800 (display-buffer): Spread arguments when calling function
7801 specified by fun-with-args.
7802
ad85fe1f
DD
78032011-06-28 Deniz Dogan <deniz@dogan.se>
7804
1fa280a3
LM
7805 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7806 Unnest `let'.
da68c4c8 7807
ad85fe1f
DD
7808 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7809 selectors (Bug#5732).
ec49bd31 7810 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7811
a08cc025
JA
78122011-06-27 Jari Aalto <jari.aalto@cante.net>
7813
7814 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7815 (eshell-ls-date-format): New defcustom.
7816 (eshell-ls-file): Use it.
7817
e2b551c5
SM
78182011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7819
7820 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7821
8982b231
KY
78222011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7823
7824 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7825 (ange-ftp-make-tmp-name): New arg.
7826 (ange-ftp-file-local-copy): Use it.
7827
36c9fa27
J
78282011-06-27 Jambunathan K <kjambunathan@gmail.com>
7829
7830 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7831 no-conversion (Bug#8870).
7832
d68443dc
MR
78332011-06-27 Martin Rudalics <rudalics@gmx.at>
7834
7835 * window.el (window-right, window-left, window-child)
7836 (window-child-count, window-last-child)
7837 (window-iso-combination-p, walk-window-tree-1)
7838 (window-atom-check-1, window-tree-1, delete-window)
7839 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7840 new naming conventions - window-vchild, window-hchild,
7841 window-next and window-prev are now called window-top-child,
7842 window-left-child, window-next-sibling and window-prev-sibling
7843 respectively.
d615d6d2
MR
7844 (resize-window-reset): Rename to window-resize-reset.
7845 (resize-window-reset-1): Rename to window-resize-reset-1.
7846 (resize-window): Rename to window-resize.
7847 (window-min-height, window-min-width)
7848 (resize-mini-window, resize-this-window, resize-root-window)
7849 (resize-root-window-vertically, adjust-window-trailing-edge)
7850 (enlarge-window, shrink-window, maximize-window)
7851 (minimize-window, delete-window, quit-restore-window)
7852 (split-window, balance-windows, balance-windows-area-adjust)
7853 (balance-windows-area, window-state-put-2)
7854 (display-buffer-even-window-sizes, display-buffer-set-height)
7855 (display-buffer-set-width, set-window-text-height)
7856 (fit-window-to-buffer): Rename all "resize-window" prefixed
7857 calls to use the "window-resize" prefix convention.
7858 (display-buffer-alist): Fix symbol for label specifier.
7859 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7860 corresponding specifier.
7861 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7862
b6458526
VB
78632011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7864
7865 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7866 convention.
7867 (ses-call-printer): Does not pass an empty string to formatter when the
7868 cell is empty to keep from barking printer Calc math-format-value.
7869
d31fd9ac
RS
78702011-06-27 Richard Stallman <rms@gnu.org>
7871
43d5bf84
RS
7872 * battery.el (battery-mode-line-limit): New variable.
7873 (battery-update): Handle it.
7874
d31fd9ac
RS
7875 * mail/rmailmm.el (rmail-mime-process-multipart):
7876 Handle truncated messages.
7877
819a6054
GM
78782011-06-27 Glenn Morris <rgm@gnu.org>
7879
7880 * progmodes/flymake.el (flymake-err-line-patterns):
7881 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7882
cedc73f2
VB
78832011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7884
819a6054 7885 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7886 (ses--clean-!, ses--clean-_): New functions.
7887 (ses-range): Add configurability of readout order, and conversion
7888 to Calc vector.
7889
5e5d49b6
VB
7890 * ses.el (ses-repair-cell-reference-all): New function.
7891 (ses-cell-symbol): Set macro as safe, so that it can be used in
7892 formulas.
7893
56e6cc31 7894 * ses.el: Update cycle detection algorithm.
90ca8b49 7895 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7896 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7897 (ses-set-localvars): New function.
7898 (ses-make-cell): Add property-list as a cell element.
7899 (ses-cell-property-get-fun, ses-cell-property-get)
7900 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7901 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7902 New functions.
90ca8b49
VB
7903 (ses-cell-property-set, ses-cell-property-pop)
7904 (ses-cell-property-get-handle): New macro.
7905 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7906 New aliases, used for code readability.
7907 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7908 cycle detection.
7909 (ses-self-reference-early-detection): New defcustom.
fac916bf 7910 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7911 (ses-mode): Use ses-set-localvars.
7912 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7913 before lauching the update processing.
7914 (ses-initialize-Dijkstra-attempt): New function.
7915 (ses-recalculate-cell): Update for cycle detection based on
7916 Dijkstra algorithm.
7917
2bb63e81
VB
7918 * ses.el: Fix commenting and indenting convention.
7919
c9d29fb8
SM
79202011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * bs.el (bs-cycle-next): Complete last change.
7923
d8e4b68b
JB
79242011-06-27 Drew Adams <drew.adams@oracle.com>
7925
7926 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7927
40098786
LMI
79282011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929
c9d29fb8
SM
7930 * net/network-stream.el (network-stream-open-starttls):
7931 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7932 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7933
40098786
LMI
7934 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7935 to binary to possibly avoid line encoding issues on Windows (among
7936 other things).
7937
468d09d4
LMI
79382011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7939
7940 * net/network-stream.el (open-network-stream): Return an :error
7941 saying what the problem was, if possible.
7942
7943 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7944 server.
7945
7946 * net/network-stream.el (network-stream-open-starttls): If we
7947 wanted to use STARTTLS, and the server offered it, but we weren't
7948 able to because we had no STARTTLS support, then close the connection.
7949 (open-network-stream): Return an :error element, if present.
7950
16f07dd7
CY
79512011-06-26 Chong Yidong <cyd@stupidchicken.com>
7952
88821ca0
CY
7953 * hl-line.el (hl-line-sticky-flag): Doc fix.
7954 (global-hl-line-sticky-flag): New option (Bug#8323).
7955 (global-hl-line-highlight): Obey it.
7956
16f07dd7
CY
7957 * vc/vc.el (vc-revert-show-diff): Default to t.
7958
6b5ccddf
KM
79592011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7960
c9d29fb8
SM
7961 * allout-widgets.el (allout-widgets-post-command-business):
7962 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7963 undecorated when an isearch is continued past, and isearch
7964 automatically collapses them. This leads to "widget leaks", where
7965 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7966 hidden widgets can slow down cursor travel, substantially.
7967 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7968 so we're doing without this nicety.
7969
7970 (allout-widgets-tally-string): Don't try to do a hash-table-count
7971 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7972 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7973 *Messages* when allout-widgets-maintain-tally is t.
7974
355f2e07
MR
79752011-06-26 Martin Rudalics <rudalics@gmx.at>
7976
7977 * window.el (display-buffer-normalize-argument): Rename to
7978 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7979 LABEL argument. Respect special-display-function when popping up
7980 a new frame. Fix code searching for a window showing the buffer
7981 on another frame.
c9d29fb8
SM
7982 (display-buffer-normalize-specifiers):
7983 Call display-buffer-normalize-arguments.
355f2e07
MR
7984 (display-buffer-in-window): Don't undedicate the window if its
7985 buffer remains the same.
7986 Reported by Drew Adams <drew.adams@oracle.com>.
7987 (display-buffer-alist): Add choice for same-window macro
7988 specfier.
7989 (display-buffer): Mention special meaning of LABEL argument in
7990 doc-string. Fix quoting. Don't pop up a new frame even as
7991 fallback.
7992
7ca8fc42
JB
79932011-06-26 Juanma Barranquero <lekktu@gmail.com>
7994
7995 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7996 avoid deleting the current window in some cases (bug#8911).
7997
bc312254
AS
79982011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7999
8000 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8001 (Bug#8934)
8002
2db18f3f
LMI
80032011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8004
c9d29fb8
SM
8005 * net/network-stream.el (network-stream-open-starttls):
8006 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8007 (network-stream-open-tls): Ditto.
8008
6302e0d3
LL
80092011-06-26 Leo Liu <sdl.web@gmail.com>
8010
8011 * register.el (registerv): New struct.
8012 (registerv-make): New function.
c9d29fb8
SM
8013 (jump-to-register, describe-register-1, insert-register):
8014 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8015 struct. (Bug#8415)
8016
5fdd4046
CY
80172011-06-26 Chong Yidong <cyd@stupidchicken.com>
8018
2afef60a
CY
8019 * vc/vc.el (vc-revert-show-diff): New defcustom.
8020 (vc-diff-internal): New arg specifying diff buffer.
8021 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8022 reuse an existing *vc-diff* buffer (Bug#8927).
8023
5fdd4046
CY
8024 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8025
e93db24a
GM
80262011-06-26 Glenn Morris <rgm@gnu.org>
8027
8028 * progmodes/f90.el (f90-critical-indent): New option.
8029 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8030 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8031 (f90-mode): Doc fix.
8032 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8033 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8034 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8035 (f90-match-end): Handle block, critical.
8036
eefff499
GM
80372011-06-25 Glenn Morris <rgm@gnu.org>
8038
f6ba4cc9
GM
8039 * calendar/diary-lib.el (diary-included-files): Doc fix.
8040 (diary-include-files): New function, extracted from
8041 diary-include-other-diary-files and diary-mark-included-diary-files.
8042 (diary-include-other-diary-files, diary-mark-included-diary-files):
8043 Just call diary-include-files.
8044 (diary-mark-entries): Reset diary-included-files on first call.
8045
16712304
GM
8046 * calendar/diary-lib.el (diary-mark-entries)
8047 (diary-mark-included-diary-files):
8048 Visit included diary-files in temp buffers.
8049
5d8e0d43
GM
8050 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8051 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8052 (f90-start-block-re, f90-imenu-generic-expression)
8053 (f90-looking-at-program-block-start, f90-no-block-limit):
8054 Add support for submodules.
8055
ccf7a5d5
GM
8056 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8057 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8058
11fdef7d 80592011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8060
8061 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8062 buffer-file-type before setting its value, to avoid disastrous
eefff499 8063 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8064
74f53697
JB
80652011-06-25 Juanma Barranquero <lekktu@gmail.com>
8066
8067 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8068
8069 * ses.el (ses-unload-function):
8070 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8071
8072 * proced.el (proced-unload-function):
8073 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8074
18a4ce5e
AR
80752011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8076
8077 * server.el (server-create-window-system-frame): Add parameters arg.
8078 (server-process-filter): Doc fix. Handle frame-parameters.
8079
519d22cc
JB
80802011-06-25 Juanma Barranquero <lekktu@gmail.com>
8081
8082 Fix bug#8730, bug#8781.
8083
8084 * loadhist.el (unload--set-major-mode): New function.
8085 (unload-feature): Use it.
8086
8087 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8088 (python-unload-function): New function.
8089
c206f5b0
SM
80902011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8093
f9ad64f3
GS
80942011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8095
8096 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8097 the candidates list.
8098
7d0da90e
JB
80992011-06-24 Juanma Barranquero <lekktu@gmail.com>
8100
8101 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8102
14b4e83d
RS
81032011-06-23 Richard Stallman <rms@gnu.org>
8104
8105 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8106 (rmail-variables): Set next-error-move-function.
8107 (rmail-what-message): Take argument POS.
8108 (rmail-next-error-move): New function.
8109
273d2baf
SM
81102011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8113 messages for adjacent non-terminals.
8114
56c2cc9a
RS
81152011-06-23 Richard Stallman <rms@gnu.org>
8116
8117 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8118 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8119 (rmail-start-mail): Don't specify use of rmail-mail-return;
8120 that's done by mail-bury now.
8121 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8122
d59eb518
MA
81232011-06-23 Michael Albinus <michael.albinus@gmx.de>
8124
8125 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8126 SIZE is a number.
8127
02cfc6d6
MR
81282011-06-23 Martin Rudalics <rudalics@gmx.at>
8129
8130 * window.el (get-lru-window, get-mru-window)
8131 (get-largest-window): Never return a minibuffer window.
8132 (display-buffer-pop-up-window): Fix a bug that could lead to
8133 reusing the minibuffer window.
8134 (display-buffer): Pass original specifier argument to
8135 display-buffer-function instead of the normalized one.
8136 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8137
4e323265
LL
81382011-06-22 Leo Liu <sdl.web@gmail.com>
8139
8140 * minibuffer.el (completing-read-function)
8141 (completing-read-default): Move from minibuf.c
8142
7a70468f
RS
81432011-06-22 Richard Stallman <rms@gnu.org>
8144
50718fc2
RS
8145 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8146 to Rmail even if not started by a special Rmail command.
8147
7a70468f
RS
8148 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8149 Copy the buffer currently showing just one message.
8150
297dde5a
RW
81512011-06-22 Roland Winkler <winkler@gnu.org>
8152
8153 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8154 (bibtex-clean-entry): First delete the old key so that a
8155 customized algorithm for generating the new key does not get
8156 confused by the old key.
8157 (bibtex-url): Obey regexp of first step.
8158 (bibtex-search-entries): Do not use add-to-list with local
8159 list-var.
8160
97bb1093
LMI
81612011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8162
8163 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8164 stored a user name, then query for the password first, instead of
8165 waiting for SMTP to give an error message and the trying again.
8166
1c0f1a19
JD
81672011-06-22 Lawrence Mitchell <wence@gmx.li>
8168
8169 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8170 BUFFER in call-process.
8171
396f7c9d
LMI
81722011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8173
8174 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8175 QUIT twice.
ddb7ffee
LMI
8176 (smtpmail-try-auth-methods): Require user name and password from
8177 auth-source.
396f7c9d 8178
8998d1b3
MR
81792011-06-22 Martin Rudalics <rudalics@gmx.at>
8180
8181 * window.el (display-buffer-default-specifiers)
8182 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8183 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8184 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8185
8186 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8187 (special-display-frame-alist, special-display-popup-frame):
8188 Remove duplicate declarations. These are now in window.el.
8189
4ea31e07
LMI
81902011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8191
c9d29fb8
SM
8192 * mail/smtpmail.el (smtpmail-via-smtp):
8193 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8194 server supports it. SMTP servers that support STARTTLS commonly
8195 require it.
8196
8197 * net/network-stream.el (network-stream-open-starttls): Support
8198 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8199 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8200
95f41d9a
LMI
8201 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8202 upgrades with `open-network-stream', and rely solely on
8203 auth-source for all credentials. Big changes throughout the file,
8204 but in particular:
c9d29fb8
SM
8205 (smtpmail-auth-credentials): Remove.
8206 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8207 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8208 MAIL FROM, too.
95f41d9a 8209
c9d29fb8
SM
8210 * net/network-stream.el (network-stream-open-starttls):
8211 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8212 STARTTLS.
8213 (auth-source): Require.
8214 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8215 (network-stream-certificate): Change cert-cert to cert and
8216 cert-key to key.
4ea31e07 8217
065ec2c7
MA
82182011-06-21 Michael Albinus <michael.albinus@gmx.de>
8219
8220 * net/tramp-cache.el (top): Don't load the persistency file when
8221 "emacs -Q" has been called.
8222
cd93b359
DR
82232011-06-21 Tim Harper <timcharper@gmail.com>
8224
d8e4b68b
JB
8225 * term/ns-win.el (ns-initialize-window-system):
8226 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8227 resource to NO as it is not yet supported by the NS port.
8228
ae9c0411
JB
82292011-06-21 Juanma Barranquero <lekktu@gmail.com>
8230
8231 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8232 (list-dynamic-libraries): ...not here.
8233
7f3f739f
LL
82342011-06-21 Leo Liu <sdl.web@gmail.com>
8235
8236 * subr.el (sha1): Implement sha1 using secure-hash.
8237
327c8fb1
MR
82382011-06-21 Martin Rudalics <rudalics@gmx.at>
8239
8240 * window.el (display-buffer-alist): In default value do not
8241 enforce searching a window on any but the selected frame.
8242 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8243 (display-buffer-select-window): Remove function.
8244 (display-buffer-in-window): When a window on another frame gets
8245 reused, do not select it any more but just raise its frame if
8246 necessary (Bug#8851) and (Bug#8856).
8247 (display-buffer-normalize-options): Handle pop-up-frames related
8248 options more faithfully.
8249 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8250 window if it is on another frame.
c9d29fb8
SM
8251 (display-buffer-alist, display-buffer-default-specifiers):
8252 Don't make new frame unsplittable by default.
9e9de014
MR
8253 (display-buffer-normalize-argument): Fix doc-string typo and use
8254 'same-frame-other-window instead of 'other-window when associating
8255 with display-buffer-macro-specifiers.
327c8fb1 8256
7cf3f556
VB
82572011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8258
8259 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8260 New functions.
8261 (5x5-mode-map, 5x5-mode-menu): Bind them.
8262 (5x5-draw-grid): Tweak the solver's rendering.
8263
60a406cf
SM
82642011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8267 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8268
d8e4b68b 82692011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8270
8271 * menu-bar.el: Use function variable instead of switch-to-buffer.
8272 (menu-bar-select-buffer-function): New variable.
60a406cf 8273 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8274
478d6f95
SM
82752011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8278 variable's status.
8279
ca530739
JD
82802011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8281
8282 * x-dnd.el (x-dnd-version-from-flags)
8283 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8284 and long as number (Bug#8899).
8285 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8286
bcd70d97
SM
82872011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8288
60a406cf 8289 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8290 (completion-try-completion, completion-all-completions): Compute the
8291 metadata argument if it's missing; make it optional (bug#8795).
8292
60a406cf 8293 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8294 (widget-complete): Use new :completion-function property.
8295 (widget-completions-at-point): New function.
8296 (default): Use :completion-function instead of :complete.
60a406cf
SM
8297 (widget-default-completions): Rename from widget-default-complete;
8298 Rewrite.
bcd70d97
SM
8299 (widget-string-complete, widget-file-complete, widget-color-complete):
8300 Remove functions.
8301 (file, symbol, function, variable, coding-system, color):
8302 * international/mule-cmds.el (default-input-method, charset)
8303 (language-info-custom-alist):
8304 * cus-edit.el (face): Use new property :completions.
8305
8306 * progmodes/pascal.el (pascal-completions-at-point): New function.
8307 (pascal-mode): Use it.
8308 (pascal-mode-map): Use completion-at-point.
8309 (pascal-toggle-completions): Make obsolete.
8310 (pascal-complete-word, pascal-show-completions):
8311 * progmodes/octave-mod.el (octave-complete-symbol):
8312 Redefine as obsolete alias.
8313 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8314 Signal absence of completion info for old Octave,
8315 (inferior-octave-complete): Redefine as obsolete alias.
8316 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8317 (meta-completions-at-point): Rename from meta-complete-symbol and
8318 adapt it for use on completion-at-point-functions.
8319 (meta-common-mode): Use it.
8320 (meta-looking-at-backward, meta-match-buffer): Remove.
8321 (meta-complete-symbol): Redefine as obsolete alias.
8322 (meta-common-mode-map): Use completion-at-point.
8323 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8324 (makefile-mode-map): Use completion-at-point.
8325 (makefile-completions-at-point): Rename from makefile-complete and
8326 adapt it for use on completion-at-point-functions.
8327 (makefile-mode): Use it.
8328 (makefile-complete): Redefine as obsolete alias.
8329
aebf69c8
DD
83302011-06-20 Deniz Dogan <deniz@dogan.se>
8331
8332 * net/rcirc.el: Delete trailing whitespaces once and for all.
8333
bfbbb27d
DC
83342011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8335
8336 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8337
d264a46b
CY
83382011-06-19 Chong Yidong <cyd@stupidchicken.com>
8339
4ca009e5
CY
8340 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8341
d264a46b
CY
8342 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8343
fbf5b3ce
MR
83442011-06-19 Martin Rudalics <rudalics@gmx.at>
8345
8346 * window.el (display-buffer-other-window-means-other-frame):
8347 Call display-buffer-normalize-alist.
8348 (display-buffer-normalize-specifiers-1): Rename to
8349 display-buffer-normalize-argument. New argument other-frame.
8350 Rewrite.
8351 (display-buffer-normalize-specifiers-2): Rename to
8352 display-buffer-normalize-options.
8353 (display-buffer-normalize-alist-1): New function.
8354 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8355 display-buffer-normalize-alist.
8356 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8357 (display-buffer-normalize-options-inhibit): New variable.
8358 (display-buffer-normalize-specifiers): Rewrite calling
8359 display-buffer-normalize-alist,
8360 display-buffer-normalize-argument, and
8361 display-buffer-normalize-options. Don't call the latter if
8362 display-buffer-normalize-options-inhibit is non-nil.
8363 (frame-auto-delete): New option.
8364 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8365 (window-list-no-nils, window-state-ignored-parameters)
8366 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8367 (window-state-put-1, window-state-put-2, window-state-put):
8368 New functions.
9a028c23
MR
8369 (display-buffer-normalize-options): Move special-display-p group
8370 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8371
6d10d800
CY
83722011-06-18 Chong Yidong <cyd@stupidchicken.com>
8373
6420d28b
CY
8374 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8375 groups (Bug#8776).
8376 (rx-submatch-n): New function.
8377 (rx): Document it.
8378
ddb8b596
CY
8379 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8380 (Bug#8768).
8381
8382 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8383
77080289
CY
8384 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8385
61dfb316
CY
8386 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8387 anytime existing face settings are present (Bug#8889).
8388
6d10d800
CY
8389 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8390 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8391 Remove unused argument.
8392
be3fb2b8
MR
83932011-06-18 Martin Rudalics <rudalics@gmx.at>
8394
bcd70d97
SM
8395 * window.el (display-buffer-default-specifiers):
8396 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8397 pop-up-window-min-width, and another reuse-window specifier
8398 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8399 (display-buffer-normalize-specifiers-2):
8400 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8401 pop-up-windows is unset. Add a reuse-window specifier for the
8402 case popping up a new window fails.
8403 (special-display-popup-frame): Remove double quoting.
28dec25a 8404 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8405
1c6d8c76
SM
84062011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8409 according to comint-completion-addsuffix.
8410
8411 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8412 (pcomplete-suffix-list): Mark as obsolete.
8413 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8414 pcomplete-seen in the closure.
8415 (pcomplete-comint-setup): Setup completion-at-point as well.
8416 (pcomplete--entries): New function.
8417 (pcomplete--env-regexp): New var.
8418 (pcomplete-entries): Rewrite to work with partial-completion and
8419 without relying on pcomplete-suffix-list.
8420 (pcomplete-pare-list): Remove, unused.
8421
25aef8b8
MR
84222011-06-17 Martin Rudalics <rudalics@gmx.at>
8423
8424 * window.el (display-buffer-alist): Set pop-up-window-min-height
8425 and pop-up-window-min-width in default value. Reported by
8426 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8427 other-window-means-other-frame.
8428 (display-buffer-macro-specifiers): Comment out entry for
8429 other-window specifier.
8430 (display-buffer-other-window-means-other-frame): New function.
8431 (display-buffer-normalize-specifiers-1): New arguments
8432 buffer-name and label. Treat other-window case specially.
8433 (display-buffer-normalize-specifiers-2): Treat other-window case
8434 specially.
8435 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8436 (display-buffer-normalize-specifiers):
8437 Call display-buffer-normalize-specifiers-3.
25aef8b8 8438
dbad4f69
MR
84392011-06-17 Martin Rudalics <rudalics@gmx.at>
8440
8441 * window.el (same-window-p): Fix two typos introduced when
8442 adding with-no-warnings.
d1067961
MR
8443 (display-buffer-normalize-specifiers-1): Don't check
8444 pop-up-frames for 'unset initialization.
8445 (display-buffer-normalize-specifiers-2): Major rewrite using
8446 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8447 (pop-up-frames, display-buffer-reuse-frames)
8448 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8449 Suggested by David Engster <deng@randomsample.de>.
8450 (even-window-heights): Initialize to 'unset.
8451 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8452 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8453 other window case.
dbad4f69 8454
9b9c9e3a
MR
84552011-06-16 Martin Rudalics <rudalics@gmx.at>
8456
bcd70d97
SM
8457 * window.el (display-buffer-normalize-specifiers-1):
8458 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8459 second argument of display-buffer (Bug#8865).
981d5c09
MR
8460 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8461 (switch-to-buffer-other-window-same-frame)
8462 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8463 Adams (Bug#8875).
9c2755e9
MR
8464 (display-buffer): Don't check noninteractive when calling
8465 display-buffer-pop-up-frame.
8466 (display-buffer-pop-up-frame): Never pop up a frame in
8467 noninteractive mode (Bug#8857).
67222e1d
MR
8468 (enlarge-window, shrink-window): Don't report an error when the
8469 window can't be resized as requested (Bug#8862).
9b9c9e3a 8470
2b75be67
SM
84712011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8472
9ffdd3ba
SM
8473 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8474
cb581a67
SM
8475 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8476
2b75be67
SM
8477 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8478
8c0e3589
AM
84792011-06-15 Alan Mackenzie <acm@muc.de>
8480
cb581a67
SM
8481 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8482 for declarators, disable knr checking to speed up for normal files.
8483 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8484
b96e6cde
LMI
84852011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8486
4bba86e6
LMI
8487 * net/network-stream.el (open-network-stream): Add the keyword
8488 :always-query-capabilities for the case where you want to force a
8489 `plain' network connection, but the protocol still requires the
8490 capabilitiy command (i.e., SMTP and EHLO).
8491
2b75be67 8492 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8493 consistency with other `-live-p' functions.
8494
efdcdbf8
SM
84952011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * window.el (same-window-buffer-names, same-window-regexps)
8498 (special-display-frame-alist, special-display-popup-frame)
8499 (special-display-function, special-display-buffer-names)
8500 (special-display-regexps, pop-up-frame-alist)
8501 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8502 (pop-up-windows, split-window-preferred-function)
8503 (split-height-threshold, split-width-threshold, even-window-heights)
8504 (display-buffer-mark-dedicated): Don't encourage the use of
8505 display-buffer-alist from Elisp code.
8506
c5cde042
DN
85072011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8508
8509 * progmodes/python.el (python-mode): Derive from prog-mode.
8510 * progmodes/ps-mode.el (ps-mode):
8511 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8512 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8513 * progmodes/ld-script.el (ld-script-mode): Likewise.
8514
baa1c9ab
MR
85152011-06-15 Martin Rudalics <rudalics@gmx.at>
8516
8517 * window.el (display-buffer-alist): Trim default value to avoid
8518 popping up a new frame (Bug#8857) or reusing an arbitrary window
8519 on another frame.
8520 (display-buffer): Do not fall back on popping up a new frame in
8521 batch mode (Bug#8857).
8522
c5dd5a51
CY
85232011-06-14 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8526 (custom-theme-summary): New function.
8527 (customize-themes): Use it.
8528
d647b7c4
GM
85292011-06-13 Glenn Morris <rgm@gnu.org>
8530
8531 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8532
9481c002
MR
85332011-06-13 Martin Rudalics <rudalics@gmx.at>
8534
357f93d2
MR
8535 * help.el (help-window): Remove variable.
8536 (help-window-point-marker, temp-buffer-max-height)
8537 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8538 (help-print-return-message): Don't set help-window.
8539 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8540 (help-window-setup-finish): Remove.
8541 (help-window-display-message, help-window-setup)
8542 (with-help-window): Major rewrite based on new
8543 display-buffer-window variable.
8544
8545 * help-mode.el (help-mode-finish): Remove help-window related
8546 code.
8547
8548 * view.el (view-exits-all-viewing-windows): Remove reference to
8549 view-return-to-alist in doc-string.
8550 (view-return-to-alist): Make obsolete.
8551 (view-buffer): Call pop-to-buffer-same-window and remove
8552 undo-window code.
8553 (view-buffer-other-window): Call pop-to-buffer-other-window and
8554 simplify code. Ignore second argument.
8555 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8556 simplify code. Ignore second argument.
8557 (view-return-to-alist-update): Make obsolete.
8558 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8559 Rewrite using quit-restore window parameters.
2b75be67
SM
8560 (view-mode-exit): Rename second argument to EXIT-ONLY.
8561 Rewrite using quit-restore-window.
357f93d2
MR
8562 (View-exit, View-exit-and-edit, View-leave, View-quit)
8563 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8564 appropriate arguments.
8565 (view-end-message): Use quit-restore window parameter.
8566
9481c002
MR
8567 * window.el (display-buffer-function): Rewrite doc-string.
8568 (display-buffer-window, display-buffer-alist): New variables.
8569 (display-buffer-split-specifiers)
8570 (display-buffer-side-specifiers)
8571 (display-buffer-macro-specifiers): New constants.
8572 (display-buffer-even-window-sizes, display-buffer-set-height)
8573 (display-buffer-set-width, display-buffer-select-window)
8574 (display-buffer-in-window, display-buffer-reuse-window)
8575 (display-buffer-split-window-1, display-buffer-split-window)
8576 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8577 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8578 (display-buffer-in-side-window, normalize-buffer-to-display)
8579 (display-buffer-normalize-specifiers-1)
8580 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8581 (display-buffer-normalize-specifiers, display-buffer-frame):
8582 New functions.
9481c002
MR
8583 (display-buffer): Major rewrite.
8584 (display-buffer-other-window, display-buffer-other-frame)
8585 (pop-to-buffer, switch-to-buffer-other-window)
8586 (switch-to-buffer-other-frame): Rewrite.
8587 (display-buffer-same-window, display-buffer-same-frame)
8588 (display-buffer-same-frame-other-window)
8589 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8590 (pop-to-buffer-other-window)
8591 (pop-to-buffer-same-frame-other-window)
8592 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8593 (switch-to-buffer-other-window-same-frame): New functions.
8594 (same-window-p, special-display-p): Rewrite disabling warnings.
8595 Make obsolete.
8596 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8597 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8598 Make obsolete
8599 (same-window-buffer-names, same-window-regexps)
8600 (special-display-frame-alist, special-display-popup-frame)
8601 (special-display-function, special-display-buffer-names)
8602 (special-display-regexps, pop-up-frame-alist)
8603 (pop-up-frame-function, split-window-preferred-function)
8604 (split-height-threshold, split-width-threshold)
8605 (even-window-heights): Make obsolete.
8606
9db51aca
GM
86072011-06-12 Glenn Morris <rgm@gnu.org>
8608
8609 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8610 Misc simplifications.
9db51aca 8611
39cffb44
MR
86122011-06-12 Martin Rudalics <rudalics@gmx.at>
8613
8614 * window.el (window-safely-shrinkable-p): Restore function which
8615 was inadvertently removed in change from 2011-06-11. Declare as
8616 obsolete.
8617
2b75be67
SM
8618 * calendar/calendar.el (calendar-generate-window):
8619 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8620 window-safely-shrinkable-p.
8621
a8955be7
GM
86222011-06-12 Glenn Morris <rgm@gnu.org>
8623
8624 * progmodes/fortran.el (fortran-mode-syntax-table):
8625 * progmodes/f90.el (f90-mode-syntax-table):
8626 Set % to punctuation. (Bug#8820)
8627 (f90-find-tag-default): Remove, no longer needed.
8628
f0d4059d
DC
86292011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8630
8631 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8632
1100a63c
CY
86332011-06-11 Chong Yidong <cyd@stupidchicken.com>
8634
8635 * image.el (image-animated-p): Return animation delay in seconds.
8636 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8637 (image-animate-timeout): Remove DELAY argument. Don't assume
8638 every subimage has the same delay; get it from image-animated-p.
8639 (image-animate): Caller changed.
8640
def722bf
MA
86412011-06-11 Michael Albinus <michael.albinus@gmx.de>
8642
8643 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8644 to ignored backtrace functions.
8645
0a2bb1a9
GM
86462011-06-11 Glenn Morris <rgm@gnu.org>
8647
8648 * calendar/appt.el (appt-disp-window-function): Doc fix.
8649 (appt-check): Handle overlapping appointments. (Bug#8337)
8650
6198ccd0
MR
86512011-06-11 Martin Rudalics <rudalics@gmx.at>
8652
8653 * window.el (window-tree-1, window-tree): New functions, moving
8654 the latter to window.el.
8655 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8656 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8657 (bw-refresh-edges): Remove.
8658 (balance-windows-1, balance-windows-2): New functions.
8659 (balance-windows): Rewrite in terms of window tree functions,
8660 balance-windows-1 and balance-windows-2.
8661 (bw-adjust-window): Remove.
8662 (balance-windows-area-adjust): New function with functionality of
8663 bw-adjust-window but using resize-window.
2b75be67
SM
8664 (set-window-text-height): Rewrite doc-string.
8665 Use normalize-live-window and resize-window.
8666 (enlarge-window-horizontally, shrink-window-horizontally):
8667 Rename argument to DELTA.
6198ccd0
MR
8668 (window-buffer-height): New function.
8669 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8670 Rewrite using new window resize routines.
2b75be67
SM
8671 (kill-buffer-and-window, mouse-autoselect-window-select):
8672 Use ignore-errors instead of condition-case.
6198ccd0
MR
8673 (quit-window): Call delete-frame instead of delete-windows-on
8674 for the only buffer on frame.
8675
9397e56f
MR
86762011-06-10 Martin Rudalics <rudalics@gmx.at>
8677
8678 * loadup.el (top-level): Load window before files for the sake
8679 of replace-buffer-in-windows.
8680
8681 * files.el (read-buffer-to-switch)
8682 (switch-to-buffer-other-window)
2b75be67
SM
8683 (switch-to-buffer-other-frame, display-buffer-other-frame):
8684 Move to window.el.
9397e56f
MR
8685
8686 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8687 (previous-buffer): Move to window.el.
8688
8689 * bindings.el (unbury-buffer): Move to window.el.
8690
8691 * window.el (delete-other-windows-vertically): Move after
8692 definition of delete-other-windows.
8693 (other-window, delete-windows-on, replace-buffer-in-windows):
8694 Move here from window.c.
8695 (record-window-buffer, unrecord-window-buffer)
8696 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8697 (switch-to-next-buffer): New functions.
8698 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8699 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8700 (previous-buffer): Move here from simple.el.
8701 Call switch-to-prev-buffer.
9397e56f
MR
8702 (bury-buffer): Move here from buffer.c. Switch to previous
8703 buffer when window cannot be deleted.
8704 (unbury-buffer): Move here from bindings.el.
8705 (ctl-x-map): Move binding for other-window from window.c to
8706 here.
8707 (read-buffer-to-switch, switch-to-buffer-other-window)
8708 (switch-to-buffer-other-frame): Move here from files.el.
8709 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8710 (switch-to-buffer): Move here from buffer.c.
8711 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8712
562dd5e9
MR
87132011-06-10 Martin Rudalics <rudalics@gmx.at>
8714
8715 * window.el (window-min-height, window-min-width): Move here
8716 from window.c. Add defcustoms and rewrite doc-strings.
8717 (resize-mini-window, resize-window): New functions.
8718 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8719 Move here from window.c.
8720 (maximize-window, minimize-window): New functions.
8721 (delete-window, delete-other-windows, split-window): Move here
8722 from window.c.
8723 (window-split-min-size): New function.
8724 (split-window-keep-point): Mention split-window-above-each-other
8725 instead of split-window-vertically.
2b75be67 8726 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8727 Rename split-window-vertically to split-window-above-each-other
8728 and provide defalias for old definition.
8729 (split-window-side-by-side, split-window-horizontally):
8730 Rename split-window-horizontally to split-window-side-by-side
8731 and provide defalias for the old definition.
562dd5e9
MR
8732 (ctl-x-map): Move bindings for delete-window,
8733 delete-other-windows and enlarge-window here from window.c.
8734 Replace bindings for split-window-vertically and
8735 split-window-horizontally by bindings for
8736 split-window-above-each-other and split-window-side-by-side.
8737
8738 * cus-start.el (all): Remove entries for window-min-height and
8739 window-min-width. Add entries for window-splits and
8740 window-nest.
8741
f0da764a
GM
87422011-06-09 Glenn Morris <rgm@gnu.org>
8743
80675c21
GM
8744 * calendar/appt.el (appt-mode-line): New function.
8745 (appt-check, appt-disp-window): Use it.
8746
f0da764a
GM
8747 * files.el (hack-one-local-variable-eval-safep):
8748 Allow minor-modes with explicit +/-1 arguments.
8749
59f623b7
TZ
87502011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8751
8752 * term/xterm.el (xterm): Add defgroup.
8753 (xterm-extra-capabilities): Add defcustom to supply known xterm
8754 capabilities, skip querying them, or query them (default).
8755 (terminal-init-xterm): Use it.
8756 (terminal-init-xterm-modify-other-keys): New function to set up
8757 modifyOtherKeys support to simplify `terminal-init-xterm'.
8758
9aab8e0d
MR
87592011-06-09 Martin Rudalics <rudalics@gmx.at>
8760
8761 * window.el (resize-window-reset, resize-window-reset-1)
8762 (resize-subwindows-skip-p, resize-subwindows-normal)
8763 (resize-subwindows, resize-other-windows, resize-this-window)
8764 (resize-root-window, resize-root-window-vertically)
8765 (window-deletable-p, window-or-subwindow-p)
8766 (frame-root-window-p): New functions.
8767
e8b08aee
GM
87682011-06-09 Glenn Morris <rgm@gnu.org>
8769
8770 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8771 (ange-ftp-get-files): Use it.
8772
254c37a5
AK
87732011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8774
8775 * mail/sendmail.el (mail-recover-1, mail-recover):
8776 * files.el (recover-file, recover-session):
8777 Handle dired-listing-switches not being just a single short option.
8778
35d7dbd3
GM
87792011-06-09 Glenn Morris <rgm@gnu.org>
8780
8781 * calendar/appt.el (appt-display-message, appt-disp-window):
8782 Handle lists of appointments.
8783
387522b2
MR
87842011-06-08 Martin Rudalics <rudalics@gmx.at>
8785
2b75be67
SM
8786 * window.el (one-window-p): Move down in code.
8787 Rewrite doc-string.
8788 (window-current-scroll-bars): Rewrite doc-string.
8789 Normalize live window argument.
387522b2
MR
8790 (walk-windows, get-window-with-predicate, count-windows):
8791 Rewrite doc-string. Use window-list-1.
8792 (window-in-direction-2, window-in-direction, get-mru-window):
8793 New functions.
8794
d8e4b68b 87952011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8796
8797 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8798 Doc fix (Bug#8713).
8799
88002011-06-08 Chong Yidong <cyd@stupidchicken.com>
8801
8802 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8803
88042011-06-08 Juanma Barranquero <lekktu@gmail.com>
8805
8806 * loadhist.el (unload-feature-special-hooks):
8807 Add `comint-output-filter-functions'.
8808
0de12c52
IK
88092011-06-08 Ivan Kanis <gnu@kanis.fr>
8810
8811 * calendar/appt.el (appt-check): Move some initializations into the let.
8812
f3d1777e
MR
88132011-06-08 Martin Rudalics <rudalics@gmx.at>
8814
8815 * window.el (window-height): Defalias to window-total-height.
8816 (window-width): Defalias to window-body-width.
8817
18af70d0
CY
88182011-06-07 Chong Yidong <cyd@stupidchicken.com>
8819
8820 * image-mode.el (image-toggle-animation): New command.
8821 (image-mode-map): Bind it to RET.
8822 (image-mode): Update message.
8823 (image-toggle-display-image): Avoid a spurious cache flush.
8824 (image-transform-rotation): Doc fix.
8825 (image-transform-properties): Return quickly in the normal case.
8826 (image-animate-loop): Rename from image-animate-max-time.
8827
2b75be67 8828 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8829 (create-animated-image): Remove unnecessary function.
8830 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8831 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8832 (image-animate-timer): Use car-safe.
8833 (image-animate-timeout): Rename argument.
8834
190b47e6
MR
88352011-06-07 Martin Rudalics <rudalics@gmx.at>
8836
8837 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8838 window.c. Rename first argument to ALL-FRAMES.
8839 Rephrase doc-strings.
8840 (get-buffer-window-list): Rewrite using window-list-1.
8841 Rephrase doc-string.
a1511caf
MR
8842 (window-safe-min-height, window-safe-min-width): New constants.
8843 (window-size-ignore, window-min-size, window-min-size-1)
8844 (window-sizable, window-sizable-p, window-size-fixed-1)
8845 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8846 (window-max-delta-1, window-max-delta, window-resizable)
8847 (window-resizable-p, window-total-height, window-total-width)
8848 (window-body-width): New functions.
8849 (window-full-height-p, window-full-width-p): Rewrite using
8850 window-total-size.
8851 (window-body-height): Rewrite using window-body-size.
190b47e6 8852
85cc1f11
MR
88532011-06-06 Martin Rudalics <rudalics@gmx.at>
8854
8855 * window.el (window-right, window-left, window-child)
8856 (window-child-count, window-last-child, window-any-p)
8857 (normalize-live-buffer, normalize-live-frame)
8858 (normalize-any-window, normalize-live-window)
8859 (window-iso-combination-p, window-iso-combined-p)
8860 (window-iso-combinations)
8861 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8862 (windows-with-parameter, window-with-parameter)
8863 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8864 (window-atom-check, window-side-check, window-check):
8865 New functions.
85cc1f11
MR
8866 (ignore-window-parameters, window-sides, window-sides-vertical)
8867 (window-sides-slots): New variables.
8868 (window-size-fixed): Move down in code. Minor doc-string fix.
8869
e7156492
AS
88702011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8871
8872 * comint.el (comint-dynamic-complete-as-filename)
8873 (comint-dynamic-complete-filename): Correctly call
8874 completion-in-region.
8875
7e821d0d
DD
88762011-06-05 Deniz Dogan <deniz@dogan.se>
8877
8878 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8879 in last change.
8880
ac09b8a1
DD
88812011-06-05 Deniz Dogan <deniz@dogan.se>
8882
8883 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8884 (rcirc): Use it to prompt for encryption.
8885
34699b85
RW
88862011-06-05 Roland Winkler <winkler@gnu.org>
8887
8888 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8889 (bibtex-search-entries): New command bound to C-c C-a.
8890 (bibtex-display-entries): New function.
8891
004dedd3
RW
88922011-06-05 Roland Winkler <winkler@gnu.org>
8893
8894 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8895 (bibtex-insert-kill): After yanking insert newline if necessary.
8896 (bibtex-initialize): Call bibtex-string-files-init only once.
8897 (bibtex-mode): Do not call easy-menu-add.
8898 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8899 (bibtex-yank): Set arg properly if nil.
8900
022fe7ce
RW
89012011-06-05 Roland Winkler <winkler@gnu.org>
8902
2b75be67
SM
8903 * textmodes/bibtex.el (bibtex-search-entry-globally):
8904 New variable.
022fe7ce
RW
8905 (bibtex-search-entry): Use it.
8906
b7c3692a
RW
89072011-06-05 Roland Winkler <winkler@gnu.org>
8908
8909 * textmodes/bibtex.el (bibtex-entry-format): New option
8910 sort-fields.
8911 (bibtex-format-entry, bibtex-reformat): Honor this option.
8912 (bibtex-parse-entry): Return fields in proper order.
8913
8eda563d
JB
89142011-06-05 Juanma Barranquero <lekktu@gmail.com>
8915
8916 * doc-view.el (doc-view-remove-if): Move computation of result out
8917 of `dolist' to silence misleading lexical-binding warning.
8918
7dbe3dbc
CY
89192011-06-04 Chong Yidong <cyd@stupidchicken.com>
8920
8921 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8922 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8923
0c33dd17
MA
89242011-06-04 Michael Albinus <michael.albinus@gmx.de>
8925
8926 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8927 "SunOS 5.10".
8928
f8f91c2b
MA
89292011-06-04 Michael Albinus <michael.albinus@gmx.de>
8930
8931 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8932 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8933 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8934 (tramp-parse-putty):
8935 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8936 (tramp-completion-function-alist-ssh)
8937 (tramp-completion-function-alist-telnet)
8938 (tramp-completion-function-alist-su)
8939 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8940 cookie.
8941
8942 * net/tramp-ftp.el:
8943 * net/tramp-sh.el:
8944 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8945 load "tramp.el" `tramp-set-completion-function'.
8946
e17d9003
SM
89472011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * shell.el: Require and use pcomplete.
8950 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8951 (shell-completion-vars): Set pcomplete-default-completion-function.
8952
6c4cab03
DD
89532011-06-04 Deniz Dogan <deniz@dogan.se>
8954
8955 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8956 `memq' (Bug#8799).
8957
ea9fafe0
SM
89582011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8961
b3e945d3
JB
89622011-06-02 Juanma Barranquero <lekktu@gmail.com>
8963
8964 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8965 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8966 * vc/log-view.el (log-view-beginning-of-defun):
8967 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8968 (smerge-refine-forward, smerge-refine-chopup-region):
8969 Silence warning for unused `dotimes' counter variables.
8970
7d520089
SM
89712011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * net/tramp.el (tramp-with-progress-reporter): Rename from
8974 with-progress-reporter. Use `declare'.
8975 * net/tramp-smb.el:
8976 * net/tramp-sh.el:
8977 * net/tramp-gvfs.el: Update all uses.
8978
a1c2400f
JB
89792011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8980
8981 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8982 buffer isn't killed before making it current.
8983
2403c841
SM
89842011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 Silence various byte-compiler warnings.
8987 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8988 `access-type' and new obsolescence format.
8989 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8990 new format.
8991 (byte-compile-check-variable): New `access-type' argument.
8992 Only warn if the access-type is obsolete.
8993 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8994 (byte-compile-variable-set): Adjust callers.
8995 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8996 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8997 setting it as obsolete.
8998 * simple.el (minibuffer-completing-symbol):
8999 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9000 access as obsolete.
9001 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9002 obsolete yet.
9003 * international/quail.el (quail-mouse-choose-completion): Remove unused
9004 code referring to obsolete var.
9005 (quail-choose-completion-string): Remove.
9006 * server.el (server-clients-with, server-kill-buffer-query-function)
9007 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9008 * proced.el (proced-send-signal):
9009 * emacs-lisp/lisp.el (lisp-complete-symbol):
9010 Replace completion-annotate-function with completion-extra-properties.
9011
2462470b
SM
90122011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9013
fb5b2591
SM
9014 * simple.el (goto-line): Use read-number.
9015 (overriding-map-is-bound): Remove.
9016 (saved-overriding-map): Change default.
9017 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9018 Take the map as argument.
9019 (universal-argument, negative-argument, digit-argument): Use it.
9020 (restore-overriding-map): Adjust.
9021 (do-auto-fill): Use fill-forward-paragraph.
9022 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9023
fd6fa53f
SM
9024 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9025 (minibuffer-inactive-mode): New major mode.
9026 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9027 the *Messages* buffer" hack.
9028 (mouse-popup-menubar): Don't burp if the event is a normal key.
9029
2462470b
SM
9030 Miscellaneous tweaks.
9031 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9032 lexical scoping as in subr.el's dolist and dotimes.
9033 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9034 Silence compiler warning.
9035 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9036 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9037 * international/ccl.el (ccl-compile): Trivial simplification.
9038 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9039 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9040 `printflag' argument.
9041 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9042 Purecopy the whole obsolescence data.
9043
108bf785
LL
90442011-06-01 Leo Liu <sdl.web@gmail.com>
9045
9046 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9047 improve doc-string as suggested by Marco Pessotto
9048 <melmothx@gmail.com>.
9049 (rcirc-print): Fix last change.
9050
30a23501
SM
90512011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * minibuffer.el (complete-with-action): Return nil for the metadata and
9054 boundaries of non-functional tables.
9055 (completion-table-dynamic): Return nil for the metadata.
9056 (completion-table-with-terminator): Add default case, using
9057 complete-with-action.
9058 (completion--metadata): New function.
9059 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9060 to try and avoid pathological performance problems.
9061 (completion--embedded-envvar-table): Return `category' metadata.
9062
bcd54f83
LMI
90632011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9064
9065 * subr.el (process-alive-p): New tiny convenience function.
9066
e227544d
SM
90672011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9070 content but also its previous major mode.
9071
e8296fdc
HE
90722011-05-31 Helmut Eller <eller.helmut@gmail.com>
9073
4d61f28d 9074 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9075 *Backtrace* buffer when we exit with C-M-c.
9076
620c53a6
SM
90772011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * minibuffer.el: Add metadata method to completion tables.
9080 (completion-category-overrides): New defcustom.
9081 (completion-metadata, completion--field-metadata)
9082 (completion-metadata-get, completion--styles)
9083 (completion--cycle-threshold): New functions.
9084 (completion-try-completion, completion-all-completions):
9085 Add `metadata' argument to choose completion-styles.
9086 (completion--do-completion): Use metadata to choose cycling.
9087 (completion-all-sorted-completions): Use metadata for sorting.
9088 Remove :completion-cycle-penalty which is not needed any more.
9089 (completion--try-word-completion): Add `metadata' argument.
9090 (minibuffer-completion-help): Check metadata for annotation function
9091 and sorting.
9092 (completion-file-name-table): Return `category' metadata.
9093 (minibuffer-completing-file-name): Make obsolete.
9094 * simple.el (minibuffer-completing-symbol): Make obsolete.
9095 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9096 completion-try-completion.
9097
1257e755
SM
90982011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9101
3767e706
LL
91022011-05-30 Leo Liu <sdl.web@gmail.com>
9103
9104 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9105 (rcirc-print): Decode all incoming messages (bug#8744).
9106 (rcirc-decode-coding-system): Allow value nil for automatic coding
9107 system detection.
3767e706 9108
d1a5d56a
GM
91092011-06-01 Glenn Morris <rgm@gnu.org>
9110
9111 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9112
e8cbec34
CY
91132011-05-29 Chong Yidong <cyd@stupidchicken.com>
9114
9115 * image.el (image-animate-max-time): Allow nil and t values.
9116 Default to nil.
9117 (create-animated-image): Doc fix.
9118 (image-animate-start): Remove second arg; just use
9119 image-animate-max-time.
9120 (image-animate-timeout): Doc fix. Args changed.
9121
9122 * image-mode.el (image-toggle-display-image): Ensure that the
9123 image spec passed to the animate timer is the same object as in
58179cce 9124 the buffer's display property (Bug#6981).
e8cbec34
CY
9125 (image-transform-properties): Doc fix.
9126
9127 * image.el (image-animate-max-time): Default to nil.
9128
159daf87
MR
91292011-05-29 Martin Rudalics <rudalics@gmx.at>
9130
9131 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9132 entire buffer list (Bug#8184).
9133
d66c4c7c
CY
91342011-05-29 Chong Yidong <cyd@stupidchicken.com>
9135
9136 * image.el (imagemagick-types-inhibit)
9137 (imagemagick-register-types): Doc fix.
9138
80aec780
DD
91392011-05-29 Deniz Dogan <deniz@dogan.se>
9140
9141 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9142 default.
9143
1dd3c2d9
CY
91442011-05-29 Chong Yidong <cyd@stupidchicken.com>
9145
9146 * select.el: Don't perform clipboard-manager saving in hooks;
9147 leave the hooks empty.
9148
60e56523
LL
91492011-05-28 Leo Liu <sdl.web@gmail.com>
9150
9151 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9152 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9153 (occur-edit-mode): New major mode (Bug#8463).
9154 (occur-after-change-function): New function.
9155 (occur-engine): Give Occur tags a read-only property.
9156
2b1e1a22
KR
91572011-05-28 Kevin Ryde <user42@zip.com.au>
9158
9159 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9160
5d344e88
CY
91612011-05-28 Chong Yidong <cyd@stupidchicken.com>
9162
8e6ca83d
CY
9163 * bindings.el (help-echo): Make the initial non-indicator dash
9164 empty on graphical terminals (Bug#7295).
9165
5d344e88
CY
9166 * files.el (auto-mode-alist): Move config rule after the
9167 in-stripping one (Bug#8547).
9168
bfbbace7
CY
9169 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9170
fbeba6e2
CY
9171 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9172 setting (Bug#8740).
9173
60ed8c72
AA
91742011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9175
4ac619f0
AA
9176 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9177 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9178 (Bug#8539).
60ed8c72 9179
23db196e
CY
91802011-05-28 Chong Yidong <cyd@stupidchicken.com>
9181
9182 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9183
5012f24c
DK
91842011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9185
9186 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9187 (hs-hide-block-at-point, hs-find-block-beginning)
9188 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9189 (Bug#8279).
9190
6a639b16
GM
91912011-05-28 Glenn Morris <rgm@gnu.org>
9192
9193 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9194
d43eaf2c
CY
91952011-05-28 Chong Yidong <cyd@stupidchicken.com>
9196
5199bde1
CY
9197 * help-fns.el (describe-function-1): If the function is a derived
9198 major mode, print the parent mode.
9199
d43eaf2c
CY
9200 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9201 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9202
423428a8
SM
92032011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9204
0ff8e1ba 9205 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9206 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9207 * progmodes/etags.el (tags-completion-at-point-function):
9208 * info-look.el (info-lookup-completions-at-point): Mark as
9209 non-exclusive.
9210 (info-complete): Adjust accordingly.
9211
423428a8
SM
9212 * info-look.el: Convert to lexical-binding and completion-at-point.
9213 (info-lookup-completions-at-point): New function.
9214 (info-complete): Use it and completion-in-region.
9215
b74aa22b
DA
92162011-05-28 Drew Adams <drew.adams@oracle.com>
9217
9218 * isearch.el: Let M-e start with point at the first mismatched char.
9219 (isearch-fail-pos): New function.
9220 (isearch-edit-string): Use it.
9221
66e2e71d
DK
92222011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9223
9224 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9225
b1890b0f 92262011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9227
9228 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9229 traversal functions for avl-trees.
9230 (avl-tree--stack): New struct.
9231 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9232 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9233 (avl-tree--do-enter): Add optional `updatefun' arg.
9234 Change return value.
eb95d01d 9235 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9236 (avl-tree--do-delete): Add `test' and `nilflag' args.
9237 Change return value.
eb95d01d
TC
9238 (avl-tree-member): Add optional `nilflag'
9239 (avl-tree-member-p): New function.
9240 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9241 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9242 (avl-tree-stack-empty-p): New functions.
9243
3769ddcf
TC
9244 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9245 avl-tree--del-balance1 and make it work both ways.
9246 (avl-tree--del-balance2): Remove.
9247 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9248 make it work both ways.
9249 (avl-tree--enter-balance2): Remove.
9250 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9251 New macros.
9252 (avl-tree--mapc, avl-tree-map): Add direction argument.
9253
eb95d01d 92542011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9255
9256 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9257
a9f737ee
CY
92582011-05-27 Chong Yidong <cyd@stupidchicken.com>
9259
9260 * select.el: Support clipboard managers with built-in function
9261 x-clipboard-manager-save, via delete-frame-functions and
9262 kill-emacs-hook.
9263 (xselect-convert-to-targets): Add MULTIPLE target to list.
9264 (xselect-convert-to-save-targets): New function.
9265
c92a1e54
KH
92662011-05-27 Kenichi Handa <handa@m17n.org>
9267
9268 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9269 let-binding rfc2047-encode-encoded-words to nil.
9270
e145f188
GM
92712011-05-27 Glenn Morris <rgm@gnu.org>
9272
5ec8a862
GM
9273 * mail/emacsbug.el: Don't require url-util.
9274
4b29d9fb
GM
9275 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9276
e145f188
GM
9277 * files.el (set-auto-mode):
9278 Also respect mode: entries at the end of the file. (Bug#8586)
9279
7d15102b
GM
92802011-05-26 Glenn Morris <rgm@gnu.org>
9281
98f593b8
GM
9282 * files.el (hack-local-variables-prop-line, hack-local-variables):
9283 Downcase mode names, as seems to be traditional.
27b48e63 9284 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9285
7d15102b
GM
9286 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9287 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9288
51d5b4ec
JD
92892011-05-25 Julien Danjou <julien@danjou.info>
9290
9291 * textmodes/rst.el (rst-define-level-faces): Do not define face
9292 symbol if it is already defined.
9293
91513f63
VB
92942011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9295
9296 * play/5x5.el (5x5-new-game, 5x5-randomize):
9297 Reset 5x5-solver-output to nil when a new grid is cast.
9298 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9299 these debugging traces, as defmacro breaks the compiled code.
9300
4d90d6d0
DK
93012011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9302
9303 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9304
e1b90ef6
LL
93052011-05-24 Leo Liu <sdl.web@gmail.com>
9306
9307 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9308 (vc-bzr-sha1): Adapt.
9309
d8e4b68b 9310 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9311
9312 * bindings.el: Provide sha1 feature.
9313
db0406bb 93142011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9315
9316 * mail/sendmail.el: Require `rfc2047'.
9317 (mail-insert-from-field): Do not perform RFC2047 encoding.
9318 (mail-encode-header): New function.
9319 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9320 buffer to the return value of select-message-coding-system.
9321 Call mail-encode-header.
b8d747b9
KH
9322
9323 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9324
db0406bb 93252011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9326
4d90d6d0
DK
9327 * mail/supercite.el (sc-default-cite-frame):
9328 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9329
eb8a5e9b
GM
93302011-05-24 Glenn Morris <rgm@gnu.org>
9331
f8630703
GM
9332 * progmodes/python.el (brm-menu): Declare.
9333
8831bbed
GM
9334 * emulation/viper.el (viper-set-hooks): Declare.
9335
eb8a5e9b
GM
9336 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9337 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9338 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9339 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9340 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9341 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9342
a2a25d24
SM
93432011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 Add an :exit-function for completion-at-point.
9346
9347 * minibuffer.el (completion--done): New fun.
9348 (completion--do-completion): Use it. New arg `expect-exact'.
9349 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9350 since completion--do-completion does it for us now.
9351 (minibuffer-force-complete): Use completion--done and
9352 completion--replace. Handle sole-completion case with more care.
9353 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9354 (completion-extra-properties): New var.
9355 (completion-annotate-function): Make obsolete.
9356 (minibuffer-completion-help): Adjust accordingly.
9357 Use completion-list-insert-choice-function.
9358 (completion-at-point, completion-help-at-point):
9359 Bind completion-extra-properties.
9360 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9361 * simple.el (completion-list-insert-choice-function): New var.
9362 (completion-setup-function): Preserve it.
9363 (choose-completion): Pay attention to it, shuffle the code a bit.
9364 (choose-completion-string): New arg `insert-function'.
9365
9366 * textmodes/bibtex.el: Convert to lexical binding.
9367 (bibtex-mode-map): Use completion-at-point.
9368 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9369 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9370 (bibtex-complete): Define as obsolete alias.
9371 (bibtex-complete-internal): Remove.
9372 (bibtex-format-entry): Remove unused sub-group in regexp.
9373 * shell.el (shell--command-completion-data)
9374 (shell-environment-variable-completion):
9375 * pcomplete.el (pcomplete-completions-at-point):
9376 * comint.el (comint--complete-file-name-data): Use :exit-function
9377 instead of completion-table-with-terminator so it also works for
9378 choose-completion.
9379
e44e373d
SM
93802011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9381
4f91a816
SM
9382 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9383
782fc819
SM
9384 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9385 (bug#8710).
9386
e44e373d
SM
9387 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9388
381987c3
KM
93892011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9390
9391 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9392 customization variable and implement: If non-nil, auto-fill will
9393 be inhibited while on topic's header line.
9394
b776bc70
VB
93952011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9396
9397 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9398 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9399 always have a solution in grid size = 5 cases.
9400 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9401 (5x5-solver-output, 5x5-log-buffer): New vars.
9402 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9403 Make these variables buffer local to achieve 5x5 multi-session-ness.
9404 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9405 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9406 (5x5-solve-suggest): New funs.
9407 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9408 randomize a grid so that we ensure that there is always a solution.
9409 (5x5-make-random-grid): Allow other movement than flipping.
9410
7de88b6e
KR
94112011-05-23 Kevin Ryde <user42@zip.com.au>
9412
9413 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9414 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9415 advice and passes PREDICATE.
9416
b1ef1257
SM
94172011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9418
bbca48fe
SM
9419 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9420 byte-compile-lambda if it's actually a lambda.
9421
b1ef1257
SM
9422 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9423 Fix function quoting. Use backquote better.
9424
92a9cc65
YS
94252011-05-22 Yuanle Song <sylecn@gmail.com>
9426
9427 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9428 matching (Bug#8516).
9429
f0fb8059
JA
94302011-01-22 Jari Aalto <jari.aalto@cante.net>
9431
9432 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9433 different face (Bug#8178).
9434
d5b44c93
CY
94352011-05-22 Chong Yidong <cyd@stupidchicken.com>
9436
9437 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9438 defface (Bug#8144).
9439
79106a44
SM
94402011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9c848d8a
SM
9442 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9443 funcall as well (bug#8712). Warn when performing those conversions.
9444 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9445
79106a44
SM
9446 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9447
88dfa756
GM
94482011-05-22 Glenn Morris <rgm@gnu.org>
9449
9450 * files.el (hack-local-variables-prop-line): Small simplifications.
9451 (hack-local-variables, hack-local-variables-prop-line):
9452 If MODE-ONLY, return the mode, rather than just `t'.
9453
b7cf2c79
SM
94542011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9455
9456 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9457
3f1a8558
GM
94582011-05-21 Glenn Morris <rgm@gnu.org>
9459
7e4ccca3
GM
9460 * files.el (hack-local-variables-prop-line, hack-local-variables):
9461 If only interested in the mode, don't bother doing the other stuff.
9462
637d46ca
GM
9463 * image-mode.el (image-after-revert-hook):
9464 Redraw all frames on which the image is visible. (Bug#8567)
9465
973d955b
GM
9466 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9467
3f1a8558
GM
9468 * wid-edit.el (widget-checklist-match-inline):
9469 Fix 2011-04-19 change. (Bug#8649)
9470
96479927
SM
94712011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9472
1dcf791f
SM
9473 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9474 Also allow singlespace after single-letter capitals followed by a dot.
9475
96479927
SM
9476 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9477 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9478
35fd0881
N
94792011-05-20 Nix <nix@esperi.org.uk>
9480
9481 * files.el (basic-save-buffer-2):
9482 Fix handling of break-hardlink-on-save with non-existent files.
9483
82745640
DD
94842011-05-19 Deniz Dogan <deniz@dogan.se>
9485
9486 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9487 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9488
4a720484
GM
94892011-05-19 Glenn Morris <rgm@gnu.org>
9490
d1f21341
GM
9491 * progmodes/f90.el (f90-type-def-re):
9492 Handle "type, bind(c)". (Bug#8691)
9493
4a720484
GM
9494 * emacs-lisp/autoload.el (batch-update-autoloads):
9495 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9496
2fb0a219
MA
94972011-05-18 Michael Albinus <michael.albinus@gmx.de>
9498
9499 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9500 property for the correct connection in case of multihops.
9501
e565dd37
GM
95022011-05-18 Glenn Morris <rgm@gnu.org>
9503
c2571358 9504 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9505 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9506
e565dd37
GM
9507 Rationalize calendar handling of day and month abbrev-arrays.
9508 * calendar/calendar.el (calendar-customized-p): New function.
9509 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9510 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9511 Add :set function.
9512 (calendar-abbrev-length, calendar-day-abbrev-array)
9513 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9514 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9515 Elements may no longer be nil.
9516 (calendar-day-name, calendar-month-name):
9517 Update for changed nature of abbrev arrays.
9518 * calendar/diary-lib.el (diary-name-pattern):
9519 Update for changed nature of abbrev arrays.
9520 (diary-mark-entries-1): Update calendar-make-alist calls.
9521 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9522 * calendar/cal-html.el (cal-html-day-abbrev-array):
9523 Simply inherit from calendar-day-abbrev-array.
9524
1d99a745
SM
95252011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * progmodes/grep.el (grep-mode): Disable default
9528 compilation-directory-matcher setting (bug#8684).
9529
7c1d9aa0
MA
95302011-05-17 Michael Albinus <michael.albinus@gmx.de>
9531
9532 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9533 instead of "head" and "tail". There were problems with SunOS 5.9,
9534 and it performs better.
9535
3952e9d8
GM
95362011-05-17 Glenn Morris <rgm@gnu.org>
9537
2dd12e7f
GM
9538 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9539
e4157b9c
GM
9540 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9541 Replace obsolete function.
9542
8e249bbd
GM
9543 * shell.el (pcomplete-parse-arguments-function): Declare.
9544
3952e9d8
GM
9545 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9546 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9547 (appt-check): Doc fixes.
9548 (appt-disp-window-function, appt-delete-window-function):
9549 Remove needless special case in custom :type.
9550 (appt-display-count): Default to 0, not nil.
9551 (appt-check): Reset appt-display-count to 0, not nil.
9552
c71a0d48 95532011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9554
c71a0d48
GM
9555 * progmodes/python.el (python-font-lock-keywords):
9556 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9557
31d55be9
SM
95582011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9561
3bfacb2f
KR
95622011-05-16 Kevin Ryde <user42@zip.com.au>
9563
9564 * info-look.el (makefile-automake-mode): New setups, looking in
9565 automake manual, then makefile-mode.
9566 (makefile-mode): Remove automake manual, have it just in
9567 makefile-automake-mode since there's various things different or
9568 not relevant to plain make.
9569 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9570 believe a hypothetical automake-mode would go to makefile-mode,
9571 not the other way around.
9572
c8e83751
CY
95732011-05-15 Chong Yidong <cyd@stupidchicken.com>
9574
5e9e35cd
CY
9575 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9576 hunk-end tags (Bug#8672).
9577
c8e83751
CY
9578 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9579 vc-annotate-show-diff-revision-at-line (Bug#8671).
9580
50b23e5a
GM
95812011-05-14 Glenn Morris <rgm@gnu.org>
9582
7210a739
GM
9583 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9584 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9585 (change-log-font-lock-keywords): Also handle multiple author lines
9586 with leading tabs. (Bug#8644)
7210a739 9587
4691905a
GM
9588 * calendar/appt.el (appt-check): Rename some local variables.
9589 Some simplification/reordering.
9590
50b23e5a
GM
9591 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9592 (feedmail-sendmail-f-doesnt-sell-me-out)
9593 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9594 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9595 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9596 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9597 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9598 (feedmail-binmail-gnulinuxish-template):
9599 Rename from feedmail-binmail-linuxish-template.
9600 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9601 Use insert-buffer-substring.
9602
215cda7c
BC
96032011-05-14 Bill Carpenter <bill@carpenter.org>
9604
9605 * mail/feedmail.el (feedmail-patch-level): Increase.
9606 (feedmail-debug): New custom group.
9607 (feedmail-confirm-outgoing-timeout)
9608 (feedmail-sendmail-f-doesnt-sell-me-out)
9609 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9610 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9611 (feedmail-sender-line, feedmail-from-line)
9612 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9613 (feedmail-spray-this-address)
215cda7c
BC
9614 (feedmail-spray-address-fiddle-plex-list)
9615 (feedmail-queue-use-send-time-for-date)
9616 (feedmail-queue-use-send-time-for-message-id)
9617 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9618 (feedmail-buffer-eating-function):
9619 Doc fixes.
9620 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9621 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9622 (feedmail-message-action-scroll-down): New functions.
9623 (feedmail-queue-directory, feedmail-queue-draft-directory):
9624 Use expand-file-name.
9625 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9626 Remove C-v help entry.
9627 (feedmail-queue-buffer-file-name): New variable.
9628 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9629 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9630 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9631 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9632 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9633 (feedmail-message-action-toggle-spray)
9634 (feedmail-run-the-queue-no-prompts)
9635 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9636 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9637 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9638 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9639 (feedmail-envelope-deducer, feedmail-fiddle-from)
9640 (feedmail-fiddle-sender, feedmail-default-date-generator)
9641 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9642 (feedmail-fiddle-spray-address)
9643 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9644 (feedmail-fiddle-list-of-fiddle-plexes)
9645 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9646 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9647 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9648 Change default. Doc fix.
9649 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9650 (feedmail-binmail-linuxish-template): New constant.
9651 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9652 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9653 (feedmail-send-it): Add debug call.
9654 Use feedmail-queue-buffer-file-name, and
9655 feedmail-send-it-immediately-wrapper.
9656 (feedmail-message-action-send): Add debug call.
9657 Use feedmail-send-it-immediately-wrapper.
9658 (feedmail-queue-express-to-queue): Add debug call.
9659 Run feedmail-queue-express-hook.
9660 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9661 (feedmail-message-action-help-blat):
9662 Rename from feedmail-queue-send-edit-prompt-help-first.
9663 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9664 Check line-endings. Handle errors better.
9665 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9666 Doc fix. Add debug call.
9667 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9668 Use feedmail-queue-send-edit-prompt-inner.
9669 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9670 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9671 from feedmail-queue-send-edit-prompt.
9672 (feedmail-queue-send-edit-prompt-help)
9673 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9674 (feedmail-tidy-up-slug): Add debug call.
9675 Respect feedmail-queue-slug-suspect-regexp.
9676 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9677 (feedmail-dump-message-to-queue): Add debug call.
9678 Expand queue-directory.
9679 (feedmail-dump-message-to-queue): Change message slightly.
9680 Use feedmail-say-chatter.
9681 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9682 (feedmail-send-it-immediately-wrapper): New function.
9683 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9684 Insert empty string rather than newline. Handle full-frame case.
9685 Use catch/throw. Use feedmail-say-chatter.
9686 (feedmail-fiddle-from): Try mail-host-address.
9687 (feedmail-default-message-id-generator): Doc fix.
9688 Bind system-time-locale. Handle missing end.
9689 (feedmail-fiddle-x-mailer): Add debug call.
9690 Handle feedmail-x-mailer-line being nil.
9691 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9692 Add debug call. Use buffer-substring-no-properties.
9693 (feedmail-say-debug, feedmail-say-chatter): New functions.
9694 (feedmail-find-eoh): Give an explicit error.
9695
42c7e61e
UJ
96962011-05-13 Ulf Jasper <ulf.jasper@web.de>
9697
c2571358 9698 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9699 family from helvetica to sans.
c2571358 9700 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9701 etc/images/newsticker.
9702
c2571358 9703 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9704 family from helvetica to sans.
9705
9706 * net/newst-plainview.el (newsticker-new-item-face)
9707 (newsticker-old-item-face, newsticker-immortal-item-face)
9708 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9709 (newsticker-statistics-face): Change default family from
42c7e61e 9710 helvetica to sans.
c2571358 9711 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9712 etc/images/newsticker.
9713
9714 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9715 (newsticker--process-auto-mark-filter-match): : Tell user about
9716 auto-marking.
9717
8497a297
DV
97182011-05-13 Didier Verna <didier@xemacs.org>
9719
9720 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9721 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9722 TODO entries.
8497a297
DV
9723 (lisp-lambda-list-keyword-parameter-indentation)
9724 (lisp-lambda-list-keyword-parameter-alignment)
9725 (lisp-lambda-list-keyword-alignment): New customizable user options.
9726 (lisp-indent-defun-method): Improve docstring.
9727 (extended-loop-p): Fix comment.
9728 (lisp-indent-lambda-list-keywords-regexp): New variable.
9729 (lisp-indent-lambda-list): New function.
9730 (lisp-indent-259): Use it.
9731 (lisp-indent-defmethod): Support for more than one
9732 method qualifier and properly indent methods lambda-lists.
9733 (defgeneric): Provide a missing common-lisp-indent-function property.
9734
f278f87f
SM
97352011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9738 bounds for the empty string (bug#8667).
9739
5233edd7
GM
97402011-05-13 Glenn Morris <rgm@gnu.org>
9741
5237a44f
GM
9742 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9743
8340026c 9744 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9745 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9746
5233edd7 9747 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9748 (appt-time-msg-list): Doc fix.
a5464014 9749 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9750
92d10796
AS
97512011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9752
9753 * progmodes/ld-script.el (ld-script-keywords)
9754 (ld-script-builtins): Update keywords list.
9755
914a0ae1
SM
97562011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9757
c89be45f
SM
9758 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9759
914a0ae1
SM
9760 * shell.el (shell-completion-vars): New function.
9761 (shell-mode):
9762 * simple.el (read-shell-command): Use it.
9763 (blink-matching-open): No need for " [...]" in minibuffer-message.
9764
98dc3df3
GM
97652011-05-12 Glenn Morris <rgm@gnu.org>
9766
9767 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9768 (appt-check): Simplify.
9769
d2fc7e3d 97702011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9771
4d61f28d 9772 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9773 literal "/dev/null".
9774
d2fc7e3d 97752011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9776
9777 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9778 Fix typo.
9779
d2fc7e3d 97802011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9781
3f254caa
SM
9782 * progmodes/which-func.el (which-function):
9783 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9784 which might not be defined (Bug#8260).
9785
d45885f7
GM
97862011-05-12 Glenn Morris <rgm@gnu.org>
9787
9788 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9789 Let byte-compile-initial-macro-environment always take precedence.
9790
488086f4
SM
97912011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * net/rcirc.el: Add support for SSL/TLS connections.
9794 (rcirc-server-alist): New field `encryption'.
9795 (rcirc): Check `encryption' settings.
9796 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9797 Merge make-local-variable into `set'.
9798 (rcirc--connection-open-p): New function.
9799 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9800 the process is not a network process (e.g. running gnutls-cli).
9801 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9802 Make rcirc-(en|de)code-coding-system local here.
9803 (rcirc-mode): Merge make-local-variable into `set'.
9804 (rcirc-parent-buffer): Make permanent buffer-local.
9805 (rcirc-multiline-minor-mode): Don't do it here.
9806 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9807 there's no server buffer.
9808
7d3b9d44
GM
98092011-05-11 Glenn Morris <rgm@gnu.org>
9810
f64049c6
GM
9811 * newcomment.el (comment-kill): Prefix "unused" local.
9812
93c9df73
GM
9813 * term/w32console.el (get-screen-color): Declare.
9814
7d3b9d44
GM
9815 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9816 Handle symbol elements of byte-compile-initial-macro-environment.
9817
9e2dd53f
LL
98182011-05-10 Leo Liu <sdl.web@gmail.com>
9819
488086f4
SM
9820 * bookmark.el (bookmark-bmenu-mode-map):
9821 Bind bookmark-bmenu-search to `/'.
8b340240 9822
9e2dd53f 9823 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9824 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9825 (Footnote-unicode): New function.
9826 (footnote-style-alist): Add unicode style to the list.
9827 (footnote-style): Doc fix.
9e2dd53f 9828
79b70037
GM
98292011-05-10 Jim Meyering <meyering@redhat.com>
9830
9831 Fix doubled-word typos.
9832 * international/quail.el (quail-insert-kbd-layout): and and -> and
9833 * kermit.el: and and -> and
9834 * net/ldap.el (ldap-search-internal): to to -> to
9835 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9836 * progmodes/js.el (js-mode): and and -> and
9837 * textmodes/artist.el (artist-move-to-xy): at at -> at
9838 (artist-draw-region-trim-line-endings): if if -> if
9839 And Safetyc -> Safety.
9840 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9841
b8f82dc1 98422011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9843 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9844
9845 * files.el (hack-one-local-variable-eval-safep):
9846 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9847
4f99f44b
GM
98482011-05-10 Glenn Morris <rgm@gnu.org>
9849
9850 * calendar/diary-lib.el (diary-list-entries-hook)
9851 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9852 (diary-nongregorian-marking-hook, diary-list-entries)
9853 (diary-include-other-diary-files, diary-mark-entries)
9854 (diary-mark-included-diary-files): Doc fixes.
9855
84f29e6b
JB
98562011-05-09 Juanma Barranquero <lekktu@gmail.com>
9857
9858 * misc.el: Require tabulated-list.el during compilation.
9859
9bedd73a
CY
98602011-05-09 Chong Yidong <cyd@stupidchicken.com>
9861
488086f4
SM
9862 * progmodes/compile.el (compilation-start):
9863 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9864 (compilation-filter-hook): Doc fix.
9865
797c735c
DD
98662011-05-09 Deniz Dogan <deniz@dogan.se>
9867
9868 * wdired.el: Remove outdated installation comment. Fix usage
9869 comment.
9870
5f4b1dfe
JB
98712011-05-09 Juanma Barranquero <lekktu@gmail.com>
9872
9873 * misc.el: Implement new command `list-dynamic-libraries'.
9874 (list-dynamic-libraries--loaded-only-p): New variable.
9875 (list-dynamic-libraries--refresh): New function.
9876 (list-dynamic-libraries): New command.
9877
4c44026c
CY
98782011-05-09 Chong Yidong <cyd@stupidchicken.com>
9879
488086f4
SM
9880 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9881 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9882 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9883 higher priority to avoid clobbering by gnu.
9884
027f966d
CY
98852011-05-08 Chong Yidong <cyd@stupidchicken.com>
9886
9887 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9888 if the face has existing theme settings (Bug#8454).
9889
085f5d7d
CY
98902011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9891
488086f4
SM
9892 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9893 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9894
2a86a00c
RS
9895 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9896 special file names `.' and `..' (Bug#8259).
9897
d9c54a06
CY
98982011-05-08 Chong Yidong <cyd@stupidchicken.com>
9899
488086f4
SM
9900 * progmodes/grep.el (grep-mode-font-lock-keywords):
9901 Remove buffer-changing entries.
d9c54a06
CY
9902 (grep-filter): New function.
9903 (grep-mode): Add it to compilation-filter-hook.
9904
9905 * progmodes/compile.el (compilation-filter-hook)
9906 (compilation-filter-start): New defvars.
9907 (compilation-filter): Call compilation-filter-hook prior to
9908 updating the process mark.
9909
c4662635
SM
99102011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9913
b0512a1d
EZ
99142011-05-07 Eli Zaretskii <eliz@gnu.org>
9915
605c9376
EZ
9916 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9917 mailclient-send-it even if window-system is nil. (Bug#8595)
9918
c4662635
SM
9919 * term/w32console.el (terminal-init-w32console):
9920 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9921 background-mode. (Bug#8597)
9922
d1dc2cc2
SM
99232011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9926 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9927 New functions.
9928 (defgeneric, eieio--defmethod): Use them.
9929 (eieio-defgeneric): Remove.
9930 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9931
915d1300
GM
99322011-05-07 Glenn Morris <rgm@gnu.org>
9933
a3961c3e
GM
9934 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9935 Use let rather than let*.
9936 (timeclock-find-discrep): Remove unused local.
9937
314347b9
GM
9938 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9939
915d1300
GM
9940 * calendar/appt.el (appt-time-msg-list): Doc fix.
9941
275b59b0
NF
99422011-05-06 Noah Friedman <friedman@splode.com>
9943
9944 * apropos.el (apropos-print-doc): Only use
9945 emacs-lisp-docstring-fill-column when it is bound to an integer,
9946 per that variable's documentation.
9947
6c19f744
SM
99482011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9951 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9952
60f884b2
GM
99532011-05-06 Glenn Morris <rgm@gnu.org>
9954
5006e634
GM
9955 * calendar/appt.el (appt-message-warning-time): Doc fix.
9956 (appt-warning-time-regexp): New option.
9957 (appt-make-list): Respect appt-message-warning-time.
9958
548d0a63
GM
9959 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9960 New options.
9961 (diary-add-to-list): Strip comments from the displayed string.
9962 (diary-mode): Set comment-start and comment-end.
9963
60f884b2
GM
9964 * vc/diff-mode.el (smerge-refine-subst): Declare.
9965 (diff-refine-hunk): Don't require smerge-mode when compiling.
9966
989681bb
JB
99672011-05-06 Juanma Barranquero <lekktu@gmail.com>
9968
9969 * simple.el (list-processes): Return nil as the docstring says.
9970
a6bc05e1
MA
99712011-05-05 Michael Albinus <michael.albinus@gmx.de>
9972
9973 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9974 to "".
9975 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9976 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9977 determining of binary transfer. (Bug#7383)
9978
23c22e9a
MA
99792011-05-05 Michael Albinus <michael.albinus@gmx.de>
9980
c4662635
SM
9981 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9982 Fix port computation bug. (Bug#8618)
23c22e9a 9983
0bff894f
GM
99842011-05-05 Glenn Morris <rgm@gnu.org>
9985
b8296902
GM
9986 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9987
1f522ce8
GM
9988 * simple.el (shell-dynamic-complete-functions)
9989 (comint-dynamic-complete-functions): Declare.
9990
cf5bee67
GM
9991 * net/network-stream.el (gnutls-negotiate):
9992 * simple.el (tabulated-list-print): Fix declarations.
9993
9994 * progmodes/gud.el (syntax-symbol, syntax-point):
9995 Remove unnecessary and incorrect declarations.
9996
0bff894f
GM
9997 * emacs-lisp/check-declare.el (check-declare-scan):
9998 Handle byte-compile-initial-macro-environment in bytecomp.el
9999
9869b3ae
SM
100002011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 Fix earlier half-done eieio-defmethod change (bug#8338).
10003 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10004 Streamline and change calling convention.
10005 (defmethod): Adjust accordingly and simplify.
10006 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10007 new eieio--defmethod.
10008 (slot-boundp): Minor CSE simplification.
10009
9c1d5ac5
MZ
100102011-05-05 Milan Zamazal <pdm@zamazal.org>
10011
10012 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10013 (glasses-make-readable): Use glasses-separate-capital-groups.
10014
455c834e
JB
100152011-05-05 Juanma Barranquero <lekktu@gmail.com>
10016
10017 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10018 (warning-series): Doc fix.
10019 (display-warning): Don't try to create the buffer if we just found it.
10020
9ed7c8cb
CY
100212011-05-04 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10024 (autoload-find-generated-file): New function.
10025 (generate-file-autoloads): Bind generated-autoload-file to
10026 buffer-file-name.
9869b3ae
SM
10027 (update-file-autoloads, update-directory-autoloads):
10028 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10029 output file (Bug#7989).
10030 (batch-update-autoloads): Doc fix.
10031
0898ca10
JB
100322011-05-04 Juanma Barranquero <lekktu@gmail.com>
10033
10034 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10035
31dfb76c
GM
100362011-05-04 Glenn Morris <rgm@gnu.org>
10037
f330b642
GM
10038 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10039 function, so it follows changes in calendar-date-style.
10040 (diary-fancy-date-matcher): New function.
10041 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10042 (diary-fancy-font-lock-fontify-region-function):
10043 Use diary-fancy-date-pattern as a function.
10044
31dfb76c
GM
10045 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10046 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10047
48e79d6a
TZ
100482011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10049
10050 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10051 instead of positional arguments. Allow :keylist and :crlfiles
10052 arguments.
10053 (open-gnutls-stream): Call it.
10054
10055 * net/network-stream.el (network-stream-open-starttls): Adjust to
10056 call `gnutls-negotiate' with :process and :hostname arguments.
10057
dd5a5ee0
SM
100582011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10059
ef80fc09
SM
10060 * minibuffer.el (completion--message): New function.
10061 (completion--do-completion, minibuffer-complete)
10062 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10063 (completion--do-completion): Don't ignore completion-auto-help when in
10064 icomplete-mode.
10065
dd5a5ee0
SM
10066 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10067 internal encoding (e.g. tibetan zero is not whitespace).
10068 (global-whitespace-mode): Prefer save-current-buffer.
10069 (whitespace-trailing-regexp): Remove useless save-match-data.
10070 (whitespace-empty-at-bob-regexp): Minor simplification.
10071
b7d22a83
CY
100722011-05-03 Chong Yidong <cyd@stupidchicken.com>
10073
10074 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10075
5192af46
AM
100762011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10077
10078 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10079 Use `concat' to create string for insertion.
5192af46 10080
5767d190
SM
100812011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10082
10083 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10084 Avoid open-line which runs post-self-insert-hook.
10085 (bibtex-fill-entry): Remove unused `end' var.
10086
bf242939
AM
100872011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10088
5767d190
SM
10089 * textmodes/ispell.el (ispell-add-per-file-word-list):
10090 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10091
25666126
LL
100922011-05-03 Leo Liu <sdl.web@gmail.com>
10093
10094 * isearch.el (isearch-yank-pop): New command.
5767d190 10095 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10096 (isearch-forward): Mention it.
10097
52d3c2d0
SM
100982011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10099
1bcace58
SM
10100 * simple.el (minibuffer-complete-shell-command): Remove.
10101 (minibuffer-local-shell-command-map): Use completion-at-point.
10102 (read-shell-command): Setup completion vars here instead.
10103 (read-expression-map): Bind TAB to symbol completion.
10104
52d3c2d0
SM
10105 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10106 error directly rather via storing it into `results'.
10107
35813471
LL
101082011-05-02 Leo Liu <sdl.web@gmail.com>
10109
10110 * vc/diff.el: Fix description.
10111
e793a940
LMI
101122011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10113
10114 * server.el (server-eval-at): New function.
10115
8de66e05
LMI
101162011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10117
10118 * net/network-stream.el (open-network-stream): Take a :nowait
10119 parameter and pass it on to `make-network-process'.
10120 (network-stream-open-plain): Ditto.
10121
dcb79f20
AS
101222011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10123
10124 * faces.el (face-spec-set-match-display): Don't match toolkit
10125 options on terminal frames.
10126
14a7fbd8
SM
101272011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10128
7eabc1be
SM
10129 * progmodes/pascal.el: Use lexical binding.
10130 (pascal-mode-map): Remove author preferences.
10131
14a7fbd8
SM
10132 * pcomplete.el (pcomplete-std-complete): Don't abuse
10133 completion-at-point.
10134
50f84510
JB
101352011-04-28 Juanma Barranquero <lekktu@gmail.com>
10136
6e087a44
JB
10137 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10138 removing code that has been dead since 1991 or so.
10139
50f84510
JB
10140 * startup.el (command-line): When warning about "_emacs", use a
10141 delayed warning to allow the user to filter it out.
10142
0ba690bd
DD
101432011-04-28 Deniz Dogan <deniz@dogan.se>
10144
10145 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10146 user has not joined.
10147
08abfaad
SM
101482011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10151 aren't any completions at point.
10152
638f053a
JB
101532011-04-28 Juanma Barranquero <lekktu@gmail.com>
10154
10155 * subr.el (display-delayed-warnings): New function.
10156 (delayed-warnings-hook): New variable.
10157
8fff8daa
SM
101582011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10159
08abfaad
SM
10160 * minibuffer.el (completion-at-point, completion-help-at-point):
10161 Don't presume that a given completion-at-point-function will always
10162 use the same calling convention.
10163
8fff8daa
SM
10164 * pcomplete.el (pcomplete-completions-at-point):
10165 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10166 pcomplete-seen is non-nil.
10167 (pcomplete-comint-setup): Also recognize the new comint/shell
10168 completion functions.
10169 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10170 pcomplete-seen is non-nil.
10171
841a1577 101722011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10173
841a1577 10174 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10175 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10176 the first character in the entry. This allows for code to add its
211ec907
UJ
10177 own uid to the entry.
10178 (icalendar--convert-float-to-ical): Add export of
10179 `diary-float'-entries save for those with the optional DAY
10180 argument.
10181
2a782793
DC
101822011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10183
10184 * subr.el (shell-quote-argument): Use alternate escaping strategy
10185 when we spot a variable reference in a string.
10186
0438ce91
DC
101872011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10188
10189 * cus-start.el (all): Define customization for debug-on-event.
10190
841a1577 101912011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10192
10193 * subr.el (shell-quote-argument): Escape correctly under Windows.
10194
d090ed6c
SM
101952011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10198
bfd31217
MA
101992011-04-25 Michael Albinus <michael.albinus@gmx.de>
10200
d090ed6c
SM
10201 * net/tramp.el (tramp-process-actions): Add POS argument.
10202 Delete region between POS and (pos).
bfd31217 10203
d090ed6c
SM
10204 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10205 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10206 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10207
10208 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10209 position in `tramp-process-actions' call.
10210
10211 * net/trampver.el: Update release number.
10212
e92f3bd3
SM
102132011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10214
850256b5
SM
10215 * custom.el (defcustom): Obey lexical-binding.
10216
e92f3bd3
SM
10217 Fix octave-inf completion problems reported by Alexander Klimov.
10218 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10219 Inherit from octave-mode-syntax-table.
10220 (inferior-octave-mode): Set info-lookup-mode.
10221 (inferior-octave-completion-at-point): New function.
10222 (inferior-octave-complete): Use it and completion-in-region.
10223 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10224 comint-filename-completion.
10225 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10226 symbol elements which shouldn't be word elements.
10227 (octave-font-lock-keywords, octave-beginning-of-defun)
10228 (octave-function-header-regexp): Adjust regexps accordingly.
10229 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10230
cd22b309
JB
102312011-04-25 Juanma Barranquero <lekktu@gmail.com>
10232
10233 * net/gnutls.el (gnutls-errorp): Declare before first use.
10234
8b492194
TZ
102352011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10236
10237 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10238 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10239 default trustfile exists before going to use it. Add missing
5a5fa834 10240 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10241 Reported by Claudio Bley <claudio.bley@gmail.com>.
10242 (open-gnutls-stream): Add usage example.
10243
10244 * net/network-stream.el (network-stream-open-starttls): Give host
10245 parameter to `gnutls-negotiate'.
10246 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10247 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10248
841a1577 102492011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10250
cd22b309
JB
10251 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10252 Use correct match group (bug#8438).
05842630 10253
3ba7869c
CY
102542011-04-24 Chong Yidong <cyd@stupidchicken.com>
10255
512e3ae1
CY
10256 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10257 (package-menu--generate): New arg specifying packages to show.
10258 (package-menu-refresh, package-menu-execute, list-packages):
10259 Callers changed.
10260 (package-show-package-list): New function, replacing deleted
10261 package--list-packages (renamed because it is non-internal).
10262
10263 * finder.el (finder-list-matches): Use package-show-package-list
10264 instead of deleted package--list-packages.
10265
e92f3bd3
SM
10266 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10267 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10268 (vc-annotate-mode-map): Bind it to RET.
10269
7031be6d
UR
102702011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10271
10272 * progmodes/etags.el (next-file): Don't use set-buffer to change
10273 buffers (Bug#8478).
10274
4ef177aa
CY
102752011-04-24 Chong Yidong <cyd@stupidchicken.com>
10276
c8d173eb
CY
10277 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10278
4ef177aa
CY
10279 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10280 (apropos-accumulator): Doc fix.
10281 (apropos-function, apropos-macro, apropos-command)
10282 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10283 (apropos-plist): Add face property.
10284 (apropos-symbols-internal): Fix indentation.
10285 (apropos-print): Simplify help, and recognize apropos-multi-type.
10286 (apropos-print-doc): Use button-type-get to extract the button's
10287 face property. Fill docstring (Bug#8352).
10288
4ffd0d6b 102892011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10290
10291 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10292
c6c32125 10293 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10294 (mpuz-mode-map): Use mapc.
c6c32125
JB
10295 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10296 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10297 Fix typos in docstrings.
10298
58d468b4
JB
10299 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10300 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10301
6470c3c6
JB
10302 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10303
4ffd0d6b 103042011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10305
10306 * minibuffer.el (completion--do-completion): Avoid the "Next char
10307 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10308
3ad8bad0
CY
10309 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10310 mouse-2 into unread-command-events, it is interpreted correctly.
10311
71d73c9c 10312 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10313 (image-toggle-display): Doc fix.
71d73c9c 10314
841a1577 103152011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10316
4ffd0d6b
GM
10317 * textmodes/page.el (what-page): Use line-number-at-pos to
10318 calculate line number (Bug#6825).
6e1dbaa9 10319
c2fb1b60
JB
103202011-04-22 Juanma Barranquero <lekktu@gmail.com>
10321
10322 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10323 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10324 Pass argument NO-DEFAULT to `find-tag-interactive'.
10325
e02f48d7
JB
103262011-04-22 Juanma Barranquero <lekktu@gmail.com>
10327
10328 Lexical-binding cleanup.
10329
10330 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10331 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10332 * progmodes/ada-prj.el (ada-prj-initialize-values)
10333 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10334 (ada-prj-show-value):
10335 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10336 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10337 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10338 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10339 * progmodes/bug-reference.el (bug-reference-push-button):
10340 * progmodes/fortran.el (fortran-line-length):
10341 * progmodes/glasses.el (glasses-change):
10342 * progmodes/octave-mod.el (octave-fill-paragraph):
10343 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10344 (python-pdbtrack-grub-for-buffer, python-sentinel):
10345 * progmodes/sql.el (sql-save-connection):
10346 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10347 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10348 Mark unused parameters.
10349
10350 * progmodes/compile.el (compilation--flush-directory-cache)
10351 (compilation--flush-parse, compile-internal): Mark unused parameters.
10352 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10353 (compilation-next-error-function): Remove unused variable `timestamp'.
10354
10355 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10356 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10357
10358 * progmodes/dcl-mode.el (dcl-end-of-command):
10359 Remove unused variable `start'.
10360 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10361 (dcl-option-value-basic, dcl-option-value-offset)
10362 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10363 Mark unused parameters.
10364 (dcl-save-local-variable): Remove unused variable `val'.
10365 (mode): Declare.
10366
10367 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10368 Mark unused parameters.
10369 (delphi-ignore-changes): Move before first use.
10370 (delphi-charset-token-at): Remove unused variable `start'.
10371 (delphi-else-start): Remove unused variable `if-count'.
10372 (delphi-comment-block-start, delphi-comment-block-end):
10373 Remove unused variable `kind'.
10374 (delphi-indent-line): Remove unused variable `new-point'.
10375
10376 * progmodes/ebrowse.el (ebrowse-files-list)
10377 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10378 Mark unused parameters. Don't quote `lambda'.
10379 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10380 Don't quote `lambda'.
10381 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10382 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10383 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10384 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10385 Use `ignore-errors'.
10386 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10387 (ebrowse-view/find-file-and-search-pattern)
10388 (ebrowse-view/find-member-declaration/definition):
10389 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10390 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10391 Rename parameter PREFIX-ARG to PREFIX.
10392 (ebrowse-tags-read-name): Remove unused variables `start' and
10393 `member-info'.
10394 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10395 to `tags-file'.
10396
10397 * progmodes/etags.el (local-find-tag-hook): Declare.
10398 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10399 Mark unused parameters.
10400
10401 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10402 (executable-interpret): Mark unused parameter.
10403
10404 * progmodes/flymake.el (flymake-process-sentinel)
10405 (flymake-after-change-function)
10406 (flymake-create-temp-with-folder-structure)
10407 (flymake-get-include-dirs-dot): Mark unused parameters.
10408 (flymake-safe-delete-directory): Remove unused variable `err'.
10409
10410 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10411 (speedbar-timer-fn, speedbar-line-text)
10412 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10413 (speedbar-center-buffer-smartly): Declare functions.
10414 (gdb-find-watch-expression): Remove unused variable `array'.
10415 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10416 (gdb-starting): Mark unused parameters.
10417 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10418 (gdb-table-string): Remove unused variable `res'.
10419 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10420 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10421 (gdb-display-buffer): Remove unused variable `cur-size'.
10422
10423 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10424 allow lexical-binding compilation.
10425 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10426 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10427 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10428 Mark unused parameters.
10429 (gud-gdb-marker-filter): Remove unused variable `match'.
10430 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10431 lambda expressions and funcall them, instead of using `fset'.
10432
10433 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10434 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10435
10436 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10437 variable `header-beg'; use `let'.
10438
10439 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10440 `restart', `last-sexp' and `at-do'.
10441
10442 * progmodes/js.el (js--debug): Mark unused parameter.
10443 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10444 (js--splice-into-items): Remove unused variable `item'.
10445 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10446
10447 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10448 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10449 (makefile-complete): Remove unused variable `try'.
10450 (makefile-fill-paragraph, makefile-match-function-end):
10451 Mark unused parameters.
10452
10453 * progmodes/octave-inf.el (inferior-octave-complete):
10454 Remove unused variable `proc'.
10455 (inferior-octave-output-digest): Mark unused parameter.
10456
10457 * progmodes/perl-mode.el (perl-calculate-indent):
10458 Remove unused variable `err'.
10459
10460 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10461 (prolog-indent-line): Mark unused parameters.
10462 (prolog-indent-line): Remove unused variable `beg'.
10463
10464 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10465 (reporter-dont-compact-list): Declare.
10466
10467 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10468 Remove unused variable `char'.
10469 (sh-debug): Mark unused parameter.
10470 (sh-get-indent-info): Remove unused variable `start'.
10471 (sh-calculate-indent): Remove unused variable `var'.
10472
10473 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10474 (simula-electric-keyword): Remove unused variable `null'.
10475 (simula-search-backward, simula-search-forward): Remove unused
10476 variables `begin' and `end'.
10477
10478 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10479 Remove unused variable `pos'.
10480 (vera-electric-tab, vera-comment-uncomment-region):
10481 Mark unused parameters.
10482 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10483
7ede3b65
CY
104842011-04-22 Chong Yidong <cyd@stupidchicken.com>
10485
10486 * emacs-lisp/package.el (package--builtins, package-alist)
10487 (package-load-descriptor, package-built-in-p, package-activate)
10488 (define-package, package-installed-p)
10489 (package-compute-transaction, package-buffer-info)
10490 (package--push): Doc fix. Distinguish more clearly between
10491 version strings and version lists.
10492
121656e9
JB
104932011-04-21 Juanma Barranquero <lekktu@gmail.com>
10494
10495 Lexical-binding cleanup.
10496
10497 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10498 (5x5-make-mutate-best):
10499 * play/fortune.el (fortune-in-buffer):
10500 * play/gomoku.el (gomoku-init-display):
10501 * play/solitaire.el (solitaire, solitaire-do-check):
10502 * play/tetris.el (tetris-default-update-speed-function):
10503 Mark unused parameters.
10504
10505 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10506 (bubbles--shift): Remove unused variable `char-org'.
10507 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10508 (bubbles--show-images): Remove unused variable `char'.
10509
10510 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10511 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10512 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10513 (decipher-analyze-buffer): Use ?\s.
10514 (decipher-make-checkpoint): Remove unused variable `mapping'.
10515
10516 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10517
10518 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10519 Remove unused variable `result'; use `let'.
10520
10521 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10522 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10523 (gametree-children-shown-p, gametree-compute-reduced-score):
10524 Use `ignore-errors'.
10525
10526 * play/handwrite.el (ps-lpr-switches): Declare.
10527 (handwrite): Remove unused variables `pmin' and `lastp'.
10528
10529 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10530
10531 * play/landmark.el (landmark-init-display)
10532 (landmark-update-naught-weights): Mark unused parameters.
10533 (landmark-y): Remove unused variable `noise'. Simplify.
10534 (landmark-human-plays): Remove unused variable `score'.
10535
10536 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10537 (mpuz-try-proposal): Remove unused variable `game'.
10538
10539 * play/zone.el (life-patterns): Declare.
10540
80f499c7
JB
105412011-04-20 Juanma Barranquero <lekktu@gmail.com>
10542
10543 * vc/vc.el (ediff-vc-internal): Declare function.
10544
024ff170
SM
105452011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10546
c0a193ea
SM
10547 * shell.el: Use lexical-binding and std completion UI.
10548 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10549 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10550 comint-preoutput-filter-functions rather than on
10551 comint-output-filter-functions.
10552 (shell-command-completion, shell--command-completion-data)
10553 (shell-filename-completion, shell-environment-variable-completion)
10554 (shell-c-a-p-replace-by-expanded-directory): New functions.
10555 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10556 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10557 (shell-dynamic-complete-environment-variable): Use them.
10558 (shell-dynamic-complete-as-environment-variable)
10559 (shell-dynamic-complete-as-command): Remove.
10560 (shell-match-partial-variable): Match past point.
10561 * comint.el: Clean up use of completion-at-point-functions.
10562 (comint-completion-at-point): New function.
10563 (comint-mode): Use it completion-at-point-functions.
10564 (comint-dynamic-complete): Make it obsolete.
10565 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10566 (comint-c-a-p-replace-by-expanded-history): New function.
10567 (comint-dynamic-complete-functions)
10568 (comint-replace-by-expanded-history): Use it.
10569 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10570 termination strings. Try harder to avoid second try-completion.
10571 (completion-in-region-mode-map): Disable bindings that don't work yet.
10572
2dbaa080
SM
10573 * comint.el: Use lexical-binding. Require CL.
10574 (comint-dynamic-complete-functions): Use comint-filename-completion.
10575 (comint-completion-addsuffix): Tweak custom type.
10576 (comint-filename-completion, comint--common-suffix)
10577 (comint--common-quoted-suffix, comint--table-subvert)
10578 (comint--complete-file-name-data): New functions.
10579 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10580 (comint-dynamic-list-filename-completions): Use them.
10581 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10582
2dbaa080
SM
10583 * minibuffer.el (completion-in-region-mode):
10584 Keep completion-in-region-mode--predicate global.
10585 (completion-in-region--postch):
10586 Assume completion-in-region-mode--predicate is not null.
10587
c79a6f38
SM
10588 * progmodes/flymake.el (flymake-start-syntax-check-process):
10589 Obey `dir'. Simplify.
10590
024ff170
SM
10591 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10592 we're in VC after all.
10593
1c6c854e
CS
105942011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10595
10596 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10597 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10598 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10599
bed7f140
SM
106002011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10601
332e62ab
SM
10602 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10603 add sanity check.
10604
bed7f140
SM
10605 * obsolete/erc-hecomplete.el: Make obsolete.
10606 * obsolete/: Standardize obsolescence info in the header.
10607
f195c582
GM
106082011-04-20 Glenn Morris <rgm@gnu.org>
10609
10610 * calendar/solar.el (solar-horizontal-coordinates):
10611 Use the longitude argument rather than `calendar-longitude'.
10612 (solar-date-next-longitude): Remove unused locals.
10613
cb79b8c0
VJL
106142011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10615
10616 * whitespace.el: New version 13.2.1.
10617
106182011-04-20 felix <EmacsWiki> (tiny change)
10619
d8e4b68b 10620 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10621 switching between major modes on a file.
10622
602ea69d
SM
106232011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10626 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10627 multi-line comments as well.
10628
06b60517
JB
106292011-04-19 Juanma Barranquero <lekktu@gmail.com>
10630
10631 Lexical-binding cleanup.
10632
10633 * arc-mode.el (archive-mode-revert):
10634 * cmuscheme.el (scheme-interactively-start-process):
10635 * custom.el (custom-initialize-delay):
10636 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10637 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10638 * emacs-lock.el (emacs-lock-clear-sentinel):
10639 * ezimage.el (defezimage):
10640 * follow.el (follow-avoid-tail-recenter):
10641 * fringe.el (set-fringe-mode-1):
10642 * generic-x.el (bat-generic-mode-compile):
10643 * help-mode.el (help-info-variable, help-do-xref)
10644 (help-mode-revert-buffer):
10645 * help.el (view-emacs-todo):
10646 * iswitchb.el (iswitchb-completion-help):
10647 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10648 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10649 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10650 * locate.el (locate-update):
10651 * longlines.el (longlines-encode-region)
10652 (longlines-after-change-function):
10653 * outline.el (outline-isearch-open-invisible):
10654 * ps-def.el (declare-function, charset-dimension, char-width)
10655 (encode-char):
10656 * ps-mule.el (ps-mule-plot-string):
10657 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10658 (recentf-edit-list-select, recentf-edit-list-validate)
10659 (recentf-open-files-action):
10660 * rect.el (delete-whitespace-rectangle-line)
10661 (rectangle-number-line-callback):
10662 * register.el (window-configuration-to-register)
10663 (frame-configuration-to-register):
10664 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10665 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10666 (xselect-convert-to-targets, xselect-convert-to-delete)
10667 (xselect-convert-to-filename, xselect-convert-to-charpos)
10668 (xselect-convert-to-lineno, xselect-convert-to-colno)
10669 (xselect-convert-to-os, xselect-convert-to-host)
10670 (xselect-convert-to-user, xselect-convert-to-class)
10671 (xselect-convert-to-name, xselect-convert-to-integer)
10672 (xselect-convert-to-atom, xselect-convert-to-identity):
10673 * subr.el (declare, ignore, process-kill-without-query)
10674 (text-clone-maintain):
10675 * terminal.el (te-get-char, te-tic-sentinel):
10676 * tool-bar.el (tool-bar-make-keymap):
10677 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10678 * type-break.el (type-break-mode, type-break-noninteractive-query):
10679 * view.el (View-back-to-mark):
10680 * wid-browse.el (widget-browse-action, widget-browse-widget)
10681 (widget-browse-widgets, widget-browse-sexp):
10682 * widget.el (define-widget-keywords):
10683 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10684 Mark unused parameters.
10685
10686 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10687 (align-areas): Remove unused variable `look'.
10688 (align-region): Remove unused variables `real-end' and `pos-list'.
10689
10690 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10691
10692 * bindings.el (mode-line-modified, mode-line-remote):
10693 Mark unused parameters.
10694 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10695
10696 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10697 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10698
10699 * comint.el (comint-history-isearch-pop-state)
10700 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10701 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10702 (comint-substitute-in-file-name): Doc fix.
10703
10704 * completion.el (cmpl-statistics-block): Mark unused parameter.
10705 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10706 (save-completions-to-file, load-completions-from-file):
10707 Remove unused local variable `e'.
10708
10709 * composite.el (compose-chars): Remove unused variable `len'.
10710 (lgstring-insert-glyph): Remove unused variable `g'.
10711 (compose-glyph-string): Remove unused variables `ascent',
10712 `descent', `lbearing' and `rbearing'.
10713 (compose-glyph-string-relative): Remove unused variables
10714 `lbearing', `rbearing' and `wadjust'.
10715 (compose-gstring-for-graphic): Remove unused variables `header',
10716 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10717 (compose-gstring-for-terminal): Remove unused variables `header'
10718 and `nchars'. Use `let', not `let*'.
10719
10720 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10721 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10722 (Custom-buffer-done, custom-buffer-create-internal)
10723 (custom-browse-visibility-action, custom-browse-group-tag-action)
10724 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10725 (widget-magic-mouse-down-action, custom-toggle-parent)
10726 (custom-add-parent-links, custom-toggle-hide-variable)
10727 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10728 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10729 (custom-face-menu-create, custom-variable-menu-create, get)
10730 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10731 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10732 (customize-apropos): Remove unused variable `tests'.
10733 (custom-group-value-create): Remove unused variable `hidden-p'.
10734 (sort-fold-case): Declare.
10735
10736 * cus-theme.el (custom-reset-standard-faces-list)
10737 (custom-reset-standard-variables-list): Declare.
10738 (customize-create-theme, custom-theme-revert, custom-theme-write)
10739 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10740 Mark unused parameters.
10741
10742 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10743
10744 * delim-col.el (delimit-columns-max): Move defvar before first use.
10745
10746 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10747 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10748
10749 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10750 (auto-insert): Declare.
10751 (desktop-restore-file-buffer): Rename desktop-* parameters;
10752 mark unused ones.
10753 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10754 (desktop-buffer): Rename desktop-* parameters.
10755
10756 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10757 (dframe-reposition-frame-xemacs, dframe-help-echo)
10758 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10759 Mark unused parameters.
10760
10761 * dired-aux.el (backup-extract-version-start, overwrite-query)
10762 (overwrite-backup-query, rename-regexp-query)
10763 (rename-non-directory-query): Declare.
10764 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10765 (dired-add-entry): Remove unused variable `orig-file-name'.
10766 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10767 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10768 `dired-copy-preserve-time' directly.
10769 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10770 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10771
10772 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10773 (dired-virtual-revert, dired-make-relative-symlink):
10774 Mark unused parameters.
10775 (manual-program): Declare.
10776 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10777 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10778 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10779
10780 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10781
10782 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10783
10784 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10785 Declare.
10786
10787 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10788
10789 * electric.el (Electric-command-loop): Rename parameter
10790 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10791
10792 * expand.el (expand-in-literal): Remove unused variable `here'.
10793
10794 * facemenu.el (facemenu-add-new-color):
10795 Remove unused variable `docstring'.
10796
10797 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10798 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10799 (face-attr-construct): Mark unused parameter. Doc fix.
10800 (read-color): Remove unused variable `hex-string'.
10801
10802 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10803 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10804 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10805 (display-buffer-other-frame): Remove unused variable `old-window'.
10806 (kill-buffer-hook): Declare.
10807 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10808 Mark unused parameters.
10809 (after-find-file): Pass 1 to `auto-save-mode', not t.
10810
10811 * files-x.el (auto-insert): Declare.
10812 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10813
10814 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10815 variable `buf'. Mark unused parameter.
06b60517
JB
10816 (find-lisp-insert-directory): Mark unused parameter.
10817
10818 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10819 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10820 (format-common-tail): Remove, unused.
10821 (format-deannotate-region): Remove unused variable `loc'.
10822 (format-annotate-region): Remove unused variable `p'.
10823 (format-annotate-single-property-change): Remove unused variables
10824 `default' and `tail'.
10825
10826 * forms.el (read-file-filter): Declare.
10827 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10828
10829 * frame.el (frame-creation-function-alist): Mark unused parameter.
10830 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10831
10832 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10833 Remove unused parameters.
10834 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10835 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10836
10837 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10838 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10839 (hfy-prepare-tag-map): Mark unused parameters.
10840 (htmlfontify-buffer): Use `called-interactively-p'.
10841
10842 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10843 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10844 (ibuffer-do-occur): Mark unused parameters.
10845 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10846 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10847
10848 * ibuffer.el: Don't quote `lambda'.
10849 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10850 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10851 Mark unused parameters.
10852
10853 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10854 (ido-completing-read): Mark unused parameters.
10855 (ido-copy-current-word): Mark unused parameters;
10856 remove unused variable `name'.
10857 (ido-sort-merged-list): Remove unused parameter `dirs'.
10858
10859 * ielm.el (ielm-input-sender): Mark unused parameter.
10860 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10861 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10862 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10863 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10864 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10865
10866 * image-dired.el (image-dired-display-thumbs): Remove unused
10867 variables `curr-file' and `count'.
10868 (image-dired-remove-tag): Remove unused variable `start'.
10869 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10870 variable `curr-file'
10871 (image-dired-rotate-original): Remove unused variable `temp-file'.
10872 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10873 Remove unused variable `file'.
10874 (image-dired-gallery-generate): Remove unused variable `curr'.
10875 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10876
10877 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10878
10879 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10880
10881 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10882
10883 * isearch.el (minibuffer-history-symbol): Declare.
10884 (isearch-edit-string): Remove unused variable `err'.
10885 (isearch-message-prefix, isearch-message-suffix):
10886 Mark unused parameters.
10887
10888 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10889
10890 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10891
10892 * makesum.el (double-column): Remove unused variable `cnt'.
10893
10894 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10895 (ido-ignore-item-temp-list): Declare.
10896
10897 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10898 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10899 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10900 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10901 `mouse-col-delta'.
10902
10903 * mouse-sel.el (mouse-extend-internal):
10904 Remove unused variable `orig-window-frame'.
10905
10906 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10907 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10908 Move declarations before first use.
10909 (pcomplete-opt): Mark unused parameters; doc fix.
10910
10911 * proced.el (proced-revert): Mark unused parameter.
10912 (proced-send-signal): Remove unused variable `err'.
10913
10914 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10915 Rename parameter PREFIX-ARG to ARG.
10916 (ps-basic-plot-string, ps-basic-plot-whitespace):
10917 Mark unused parameters.
10918
10919 * replace.el (replace-count): Define.
10920 (occur-revert-function): Mark unused parameters.
10921 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10922 (isearch-case-fold-search, isearch-string): Declare.
10923 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10924 bind `case-fold-search'. Remove unused variables `beg' and `end',
10925 and simplify.
10926 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10927 COUNT and bind `replace-count'.
10928 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10929 to COUNT.
10930
10931 * savehist.el (print-readably, print-string-length): Declare.
10932
10933 * shadowfile.el (shadow-expand-cluster-in-file-name):
10934 Remove unused variable `cluster'.
10935 (shadow-copy-file): Remove unused variable `i'.
10936 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10937 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10938 (shadow-define-literal-group, shadow-define-regexp-group)
10939 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10940
10941 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10942 (shell): Use `called-interactively-p'.
10943 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10944
10945 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10946 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10947 (delete-backward-char): Remove unused variable `ocol'.
10948 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10949 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10950 (event-apply-hyper-modifier, event-apply-shift-modifier)
10951 (event-apply-control-modifier, event-apply-meta-modifier):
10952 Mark unused parameters.
10953 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10954 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10955
10956 * speedbar.el (speedbar-ignored-directory-expressions)
10957 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10958 (speedbar-find-file, speedbar-dir-follow)
10959 (speedbar-directory-buttons-follow, speedbar-tag-find)
10960 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10961 (speedbar-buffers-line-directory, speedbar-buffer-click):
10962 Mark unused parameters.
10963 (speedbar-tag-file): Remove unused variable `mode'.
10964 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10965
10966 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10967
10968 * talk.el (talk): Remove unused variable `display'.
10969
10970 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10971 (tar-write-region-annotate): Mark unused parameter.
10972
10973 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10974 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10975 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10976 warning by another.
10977
10978 * time-stamp.el (time-stamp-string-preprocess):
10979 Remove unused variable `require-padding'.
10980
10981 * tree-widget.el (widget-glyph-enable): Declare.
10982 (tree-widget-action): Mark unused parameter.
10983
10984 * w32-fns.el (x-get-selection): Mark unused parameter.
10985 (autoload-make-program, generated-autoload-file): Declare.
10986
10987 * wdired.el (wdired-revert): Mark unused parameters.
10988 (wdired-xcase-word): Remove unused variable `err'.
10989
10990 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10991 (whitespace-help-scroll): Remove unused variable `data-help'.
10992
10993 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10994 (widget-image-insert, widget-after-change, default)
10995 (widget-default-format-handler, widget-default-notify)
10996 (widget-default-prompt-value, widget-info-link-action)
10997 (widget-url-link-action, widget-function-link-action)
10998 (widget-variable-link-action, widget-file-link-action)
10999 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11000 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11001 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11002 (widget-insert-button-action, widget-delete-button-action, visibility)
11003 (widget-documentation-link-action, widget-documentation-string-action)
11004 (widget-const-prompt-value, widget-regexp-match, symbol)
11005 (widget-coding-system-prompt-value)
11006 (widget-key-sequence-value-to-external, sexp)
11007 (widget-sexp-value-to-internal, character, vector, cons)
11008 (widget-choice-prompt-value, widget-boolean-prompt-value)
11009 (widget-color--choose-action): Mark unused parameters.
11010 (widget-item-match-inline, widget-choice-match-inline)
11011 (widget-checklist-match, widget-checklist-match-inline)
11012 (widget-group-match): Rename parameter VALUES to VALS.
11013 (widget-field-value-set): Remove unused variable `size'.
11014 (widget-color-action): Remove unused variables `value' and `start'.
11015
11016 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11017 variable `dir'. Doc fix.
06b60517
JB
11018 (windmove-find-other-window): Don't pass it.
11019
11020 * window.el (count-windows): Mark unused parameter.
11021 (bw-adjust-window): Remove unused variable `err'.
11022
11023 * woman.el (woman-file-name): Remove unused variable `default'.
11024 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11025 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11026 (global-font-lock-mode): Declare.
11027 (woman-decode-region): Mark unused parameter.
11028 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11029
11030 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11031 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11032 (x-dnd-handle-moz-url): Remove unused variable `title'.
11033 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11034
11035 * xml.el (xml-parse-tag, xml-parse-attlist):
11036 Remove unused variable `pos'.
11037
bc4f7f3d
GM
110382011-04-19 Glenn Morris <rgm@gnu.org>
11039
11040 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11041 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11042 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11043 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11044 * calendar/cal-html.el (cal-html-insert-minical):
11045 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11046 (calendar-mark-date-pattern):
11047 Prefix "unused" locals.
11048
11049 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11050 optional argument `style'.
11051
11052 * calendar/appt.el (appt-make-list):
11053 * calendar/cal-china.el (calendar-chinese-date-string):
11054 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11055 (diary-hebrew-yahrzeit):
11056 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11057 * calendar/calendar.el (calendar-generate-window):
11058 * calendar/time-date.el (time-to-days):
11059 Remove unused local variables.
11060
16a43933
CY
110612011-04-18 Chong Yidong <cyd@stupidchicken.com>
11062
11063 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11064 glyphless-char-display table.
11065 (tabulated-list-glyphless-char-display): New var.
11066
7eed1860
SS
110672011-04-18 Sam Steingold <sds@gnu.org>
11068
11069 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11070 to acknowledgments.
11071
4d2d1ccd
GM
110722011-04-17 Glenn Morris <rgm@gnu.org>
11073
11074 * calendar/diary-lib.el (diary-sexp-entry):
11075 * calendar/holidays.el (holiday-sexp):
11076 Set debug-on-error rather than the removed stack-trace-on-error.
11077
239da61d
GM
110782011-04-16 Glenn Morris <rgm@gnu.org>
11079
11080 * progmodes/f90.el: Use lexical-binding.
11081 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11082
8b05752a
SM
110832011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11084
daca8ba5
SM
11085 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11086 (mail-mode): Setup mailalias completion here instead.
11087 * mail/mailalias.el: Use lexical-binding.
11088 (pattern, mailalias-done): Declare dynamic.
11089 (mail-completion-at-point-function): New function, from mail-complete.
11090 (mail-complete): Use it.
11091 (mail-completion-expand): New function.
11092 (mail-get-names): Use it.
11093 (mail-directory, mail-directory-process, mail-directory-stream):
11094 Don't use `pattern' for lexically bound arg.
11095
6f542485
SM
11096 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11097
037e7c3f
SM
11098 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11099 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11100 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11101
8b05752a
SM
11102 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11103 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11104 (byte-interactive-p): Define them again, for use when inlining
11105 old code.
11106
49093f60
JB
111072011-04-15 Juanma Barranquero <lekktu@gmail.com>
11108
11109 * loadup.el: Use `string-to-number', not `string-to-int'.
11110
b5b8e7de
SM
111112011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11112
11113 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11114 gud-gdb-complete-command.
11115 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11116 (gud-gdb-completion-at-point): New function.
11117 (gud-gdb-completions): Remove.
11118
f42efeb5
MA
111192011-04-14 Michael Albinus <michael.albinus@gmx.de>
11120
49093f60
JB
11121 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11122 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11123 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11124 whether `executable-find' is bound.
f42efeb5
MA
11125
11126 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11127
e240cc21
SM
111282011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11129
11130 * minibuffer.el (completion-in-region-mode-predicate)
11131 (completion-in-region-mode--predicate): New vars.
11132 (completion-in-region, completion-in-region--postch)
11133 (completion-in-region-mode): Use them.
11134 (completion--capf-wrapper): Also return the hook function.
11135 (completion-at-point, completion-help-at-point):
11136 Adjust and provide a predicate.
c2bd2ab0
SM
11137
11138 Preserve arg names for advice of subr and lexical functions (bug#8457).
11139 * help-fns.el (help-function-arglist): Consolidate the subr and
11140 new-byte-code cases. Add argument `preserve-names' to extract names
11141 from the docstring when needed.
11142 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11143 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11144 (ad-arglist): Use help-function-arglist's new arg.
11145 (ad-definition-type): Use cond.
11146
c183f693
JB
111472011-04-13 Juanma Barranquero <lekktu@gmail.com>
11148
06641a47
JB
11149 * autorevert.el (auto-revert-handler):
11150 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11151 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11152 Don't quote lambda.
11153
c183f693
JB
11154 * image-mode.el (image-transform-set-scale):
11155 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11156
1e3b6001
G
111572011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11158
11159 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11160 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11161 Upgrades via gnutls-cli are too slow to be done opportunistically.
11162
2d6af8dd
JB
111632011-04-12 Juanma Barranquero <lekktu@gmail.com>
11164
11165 * dframe.el (dframe-current-frame): Remove spurious quote.
11166
c0749a51
GM
111672011-04-12 Glenn Morris <rgm@gnu.org>
11168
088d0d61
GM
11169 * calendar/cal-tex.el (cal-tex-end-document):
11170 Try to automatically use latin1 input if needed.
11171
c0749a51
GM
11172 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11173 Don't try to cons a mark onto an empty element.
11174
5c90fde0
LL
111752011-04-11 Leo Liu <sdl.web@gmail.com>
11176
11177 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11178 buffers.
11179 (ido-kill-buffer-at-head): Support killing virtual buffers.
11180
369e974d
CY
111812011-04-10 Chong Yidong <cyd@stupidchicken.com>
11182
11183 * minibuffer.el (completion-show-inline-help): New var.
11184 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11185 (minibuffer-force-complete, minibuffer-complete-word):
11186 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11187
11188 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11189 to avoid interference from inline help (Bug#5849).
11190
37f1c930
LL
111912011-04-10 Leo Liu <sdl.web@gmail.com>
11192
099c39a4
JB
11193 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11194 Fix typo.
37f1c930 11195
a32d4040
CY
111962011-04-09 Chong Yidong <cyd@stupidchicken.com>
11197
11198 * image-mode.el (image-toggle-display-image): Signal an error if
11199 not in Image mode.
11200 (image-transform-mode, image-transform-resize)
11201 (image-transform-set-rotation): Doc fix.
daca8ba5 11202 (image-transform-set-resize): Delete.
a32d4040
CY
11203 (image-transform-set-scale, image-transform-fit-to-height)
11204 (image-transform-fit-to-width): Handle image-toggle-display-image
11205 and image-transform-resize directly.
11206
099c39a4 112072011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11208
11209 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11210 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11211 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11212 (doc-view-mode-map): Add bindings for the new functions.
11213
099c39a4 112142011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11215
4d61f28d 11216 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11217 Fix typo in docstring.
11218
3726838a
EZ
112192011-04-08 Eli Zaretskii <eliz@gnu.org>
11220
04f33f1e
EZ
11221 * files.el (file-size-human-readable): Produce one digit after
11222 decimal, like "ls -lh" does.
11223
11224 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11225 the file size representation.
11226
3726838a
EZ
11227 * simple.el (list-processes): If async subprocesses are not
11228 available, error out with a clear error message.
11229
cbb59342
CY
112302011-04-08 Chong Yidong <cyd@stupidchicken.com>
11231
11232 * help.el (help-form-show): New function, to be called from C.
11233 Put help-form output in a buffer named differently than *Help*.
11234
e3971c44
EZ
112352011-04-08 Eli Zaretskii <eliz@gnu.org>
11236
11237 * files.el (file-size-human-readable): New function.
11238
11239 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11240 computing the representation inline. Don't require `cl'.
11241
12544bbe
GM
112422011-04-08 Glenn Morris <rgm@gnu.org>
11243
a1de6c6a
GM
11244 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11245
3c4671f4
GM
11246 * net/browse-url.el (browse-url-firefox):
11247 Test system-type, not system-configuration.
11248
b605679c
GM
11249 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11250 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11251 Use log-edit-empty-buffer-p. (Bug#7598)
11252
56442f0c
GM
11253 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11254 (rlogin-mode-map): Initialize in the defvar.
11255 (rlogin): Use ignore-errors.
11256
12544bbe
GM
11257 * replace.el (occur-mode-map): Some fixes for menu items.
11258
eb237b0f
AH
112592011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11260
11261 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11262
7d668f2c
CY
112632011-04-06 Chong Yidong <cyd@stupidchicken.com>
11264
e67a13ab
CY
11265 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11266 issuing unused warnings.
11267
11268 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11269 macro directly.
11270
7d668f2c
CY
11271 * simple.el: Lisp reimplement of list-processes. Based on an
11272 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11273 (process-menu-mode): New major mode.
11274 (list-processes--refresh, list-processes):
11275 (process-menu-visit-buffer): New functions.
11276
11277 * files.el (save-buffers-kill-emacs): Don't assume any return
11278 value of list-processes, which is undocumented anyway.
11279
a83ec3c9
CY
112802011-04-06 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * emacs-lisp/tabulated-list.el: New file.
11283
e91a96fe
CY
11284 * emacs-lisp/package.el: Use Tabulated List mode.
11285 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11286 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11287 table format using Tabulated List mode variables.
11288 (package--push): New macro, replacing package-list-maybe-add.
11289 (package-menu--generate): Use package--push. Renamed from
11290 package--generate-package-list.
11291 (package-menu-refresh, list-packages): Use it.
daca8ba5 11292 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11293 Return insertion data instead of inserting it directly.
099c39a4
JB
11294 (package-menu-describe-package, package-menu-execute):
11295 Use tabulated-list-get-id.
e91a96fe
CY
11296 (package-menu-mark-delete, package-menu-mark-install)
11297 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11298 (package-menu-mark-obsolete-for-deletion):
11299 Use tabulated-list-put-tag.
e91a96fe
CY
11300 (package--list-packages, package-menu-revert)
11301 (package-menu-get-package, package-menu-get-version)
11302 (package-menu-sort-by-column): Functions deleted.
11303 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11304 (package-menu--status-predicate, package-menu--version-predicate)
11305 (package-menu--name-predicate)
11306 (package-menu--description-predicate): Handle arguments in the
11307 Tabulated List format.
11308 (package-list-packages-no-fetch): Call list-packages.
11309
3e214b50
JB
113102011-04-06 Juanma Barranquero <lekktu@gmail.com>
11311
11312 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11313 (after-find-file): Don't bind it.
3e214b50
JB
11314 (revert-buffer-in-progress-p): New variable.
11315 (revert-buffer): Bind it.
11316 Pass nil for `after-find-file-from-revert-buffer'.
11317
11318 * saveplace.el (save-place-find-file-hook): Use new variable
11319 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11320
3f0f1700
GM
113212011-04-06 Glenn Morris <rgm@gnu.org>
11322
c0274801
GM
11323 * Makefile.in (AUTOGEN_VCS): New variable.
11324 (autoloads): Use $AUTOGEN_VCS.
11325
3f0f1700
GM
11326 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11327 * calendar/calendar.el (calendar-mode-map):
11328 Check for toolkit scroll bars. (Bug#8305)
11329
41ea9e48
CY
113302011-04-05 Chong Yidong <cyd@stupidchicken.com>
11331
11332 * minibuffer.el (completion-in-region--postch)
11333 (completion-in-region-mode): Remove unnecessary messages.
11334
6194c800
JB
113352011-04-05 Juanma Barranquero <lekktu@gmail.com>
11336
33256f14
JB
11337 * font-lock.el (font-lock-refresh-defaults):
11338 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11339 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11340
6194c800
JB
11341 * info.el (Info-directory-list, Info-read-node-name-2)
11342 (Info-split-parameter-string): Doc fixes.
11343 (Info-virtual-nodes): Reflow docstring.
11344 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11345 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11346 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11347 Fix typos in docstrings.
11348 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11349 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11350 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11351 (Info-restore-desktop-buffer): Mark unused parameters.
11352 (Info-directory-find-file, Info-directory-find-node)
11353 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11354 (Info-virtual-index-find-node, Info-apropos-find-file)
11355 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11356 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11357 (Info-virtual-index): Remove unused local variable `nodename'.
11358
b87a8200 113592011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11360
b87a8200
DD
11361 * net/rcirc.el: Update my e-mail address.
11362 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11363
3b2ff876
CY
113642011-04-05 Chong Yidong <cyd@stupidchicken.com>
11365
11366 * startup.el (command-line): Save the cursor's theme-face
11367 directly, instead of using face-override-spec.
11368
11369 * custom.el (load-theme): Minor optimization in assigning faces.
11370
8d17e7ca
JB
113712011-04-04 Juanma Barranquero <lekktu@gmail.com>
11372
11373 * help-fns.el (describe-variable): Complete all variables having
11374 documentation, including keywords.
11375 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11376
2fbc1934
JB
113772011-04-04 Juanma Barranquero <lekktu@gmail.com>
11378
11379 Convert to lexical-binding.
11380
11381 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11382 (bs--get-marked-string, bs--get-modified-string)
11383 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11384 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11385 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11386
11387 * ehelp.el (electric-help-execute-extended)
11388 (electric-help-ctrl-x-prefix):
11389 * hexl.el (hexl-revert-buffer-function):
11390 * linum.el (linum-after-change, linum-after-scroll):
11391 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11392
11393 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11394
74f50695
DU
113952011-04-04 Daiki Ueno <ueno@unixuser.org>
11396
11397 * epa-dired.el:
11398 * epa-mail.el:
11399 * epa-hook.el:
11400 * epa-file.el:
11401 * epa.el:
11402 * epg.el: Use lexical binding.
11403
c11325f7
CY
114042011-04-03 Chong Yidong <cyd@stupidchicken.com>
11405
0d9e9a12
CY
11406 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11407
c11325f7 11408 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11409 dictionary case for flyspell-mark-duplications-exceptions.
11410 Use regexp matching for languages.
c11325f7
CY
11411 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11412 default dictionary (Bug#7926).
11413
da91b5f2
CY
114142011-04-02 Chong Yidong <cyd@stupidchicken.com>
11415
099c39a4
JB
11416 * emacs-lisp/package.el (package--with-work-buffer):
11417 Recognize https URLs.
da91b5f2 11418
099c39a4
JB
11419 * net/network-stream.el: Move from gnus/proto-stream.el.
11420 Change prefix to network-stream throughout.
da91b5f2
CY
11421 (open-protocol-stream): Merge into open-network-stream, leaving
11422 open-protocol-stream as an alias. Handle nil BUFFER args.
11423
11424 * subr.el (open-network-stream): Move to net/network-stream.el.
11425
afa8e9f6
GM
114262011-04-02 Glenn Morris <rgm@gnu.org>
11427
1d2e369d
GM
11428 * find-dired.el (find-exec-terminator): New option.
11429 (find-ls-option): Test for -ls support.
11430 (find-ls-subdir-switches): Test for -b in find-ls-option.
11431 (find-dired, find-grep-dired): Doc fixes.
11432 (find-dired): Use find-exec-terminator.
11433
8abb7da8 11434 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11435 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11436 (find-name-arg): Remove purecopy.
8abb7da8 11437
f3ca7378
GM
11438 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11439 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11440 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11441 accordingly. Don't add the null-device if not needed.
11442
afa8e9f6
GM
11443 * files.el (save-some-buffers): Doc fix.
11444
35eae264
EZ
114452011-04-02 Eli Zaretskii <eliz@gnu.org>
11446
11447 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11448
26b51db5
JB
114492011-04-01 Juanma Barranquero <lekktu@gmail.com>
11450
11451 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11452 Use `dolist' rather than `mapcar'.
11453
7200d79c
SM
114542011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11455
03408648 11456 Add lexical binding.
7200d79c 11457
03408648
SM
11458 * subr.el (apply-partially): Use new closures rather than CL.
11459 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11460 (dolist, dotimes): Use slightly different expansion for lexical code.
11461 (functionp): Move to C.
11462 (letrec): New macro.
11463 (with-wrapper-hook): Use it and apply-partially instead of CL.
11464 (eval-after-load): Preserve lexical-binding.
11465 (save-window-excursion, with-output-to-temp-buffer): Turn them
11466 into macros.
7200d79c 11467
03408648
SM
11468 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11469
11470 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11471 than the arglist.
11472 (help-add-fundoc-usage): Don't add `Not documented'.
11473 (help-function-arglist): Handle closures, subroutines, and new
11474 byte-code-functions.
11475 (help-make-usage): Remove leading underscores.
11476 (describe-function-1): Handle closures.
11477 (describe-variable): Use special-variable-p for completion.
11478
11479 * files.el (lexical-binding): Declare safe.
f488fb65 11480
03408648
SM
11481 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11482 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11483 (pcase): Add `let' pattern.
11484 Change memoization so it actually works.
11485 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11486 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11487 <let>: New case.
f488fb65 11488
03408648
SM
11489 * emacs-lisp/macroexp.el: Use lexical binding.
11490 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11491 Don't convert ' to #' without checking that it's indeed quoting
11492 a lambda.
11493
11494 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11495 Use eval-sexp-add-defvars.
03408648
SM
11496 (eval-sexp-add-defvars): New fun.
11497
11498 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11499
11500 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11501 Don't autoload.
11502 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11503 than the internal `byte-compile-lambda'.
11504 (defmethod): Don't hide code under quotes.
11505 (eieio-defmethod): New `code' argument.
11506
11507 * emacs-lisp/eieio-comp.el: Remove.
11508
11509 * emacs-lisp/edebug.el (edebug-eval-defun)
11510 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11511 (edebug-toggle): Avoid `eval'.
11512
11513 * emacs-lisp/disass.el (disassemble-internal): Handle new
11514 `closure' objects.
11515 (disassemble-1): Handle new byte codes.
11516
11517 * emacs-lisp/cl.el (pushnew): Silence warning.
11518
11519 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11520 (cl-byte-compile-throw): Remove.
11521 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11522
11523 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11524 closures.
11525
11526 * emacs-lisp/cconv.el: New file.
11527
11528 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11529 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11530 (byte-compile-initial-macro-environment):
11531 Handle declare-function here.
11532 (byte-compile--lexical-environment): New var.
11533 (byte-stack-ref, byte-stack-set, byte-discardN)
11534 (byte-discardN-preserve-tos): New lap codes.
11535 (byte-interactive-p): Don't use any more.
11536 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11537 New macros.
11538 (byte-compile-lapcode): Use them and handle new lap codes.
11539 (byte-compile-obsolete): Remove.
11540 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11541 (byte-compile-arglist-warn): Check late def of inlinable funs.
11542 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11543 since they should have been expanded by now.
11544 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11545 (byte-compile-from-buffer): Remove unused second arg.
11546 (byte-compile-preprocess): New function.
11547 (byte-compile-toplevel-file-form): New function to distinguish
11548 file-form calls from outside from file-form calls from hunk-handlers.
11549 (byte-compile-file-form): Simplify.
11550 (byte-compile-file-form-defsubst): Remove.
11551 (byte-compile-file-form-defmumble): Simplify now that
11552 byte-compile-lambda always returns a byte-code-function.
11553 (byte-compile): Preprocess.
11554 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11555 Remove, not used any more.
11556 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11557 (byte-compile-make-args-desc): New funs.
11558 (byte-compile-lambda): Handle lexical functions. Always return
11559 a byte-code-function.
11560 (byte-compile-reserved-constants): New var, to make up room for
11561 closed-over variables.
11562 (byte-compile-constants-vector): Obey it.
11563 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11564 (byte-compile-macroexpand-declare-function): New function.
11565 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11566 byte-code-functions.
11567 (byte-compile-form): Check obsolescence here.
11568 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11569 (byte-compile-variable-ref): Remove.
11570 (byte-compile-dynamic-variable-op): New fun.
11571 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11572 (byte-compile-variable-set): New funs.
11573 (byte-compile-discard): Add 2 args.
11574 (byte-compile-stack-ref, byte-compile-stack-set)
11575 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11576 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11577 macroexpand-all instead.
11578 (byte-compile-quote-form): Remove.
11579 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11580 (byte-compile-bind, byte-compile-unbind): New funs.
11581 (byte-compile-let): Handle let* and lexical binding.
11582 (byte-compile-let*): Remove.
11583 (byte-compile-catch, byte-compile-unwind-protect)
11584 (byte-compile-track-mouse, byte-compile-condition-case):
11585 Handle a new :fun-body form, used for lexical scoping.
11586 (byte-compile-save-window-excursion)
11587 (byte-compile-with-output-to-temp-buffer): Remove.
11588 (byte-compile-defun): Simplify.
11589 (byte-compile-stack-adjustment): New fun.
11590 (byte-compile-out): Use it.
11591 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11592
11593 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11594 handler any more.
11595
11596 * emacs-lisp/byte-opt.el: Use lexical binding.
11597 (byte-inline-lapcode): Remove (to bytecomp).
11598 (byte-compile-inline-expand): Pay attention to inlining to/from
11599 lexically bound code.
11600 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11601 any more.
11602 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11603 any more and don't call compiler-macros.
11604 (byte-compile-splice-in-already-compiled-code): Remove.
11605 (byte-code): Don't inline any more.
11606 (disassemble-offset): Receive `bytes' as argument rather than via
11607 dynamic scoping.
11608 (byte-compile-tag-number): Declare before first use.
11609 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11610 `return' even if make-spliceable.
11611 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11612 obsolete interactive-p.
11613 (byte-optimize-lapcode): Optimize new lap-codes.
11614 Don't trip up on new form of `byte-constant' lap code.
11615
11616 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11617
11618 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11619
11620 * custom.el (custom-initialize-default, custom-declare-variable):
11621 Use `defvar'.
11622
11623 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11624 New variables.
11625 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11626 (COMPILE_FIRST): Add macroexp and cconv.
11627 * makefile.w32-in: Mirror changes in Makefile.in.
11628
11629 * vc/cvs-status.el:
11630 * vc/diff-mode.el:
11631 * vc/log-edit.el:
11632 * vc/log-view.el:
11633 * vc/smerge-mode.el:
11634 * textmodes/bibtex-style.el:
11635 * textmodes/css.el:
11636 * startup.el:
11637 * uniquify.el:
da91b5f2
CY
11638 * minibuffer.el:
11639 * newcomment.el:
11640 * reveal.el:
11641 * server.el:
11642 * mpc.el:
11643 * emacs-lisp/smie.el:
11644 * doc-view.el:
11645 * dired.el:
03408648
SM
11646 * abbrev.el: Use lexical binding.
11647
0f0c1f27
EZ
116482011-04-01 Eli Zaretskii <eliz@gnu.org>
11649
11650 * info.el (info-display-manual): New function.
11651
c82b2579
SM
116522011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11655
221ddf68
TH
116562011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11657
11658 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11659 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11660
cba6e77e
GM
116612011-03-31 Glenn Morris <rgm@gnu.org>
11662
e040639f
GM
11663 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11664
cba6e77e
GM
11665 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11666
6d0f1c9e
CS
116672011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11668
11669 * progmodes/python.el (python-default-interpreter)
11670 (python-python-command-args, python-jython-command-args)
11671 (python-which-shell, python-which-args, python-which-bufname)
11672 (python-file-queue, python-comint-output-filter-function)
11673 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11674 variables and functions.
11675
3e2d70fd
SM
116762011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11679 (completion-in-region-mode): New minor mode.
11680 (completion-in-region): Use it.
11681 (completion-in-region--data, completion-in-region-mode-map): New vars.
11682 (completion-in-region--postch): New function.
11683 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11684 New vars.
11685 (completion--capf-wrapper): New function.
11686 (completion-at-point): Use it to track well-behavedness of
11687 hook functions.
11688 (completion-help-at-point): New command.
11689
f3e4086c
JM
116902011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11691
11692 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11693 syntax class to search for whitespace on a single line
11694 (Message-ID: <4D938140.4030905@redhat.com>).
11695
eb7ffc14
LL
116962011-03-30 Leo Liu <sdl.web@gmail.com>
11697
11698 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11699 New commands.
11700 (edit-abbrevs-map): Bind them here.
11701 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11702
d806ab68
KM
117032011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11704
11705 * allout.el (allout-hide-by-annotation, allout-flag-region):
11706 Reduce possibility of overlay leakage by making them volatile.
11707
11708 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11709 hash is not shared between buffers. Mode initialization is
11710 responsible for giving it a useful starting value.
11711 (allout-item-span): Reduce possibility of overlay leakage by
11712 making them volatile.
11713 (allout-widgets-count-buttons-in-region): Add diagnostic function
11714 for tracking down button overlay leaks.
11715
ea622834
LL
117162011-03-29 Leo Liu <sdl.web@gmail.com>
11717
11718 * ido.el (ido-read-internal): Use the default history var
11719 minibuffer-history if no HISTORY is specified.
11720
b62f8267
G
117212011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11722
03408648
SM
11723 * net/imap.el (imap-shell-open, imap-process-connection-type):
11724 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11725 Kerberos, SSL, other subprocesses.
11726
947b6566
LL
117272011-03-28 Leo Liu <sdl.web@gmail.com>
11728
11729 * abbrev.el (abbrev-table-empty-p): New function.
11730 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11731 nonempty ones. (Bug#5937)
11732
5ffb62aa
JD
117332011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11734
11735 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11736
7a097943
LL
117372011-03-27 Leo Liu <sdl.web@gmail.com>
11738
11739 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11740 for foreground and background colors.
11741 (ansi-color-make-color-map): Adapt.
11742
c5b40130
LL
117432011-03-25 Leo Liu <sdl.web@gmail.com>
11744
1f48f7d2
LL
11745 * midnight.el (midnight-time-float): Remove. Note it calculates
11746 the microsecond component incorrectly and seconds-to-time does the
11747 same job.
625897ec 11748 Remove redundant (require 'timer).
1f48f7d2 11749
c5b40130
LL
11750 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11751 (ido-completions): Remove unused arguments. (Bug#8329)
11752
d86d2721
SM
117532011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * minibuffer.el (completion--flush-all-sorted-completions):
11756 Remove itself from hook.
11757 (completion-at-point): Let the functions perform the completion
11758 immediately and return nil or t.
11759 * comint.el (comint-dynamic-complete-functions): Now identical to
11760 completion-at-point-functions.
11761 (comint-dynamic-list-input-ring): Remove unused var `index'.
11762 (comint--match-partial-filename, comint--unquote&expand-filename):
11763 New funs, split from comint-match-partial-filename.
11764 (comint-dynamic-complete): Use completion-at-point.
11765 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11766
e8974c48
DA
117672011-03-24 Drew Adams <drew.adams@oracle.com>
11768
11769 * thingatpt.el: Support `defun'.
11770
def71b5e
LL
117712011-03-23 Leo Liu <sdl.web@gmail.com>
11772
cb5af48e
LL
11773 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11774
def71b5e
LL
11775 * help-mode.el (help-mode-finish): Tweak regexp.
11776
927c53e7
GM
117772011-03-23 Glenn Morris <rgm@gnu.org>
11778
18d05bed
GM
11779 * eshell/esh-opt.el (eshell-eval-using-options):
11780 Do not bind unused local variable `eshell-option-stub'.
11781
927c53e7
GM
11782 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11783
9d0da923
JB
117842011-03-22 Juanma Barranquero <lekktu@gmail.com>
11785
11786 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11787 keymap variable in `with-no-warnings' to avoid a warning when the
11788 keymap has been already `defconst'ed.
11789
4b978a67
LL
117902011-03-22 Leo Liu <sdl.web@gmail.com>
11791
11792 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11793 encode all chars in abbrevs; otherwise use emacs-mule or
11794 utf-8-emacs. (Bug#8308)
11795
5fd62452
JB
117962011-03-22 Juanma Barranquero <lekktu@gmail.com>
11797
0b1596c6
JB
11798 * simple.el (backward-delete-char-untabify):
11799 Avoid warning about using `delete-backward-char'.
11800
5fd62452
JB
11801 * image.el (image-type-file-name-regexps): Make it variable.
11802 `imagemagick-register-types' modifies it, and the user may want
11803 to add new extensions for known image types.
11804 (imagemagick-register-types): Throw error if not using ImageMagick.
11805
0b4e93f1
LL
118062011-03-22 Leo Liu <sdl.web@gmail.com>
11807
11808 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11809 located before rcirc-prompt-end-marker.
11810 (rcirc-complete): Error if point is not after rcirc prompt.
11811 Handle the case when table is nil.
9882e214 11812 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11813
fccee4ab
CY
118142011-03-22 Chong Yidong <cyd@stupidchicken.com>
11815
11816 * custom.el (custom--inhibit-theme-enable): Make it affect only
11817 custom-theme-set-variables and custom-theme-set-faces.
11818 (provide-theme): Ignore custom--inhibit-theme-enable.
11819 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11820 (custom-enabling-themes): Delete variable.
d86d2721
SM
11821 (enable-theme): Accept only loaded themes as arguments.
11822 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11823 (custom-enabled-themes): Forbid themes from setting this.
11824 Eliminate use of custom-enabling-themes.
11825 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11826
af896da6
LL
118272011-03-21 Leo Liu <sdl.web@gmail.com>
11828
11829 * ido.el (ido-read-internal): Add ido-selected to history instead
11830 of user input.
11831
78f64af0
SM
118322011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11833
11834 * subr.el (deferred-action-list, deferred-action-function):
11835 Mark obsolete.
11836
b16ac1ec
LL
118372011-03-21 Leo Liu <sdl.web@gmail.com>
11838
810f7698
LL
11839 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11840 change on 2011-02-13 (bug#8309).
11841
b16ac1ec
LL
11842 * minibuffer.el (read-file-name-function): Change default value.
11843 (read-file-name--defaults): Rename from read-file-name-defaults.
11844 (read-file-name-default): Rename from read-file-name.
11845 (read-file-name): Call read-file-name-function.
11846
4e05e67e
GM
118472011-03-21 Glenn Morris <rgm@gnu.org>
11848
11849 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11850 Doc fixes.
11851
4359915b
CY
118522011-03-21 Chong Yidong <cyd@stupidchicken.com>
11853
11854 * cus-theme.el: Add missing provide statement.
11855 (customize-create-theme): Extract theme value correctly.
11856 (custom-theme-visit-theme): Autoload.
11857 (customize-create-theme): Prompt before inserting default faces.
11858
1fe275ee
JB
118592011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11860
11861 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11862 units and musical notes.
11863
cd394be1 118642011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11865
11866 * ido.el (ido-read-internal): Use completing-read-default.
11867 (ido-completing-read): Fix compatibility with completing-read.
11868
7d476bde
CO
118692011-03-20 Christian Ohler <ohler@gnu.org>
11870
11871 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11872 (ert-delete-all-tests): Use `called-interactively-p' rather than
11873 `interactive-p'.
11874 (ert--make-xrefs-region): Respect END.
11875
fe0fb33e
CY
118762011-03-19 Chong Yidong <cyd@stupidchicken.com>
11877
ff854b0b
CY
11878 * dired-aux.el (dired-create-directory): Signal an error if the
11879 directory already exists (Bug#8246).
11880
fe0fb33e
CY
11881 * facemenu.el (list-colors-display): Call list-faces-display
11882 inside with-help-window.
11883 (list-colors-print): Use display property to align the final
11884 column, instead of checking window-width.
11885
576bce32
EZ
118862011-03-19 Eli Zaretskii <eliz@gnu.org>
11887
4d61f28d 11888 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11889 windows-nt systems.
11890 (emerge-protect-metachars): Quote correctly for ms-dos and
11891 windows-nt systems.
11892
89c41d68 118932011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11894
11895 * info.el (info-initialize): Replace all uses of `:' with
11896 path-separator for compatibility with non-Unix systems.
11897 Cache quoting of path-separator. (Bug#8258)
11898
b14e3e21 118992011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11900
11901 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11902 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11903 (mouse-avoidance-mode): Fix typos in docstrings.
11904
4525ce3e
CY
119052011-03-19 Chong Yidong <cyd@stupidchicken.com>
11906
11907 * startup.el (package-subdirectory-regexp): Move from package.el.
11908 Omit \\` and \\', and let callers add them.
11909
11910 * emacs-lisp/package.el (package-strip-version)
11911 (package-load-all-descriptors): Add \\` and \\' to
11912 package-subdirectory-regexp before using it.
11913 (package-untar-buffer): New arg DIR; ensure that file untars only
11914 into this expected directory. Remove superfluous delete-region.
11915 (package-unpack): Caller changed.
11916 (package-tar-file-info): Use package-subdirectory-regexp.
11917
a904a09a 119182011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11919
a904a09a
SM
11920 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11921 diff-mode-shared-map (bug#8284).
11922 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11923
119242011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11925
11926 * calendar/time-date.el (format-seconds): Use assoc instead of
11927 assoc-string, since assoc-string doesn't exist in XEmacs.
11928
171fc304
JB
119292011-03-17 Juanma Barranquero <lekktu@gmail.com>
11930
11931 * custom.el (custom-known-themes): Reflow docstring.
11932 (custom-theme-load-path): Fix typo in docstring.
11933 (load-theme): Fix typo in error message.
11934 (custom-available-themes, custom-variable-theme-value):
11935 Use `let', not `let*'.
11936
d71990a1
JB
119372011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11938
11939 * calc/README: Mention inclusion of musical notes.
11940
11941 * calc/calc-units.el (calc-lu-quant): Rename from
11942 `calc-logunits-quantity'.
11943 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11944 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11945 (calc-db): Rename from `calc-dblevel'.
11946 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11947 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11948 (calc-np): Rename from `calc-nplevel'.
11949 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11950 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11951 (calc-lu-plus): Rename from `calc-logunits-add'.
11952 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11953 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11954 (calc-lu-minus): Rename from `calc-logunits-sub'.
11955 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11956 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11957 (calc-lu-times): Rename from `calc-logunits-mul'.
11958 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11959 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11960 (calc-lu-divide): Rename from `calc-logunits-div'.
11961 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11962 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11963
11964 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11965 functions being autoloaded.
11966
11967 * calc/calc.el (calc-lu-power-reference): Rename from
11968 `calc-logunits-power-reference'.
11969 (calc-lu-field-reference): Rename from
11970 `calc-logunits-field-reference'.
11971
7a71b18d
GM
11972 * calc/calc-help.el (calc-l-prefix-help):
11973 Mention musical note functions.
d71990a1 11974
40c2934b
SM
119752011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * minibuffer.el (completion-all-sorted-completions):
11978 Use :completion-cycle-penalty text property if present.
11979
b0911414
KM
119802011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11981
11982 * allout.el (allout-yank-processing): Adjust for new rebulleting
11983 regime so bullet being yanked is used without prompting the user
11984 for a choice.
11985
8a05b668
JB
119862011-03-16 Juanma Barranquero <lekktu@gmail.com>
11987
11988 * startup.el (command-line): Warn the user that _emacs is deprecated.
11989
5ba5fb81
JB
119902011-03-16 Juanma Barranquero <lekktu@gmail.com>
11991
11992 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11993 (delphi-verbose, delphi-comment-face, delphi-string-face)
11994 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11995 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11996 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11997 (delphi-new-comment-line, delphi-font-lock-defaults)
11998 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11999 Fix typos in docstrings.
12000
2dab465b
KM
120012011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12002
5ba5fb81 12003 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12004 Invert the roles of character and string values for INSTEAD, so a
12005 string is used for the more common case of a defaulting prompt.
12006
0adf5618
SM
120072011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * progmodes/ruby-mode.el (ruby-backward-sexp):
12010 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12011 * play/gamegrid.el (gamegrid-make-face):
12012 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12013 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12014 * notifications.el (notifications-notify):
12015 * net/xesam.el (xesam-search-engines):
12016 * net/quickurl.el (quickurl-list-insert):
12017 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12018
d72700e5
CY
120192011-03-15 Chong Yidong <cyd@stupidchicken.com>
12020
12021 * startup.el (command-line): Update package subdirectory regexp.
12022
49c5410a
SM
120232011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12024
c6eee9aa
SM
12025 * allout.el (allout-abbreviate-flattened-numbering)
12026 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12027
49c5410a
SM
12028 * subr.el (read-char-choice): Only show the cursor after the prompt,
12029 not after the answer.
12030
047b2bb9
KR
120312011-03-15 Kevin Ryde <user42@zip.com.au>
12032
12033 * help-fns.el (variable-at-point): Skip leading quotes, if any
12034 (bug#8253).
12035
0a57d256
SM
120362011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12039 warning message.
12040
77c992bc
MA
120412011-03-14 Michael Albinus <michael.albinus@gmx.de>
12042
12043 * shell.el (shell): When called interactively, offer to change the
12044 shell file name on remote hosts.
12045
eebc475d
TZ
120462011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12047
12048 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12049 integration for LDAP parameters. The host, base, user or binddn,
12050 and secret tokens can be specified in a netrc file, for instance.
12051 This is optional because an `auth-source' parameter must be
12052 specified in the search attributes.
12053
9d05d1ba
JB
120542011-03-13 Juanma Barranquero <lekktu@gmail.com>
12055
12056 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12057
09d9db2c
GM
120582011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12061 into declaration. Remove redundant and harmful binding.
12062
120632011-03-12 Eli Zaretskii <eliz@gnu.org>
12064
12065 * files.el (file-ownership-preserved-p): Pass `integer' as an
12066 explicit 2nd argument to `file-attributes'. If the file's owner
12067 is the Administrators group on Windows, and the current user is
12068 Administrator, consider that a match.
12069
12070 * server.el (server-ensure-safe-dir): Consider server directory
12071 safe on MS-Windows if its owner is the Administrators group while
12072 the current Emacs user is Administrator. Use `=' to compare
12073 numerical UIDs, since they could be integers or floats.
12074
219bd536
JB
120752011-03-12 Juanma Barranquero <lekktu@gmail.com>
12076
12077 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12078
f3afd36b
MA
120792011-03-12 Michael Albinus <michael.albinus@gmx.de>
12080
12081 Sync with Tramp 2.2.1.
12082
12083 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12084
12085 * net/trampver.el: Update release number.
12086
3aaaa6f1
SM
120872011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12088
94642599
SM
12089 * progmodes/compile.el (compilation--previous-directory): Fix up
12090 various nil/dead-marker mismatches (bug#8014).
12091 (compilation-directory-properties, compilation-error-properties):
12092 Don't call it at a position past the one we're about to change.
12093
3aaaa6f1
SM
12094 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12095 Disable obsolescence warnings in the file that declares it.
12096
14239447
KM
120972011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12098
099c39a4
JB
12099 * allout-widgets.el (allout-widgets-tally):
12100 Initialize allout-widgets-tally as a hash table rather than nil to
12101 prevent mode-line redisplay warnings. Also, clarify the module
12102 description and fix a comment typo.
14239447 12103
135e287c
JB
121042011-03-11 Juanma Barranquero <lekktu@gmail.com>
12105
12106 * help-fns.el (describe-variable): Don't complete keywords.
12107 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12108
ffbf300e
CY
121092011-03-10 Chong Yidong <cyd@stupidchicken.com>
12110
ba08b241
CY
12111 * emacs-lisp/package.el (package-version-join): Impose a standard
12112 string representation for pre/alpha/beta version lists.
12113 (package-unpack-single): Standardize the directory name by passing
12114 it through package-version-join.
12115 (package-strip-rcs-id): Accept any version string that does not
12116 signal an error in version-to-list.
ffbf300e 12117
f346fd6b
MA
121182011-03-10 Michael Albinus <michael.albinus@gmx.de>
12119
12120 * simple.el (delete-trailing-whitespace): Return nil for the
12121 benefit of `write-file-functions'.
12122
ccb55d27
GM
121232011-03-10 Glenn Morris <rgm@gnu.org>
12124
5ceaac0c
GM
12125 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12126
02da65ff
GM
12127 * vc/vc-git.el (vc-git-program): New option.
12128 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12129 (vc-git--call): Use it.
12130
b2f603cc
GM
12131 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12132
5772caab
GM
12133 * cus-edit.el (Custom-newline): If no button at point, look
12134 for a subgroup button at start-of-line. (Bug#2298)
12135
ccb55d27
GM
12136 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12137
ec6ecaed
JD
121382011-03-10 Julien Danjou <julien@danjou.info>
12139
12140 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12141 `cursor-type' is nil.
12142
9d5aa01d
JB
121432011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12144
12145 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12146
b6a5875b
KM
121472011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12148
7a71b18d 12149 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12150 preserves the existing header prefix, rebulleting it if necessary,
12151 rather than replacing it. This is necessary for proper operation
12152 of cooperative addons like allout-widgets.
1154d12e
JB
12153 (allout-make-topic-prefix, allout-rebullet-heading):
12154 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12155 value as alternate bullet to be used, instead of prompting the user
12156 for a bullet character.
b6a5875b 12157
ee545c35
MA
121582011-03-09 Michael Albinus <michael.albinus@gmx.de>
12159
d86d2721
SM
12160 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12161 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12162 `tramp-default-port'.
12163
c47971d7
DD
121642011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12165
12166 * net/rcirc.el (rcirc-handler-001): Remove useless
12167 with-rcirc-process-buffer.
12168 (rcirc-check-auth-status): Swap arguments to string-match.
12169
13522cb4
GM
121702011-03-09 Glenn Morris <rgm@gnu.org>
12171
0be6f4f1
GM
12172 * shell.el (shell-mode):
12173 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12174
13522cb4
GM
12175 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12176 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12177
515de2e3
CY
121782011-03-08 Chong Yidong <cyd@stupidchicken.com>
12179
12180 * emacs-lisp/package.el (package-refresh-contents)
12181 (package-menu-execute): Use condition-case-no-debug.
12182
b511b994
MA
121832011-03-08 Michael Albinus <michael.albinus@gmx.de>
12184
12185 * simple.el (shell-command-to-string): Use `process-file'.
12186
12187 * emacs-lisp/package.el (package-tar-file-info): Handle also
12188 remote files.
12189
d86d2721
SM
12190 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12191 Use `equal' for upload base check.
b511b994 12192
25bbfb31
AM
121932011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12194
12195 * textmodes/texinfo.el (texinfo-environments):
12196 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12197
be996521
GM
121982011-03-08 Glenn Morris <rgm@gnu.org>
12199
e9c8529f
GM
12200 * cus-start.el (cursor-in-non-selected-windows):
12201 Fix :set quoting oddness. (Bug#8192)
12202
be996521
GM
12203 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12204 in some setf expressions. (Bug#2159)
12205
2bb5649e
CY
122062011-03-08 Chong Yidong <cyd@stupidchicken.com>
12207
12208 * custom.el (custom-available-themes): Return themes in
12209 alphabetical order.
12210
33383987 12211See ChangeLog.15 for earlier changes.
e3d51b27
MR
12212
12213;; Local Variables:
12214;; coding: utf-8
e3d51b27
MR
12215;; End:
12216
acaf905b 12217 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12218
12219 This file is part of GNU Emacs.
12220
12221 GNU Emacs is free software: you can redistribute it and/or modify
12222 it under the terms of the GNU General Public License as published by
12223 the Free Software Foundation, either version 3 of the License, or
12224 (at your option) any later version.
12225
12226 GNU Emacs is distributed in the hope that it will be useful,
12227 but WITHOUT ANY WARRANTY; without even the implied warranty of
12228 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12229 GNU General Public License for more details.
12230
12231 You should have received a copy of the GNU General Public License
12232 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.