Merge from emacs-24 branch
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e6fd457e
CY
12012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4 * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
5
e153c136
GM
62012-04-15 Glenn Morris <rgm@gnu.org>
7
8 * simple.el (process-file-side-effects): Doc fix.
9
e6fd457e 102012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
11
12 * international/mule-cmds.el (set-language-environment): Doc fix.
13
3603c3b1
JB
142012-04-14 Juanma Barranquero <lekktu@gmail.com>
15
16 * server.el (server-auth-key, server-generate-key): Doc fixes.
17 (server-get-auth-key): Doc fix. Use `string-match-p'.
18 (server-start): Reflow docstring.
19
e6de100c
LI
202012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
21
22 * server.el (server-generate-key): `called-interactively-p'
23 requires a parameter.
24
29734c21
MN
252012-04-14 Michal Nazarewicz <mina86@mina86.com>
26
27 * server.el (server-auth-key): New variable.
75f1671a 28 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
29 (server-start): Use the new variable and functions to allow
30 setting a permanent server key (bug#9423).
31
d65c9521
LL
322012-04-14 Leo Liu <sdl.web@gmail.com>
33
34 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
35
5ae255c7
PE
362012-04-14 Paul Eggert <eggert@cs.ucla.edu>
37
38 Spelling fixes.
39 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
40 Emacs uses American spelling.
41
d5e6342e
JB
422012-04-14 Juanma Barranquero <lekktu@gmail.com>
43
44 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
45 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
46 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
47 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
48
ab036cd7
SM
492012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * progmodes/which-func.el (which-func-modes): Change default.
52
35dc09a1 532012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
54
55 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
56 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
57
35dc09a1 582012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
59
60 * custom.el (custom-theme-set-variables): Doc fix.
61
35dc09a1 622012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
63
64 * international/mule.el (set-auto-coding-for-load): Doc fix.
65
35dc09a1 662012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 67
35dc09a1
GM
68 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
69 imenu work again for Objective C Mode. Correct the *-index values,
70 these having been disturbed by a previous change in 2011-08.
57f845ee 71
0de3da9f
AM
72 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
73 Correct two search limits.
74
35dc09a1 752012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
76
77 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
78
35dc09a1 792012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
80
81 * international/characters.el: Fix sorting.
82
35dc09a1 832012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
84
85 * international/characters.el: Add more missing Latin case pairs.
86
35dc09a1 872012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
88
89 * files.el (dir-locals-set-class-variables): Doc fix.
90
35dc09a1 912012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 92
3f1b5bf8
EZ
93 * international/characters.el: Add set-case-syntax-pair call for
94 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
95 counterpart. (Bug#11209)
96
9f847f41
EZ
97 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
98
35dc09a1 992012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
100
101 * calendar/holidays.el (calendar-check-holidays): Doc fix.
102
35dc09a1 1032012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 104
35dc09a1
GM
105 * textmodes/ispell.el (ispell-dictionary-base-alist):
106 Add data for Hebrew.
e2627d21 107
35dc09a1 1082012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 109
35dc09a1
GM
110 * net/rcirc.el (rcirc-cmd-quit):
111 Revert 2012-03-18 change (Bug#11192).
5c14e333 112
35dc09a1 1132012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
114
115 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
116
35dc09a1 1172012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 118
4517fe3a
SM
119 * minibuffer.el (completion-in-region-mode-map):
120 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 121
b472a594
VD
1222012-04-13 Vivek Dasmohapatra <vivek@etla.org>
123
124 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
125
09b95ce3
MY
1262012-04-13 Masatake YAMATO <yamato@redhat.com>
127
128 * minibuffer.el (minibuffer-local-filename-syntax): New variable
129 to allow `C-M-f' and `C-M-b' to move to the nearest path
130 separator (bug#9511).
131
4b63a9ca
LI
1322012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
133
134 * avoid.el: Require cl when compiling. And also move the
135 `provide' to the end.
136
7b55b8bf
TV
1372012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
138
139 * avoid.el (mouse-avoidance-banish-position): New variable.
140 (mouse-avoidance-banish-destination): Use it (bug#10165).
141
adedaa1f
LL
1422012-04-13 Leo Liu <sdl.web@gmail.com>
143
144 * progmodes/which-func.el (which-func-modes): Add objc-mode.
145
70e74021
KB
1462012-04-13 Ken Brown <kbrown@cornell.edu>
147
148 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 149 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
150 (browse-url-filename-alist): For the same reason, don't modify
151 file:// URLs on Cygwin.
152
e75e89ba
SM
1532012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
156 the region on shift if the binding is already shifted (bug#11221).
157
82f289a4
GM
1582012-04-12 Glenn Morris <rgm@gnu.org>
159
160 * mail/mailpost.el: Move to obsolete/.
161
d333dc4c
DA
1622012-04-12 Drew Adams <drew.adams@oracle.com>
163
164 * imenu.el (imenu--generic-function): Ignore invisible definitions
165 (bug#10123).
166
0d15b5ba
VD
1672012-04-12 Vivek Dasmohapatra <vivek@etla.org>
168
169 * hexl.el (hexl-bits): New variable.
170 (hexl-options): Mention the variable in the doc string.
75f1671a 171 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 172 (hexl-mode): Mention the new variable.
75f1671a
JB
173 (hexl-mode, hexl-current-address, hexl-current-address):
174 Use the displen.
0d15b5ba
VD
175 (hexl-ascii-start-column): New function.
176 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
177 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
178
64a440db
AM
1792012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
180
181 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
182 '("-i" ENCODING), in 2 separate command-line arguments, to specify
183 the encoding, as expected by hunspell.
184
6decb6c2
SM
1852012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * battery.el (battery--linux-sysfs-regexp): New const.
188 (battery-status-function): Use it. Remove yeeloong special case.
189 (battery-yeeloong-sysfs): Remove.
190 (battery-echo-area-format): Remove yeeloong special case.
191
088be6fb
SM
1922012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
193
6622e416
SM
194 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
195 Reported by Noah Friedman.
196
088be6fb
SM
197 * subr.el (read-passwd): Use read-string.
198
b49f886e
LMI
1992012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
200
201 * vcursor.el (vcursor-move): Increase the priority of the overlay
202 (bug#9663).
203
a63067fc
DD
2042012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
205
206 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
207 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
208
ac3cf14a
WS
2092012-04-11 William Stevenson <yhvh2000@gmail.com>
210
211 * textmodes/artist.el (artist-mode): Convert artist-mode to use
212 define-minor-mode (bug#10760).
213
c4fc691b 2142012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c
WJ
215
216 * lisp/progmodes/grep.el (rgrep): Tweak the find command line so
217 that directories matching `grep-find-ignored-files' won't be
218 pruned (bug#10351).
219
af23e2e5
CY
2202012-04-11 Chong Yidong <cyd@gnu.org>
221
222 * startup.el (command-line): Remove support for long-obsolete
223 variable font-lock-face-attributes.
224
ab7ce8c1
GM
2252012-04-11 Glenn Morris <rgm@gnu.org>
226
227 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
228
de8c03dc
SM
2292012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * window.el (window--state-get-1): Obey window-point-insertion-type.
232
050cc68b
LB
2332012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
234
235 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
236 to previous function when point is on the first character of a
75f1671a 237 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 238
a38c310c
GM
2392012-04-11 Glenn Morris <rgm@gnu.org>
240
effed0c2
GM
241 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
242 not just file-errors.
243
a38c310c
GM
244 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
245 (vc-bzr-sha1): Use internal sha1.
246
0221e323
SM
2472012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
250
43956923
SG
2512012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
252
253 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
254 that start in the middle of the line (bug#10496).
255
6a8c9eaf
DN
2562012-04-10 Dan Nicolaescu <dann@gnu.org>
257
258 * battery.el (battery-linux-proc-acpi): Only one battery is
259 discharged at a time, but that seems to confuse battery.el when
260 computing `rate-type' for the battery not being discharged
261 (bug#10332).
262
1930bf5d
SM
2632012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
264
2a718f6f
SM
265 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
266
599430d0
SM
267 * international/quail.el: Use dolist and simplify.
268 (quail-define-package, quail-update-keyboard-layout)
269 (quail-define-rules): Use dolist.
270 (quail-insert-kbd-layout, quail-get-translation): CSE.
271
a2754b6c
SM
272 * tmm.el: Use dolist, remove left over hook.
273 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
274 Use dolist.
275 (calendar-load-hook): Don't mess with it.
276
1930bf5d
SM
277 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
278 Use derived-mode-p. Run the diff asynchronously.
279
9f67961c
LMI
2802012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
281
282 * obsolete/mouse-sel.el: Add an Obsolete-since header.
283
2a8ce227
JB
2842012-04-10 Juanma Barranquero <lekktu@gmail.com>
285
286 * misc.el: Display absolute path of loaded DLLs (bug#10424).
287 (list-dynamic-libraries--loaded): New function.
288 (list-dynamic-libraries--refresh): Use it.
289
8f33b5f8
NW
2902012-04-10 Nathan Weizenbaum <nweiz@google.com>
291
1930bf5d
SM
292 * progmodes/python.el (python-fill-paragraph):
293 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
294 disabled (bug#7018).
295
b12f0439
L
2962012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
297
1930bf5d 298 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
299 DOS/MS Windows for the Baltic languages. There are still plenty
300 of texts written in this encoding/codepage (bug#6519).
b12f0439 301
57c3bd01
GM
3022012-04-10 Glenn Morris <rgm@gnu.org>
303
304 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
305 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
306
6c3eab30
FA
3072012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
308
1930bf5d 309 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
310 next-line "n" and previous-line "p" in order to make recentf more
311 consistent with ibuffer, dired or org-mode (bug#9387).
312
24d78a88
LMI
3132012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
314
bc72b5d9
LMI
315 * image.el (put-image): Return the overlay created instead of the
316 optional input string (bug#7834). Note that this may break code
317 that is (for some reason or other) depending on `put-image'
318 returning the string.
319
bd2dba5a
LMI
320 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
321
74beb59f
LMI
322 * simple.el (zap-to-char): Allow zapping using input methods
323 (bug#1580).
324
24d78a88
LMI
325 * textmodes/fill.el (fill-region): Leave point and mark where they
326 were before filling (bug#5399).
327
263f20cd
GM
3282012-04-09 Glenn Morris <rgm@gnu.org>
329
330 * version.el (emacs-bzr-get-version):
331 Handle lightweight checkouts of local branches.
332
58d1f797
AS
3332012-04-09 Andreas Schwab <schwab@linux-m68k.org>
334
263f20cd 335 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 336
b4d3bc10
CY
3372012-04-09 Chong Yidong <cyd@gnu.org>
338
339 * custom.el (custom-variable-p): Return nil for non-symbol
340 arguments instead of signaling an error.
341 (user-variable-p): Obsolete alias for custom-variable-p.
342
343 * apropos.el (apropos-variable):
344 * files-x.el (read-file-local-variable):
345 * simple.el (set-variable):
346 * woman.el (woman-mini-help):
347 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
348
fd06db5d
GM
3492012-04-09 Glenn Morris <rgm@gnu.org>
350
e5fcdb5e
GM
351 * startup.el (normal-top-level): Don't look for leim-list.el
352 in places where it will not be found. (Bug#910)
353
fd06db5d
GM
354 * international/mule-cmds.el (set-default-coding-systems):
355 * files.el (normal-mode):
356 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
357 This function was removed with ucs-tables.el in 2008.
358
b39bb7e1
EZ
3592012-04-08 Eli Zaretskii <eliz@gnu.org>
360
361 * textmodes/ispell.el (ispell-check-version): For hunspell, set
362 ispell-encoding8-command to "-i", without a trailing space.
363 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
364 separate command-line arguments, to specify the encoding, since
365 that's how hunspell expects it.
366
5c5b8e23
GM
3672012-04-08 Glenn Morris <rgm@gnu.org>
368
369 * loadup.el: Load bindings before cus-start.
370 This reduces somewhat the number of "rogue" settings in emacs -Q.
371
a1ed8b05
GM
3722012-04-07 Glenn Morris <rgm@gnu.org>
373
374 * version.el (emacs-bzr-get-version): New function.
dfae128a 375 (emacs-bzr-version): New variable.
a1ed8b05
GM
376 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
377 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
378
b142f158
EZ
3792012-04-07 Eli Zaretskii <eliz@gnu.org>
380
dfae128a
GM
381 * international/uni-bidi.el, international/uni-category.el:
382 * international/uni-combining.el, international/uni-decimal.el:
383 * international/uni-decomposition.el, international/uni-digit.el:
384 * international/uni-lowercase.el, international/uni-mirrored.el:
385 * international/uni-name.el, international/uni-numeric.el:
386 * international/uni-titlecase.el, international/uni-uppercase.el:
387 Update for Unicode 6.1.
b142f158 388
9078ead6
EZ
3892012-04-07 Eli Zaretskii <eliz@gnu.org>
390
391 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
392
f23d2c7d
LMI
3932012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
394
395 * window.el (shrink-window): Mention the `window-min-height'
396 variable in the doc string.
397
0a0a3573
BG
3982012-04-05 Bastien Guerry <bzg@altern.org>
399
400 * color.el (color-lighten-name): Fix typo.
401
e5248ac9
SM
4022012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * server.el (server--on-display-p): New function.
405 (server--on-display-p): Use it.
406
b4243e22
GV
4072012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
408
409 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
410 (bug#11145).
411
305d9f44
SM
4122012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * comint.el (comint--common-quoted-suffix): Check string boundary
415 before comparing (bug#11158).
416 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
417
3d439cd1
CY
4182012-04-04 Chong Yidong <cyd@gnu.org>
419
321cc491
CY
420 * minibuffer.el (completion-extra-properties): Doc fix.
421
3d439cd1
CY
422 * subr.el (delayed-warnings-hook): Doc fix.
423
2d562c0f
DU
4242012-04-04 Daiki Ueno <ueno@unixuser.org>
425
426 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
427 selection (Bug#11159).
428 (epa-insert-keys): Inform that the default public key will be
429 exported if no key is selected.
430
4443f204
RS
4312012-04-04 Richard Stallman <rms@gnu.org>
432
433 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
434
529c06b6
CY
4352012-04-03 Chong Yidong <cyd@gnu.org>
436
437 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
438 mail-insert-file, not its obsolete alias mail-attach-file.
439
66b907dc
MA
4402012-04-03 Michael Albinus <michael.albinus@gmx.de>
441
442 * notifications.el (notifications-notify): Fix docstring.
443
c0ea195d
GM
4442012-04-02 Glenn Morris <rgm@gnu.org>
445
446 * emacs-lisp/authors.el (authors-aliases): Another addition.
447
5ca64e00
MA
4482012-04-02 Michael Albinus <michael.albinus@gmx.de>
449
450 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
451 `tramp-compat-call-process' instead of `tramp-local-call-process'.
452 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
453
42ee526b
CY
4542012-04-01 Chong Yidong <cyd@gnu.org>
455
456 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
457 Handle root directory properly.
458 (copy-directory): Caller changed.
459
460 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
461 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
462
0b021094
GM
4632012-03-31 Glenn Morris <rgm@gnu.org>
464
40f86458
GM
465 * term/xterm.el (xterm-extra-capabilities): Doc fix.
466
7019c177
GM
467 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
468
a1daddd6
GM
469 * calendar/calendar.el (calendar-window-list)
470 (calendar-hide-window): Restore. (Bug#11140)
471 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
472
0b021094
GM
473 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
474
40311efc
TV
4752012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
476
477 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
478 Check if file is a symlink (Bug#10489).
479
480 * files.el (copy-directory): Likewise.
481
5319014e
CY
4822012-03-30 Chong Yidong <cyd@gnu.org>
483
484 * image.el (imagemagick-types-inhibit)
485 (imagemagick-register-types): Doc fix.
486
935d1290
AM
4872012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
488
489 * ispell.el (ispell-get-extended-character-mode): Disable
75f1671a
JB
490 extended-char-mode for hunspell. hunspell does not support it
491 and treats ~word as ordinary words in pipe mode.
935d1290 492
61c6e8fd
GM
4932012-03-30 Glenn Morris <rgm@gnu.org>
494
495 * tutorial.el (help-with-tutorial): Ensure local variables don't
496 happen to make the buffer read-only. (Bug#11127)
497
81fdff00
SM
4982012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
501 (perl-calculate-indent): Return `noindent' in strings.
502
6e7a6ec0
SS
5032012-03-28 Sam Steingold <sds@gnu.org>
504
505 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
506 instead of the broken adhockery which does not prevent calendar
507 buffers from being displayed at random after exit.
508 (calendar-window-list, calendar-hide-window): Remove the broken
509 adhockery.
510
fee88ca0
GM
5112012-03-28 Glenn Morris <rgm@gnu.org>
512
513 * replace.el (query-replace-map): Doc fix.
514
38de3354
AS
5152012-03-28 Andreas Schwab <schwab@linux-m68k.org>
516
517 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
518 contents. (Bug#11109)
519
b973155e
SM
5202012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
523 (bug#11077).
524 (avl-tree--check, avl-tree--check-node): New funs.
525
dcb6e7b3
MR
5262012-03-27 Martin Rudalics <rudalics@gmx.at>
527
528 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
529 (switch-to-prev-buffer, switch-to-next-buffer):
530 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
531 showing a buffer already is done on the same frame.
532
b4fa35fa
GM
5332012-03-27 Glenn Morris <rgm@gnu.org>
534
535 * startup.el (mail-host-address): Doc fix.
536
f9210e18
SM
5372012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
540 than 197 variables.
541
c0bf7753
AF
5422012-03-26 Ami Fischman <ami@fischman.org>
543
544 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
545
33da7b16
GM
5462012-03-26 Glenn Morris <rgm@gnu.org>
547
02243d9d
GM
548 * files.el (save-buffers-kill-emacs): Doc fix.
549
33da7b16
GM
550 * startup.el (normal-top-level, command-line, command-line-1):
551 Give them doc strings.
552
e5a69fd0
EZ
5532012-03-25 Eli Zaretskii <eliz@gnu.org>
554
555 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 556 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 557
9a69676a
CY
5582012-03-25 Chong Yidong <cyd@gnu.org>
559
4125cb8b
CY
560 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
561 theme if it was previously enabled before (Bug#11031).
562
dd470960
CY
563 * cus-theme.el (custom-theme-write-faces): Retrieve current face
564 spec with custom-face-get-current-spec if its :shown-value is not
565 determined yet (Bug#9337).
4125cb8b 566 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 567
9a69676a
CY
568 * button.el (button-at): Minor addition to docstring.
569
6e7e90fa
SL
5702012-03-24 Simon Leinen <simon.leinen@gmail.com>
571
572 * vc/vc.el (vc-merge): Fix a prompt.
573
f06e2758
CY
5742012-03-24 Chong Yidong <cyd@gnu.org>
575
576 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
577 point (Bug#9623).
578
6e7e90fa
SL
579 * button.el (button-at): Minor addition to docstring.
580
b9d0879b
SM
5812012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * newcomment.el (comment-choose-indent): No space after BOL.
584
e71cebb3
SS
5852012-03-22 Sam Steingold <sds@gnu.org>
586
587 * window.el (switch-to-prev-buffer): Revert last patch because the
588 bug turned out to be an advertised feature (Elisp manual 28.14).
589
335aff35
GM
5902012-03-22 Glenn Morris <rgm@gnu.org>
591
592 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
593 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
594
c676576a
LMI
5952012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
596
597 * net/network-stream.el (network-stream-open-starttls): Make error
598 message under Windows be less misleading.
599
126f3d39
LW
6002012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
601
602 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
603 understands (bug#9942).
604
64fee311
CY
6052012-03-22 Chong Yidong <cyd@gnu.org>
606
607 * simple.el (end-of-visible-line): Handle return value of
608 next-single-property-change properly (Bug#9371).
609
a640d29a
KH
6102012-03-22 Kenichi Handa <handa@m17n.org>
611
612 * international/quail.el (quail-insert-kbd-layout): Fix previous
613 change. To avoid unwanted bidi reordering, use
614 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
615
39675016
DG
6162012-03-21 Dmitry Gutov <dgutov@yandex.ru>
617
618 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
619 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
620 (ruby-beginning-of-indent): Be more careful with the difference
621 between word-boundary and symbol boundary.
622 (ruby-mode-syntax-table): Make : a symbol constituent.
623
0a6934fc 6242012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 625
3d008e4f
SM
626 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
627
0a6934fc
SM
6282012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
629
af67c9d7
SM
630 * progmodes/etags.el (tags-completion-at-point-function):
631 Improve last fix.
632
1acad97c
SM
633 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
634
e298b5da
SS
6352012-03-21 Sam Steingold <sds@gnu.org>
636
637 * progmodes/etags.el (tags-completion-at-point-function):
638 Avoid the error when point is inside the pattern.
639
91d82a70
JY
6402012-03-21 John Yates <john@yates-sheets.org> (tiny change)
641
642 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
643 line (Bug#10855).
644
69188b79
CY
6452012-03-21 Drew Adams <drew.adams@oracle.com>
646
647 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
648
99fc91fe
AK
6492012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
650
651 * ido.el (ido-set-current-directory, ido-read-internal)
652 (ido-choose-completion-string, ido-completion-help): Handle nil
653 value of ido-completion-buffer (Bug#11008).
654
087bbb4c
SS
6552012-03-21 Sam Steingold <sds@gnu.org>
656
657 * window.el (switch-to-prev-buffer): Do not switch to a visible
658 window previous buffer, just like with the frame previous buffers.
659
fb5b8aca
CY
6602012-03-21 Chong Yidong <cyd@gnu.org>
661
662 * faces.el (make-face, make-empty-face, copy-face):
663 * face-remap.el (face-remap-add-relative, face-remap-set-base):
664 Doc fixes.
665
dc9924b8
SM
6662012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * wid-edit.el (widget-complete-field): Remove (bug#11051).
669 (widget-complete): Remove broken use of it.
670
f0bcceb9
CY
6712012-03-20 Chong Yidong <cyd@gnu.org>
672
dc9924b8
SM
673 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
674 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
675 characters.
676
ee52ebf3
TH
6772012-03-20 Tassilo Horn <tassilo@member.fsf.org>
678
679 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
680 to draw rectangles, not squares. (Regression introduced by revno
681 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
682
4c5779ab
CY
6832012-03-18 Chong Yidong <cyd@gnu.org>
684
685 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
686 it is not yet defined (for temacs).
687
15360934
LL
6882012-03-18 Leo Liu <sdl.web@gmail.com>
689
dc9924b8 690 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 691
d9a8eb66
EZ
6922012-03-17 Eli Zaretskii <eliz@gnu.org>
693
694 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
695 (ispell-choices-win-default-height, ispell-silently-savep)
696 (ispell-dictionary-alist, ispell-encoding8-command)
697 (ispell-check-version, ispell-aspell-find-dictionary)
698 (ispell-valid-dictionary-list, ispell-words-keyword)
699 (ispell-get-word, ispell-internal-change-dictionary)
700 (ispell-region, ispell-skip-region-list)
701 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
702 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
703 (ispell-message-text-end, ispell-message)
704 (ispell-buffer-local-parsing): Doc fix.
705
f02ff80d
J
7062012-03-13 Jambunathan K <kjambunathan@gmail.com>
707
708 * htmlfontify.el: Add support for code block fontification for ODT
709 export (Bug #9914).
710 (hfy-optimisations): Define new option
711 `body-text-only'
712 (hfy-fontify-buffer): Honor above setting.
713 (hfy-begin-span, hfy-end-span): New routines factored out form
714 `hfy-fontify-buffer'.
715 (hfy-begin-span-handler, hfy-end-span-handler): New variables
716 that permit insertion of custom tags.
717 (hfy-fontify-buffer): Use above handlers.
718 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
719 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 720 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 721 over multiple runs. This is made possible by having the caller let
f02ff80d
J
722 bind a special variable `hfy-user-sheet-assoc'.
723 (htmlfontify-string): New defun.
724 (hfy-compile-face-map): Make sure that the last char in the
725 buffer is correctly fontified.
726 (hfy-face-resolve-face): Whitespace only change.
727
9ac7a13f
EZ
7282012-03-17 Eli Zaretskii <eliz@gnu.org>
729
730 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
731 message more clear.
732
e2b5bdd7
LL
7332012-03-16 Leo Liu <sdl.web@gmail.com>
734
735 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
736
2e492df3
AM
7372012-03-16 Alan Mackenzie <acm@muc.de>
738
739 Further optimise the handling of large macros.
740
741 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
742 limit to a call of `c-literal-limits'.
743 (c-determine-+ve-limit): New function.
dc9924b8
SM
744 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
745 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
746 In CASE 5B, restrict a search limit to 500.
747 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
748
749 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
750 Restrict macro bounds to +-500 from after-change's BEG END.
751
50e94f0c
LL
7522012-03-16 Leo Liu <sdl.web@gmail.com>
753
754 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
755
6f09f6ed
AH
7562012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
757
758 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 759 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 760
c7e73d51
GM
7612012-03-16 Glenn Morris <rgm@gnu.org>
762
da986230
GM
763 * view.el (view-buffer, view-buffer-other-window)
764 (view-buffer-other-frame): Doc fixes re special mode-class.
765
0835f01e
GM
766 * subr.el (eval-after-load): If named feature is provided not from
767 a file, run after-load forms. (Bug#10946)
768
c7e73d51
GM
769 * calendar/calendar.el (calendar-insert-at-column):
770 Handle non-unit-width characters a bit better. (Bug#10978)
771
3f2eafd1
CY
7722012-03-15 Chong Yidong <cyd@gnu.org>
773
774 * emacs-lisp/ring.el (ring-extend): New function.
775 (ring-insert+extend): Extend the ring correctly (Bug#11019).
776
777 * comint.el (comint-read-input-ring)
778 (comint-add-to-input-history): Grow comint-input-ring lazily.
779
103af3fe
SM
7802012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
781
663b1677
SM
782 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
783 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
784
103af3fe
SM
785 * imenu.el: Fix multiple inheritance breakage (bug#9199).
786 (imenu-add-to-menubar): Don't add a redundant index.
787 (imenu-update-menubar): Handle a dynamically composed keymap.
788
899cb7cb
KY
7892012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
790
791 * mail/sendmail.el (mail-encode-header):
792 Bind rfc2047-encode-encoded-words to nil.
793
3809f91d
GM
7942012-03-13 Glenn Morris <rgm@gnu.org>
795
796 * calendar/calendar.el (calendar-string-spread):
797 Handle non-unit-width characters a bit better. (Bug#10978)
798
9e345a01
LL
7992012-03-13 Leo Liu <sdl.web@gmail.com>
800
801 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
802 directory and file as argument (Bug#10822).
803
4a07df36
KS
8042012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
805
806 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
807 For dynamically generated code, follow $PC.
808 (gdb-disassembly-handler-custom): Handle no function name case.
809
4aaa9356
TL
8102012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
811
812 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
813 * emulation/ws-mode.el (ws-query-replace):
814 * sort.el (sort-regexp-fields):
815 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
816
225979da
SM
8172012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * dabbrev.el: Fix cycle completion order (bug#10963).
820 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
821 (dabbrev-completion): Don't use an obarray; provide
822 a cycle-sort-function.
823
e2f1fdab
LL
8242012-03-12 Leo Liu <sdl.web@gmail.com>
825
dc9924b8 826 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
827 (kill-do-not-save-duplicates): Doc fix.
828
b19490ed
SM
8292012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * dabbrev.el: Fix cycle completion (bug#10963).
832 Use lexical binding and wrap to 80 columns.
833 (dabbrev-completion): Delay computing the list of completions.
834
4b05d722
KH
8352012-03-12 Kenichi Handa <handa@m17n.org>
836
837 * international/quail.el (quail-insert-kbd-layout): Surround each
838 row by LRO and PDF instead of inserting many LRMs. Pad the left
839 and right of each non-spacing marks. Insert invisible space
840 between lower and upper characters to prevent composition.
841
dbbc2e69
SM
8422012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * minibuffer.el (minibuffer-complete): Don't get confused when the
845 function is run twice via different commands (bug#10958).
846 (complete-with-action): Fix docstring.
847
292112ed
CY
8482012-03-12 Chong Yidong <cyd@gnu.org>
849
5d1ac394
CY
850 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
851 (nxml-completion-at-point-function): New function.
852 (nxml-mode): Use it.
853 (nxml-bind-meta-tab-to-complete-flag): Default to t.
854
292112ed
CY
855 * emacs-lisp/package.el (package-unpack, package-unpack-single):
856 Load generated autoloads file before byte compiling (Bug#10970).
857 (package--make-autoloads-and-compile): New helper fun.
858
4098f8f7
CS
8592012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
860
861 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
862
8f754691
MA
8632012-03-11 Michael Albinus <michael.albinus@gmx.de>
864
865 * autorevert.el (auto-revert-handler): Ensure, that
866 file-readable-p is applied only for local files or in
867 auto-revert-tail-mode.
868
e29ab36b
AS
8692012-03-11 Andreas Schwab <schwab@linux-m68k.org>
870
dbbc2e69
SM
871 * server.el (server-eval-at): Handle non-tcp connections.
872 Decode result string.
ad0bf5b6 873
e29ab36b
AS
874 * server.el (server-msg-size): New constant.
875 (server-reply-print): New function.
876 (server-eval-and-print): Use it.
877 (server-eval-at): Use server-quote-arg and server-unquote-arg.
878 Handle -print-nonl.
879
de5939ba
CS
8802012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
881
882 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
883 (Bug#10987).
884
0c93eabf
CY
8852012-03-11 Chong Yidong <cyd@gnu.org>
886
397a688f
CY
887 * simple.el (goto-line): Doc fix (Bug#9938).
888
2cc775f9
CY
889 * subr.el (save-window-excursion): Doc fix (Bug#9979).
890
0c93eabf
CY
891 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
892 when finished (Bug#10963).
893
c491fa41
MR
8942012-03-11 Martin Rudalics <rudalics@gmx.at>
895
896 * window.el (split-window-below): Fix bug in case where
897 split-window-keep-point is nil (Bug#10971).
898
300e8fa5
JL
8992012-03-11 Juri Linkov <juri@jurta.org>
900
901 * replace.el (replace-highlight): Set isearch-word to nil
902 unconditionally. (Bug#10887)
903
dbf6c5a1
EZ
9042012-03-10 Eli Zaretskii <eliz@gnu.org>
905
906 * net/mairix.el (mairix-replace-invalid-chars): Rename from
907 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 908 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
909 (mairix-widget-create-query): Add usage information about mairix
910 search forms: negating words, searching for substrings, etc.
911
b9e501de
JP
9122012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
913
914 * international/fontset.el (font-encoding-alist): Add an entry for
915 ksx1001 (Bug#5667).
916
92795c91
RS
9172012-03-10 Richard Stallman <rms@gnu.org>
918
1694e6c1
RS
919 * mail/sendmail.el (mail-encode-header):
920 Set rfc2047-encode-encoded-words.
921
607e8555
RS
922 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
923
de3bc99a
RS
924 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
925 view buffer means not swapped.
926 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
927 (rmail-write-region-annotate): Error if real text has disappeared.
928
92795c91
RS
929 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
930
699bd04e
CY
9312012-03-10 Chong Yidong <cyd@gnu.org>
932
933 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
934 * emulation/cua-base.el (cua--init-keymaps):
935 Add delete-forward-char to remappings (Bug#9666).
699bd04e 936
570a1714
MR
9372012-03-10 Martin Rudalics <rudalics@gmx.at>
938
dbbc2e69
SM
939 * speedbar.el (speedbar-unhighlight-one-tag-line):
940 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 941
82dcf4e4
CY
9422012-03-10 Chong Yidong <cyd@gnu.org>
943
7a2c7ca7
CY
944 * minibuffer.el (completion-in-region, completion-help-at-point):
945 Give the completion field overlay a high priority (Bug#6830).
946
82dcf4e4
CY
947 * dired.el (dired-goto-file): Recognize absolute file name
948 listings (Bug#7126).
949 (dired-goto-file-1): New helper function.
950 (dired-toggle-read-only): Inhibit warnings.
951
052e28ac
MA
9522012-03-09 Michael Albinus <michael.albinus@gmx.de>
953
75f1671a 954 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
955 there are no properties.
956
95d5e396
LL
9572012-03-09 Leo Liu <sdl.web@gmail.com>
958
959 * savehist.el (savehist-printable): Stricter check for string
960 value (Bug#10937).
961
3f018d6d
EZ
9622012-03-09 Eli Zaretskii <eliz@gnu.org>
963
dbbc2e69
SM
964 * mail/smtpmail.el (smtpmail-send-it):
965 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
966 valid mbox format.
967
f7fd3d79
GM
9682012-03-09 Glenn Morris <rgm@gnu.org>
969
970 * files.el (dir-locals-find-file):
971 Don't check result is regular, readable.
972 (dir-locals-read-from-file): Demote errors.
973
6ff6e72f
EZ
9742012-03-08 Eli Zaretskii <eliz@gnu.org>
975
dbbc2e69
SM
976 * international/quail.el (quail-insert-kbd-layout):
977 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
978 layout cell, to prevent their reordering by bidi display engine.
979 For details, see the discussion in
980 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
981
9cec7834
AM
9822012-03-08 Alan Mackenzie <acm@muc.de>
983
984 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
985 the starting position; make it extend the marked region when
986 invoked repeatedly - all under appropriate circumstances.
987 Fixes bugs #5525, #10906.
988
9a40b8d4
GM
9892012-03-08 Glenn Morris <rgm@gnu.org>
990
991 * files.el (locate-dominating-file, dir-locals-find-file):
992 Undo 2012-03-06 change.
993
7a08ed35
EZ
9942012-03-07 Eli Zaretskii <eliz@gnu.org>
995
dbbc2e69
SM
996 * international/quail.el (quail-help):
997 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
998 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
999 for the reason.
1000
5aca4f71 10012012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1002
1003 Avoid superfluous registering of signals. (Bug#10807)
1004
1005 * notifications.el (notifications-on-action-object)
1006 (notifications-on-close-object): New defvars.
1007 (notifications-on-action-signal, notifications-on-closed-signal):
1008 Unregister the signal if not needed any longer.
1009 (notifications-notify): Register `notifications-action-signal' or
1010 `notifications-closed-signal', if :on-action or :on-close has been
1011 passed as argument.
1012
78e8b10a
CY
10132012-03-07 Chong Yidong <cyd@gnu.org>
1014
1015 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1016 non-X platforms.
1017
69481eb8
GM
10182012-03-06 Glenn Morris <rgm@gnu.org>
1019
1020 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1021 (x-disown-selection-internal, x-get-selection-internal):
1022 Doc fix (add arglist signatures). (Bug#10783)
1023
133b8e11
KS
10242012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1025
1026 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1027 Handle breakpoints with no "type".
1028
99a83064
GM
10292012-03-06 Glenn Morris <rgm@gnu.org>
1030
1031 * files.el (locate-dominating-file): Add optional predicate argument.
1032 (dir-locals-find-file): Make use of above change.
1033
17798e78
TTN
10342012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1035
1036 * info.el (Info-insert-dir): Also try "dir.gz".
1037
eb182446
GM
10382012-03-06 Glenn Morris <rgm@gnu.org>
1039
8f2114ee
GM
1040 * files.el (dir-locals-find-file):
1041 Ignore non-readable or non-regular files. (Bug#10928)
1042
eb182446
GM
1043 * files.el (locate-dominating-file): Doc fix.
1044
24679323
AS
10452012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1046
1047 * calendar/calendar.el (calendar-set-mode-line):
1048 `getenv' returns a string. (Bug#10951)
1049
01d972a9
LL
10502012-03-05 Leo Liu <sdl.web@gmail.com>
1051
109aa8a9
LL
1052 * simple.el (backward-delete-char-untabify): Constrain point to
1053 field (Bug#10939).
1054
01d972a9
LL
1055 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1056
10607bea
CY
10572012-03-05 Chong Yidong <cyd@gnu.org>
1058
1059 * simple.el (count-words): If called from Lisp, return the word
1060 count, for symmetry with `count-lines'. Arglist changed.
1061 (count-words--message): Args changed. Consolidate counting code
1062 from count-words and count-words-region.
1063 (count-words-region): Caller changed.
1064 (count-lines-region): Make it an obsolete alias.
1065
5dd11cfe
TH
10662012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1067
1068 * saveplace.el (save-place-to-alist)
1069 (save-place-ignore-files-regexp): Allow value nil to disable this
1070 feature.
1071
c349f4e6
CY
10722012-03-04 Chong Yidong <cyd@gnu.org>
1073
1074 * faces.el (face-spec-reset-face): For the default face, reset the
1075 attributes to default values (Bug#10748).
1076
e627be4c
LMI
10772012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1078
1079 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1080 previous patch: Check `message-send-mail-function', and not the
1081 default function (bug#10897).
1082
ebeabff4
MA
10832012-03-04 Michael Albinus <michael.albinus@gmx.de>
1084
a41a6cf4
MA
1085 * notifications.el (notifications-on-action-signal)
1086 (notifications-on-closed-signal): Check for unique service name of
1087 incoming event. Fix error in removing entry.
ebeabff4 1088 (top): Register for signals with wildcard service name.
a41a6cf4 1089 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1090
c1ca42b4
CY
10912012-03-04 Chong Yidong <cyd@gnu.org>
1092
dc9924b8 1093 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1094
ea16568d
GM
10952012-03-04 Glenn Morris <rgm@gnu.org>
1096
1097 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1098 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1099 (expand-abbrev, define-abbrev-table): Doc fixes.
1100
fbae4637
LMI
11012012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1102
1103 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1104 `message-default-send-mail-function' and not `send-mail-function'
1105 when doing the prompting for `sendmail-query-once' before sending
1106 in Message buffers (bug#10897).
1107
a1e7225c
LMI
1108 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1109 This is inconsistent with all the other stream functions, which leave
1110 the setting up to the higher levels (if so wanted) (bug#10931).
1111
56d093a9
AM
11122012-03-02 Alan Mackenzie <acm@muc.de>
1113
1114 Depessimize the handling of very large macros.
1115
1116 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1117 (c-macro-cache-syntactic): New variables to implement a one
1118 element macro cache.
1119 (c-invalidate-macro-cache): New function.
1120 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1121 Adapt to use the new cache.
1122 (c-state-safe-place): Use better the cache of safe positions.
1123 (c-state-semi-nonlit-pos-cache)
1124 (c-state-semi-nonlit-pos-cache-limit):
1125 New variables for...
1126 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1127 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1128 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1129 Use c-state-semi-safe-place.
56d093a9 1130
dbbc2e69
SM
1131 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1132 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1133
817e5c3d
MA
11342012-03-02 Michael Albinus <michael.albinus@gmx.de>
1135
dbbc2e69
SM
1136 * jka-compr.el (jka-compr-call-process):
1137 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1138 not remote.
1139
a032a702
MA
11402012-03-01 Michael Albinus <michael.albinus@gmx.de>
1141
1142 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1143 access of FILE2, if FILE1 does not exist.
1144
99a54f21
MA
1145 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1146 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1147
1148 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1149 Add "PAGER=" to `process-environment'.
1150
f6561e1f
MM
11512012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1152
1153 * progmodes/sql.el: Bug fix
1154 (sql-get-login-ext): Save login values in globals.
1155 (sql-get-login): Use new version of `sql-get-login-ext'.
1156 (sql-interactive-mode): Set global `sql-connection' to nil.
1157 (sql-connect): Set global values for connection.
1158 (sql-product-interactive): Save global values as buffer local.
1159
2d44d9cc
LL
11602012-02-29 Leo Liu <sdl.web@gmail.com>
1161
1162 * abbrev.el (define-abbrevs): Reset sys to nil.
1163
96b49301 11642012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1165
bf7f9bc5
JB
1166 * files.el (file-equal-p): Rename from `files-equal-p'.
1167 Return nil when one or both files don't exist.
96b49301 1168 (file-subdir-of-p): Now only top directory must exists,
1169 return nil if it doesn't.
bf7f9bc5
JB
1170 (copy-directory): No need to test with `file-subdir-of-p' after
1171 creating dir.
1172 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1173 to `file-equal-p'.
96b49301 1174
44e97401
GM
11752012-02-28 Glenn Morris <rgm@gnu.org>
1176
1177 * shell.el (shell-mode):
1178 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1179 * play/landmark.el (landmark-font-lock-face-O):
1180 * play/handwrite.el (handwrite):
1181 * play/gomoku.el (gomoku-O):
1182 * net/browse-url.el (browse-url-browser-display):
1183 * international/mule.el (define-charset):
1184 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1185 * filesets.el (filesets-find-file-delay):
1186 * eshell/em-xtra.el (eshell-xtra):
1187 * eshell/em-unix.el (eshell-grep):
1188 * emulation/viper.el (viper-mode):
1189 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1190 * emacs-lisp/easymenu.el (easy-menu-define):
1191 * calendar/timeclock.el (timeclock-use-display-time):
1192 * bs.el (bs-mode):
1193 * bookmark.el (bookmark-save-flag):
1194 Doc fix (standardize possessive apostrophe usage).
1195
c98c6276
CY
11962012-02-27 Chong Yidong <cyd@gnu.org>
1197
bf7f9bc5
JB
1198 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1199 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1200
c98c6276
CY
1201 * font-lock.el (font-lock-specified-p): Rename from
1202 font-lock-spec-present. Callers changed.
1203
9c62cd04 12042012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1205
bf7f9bc5
JB
1206 * emacs-lisp/package.el (package-compute-transaction):
1207 Handle holding a package version to t in package-load-list.
8ac9e529 1208
530739c9
MA
12092012-02-26 Michael Albinus <michael.albinus@gmx.de>
1210
1211 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1212 (tramp-get-inode, tramp-get-device): Use cached values.
1213
487915d7
AM
12142012-02-26 Alan Mackenzie <acm@muc.de>
1215
1216 Check there is a font-lock specification before doing initial
1217 fontification.
1218
1219 * font-core.el (font-lock-mode): Move the conditional from
1220 :after-hook to font-lock-initial-fontify.
1221 (font-lock-default-function): Move the check for a specification
1222 to font-lock-spec-present.
1223
dc9924b8 1224 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1225 (font-lock-spec-present): New function.
1226
4fd96557
JB
12272012-02-26 Jim Blandy <jimb@red-bean.com>
1228
1229 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1230 (gdb-send): Apply it to the operand of the '-interpreter-exec
1231 console' command, so that we can pass arguments with (say) quotes
1232 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1233
9a4888c0
CY
12342012-02-26 Chong Yidong <cyd@gnu.org>
1235
07498861
CY
1236 * help-fns.el (describe-function-1): Clarify description of
1237 remapping (Bug#10844).
1238
9a4888c0
CY
1239 * files.el (files-equal-p): Doc fix.
1240 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1241 and quit the loop once a mismatch is found.
1242
ea8fb88d
JB
12432012-02-25 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * bs.el (bs--show-with-configuration): Don't throw an error
1246 if the window cannot be split; otherwise, subsequent calls to
1247 bs-show fail, restoring a stale window config. (Bug#10882)
1248
525795c1
JD
12492012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1250
1251 * term/ns-win.el (global-map): Bind ns-drag-file to
1252 ns-find-file (Bug#5855, Bug#10050).
1253
f008086f
AS
12542012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1255
1256 * calendar/parse-time.el (parse-time-string): Allow extractor to
1257 return nil.
1258
a3fcfa99
MA
12592012-02-25 Michael Albinus <michael.albinus@gmx.de>
1260
91027d08
JB
1261 * net/tramp.el (tramp-file-name-for-operation):
1262 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1263
1264 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1265 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1266 Add COPY-CONTENTS argument.
a3fcfa99 1267
67b0de11
CY
12682012-02-25 Chong Yidong <cyd@gnu.org>
1269
1270 Add custom groups for VC backends, for consistency with vc-bzr.
1271
1272 * vc/vc-arch.el (vc-arch):
1273 * vc/vc-cvs.el (vc-cvs):
1274 * vc/vc-git.el (vc-git):
1275 * vc/vc-hg.el (vc-hg):
1276 * vc/vc-mtn.el (vc-mtn):
1277 * vc/vc-rcs.el (vc-rcs):
1278 * vc/vc-sccs.el (vc-sccs):
1279 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1280 All relevant defcustoms reassigned.
1281
3c9dfce6
CY
12822012-02-25 Chong Yidong <cyd@gnu.org>
1283
1339bf43
CY
1284 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1285
3c9dfce6
CY
1286 * term/x-win.el (x-initialize-window-system): Reduce default for
1287 x-selection-timeout to 5 seconds (Bug#8869).
1288
53a46cd0 12892012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 1290
53a46cd0 1291 * files.el (file-subdir-of-p): Fix typo.
14a8a663 1292
25b2e303 12932012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1294
ec70a47d
GM
1295 * files.el (files-equal-p, file-subdir-of-p): New functions.
1296 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1297 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1298 * dired-aux.el (dired-copy-file-recursive): Same.
1299 (dired-create-files): Modify destination when source is equal to
1300 dest when copying files.
53a46cd0 1301 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1302
914260cd
MA
13032012-02-24 Michael Albinus <michael.albinus@gmx.de>
1304
1305 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1306 (Bug#10874)
1307
2cb228f7
AM
13082012-02-23 Alan Mackenzie <acm@muc.de>
1309
1310 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1311 parameter "after-hook:" to allow the expansion to run code after
1312 the execution of the mode hooks.
1313
1314 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1315 from font-lock-mode-internal.
2cb228f7 1316
91027d08 1317 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1318 :after-hook.
1319
8f0fde21
SM
13202012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1321
3e88618b
SM
1322 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1323 (completion--cache-all-sorted-completions): New function.
1324 (completion-all-sorted-completions): Use it.
1325 (completion--do-completion, minibuffer-force-complete):
1326 Use it to re-instate the flush hook.
1327
8f0fde21
SM
1328 * icomplete.el (icomplete-completions): Replace last fix with a better
1329 one (bug#10850).
1330
8e911f6f
DG
13312012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1332
1333 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1334 when it might call us back infinitely (bug#10797).
1335
49fe4321
GM
13362012-02-23 Glenn Morris <rgm@gnu.org>
1337
1338 * minibuffer.el (completion-category-overrides): Doc fix.
1339
b291b572
SM
13402012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1343 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1344
31a9ef2e
GM
13452012-02-23 Glenn Morris <rgm@gnu.org>
1346
5e6e6794 1347 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1348 (authors-obsolete-files-regexps, authors-ignored-files)
1349 (authors-ambiguous-files, authors-renamed-files-alist):
1350 Add more entries.
1351
0bd1e074
JL
13522012-02-23 Juri Linkov <juri@jurta.org>
1353
1354 * isearch.el (isearch-occur): Sync interactive spec with occur's
1355 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1356
b617673c
JL
1357 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1358
19e9789e
JL
13592012-02-22 Juri Linkov <juri@jurta.org>
1360
1361 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1362 (ucs-insert): Doc fix. Check for hex digits in the string.
1363 Don't display `nil' in the error message. (Bug#10857)
1364
f41ce09d
AM
13652012-02-22 Alan Mackenzie <acm@muc.de>
1366
7a71b18d 1367 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1368
ac2eceee
GM
13692012-02-22 Glenn Morris <rgm@gnu.org>
1370
1371 * ffap.el (ffap-c-path):
1372 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1373
abd1f678
CY
13742012-02-22 Chong Yidong <cyd@gnu.org>
1375
1376 * custom.el (load-theme): Doc fix.
1377
f25aef2e
GM
13782012-02-22 Glenn Morris <rgm@gnu.org>
1379
1380 * dired-x.el (dired-guess-shell-alist-default):
1381 Remove escape sequences from nroff output. (Bug#172)
1382
5f8dc2ca
GM
13832012-02-21 Glenn Morris <rgm@gnu.org>
1384
6ff86ec4
GM
1385 * vc/emerge.el (emerge-defvar-local):
1386 Set `permanent-local' property rather than unused `preserved'.
1387
be3223a3 1388 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1389 (picture-mode-map): Use it. (Bug#10860)
1390 (picture-mode): Doc fix.
1391
3fe58f4f
JB
13922012-02-21 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * newcomment.el (uncomment-region-default): Remove unused binding.
1395
f9a998c3
GM
13962012-02-21 Glenn Morris <rgm@gnu.org>
1397
1398 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1399 (picture-self-insert, picture-tab-chars): Doc fix.
1400 (picture-mode-map): Fix C-a, C-e.
1401
c6029348
GM
14022012-02-20 Glenn Morris <rgm@gnu.org>
1403
1404 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1405
ab1ce9d7
LL
14062012-02-20 Leo Liu <sdl.web@gmail.com>
1407
1408 * icomplete.el (icomplete-completions): Check FROM arg before
1409 passing to substring (Bug#10850).
1410
0fd40f89
CY
14112012-02-19 Chong Yidong <cyd@gnu.org>
1412
1413 * comint.el: Require ansi-color.
1414 (comint-output-filter-functions): Add ansi-color-process-output.
1415
1416 * ansi-color.el: Don't set comint-output-filter-functions; it is
1417 now in the initial value defined in comint.el.
1418 (ansi-color-apply-face-function): New variable.
1419 (ansi-color-apply-on-region): Use it.
1420 (ansi-color-apply-overlay-face): New function.
1421
1422 * shell.el (shell): No need to require ansi-color.
1423 (shell-mode): Use ansi-color-apply-face-function to highlight
1424 color escapes using font-lock-face property (Bug#10835).
1425
20af2394
CY
14262012-02-19 Chong Yidong <cyd@gnu.org>
1427
1428 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1429 mode-line formats (Bug#10839).
1430
e23a3fbe
GM
14312012-02-18 Glenn Morris <rgm@gnu.org>
1432
b474519e
GM
1433 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1434
1435 * mail/undigest.el (unforward-rmail-message): Doc fix.
1436
e23a3fbe
GM
1437 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1438
57939ff4
EZ
14392012-02-18 Eli Zaretskii <eliz@gnu.org>
1440
1441 * international/characters.el (script-list): Sync with the latest
1442 Unicode Character Database.
1443
0c23686e
AS
14442012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1445
1446 * international/titdic-cnv.el: Remove duplicate coding tag.
1447 * language/cham.el: Likewise.
1448 * language/tai-viet.el: Likewise.
1449
6818b449
GM
14502012-02-18 Glenn Morris <rgm@gnu.org>
1451
1452 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1453 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1454 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1455 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1456 * calendar/holidays.el (holiday-bahai-holidays)
1457 (calendar-holidays, list-holidays):
1458 Use utf-8 Bahá'í in doc-strings, menus, etc.
1459
0311a3fc
TH
14602012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1461
1462 * saveplace.el (save-place-ignore-files-regexp): New variable
1463 allowing for excluding files from saving their location of point.
1464 The default value matches the temporary commit message editing
1465 files from Git, SVN, Bazaar, and Mercurial.
1466 (save-place-to-alist): Use it.
1467
eb864a71
LM
14682012-02-17 Lawrence Mitchell <wence@gmx.li>
1469 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * newcomment.el (uncomment-region-default): Don't leave extra space
1472 when an arg is provided (bug#8150).
1473
ee0ce425
TZ
14742012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1475
eb864a71 1476 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1477
95ddf442
GM
14782012-02-17 Glenn Morris <rgm@gnu.org>
1479
1480 * net/socks.el: Require network-stream. (Bug#10599)
1481
48dd1e39 14822012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1483
1484 * international/charprop.el:
1485 * international/uni-name.el:
1486 * international/uni-old-name.el:
1487 * international/uni-comment.el: Regenerate.
1488
d68cd087
GM
14892012-02-16 Glenn Morris <rgm@gnu.org>
1490
1491 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1492 Interactively in calendar buffer, give an error if not on a date.
1493
13932042
GM
14942012-02-15 Glenn Morris <rgm@gnu.org>
1495
1496 * shell.el (shell-delimiter-argument-list):
1497 Revert 2011-02-17 change. (Bug#8027)
1498
c3a70e2b
CY
14992012-02-15 Chong Yidong <cyd@gnu.org>
1500
60236b0d
CY
1501 * minibuffer.el (completion-at-point-functions): Doc fix.
1502
c3a70e2b
CY
1503 * custom.el (defcustom): Doc fix; note use of defvar.
1504
9f26dc24
GM
15052012-02-15 Glenn Morris <rgm@gnu.org>
1506
1507 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1508 Doc fixes.
1509
6546b134
GM
15102012-02-14 Glenn Morris <rgm@gnu.org>
1511
1512 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1513
d29b2b4c
LI
15142012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1515
1516 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1517 way the ports list is computed.
835bdcba
LI
1518 (smtpmail-query-smtp-server): Prompt the user for a port number if
1519 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1520
08dcdbc9
TZ
15212012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1522
1523 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1524
2605051a
GM
15252012-02-13 Glenn Morris <rgm@gnu.org>
1526
1527 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1528
7ee99f32
TZ
15292012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1530
1531 * net/gnutls.el (gnutls-trustfiles): New variable.
1532 (gnutls-negotiate): Use it.
1533
5f0af64f
LI
15342012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1535
1536 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1537 does its stuff if Gnus is running.
1538
c14fcc95
AM
15392012-02-13 Alan Mackenzie <acm@muc.de>
1540
1541 Fix a loop in c-set-fl-decl-start.
1542
7a71b18d 1543 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1544 c-backward-syntactic-ws actually moves backwards.
1545
142b4d90
LL
15462012-02-13 Leo Liu <sdl.web@gmail.com>
1547
1548 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1549 beginning so that all \C-o chars are removed.
1550
fa9958a6
TZ
15512012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1552
dc9924b8 1553 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1554
0bc5886a
AM
15552012-02-12 Alan Mackenzie <acm@muc.de>
1556
1557 Fix infinite loop with long macros.
1558 * cc-engine.el (c-state-safe-place): Handle macros properly.
1559
d4bd55e7
CY
15602012-02-12 Chong Yidong <cyd@gnu.org>
1561
1562 * window.el (display-buffer): Doc fix (Bug#10785).
1563
66f3fe22
GM
15642012-02-12 Glenn Morris <rgm@gnu.org>
1565
bd7da63e
GM
1566 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1567 (x-disown-selection-internal, x-get-selection-internal):
1568 Sync docs with the xselect.c versions.
1569
66f3fe22
GM
1570 * allout-widgets.el: Add missing license notice.
1571
3e0d2fa7
GM
15722012-02-11 Glenn Morris <rgm@gnu.org>
1573
cfecdf09
GM
1574 * select.el (x-get-selection-internal, x-own-selection-internal)
1575 (x-disown-selection-internal):
1576 * x-dnd.el (x-get-selection-internal): Update declarations.
1577
6d216d7f
GM
1578 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1579
2bed3f04
GM
1580 * window.el (window-sides-slots):
1581 * tool-bar.el (tool-bar-position):
1582 * term/xterm.el (xterm-extra-capabilities):
1583 * ses.el (ses-self-reference-early-detection):
1584 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1585 (verilog-auto-wire-type)
1586 (verilog-auto-delete-trailing-whitespace)
1587 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1588 (verilog-auto-tieoff-declaration):
1589 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1590 (sql-oracle-statement-starters, sql-oracle-scan-on):
1591 * progmodes/prolog.el (prolog-align-comments-flag)
1592 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1593 (prolog-left-indent-regexp, prolog-paren-indent-p)
1594 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1595 (prolog-types, prolog-mode-specificators)
1596 (prolog-determinism-specificators, prolog-directives)
1597 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1598 (prolog-electric-dot-flag)
1599 (prolog-electric-dot-full-predicate-template)
1600 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1601 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1602 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1603 (prolog-program-switches, prolog-prompt-regexp)
1604 (prolog-debug-on-string, prolog-debug-off-string)
1605 (prolog-trace-on-string, prolog-trace-off-string)
1606 (prolog-zip-on-string, prolog-zip-off-string)
1607 (prolog-use-standard-consult-compile-method-flag)
1608 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1609 (prolog-imenu-max-lines, prolog-info-predicate-index)
1610 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1611 (prolog-char-quote-workaround):
1612 * progmodes/cc-vars.el (c-defun-tactic):
1613 * net/tramp.el (tramp-encoding-command-interactive)
1614 (tramp-local-end-of-line):
1615 * net/soap-client.el (soap-client):
1616 * net/netrc.el (netrc-file):
1617 * net/gnutls.el (gnutls):
1618 * minibuffer.el (completion-category-overrides)
1619 (completion-cycle-threshold)
1620 (completion-pcm-complete-word-inserts-delimiters):
1621 * man.el (Man-name-local-regexp):
1622 * mail/feedmail.el (feedmail-display-full-frame):
1623 * international/characters.el (glyphless-char-display-control):
1624 * eshell/em-ls.el (eshell-ls-date-format):
1625 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1626 (lisp-lambda-list-keyword-parameter-indentation)
1627 (lisp-lambda-list-keyword-parameter-alignment):
1628 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1629 * dired-x.el (dired-omit-verbose):
1630 * cus-theme.el (custom-theme-allow-multiple-selections):
1631 * calc/calc.el (calc-highlight-selections-with-faces)
1632 (calc-lu-field-reference, calc-lu-power-reference)
1633 (calc-note-threshold):
1634 * battery.el (battery-mode-line-limit):
1635 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1636 (archive-7z-update):
1637 * allout.el (allout-prefixed-keybindings)
1638 (allout-unprefixed-keybindings)
1639 (allout-inhibit-auto-fill-on-headline)
1640 (allout-flattened-numbering-abbreviation):
1641 * allout-widgets.el (allout-widgets-auto-activation)
1642 (allout-widgets-icons-dark-subdir)
1643 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1644 (allout-widgets-theme-dark-background)
1645 (allout-widgets-theme-light-background)
1646 (allout-widgets-item-image-properties-emacs)
1647 (allout-widgets-item-image-properties-xemacs)
1648 (allout-widgets-run-unit-tests-on-load)
1649 (allout-widgets-time-decoration-activity)
1650 (allout-widgets-hook-error-post-time)
1651 (allout-widgets-track-decoration):
1652 Add missing :version tags to new defcustoms and defgroups.
1653
5fec1b8e
GM
1654 * progmodes/sql.el (sql-ansi-statement-starters)
1655 (sql-oracle-statement-starters): Add custom type.
1656
3e0d2fa7
GM
1657 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1658 (prolog-system-version): Give it a type.
1659
90b671e2
EZ
16602012-02-11 Eli Zaretskii <eliz@gnu.org>
1661
1662 * term/pc-win.el (x-select-text, x-selection-owner-p)
1663 (x-own-selection-internal, x-disown-selection-internal)
1664 (x-get-selection-internal): Sync doc strings and argument lists
1665 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1666
5eac0c02
LL
16672012-02-11 Leo Liu <sdl.web@gmail.com>
1668
1669 * progmodes/python.el (python-end-of-statement): Fix infinite
1670 loop. (Bug#10788)
1671
f82cb659
GM
16722012-02-10 Glenn Morris <rgm@gnu.org>
1673
1674 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1675 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1676
cc26d239
LI
16772012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1678
1679 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1680 about SMTP before checking the From header.
1681
91027d08 1682 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1683 into own function for reuse by emacsbug.el.
1684
1be3ca5a
LL
16852012-02-10 Leo Liu <sdl.web@gmail.com>
1686
1687 * subr.el (condition-case-unless-debug): Rename from
1688 condition-case-no-debug. All callers changed.
1689 (with-demoted-errors): Fix caller.
1690
1691 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1692 * nxml/rng-valid.el (rng-do-some-validation):
1693 * emacs-lisp/package.el (package-refresh-contents)
1694 (package-menu-execute):
1695 * desktop.el (desktop-create-buffer):
91027d08 1696 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1697
b011fbfe
GM
16982012-02-10 Glenn Morris <rgm@gnu.org>
1699
b2096d72
GM
1700 * textmodes/bibtex.el:
1701 Add missing :version tags for new/changed defcustoms.
1702
b011fbfe
GM
1703 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1704
4c7e65bf
LI
17052012-02-09 Lars Ingebrigtsen <larsi@rusty>
1706
1707 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1708 (smtpmail-via-smtp): Use it, or fall back on the From address.
1709 (smtpmail-send-it): Ditto.
1710
f3934f6f
SM
17112012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1714 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1715 (byte-compile-tmp-var): New const.
1716 (byte-compile-defvar): Use it to minimize .elc size.
1717 Just use `defvar' rather than simulate it (bug#10761).
1718
a075a2c5
GM
17192012-02-09 Glenn Morris <rgm@gnu.org>
1720
cf3aa21b
GM
1721 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1722
354998cd
GM
1723 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1724 Add :version tags.
1725
dc9924b8
SM
1726 * progmodes/compile.el (compilation-error-screen-columns)
1727 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1728
dab3703d
GM
1729 * vc/log-view.el (log-view-toggle-entry-display):
1730 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1731
3f88cd72
GM
1732 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1733 (report-emacs-bug-can-use-xdg-email):
1734 (report-emacs-bug-insert-to-mailer): Doc fixes.
1735 (report-emacs-bug): Message fix.
1736
d95b247d
GM
1737 * net/browse-url.el (browse-url-can-use-xdg-open)
1738 (browse-url-xdg-open): Doc fixes.
1739
a075a2c5
GM
1740 * electric.el (electric-indent-mode, electric-pair-mode)
1741 (electric-layout-rules, electric-layout-mode): Doc fixes.
1742 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1743
ffb6157e
MR
17442012-02-08 Martin Rudalics <rudalics@gmx.at>
1745
1746 * server.el (server-unselect-display): Don't inadvertently kill
1747 the current buffer. (Bug#10729)
1748
e1ac4066
GM
17492012-02-08 Glenn Morris <rgm@gnu.org>
1750
34e8a2da
GM
1751 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1752 (sql-list-table): Doc fixes.
1753
b4ac6e8c
GM
1754 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1755 Comment out (does nothing).
1756
e1ac4066
GM
1757 * completion.el (dynamic-completion-mode):
1758 * dirtrack.el (dirtrack-debug-mode):
1759 * electric.el (electric-layout-mode):
1760 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1761 * face-remap.el (text-scale-mode, buffer-face-mode):
1762 * iimage.el (iimage-mode):
1763 * image-mode.el (image-transform-mode):
1764 * minibuffer.el (completion-in-region-mode):
1765 * scroll-lock.el (scroll-lock-mode):
1766 * simple.el (next-error-follow-minor-mode):
1767 * tar-mode.el (tar-subfile-mode):
1768 * tooltip.el (tooltip-mode):
1769 * vcursor.el (vcursor-use-vcursor-map):
1770 * wid-browse.el (widget-minor-mode):
1771 * emulation/tpu-edt.el (tpu-edt-mode):
1772 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1773 * international/iso-ascii.el (iso-ascii-mode):
1774 * language/thai-util.el (thai-word-mode):
1775 * mail/supercite.el (sc-minor-mode):
1776 * net/goto-addr.el (goto-address-mode):
1777 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1778 * progmodes/cwarn.el (cwarn-mode):
1779 * progmodes/flymake.el (flymake-mode):
1780 * progmodes/glasses.el (glasses-mode):
1781 * progmodes/hideshow.el (hs-minor-mode):
1782 * progmodes/pascal.el (pascal-outline-mode):
1783 * textmodes/enriched.el (enriched-mode):
1784 * vc/smerge-mode.el (smerge-mode):
1785 Doc fixes (minor mode argument).
1786
5e0d957f
EZ
17872012-02-07 Eli Zaretskii <eliz@gnu.org>
1788
1789 * ls-lisp.el (ls-lisp-sanitize): New function.
1790 (ls-lisp-insert-directory): Use it to fix or remove any elements
1791 in file-alist with missing attributes. (Bug#4673)
1792
98d7371e
AM
17932012-02-07 Alan Mackenzie <acm@muc.de>
1794
1795 Fix spurious recognition of c-in-knr-argdecl.
1796
1797 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1798 putative K&R region.
1799
667ced3a
AM
18002012-02-07 Alan Mackenzie <acm@muc.de>
1801
eb864a71
LM
1802 * progmodes/cc-engine.el (c-forward-objc-directive):
1803 Prevent looping in "#pragma mark @implementation".
667ced3a 1804
5b77774d
MA
18052012-02-07 Michael Albinus <michael.albinus@gmx.de>
1806
1807 * notifications.el (notifications-on-closed-signal): Make `reason'
1808 optional. (Bug#10744)
1809
af008560
GM
18102012-02-07 Glenn Morris <rgm@gnu.org>
1811
60d47423
GM
1812 * emacs-lisp/easy-mmode.el (define-minor-mode):
1813 Doc fixes for the macro and the mode it defines.
1814
dd605cc4
GM
1815 * image.el (imagemagick-types-inhibit): Doc fix.
1816
af008560
GM
1817 * cus-start.el (imagemagick-render-type): Add it.
1818
5cc59a37
LI
18192012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1820
1821 * progmodes/cc-mode.el
1822 (c-standard-font-lock-fontify-region-function): Set the default at
1823 load time, too, so that `font-lock-fontify-buffer' can be called
1824 without setting up the entire mode first. This fixes a bug in
1825 `mm-inline-text' with C MIME parts.
1826
9a6dd747
CY
18272012-02-06 Chong Yidong <cyd@gnu.org>
1828
2d16b285
CY
1829 * simple.el (list-processes--refresh): Delete exited processes
1830 (Bug#8094).
1831
171e9b6e
CY
1832 * comint.el (comint-next-prompt): next-single-char-property-change
1833 and prev-single-char-property-change never return nil (Bug#8657).
1834
9a6dd747
CY
1835 * custom.el (defcustom): Doc fix (Bug#9711).
1836
aa4589a7
CY
18372012-02-05 Chong Yidong <cyd@gnu.org>
1838
5c2a252f
CY
1839 * cus-edit.el (custom-variable-reset-backup): Quote the value
1840 before storing it in the customized-value property (Bug#6712).
4aab9006 1841 (custom-display): Add a customization type tag.
983b9602 1842 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1843
aa4589a7
CY
1844 * wid-edit.el (widget-field-value-get): New optional arg to
1845 suppress trailing whitespace truncation.
1846 (character): Use it (Bug#2689).
1847
1ff980ae
AS
18482012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1849
1850 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1851 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1852
03988c98
CY
18532012-02-05 Chong Yidong <cyd@gnu.org>
1854
eeb6cc88
CY
1855 * cus-edit.el (custom-variable-value-create): For mismatched
1856 types, show the current value (Bug#7600).
1857
03988c98
CY
1858 * custom.el (defcustom): Doc fix.
1859
f8cdeef0
GM
18602012-02-05 Glenn Morris <rgm@gnu.org>
1861
1862 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1863
0696d255
JB
18642012-02-05 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1867 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1868 (pp-last-sexp): Use `looking-at-p'.
1869
34c99998
GM
18702012-02-04 Glenn Morris <rgm@gnu.org>
1871
8f05da42
GM
1872 * files.el (revert-buffer):
1873 Doc fix (mention revert-buffer-in-progress-p).
1874
f160676e
GM
1875 * emacs-lisp/ert-x.el (ert-simulate-command):
1876 Check deferred-action-list (which is obsolete) is bound.
1877
c7291ad9
GM
1878 * subr.el (with-wrapper-hook): Doc fixes.
1879
34c99998
GM
1880 * simple.el (filter-buffer-substring-functions)
1881 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1882
6283a7d3
LL
18832012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1884
1885 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1886 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1887
e96e3013
LL
18882012-02-04 Leo Liu <sdl.web@gmail.com>
1889
1890 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1891
8ded50f2
GM
18922012-02-04 Glenn Morris <rgm@gnu.org>
1893
82ff1d13
GM
1894 * image.el (image-extension-data): Add obsolete alias.
1895
987a0a16
GM
1896 * isearch.el (isearch-update): Doc fix.
1897
ea32ef46
GM
1898 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1899
8ded50f2
GM
1900 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1901
eea14f31
GM
19022012-02-03 Glenn Morris <rgm@gnu.org>
1903
1904 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1905 (image-animate-timeout): Doc fix.
1906
1907 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1908
12f381b7
GM
19092012-02-02 Glenn Morris <rgm@gnu.org>
1910
953cebf5
GM
1911 * server.el (server-auth-dir): Doc fix.
1912 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1913
12f381b7
GM
1914 * subr.el (run-mode-hooks): Doc fix.
1915
953a8c3b
JL
19162012-02-02 Juri Linkov <juri@jurta.org>
1917
1918 * image-mode.el (image-toggle-display-image): Remove tautological
1919 `major-mode' from the `derived-mode-p' test.
1920
c5d3843c
KH
19212012-02-02 Kenichi Handa <handa@m17n.org>
1922
9f6e692e 1923 * composite.el (compose-region): Cancel previous change.
c5d3843c 1924
159462d4 19252012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1926
1927 * composite.el (compose-region, compose-string): Signal error for
1928 a null string component (Bug#6988).
1929
9f562668
CY
19302012-02-01 Chong Yidong <cyd@gnu.org>
1931
e2cef717
CY
1932 * view.el (view-buffer-other-window, view-buffer-other-frame):
1933 Handle special modes like view-buffer (Bug#10650).
1934 (view-buffer): Simplify.
1935
9f562668
CY
1936 * frame.el (set-frame-font): Tweak meaning of third argument.
1937
9f6e692e
JB
1938 * dynamic-setting.el (font-setting-change-default-font):
1939 Use set-frame-font (Bug#9982).
9f562668 1940
781acb9f
GM
19412012-02-01 Glenn Morris <rgm@gnu.org>
1942
6035be52
GM
1943 * progmodes/compile.el (compilation-internal-error-properties):
1944 Respect compilation-first-column in the "*compilation*" buffer.
1945
781acb9f
GM
1946 * emacs-lisp/easy-mmode.el (define-minor-mode):
1947 Relax :variable's test for a named function.
1948
abbceb00
AM
19492012-01-31 Alan Mackenzie <acm@muc.de>
1950
1951 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1952 off by one error.
1953
fce3fdeb
CY
19542012-01-31 Chong Yidong <cyd@gnu.org>
1955
1956 * frame.el (set-frame-font): New arg ALL-FRAMES.
1957
1958 * menu-bar.el (menu-set-font): Use set-frame-font.
1959
1960 * faces.el (face-spec-reset-face): Don't apply unspecified
1961 attribute values to the default face.
1962
47893581
JB
19632012-01-31 Juanma Barranquero <lekktu@gmail.com>
1964
1965 * progmodes/cwarn.el (cwarn): Remove dead link.
1966 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1967 Remove * from defcustom docstrings.
1968 (turn-on-cwarn-mode): Make obsolete.
1969 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1970 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1971
e58e988a
GM
19722012-01-31 Glenn Morris <rgm@gnu.org>
1973
60dc2671 1974 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1975 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1976 Allow named functions to be used as the cdr of :variable.
e58e988a 1977
7a3f511d
GM
19782012-01-30 Glenn Morris <rgm@gnu.org>
1979
1980 * emacs-lisp/authors.el (authors-fixed-entries):
1981 Remove reference to deleted file rnewspost.el.
1982
cb882333
JB
19832012-01-29 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * window.el (window-with-parameter): Remove unused variable `windows'.
1986 (window--side-check): Remove unused variable `code'.
1987 (window--resize-siblings): Remove unused variable `first'.
1988 (adjust-window-trailing-edge): Remove unused variable `failed'.
1989 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1990 Use `let', not `let*'.
1991 (balance-windows-2): Remove unused variable `found'.
1992 (window--state-put-2): Remove unused variable `splits'.
1993 (window-state-put): Remove unused variable `selected'.
1994 (same-window-p): Use `string-match-p'.
1995 (display-buffer-assq-regexp): Remove unused variable `value'.
1996 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1997 Mark argument ALIST as ignored.
1998 (pop-to-buffer): Remove unused variable `old-window'.
1999
907201af
EZ
20002012-01-29 Eli Zaretskii <eliz@gnu.org>
2001
2002 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2003 and .lzma compressed files.
2004
ea162670
CY
20052012-01-29 Chong Yidong <cyd@gnu.org>
2006
5b95ee8a
CY
2007 * frame.el (window-system-default-frame-alist): Doc fix.
2008
ea162670
CY
2009 * dynamic-setting.el (font-setting-change-default-font): Don't
2010 change the default face if SET-FONT argument is non-nil (Bug#9982).
2011
d6e6f4b1
SB
20122012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2013
2014 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2015
0f29fa41 20162012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2017
2018 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2019 breakpoints in files outside current directory (Bug#6098).
2020
db174434
CY
20212012-01-29 Chong Yidong <cyd@gnu.org>
2022
6b25e4e2
SE
2023 * progmodes/python.el: Require ansi-color at top-level.
2024
6df6ae42
JB
2025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2026 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2027 (lisp-mode-abbrev-table): Add doc.
2028 (lisp-mode-variables): Don't set local-abbrev-table.
2029 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2030
e70ee681
RW
20312012-01-28 Roland Winkler <winkler@gnu.org>
2032
2033 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2034
ace88aa2
RW
20352012-01-28 Roland Winkler <winkler@gnu.org>
2036
2037 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2038 (bibtex-set-dialect): Use it. Either set global values of
2039 dialect-dependent variables or bind these variables buffer-locally
2040 (Bug#10254).
2041 (bibtex-mode): Call bibtex-set-dialect via
2042 hack-local-variables-hook.
eb864a71
LM
2043 (bibtex-dialect): Update docstring.
2044 Add safe-local-variable predicate.
ace88aa2
RW
2045 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2046 bibtex-set-dialect.
2047 (bibtex-mode-map): Define menu for each dialect.
2048 (bibtex-entry): Fix docstring.
2049
93376c5b
CY
20502012-01-28 Chong Yidong <cyd@gnu.org>
2051
2052 * eshell/esh-arg.el (eshell-quote-argument): New function.
2053
2054 * eshell/esh-ext.el (eshell-invoke-batch-file):
2055 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2056 first arg to eshell-parse-command (Bug#10523).
2057
4372494f
DA
20582012-01-28 Drew Adams <drew.adams@oracle.com>
2059
2060 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2061 `default-directory' is non-nil.
2062
4d4ec1f8
EZ
20632012-01-28 Eli Zaretskii <eliz@gnu.org>
2064
2065 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2066 line that displays system-configuration-options. (Bug#9924)
2067
7c188927
DA
20682012-01-28 Drew Adams <drew.adams@oracle.com>
2069
2070 * descr-text.el (describe-char): Show information about POS, in
2071 addition to information about the character at POS. Improve and
2072 update the doc string. Change "code point" to "code point in
2073 charset", to avoid confusion with the character's Unicode code
2074 point shown above that. (Bug#10129)
2075
e0da685a
EZ
20762012-01-28 Eli Zaretskii <eliz@gnu.org>
2077
2078 * descr-text.el (describe-char): Show the raw character, not only
2079 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2080 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2081 for the reasons.
2082
70550acf
PH
20832012-01-28 Phil Hagelberg <phil@hagelb.org>
2084
eb864a71
LM
2085 * emacs-lisp/package.el (package-install):
2086 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2087
0ce8e868
CY
20882012-01-28 Chong Yidong <cyd@gnu.org>
2089
cb882333
JB
2090 * emacs-lisp/package.el (package-maybe-load-descriptor):
2091 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2092 (package-maybe-load-descriptor): Use it.
2093 (package-download-transaction): Fully load required packages
2094 inside the loop, so that `require' calls work (Bug#10593).
2095 (package-install): No need to call package-initialize now.
2096
2e7f3bea
CY
20972012-01-28 Chong Yidong <cyd@gnu.org>
2098
6e9bad14
CY
2099 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2100
f823b8ca
CY
2101 * tooltip.el (tooltip-mode): Doc fix.
2102 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2103
2680c309
CY
2104 * frame.el (set-cursor-color): Doc fix (Bug#352).
2105
d7a9e63b
CY
2106 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2107 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2108
2e7f3bea
CY
2109 * cus-edit.el (custom-buffer-create-internal): Fix search button
2110 action (Bug#10542).
2ae01800 2111 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2112
fc4f7a23
EW
21132012-01-27 Eduard Wiebe <usenet@pusto.de>
2114
2115 * dired.el (dired-mark-files-regexp):
2116 Include any subdirectory components. (Bug#10445)
2117
7dd37071
ML
21182012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2119
2120 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2121 Handle [host]:port syntax. (Bug#10533)
2122
a268160b
AH
21232012-01-27 Alex Harsanyi <harsanyi@mac.com>
2124
2125 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2126
e43273ef
GM
21272012-01-26 Glenn Morris <rgm@gnu.org>
2128
2129 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2130 * term.el (term-raw-escape-map): Use Control-X-prefix.
2131 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2132
1edf595d
MR
21332012-01-25 Martin Rudalics <rudalics@gmx.at>
2134
2135 * window.el (window-state-get, window--state-get-1): Don't deal
2136 with fixed-sizeness of windows. Simplify code.
2137
fa8eafef
JC
21382012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2139
6df6ae42
JB
2140 * window.el (window--state-get-1, window--state-put-2):
2141 Don't save and restore the mark.
fa8eafef 2142
0b21c100
CY
21432012-01-25 Chong Yidong <cyd@gnu.org>
2144
2145 * custom.el (custom-variable-p): Doc fix.
2146
5ae1a6c8
GM
21472012-01-25 Glenn Morris <rgm@gnu.org>
2148
40047858
GM
2149 * dired.el (dired-goto-file): Handle some of the more common
2150 characters that `ls -b' escapes. (Bug#10596)
2151
5ddce96c
GM
2152 * progmodes/compile.el (compilation-next-error-function):
2153 Respect compilation-first-column in the "*compilation*" buffer.
2154 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2155
5ae1a6c8
GM
2156 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2157
b559f1a9
GM
21582012-01-24 Glenn Morris <rgm@gnu.org>
2159
2160 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2161
6725d21a
JD
21622012-01-24 Julien Danjou <julien@danjou.info>
2163
2164 * color.el (color-rgb-to-hsl): Fix value computing.
2165 (color-hue-to-rgb): New function.
2166 (color-hsl-to-rgb): New function.
2167 (color-clamp, color-saturate-hsl, color-saturate-name)
2168 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2169 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2170
70df4bbe
GM
21712012-01-24 Glenn Morris <rgm@gnu.org>
2172
2173 * vc/vc-rcs.el (vc-rcs-create-tag):
2174 * vc/vc-sccs.el (vc-sccs-create-tag):
2175 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2176
802a2ae2
ML
21772012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2178
2179 * eshell/esh-util.el (eshell-read-hosts-file):
2180 Skip comment lines. (Bug#10549)
2181
d7128bb1
ML
2182 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2183
d1a5c3b4
JB
21842012-01-23 Juanma Barranquero <lekktu@gmail.com>
2185
2724d9c7
JB
2186 * subr.el (display-delayed-warnings): Doc fix.
2187 (collapse-delayed-warnings): New function to collapse identical
2188 adjacent warnings.
2189 (delayed-warnings-hook): Add it.
d1a5c3b4 2190
a5509865
MA
21912012-01-22 Michael Albinus <michael.albinus@gmx.de>
2192
2193 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2194
2195 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2196 properties, when "login-as" is set.
2197
2198 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2199 (tramp-default-user-alist): Don't add "pscp".
2200 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2201 property "login-as", if set. (Bug#10530)
2202
cc6d5805
MA
22032012-01-21 Michael Albinus <michael.albinus@gmx.de>
2204
2205 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2206 "plink1" and "psftp". (Bug#10530)
2207
22082012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2209
2210 * international/mule-cmds.el (prefer-coding-system): Show a
2211 warning message if the default value of file-name-coding-system
2212 was not changed.
2213
f0960428
JC
22142012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2215
cb882333
JB
2216 * windmove.el (windmove-reference-loc):
2217 Fix windmove-reference-loc miscalculation.
f0960428 2218
dd6f2a63
JB
22192012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2220
2221 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2222 default unit.
2223
7b447e9b
GM
22242012-01-21 Glenn Morris <rgm@gnu.org>
2225
117a9ea1
GM
2226 * international/mule.el (auto-coding-alist): Add .tbz.
2227
7b447e9b
GM
2228 * files.el (local-enable-local-variables): Doc fix.
2229 (inhibit-local-variables-regexps): Rename from
2230 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2231 Doc fix. Add some extensions from auto-coding-alist.
2232 (inhibit-local-variables-suffixes):
2233 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2234 (inhibit-local-variables-p):
2235 New function, extracted from set-auto-mode-1.
2236 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2237 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2238 (hack-local-variables): Doc fix. Make the mode-only case
2239 respect enable-local-variables and friends.
2240 Respect inhibit-local-variables-regexps for file-locals, but
2241 not for directory-locals.
2242 (set-visited-file-name):
2243 Take account of inhibit-local-variables-regexps.
2244 Whether it applies may change as the file name is changed.
2245 * jka-cmpr-hook.el (jka-compr-install):
2246 * jka-compr.el (jka-compr-uninstall):
2247 Update for inhibit-first-line-modes-suffixes name change.
2248
dd6e3cdd
MR
22492012-01-20 Martin Rudalics <rudalics@gmx.at>
2250
2251 * help-macro.el (make-help-screen): Temporarily restore original
2252 binding for minor-mode-map-alist (Bug#10454).
2253
0d0deb38
JD
22542012-01-19 Julien Danjou <julien@danjou.info>
2255
2256 * color.el (color-name-to-rgb): Use the white color to find the max
2257 color component value and return correctly computed values.
2258 (color-name-to-rgb): Add missing float conversion for max value.
2259
34a02f46
MR
22602012-01-19 Martin Rudalics <rudalics@gmx.at>
2261
2262 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2263 special state value for window-persistent-parameters.
2264 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2265 (window--state-put-2): Reset all window parameters to nil before
2266 assigning values of persistent parameters.
2267
606c44c4
AM
22682012-01-18 Alan Mackenzie <acm@muc.de>
2269
2270 Eliminate sluggishness and hangs in fontification of "semicolon
2271 deserts".
2272
cb882333
JB
2273 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2274 Change value 10000 -> 3000.
606c44c4
AM
2275 (c-state-safe-place): Reformulate so it doesn't stack up an
2276 infinite number of wrong entries in c-state-nonlit-pos-cache.
2277 (c-determine-limit-get-base, c-determine-limit): New functions to
2278 determine backward search limits disregarding literals.
2279 (c-find-decl-spots): Amend commenting.
2280 (c-cheap-inside-bracelist-p): New function which detects "={".
2281
2282 * progmodes/cc-fonts.el
2283 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2284 backward search.
2285 (c-font-lock-declarations): Fix an occurrence of point being
2286 undefined. Check additionally for point being in a bracelist or
2287 near a macro invocation without a semicolon so as to avoid a
2288 fruitless time consuming search for a declarator. Give a more
2289 precise search limit for declarators using the new
2290 c-determine-limit.
2291
f3860cea
GM
22922012-01-18 Glenn Morris <rgm@gnu.org>
2293
2294 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2295 (set-auto-mode): Doc fixes.
2296
1db03b16
GM
22972012-01-17 Glenn Morris <rgm@gnu.org>
2298
0e6038be
GM
2299 * isearch.el (search-nonincremental-instead): Fix doc typo.
2300
1db03b16
GM
2301 * dired.el (dired-insert-directory): Handle newlines in directory name.
2302 (dired-build-subdir-alist): Unescape newlines in directory name.
2303
4cb0aa75
MA
23042012-01-17 Michael Albinus <michael.albinus@gmx.de>
2305
2306 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2307 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2308 (tramp-action-terminal): Use it. (Bug#10530)
2309
1d00653d
SM
23102012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2313
6a6ee00d
MR
23142012-01-16 Martin Rudalics <rudalics@gmx.at>
2315
2316 * window.el (window-state-ignored-parameters): Remove variable.
2317 (window--state-get-1): Rename argument MARKERS to IGNORE.
2318 Handle persistent window parameters. Make copy of clone-of
2319 parameter only if requested. (Bug#10348)
2320 (window--state-put-2): Install a window parameter only if it has
2321 a non-nil value or an existing parameter shall be overwritten.
2322
97912def
MA
23232012-01-15 Michael Albinus <michael.albinus@gmx.de>
2324
2325 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2326
688070a5
EZ
23272012-01-14 Eli Zaretskii <eliz@gnu.org>
2328
2329 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2330 don't pass the (nil) value of `upnode' to string-match.
2331
301afadc
CY
23322012-01-14 Chong Yidong <cyd@gnu.org>
2333
2334 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2335 Fix values recognized by the cursorBlink resource.
301afadc 2336
9e5788aa
PE
23372012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2338
2339 * epg.el (epg--make-temp-file): Avoid permission race condition
2340 when running on old Emacs versions (bug#10403).
2341
3cdb7f5a
GM
23422012-01-14 Glenn Morris <rgm@gnu.org>
2343
2344 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2345
8c82b1b4
AM
23462012-01-13 Alan Mackenzie <acm@muc.de>
2347
2348 Fix filling for when filladapt mode is enabled.
2349
2350 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2351 c-mask-paragraph, pass in `fill-paragraph' rather than
2352 `fill-region-as-paragraph'. (This is a reversion of a previous
2353 change.)
eb864a71
LM
2354 * progmodes/cc-mode.el (c-basic-common-init):
2355 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2356
e517eda4
GM
23572012-01-13 Glenn Morris <rgm@gnu.org>
2358
1498536e
GM
2359 * dired.el (dired-switches-escape-p): New function.
2360 (dired-insert-directory): Use dired-switches-escape-p.
2361 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2362
e517eda4
GM
2363 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2364
328f984d
GM
23652012-01-12 Glenn Morris <rgm@gnu.org>
2366
2367 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2368 changes in adaptive-fill-regexp. (Bug#10276)
2369
2cc769a8
AM
23702012-01-11 Alan Mackenzie <acm@muc.de>
2371
2372 Fix Emacs bug #10463 - put `widen's around the critical spots.
2373
1d00653d 2374 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2375 widen around each invocation of c-state-pp-to-literal. Remove an
2376 unused let variable.
2377
e52c37fa
GM
23782012-01-11 Glenn Morris <rgm@gnu.org>
2379
2380 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2381 Doc fix.
e52c37fa 2382
96f8741e
CY
23832012-01-10 Chong Yidong <cyd@gnu.org>
2384
1d00653d
SM
2385 * net/network-stream.el (network-stream-open-starttls):
2386 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2387 response to the capability command.
2388
b09a806e
GM
23892012-01-10 Glenn Morris <rgm@gnu.org>
2390
2391 * mail/unrmail.el (unrmail): Tweak previous change.
2392
7655cb66
CY
23932012-01-09 Chong Yidong <cyd@gnu.org>
2394
2395 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2396
9d5a8f0b
AM
23972012-01-08 Alan Mackenzie <acm@muc.de>
2398
2399 Optimise font locking in long enum definitions.
2400
2401 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2402 arm to a cond form to handle enums.
2403 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2404 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2405
9a0115ab 24062012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2407
2408 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2409 (Bug#10401)
6bb72cbd 2410
f186bb95
LMI
24112012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2412
29232a68
LMI
2413 * faces.el (set-face-attribute): Clarify the meaning of the nil
2414 frame (bug#10294).
2415
4e5d086d
LMI
2416 * subr.el (with-selected-frame): Mention that the selected frame
2417 is restored (bug#9980).
2418
8e66aebe
LMI
2419 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2420 (bug#9759).
2421
cd394be1 2422 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2423 (password-read): Don't autoload unused function.
2424
adf4e762
JB
24252012-01-07 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * progmodes/which-func.el (which-func-mode): Turn into a
2428 non-interactive function and mark as obsolete (bug#10428).
2429
89bd9ccd
CY
24302012-01-06 Chong Yidong <cyd@gnu.org>
2431
2432 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2433 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2434 functions, along with 1 and -1.
2435
4afee9d5
EZ
24362012-01-06 Eli Zaretskii <eliz@gnu.org>
2437
2438 * time.el (display-time-load-average)
2439 (display-time-default-load-average): Doc fixes. See the thread
2440 starting at
2441 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2442 for the details.
2443
536aea70
GM
24442012-01-06 Glenn Morris <rgm@gnu.org>
2445
665ae865
GM
2446 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2447 has no messages. (Bug#10377)
2448
c869783d
GM
2449 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2450 than Info-edit. (Bug#10385)
2451
2bb4227e
GM
2452 * time.el (display-time-load-average, display-time-next-load-average):
2453 Doc fixes.
2454
7d5944b9
GM
2455 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2456 local setting of buffer-read-only to the input buffer. (Bug#10419)
2457
536aea70
GM
2458 * calendar/calendar.el (calendar-mode):
2459 Locally set scroll-margin to 0. (Bug#10379)
2460
7dccca16
UM
24612012-01-06 Ulrich Mueller <ulm@gentoo.org>
2462
2463 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2464
afbb7930
GM
24652012-01-05 Glenn Morris <rgm@gnu.org>
2466
2467 * eshell/em-unix.el (diff-no-select): Autoload it.
2468 (eshell/diff): Use diff-no-select. (Bug#10420)
2469
04482335
CY
24702012-01-05 Chong Yidong <cyd@gnu.org>
2471
7baca3bc
CY
2472 * shell.el (shell-dynamic-complete-functions): Revert last change.
2473 (shell-command-completion-function): New function.
2474 (shell-completion-vars): Use it to implement
2475 shell-completion-execonly (Bug#10417).
2476
04482335
CY
2477 * custom.el (enable-theme): Don't set custom-safe-themes.
2478
1d00653d
SM
2479 * cus-theme.el (custom-theme-merge-theme):
2480 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2481
bb5aa5d6
MM
24822012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2483
2484 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2485 first prompt in `sql-interacive-mode'.
2486 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2487 keywords.
6df6ae42 2488 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2489 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2490 context of original buffer. Invoke `sql-login-hook'.
2491
a7183d7c
EZ
24922012-01-04 Eli Zaretskii <eliz@gnu.org>
2493
2494 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2495 letters in cite-prefix.
2496
a1eacd1e
LMI
24972012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498
2499 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2500
787cdb34
CY
25012012-01-03 Chong Yidong <cyd@gnu.org>
2502
1d00653d
SM
2503 * shell.el (shell-dynamic-complete-functions):
2504 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2505 comint-filename-completion first (Bug#10417).
2506
30710442
RS
25072012-01-02 Richard Stallman <rms@gnu.org>
2508
2509 * battery.el (battery-status-function):
2510 Detect when to use battery-yeeloong-sysfs.
2511 (battery-echo-area-format): Add string for Yeeloong.
2512 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2513 (battery-yeeloong-sysfs): New function.
2514
f75bfc33
CY
25152012-01-02 Chong Yidong <cyd@gnu.org>
2516
2517 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2518 (dirtrack): Merge code for handling relative filenames in prompt
2519 from shell-dir-cookie-watcher.
2520 (dirtrack-debug-message): New arg to avoid excess format calls.
2521
2522 * shell.el (shell-dir-cookie-re): Variable deleted.
2523 (shell-dir-cookie-watcher): Function deleted.
2524 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2525 with dirtrack-mode.
2526
651e947e
EZ
25272012-01-01 Eli Zaretskii <eliz@gnu.org>
2528
1d00653d
SM
2529 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2530 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2531 libgnutls-26.dll.
2532
94d4c7dc
AS
25332011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2534
2535 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2536
8d43f3cd
EZ
25372011-12-31 Eli Zaretskii <eliz@gnu.org>
2538
2539 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2540 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2541
98c8795a
MA
25422011-12-29 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2545 also for alternative shells.
2546 (tramp-open-connection-setup-interactive-shell): Check, whether
2547 the shell is a busybox.
2548 (tramp-send-command): Don't suppress multiple prompts for
2549 busyboxes, it hurts.
2550
51281b32
CY
25512011-12-28 Chong Yidong <cyd@gnu.org>
2552
2553 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2554 (gdb-get-source-file): Move mode line update to
2555 gdb-get-source-file (Bug#10087).
2556
2170cb53
CY
25572011-12-25 Chong Yidong <cyd@gnu.org>
2558
2559 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2560 gud-gdb-marker-filter without taking it as an argument.
2561 (gud-gdb-run-command-fetch-lines): Caller changed.
2562 (gud-gdb-completion-function): New variable.
2563 (gud-gdb-completion-at-point): Use it.
2564 (gud-gdb-completions-1): Split from gud-gdb-completions.
2565
2566 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2567 function as separate arguments.
2568 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2569 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2570 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2571 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2572 (gdb-stopped, def-gdb-auto-update-trigger)
2573 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2574 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2575 Callers changed.
2170cb53
CY
2576 (gud-gdbmi-completions): New function.
2577 (gdb): Use it for generating the completion table.
2578
be8b11bb
AM
25792011-12-24 Alan Mackenzie <acm@muc.de>
2580
2581 Introduce a mechanism to widen the region used in context font
1d00653d 2582 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2583
1d00653d
SM
2584 * progmodes/cc-langs.el (c-before-font-lock-functions):
2585 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2586 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2587 functions to be run just before context (etc.) font locking.
2588
2589 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2590 New, functionality extracted from
be8b11bb 2591 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2592 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2593 (c-after-change): Set c-in-after-change-fontification.
2594 (c-set-fl-decl-start): Rejig its interface, so it can be called
2595 from both after-change and context fontifying.
b81d40f0
JB
2596 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2597 New functions.
2598 (c-standard-font-lock-fontify-region-function): New variable.
2599 (c-font-lock-fontify-region): New function.
be8b11bb 2600
341cf6ac
JL
26012011-12-24 Juri Linkov <juri@jurta.org>
2602
2603 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2604 (Bug#10348)
2605
bffcee0a
MA
26062011-12-23 Michael Albinus <michael.albinus@gmx.de>
2607
2608 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2609 existence of source file. (Bug#10325)
2610
cb5e207c
AM
26112011-12-23 Alan Mackenzie <acm@muc.de>
2612
2613 Fix unstable fontification inside templates.
2614
b81d40f0
JB
2615 * progmodes/cc-langs.el (c-before-font-lock-functions):
2616 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2617 additionally has c-set-fl-decl-start. The other languages (apart
2618 from AWK) have that as a single entry.
2619
b81d40f0
JB
2620 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2621 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2622 c-set-fl-decl-start.
2623
b81d40f0
JB
2624 * progmodes/cc-mode.el (c-common-init, c-after-change):
2625 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2626 (c-set-fl-decl-start): New function, extracted from
2627 c-font-lock-enclosing-decls and enhanced.
2628
60ff536c
JB
26292011-12-23 Juanma Barranquero <lekktu@gmail.com>
2630
2631 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2632
1c4757d6
JL
26332011-12-22 Juri Linkov <juri@jurta.org>
2634
2635 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2636
d031f2c7
CY
26372011-12-22 Chong Yidong <cyd@gnu.org>
2638
2639 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2640
bace743a
DA
26412011-12-21 Drew Adams <drew.adams@oracle.com>
2642
2643 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2644
728a1f2b
JC
26452011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2646
2647 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2648
0d373f73
TZ
26492011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2650
fec0aaa4
TZ
2651 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2652 highlighting and support. Fix up comments for capitalization.
2653 (cfengine-mode-debug): New var.
2654 (cfengine3-mode): Change the modeline indicator to "CFE3".
2655 (cfengine3-font-lock-keywords): Improve defun highlighting.
2656 (cfengine2-actions): Rename from `cfengine-actions'.
2657 (cfengine2-font-lock-keywords): Rename from
2658 `cfengine-font-lock-keywords'.
2659 (cfengine2-imenu-expression): Rename from
2660 `cfengine-imenu-expression'.
2661 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2662 (cfengine2-beginning-of-defun): Rename from
2663 `cfengine-beginning-of-defun'.
2664 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2665 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2666 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2667 modeline indicator to "CFE2".
2668 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2669 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2670
bc86f573
CY
26712011-12-21 Chong Yidong <cyd@gnu.org>
2672
2673 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2674 filename argument.
2675
d45ba96b
MR
26762011-12-20 Martin Rudalics <rudalics@gmx.at>
2677
2678 * window.el (window-normalize-buffer-to-display): Remove.
2679 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2680
a6198c90
CY
26812011-12-19 Chong Yidong <cyd@gnu.org>
2682
2683 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2684 Don't signal an error in a predicate function; return non-nil.
2685 (vc-dir-mark-file): Move the error here.
2686 (vc-dir-mark-unmark): If acting on the region, keep going if one
2687 of the entries cannot be marked/unmarked.
2688 (vc-dir-mark-all-files): If current entry is a directory, mark
2689 only child files, as documented.
2690
34c5fb55
VB
26912011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2692
2693 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2694 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2695 addition.
2696
c803b2b7
JD
26972011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2698
2699 * term/ns-win.el (ns-get-selection-internal)
2700 (ns-store-selection-internal): Declare.
1154d12e
JB
2701 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2702 Declare as obsolete.
2703 (ns-get-pasteboard, ns-paste-secondary):
2704 Use ns-get-selection-internal.
2705 (ns-set-pasteboard, ns-copy-including-secondary):
2706 Use ns-store-selection-internal.
c803b2b7 2707
9cff91f8 27082011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2709
2710 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2711 (vc-deduce-fileset): Doc fix.
99a289d9 2712
f16c898a
AS
27132011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2714
2715 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2716
763237c4
SS
27172011-12-13 Sam Steingold <sds@gnu.org>
2718
2719 * man.el (Man-getpage-in-background): When running under a
2720 window-system, ignore $MANWIDTH and $COLUMNS.
2721
5fc1c122
KH
27222011-12-15 Kenichi Handa <handa@m17n.org>
2723
2724 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2725 (setup-ethiopic-environment-internal): Comment out key-binding for
2726 ethio-toggle-punctuation.
2727
13d49cbb
AM
27282011-12-13 Alan Mackenzie <acm@muc.de>
2729
898169a2
AM
2730 Add the switch statement to AWK Mode.
2731
7a71b18d 2732 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2733 "default" to the keywords regexp.
2734
7a71b18d 2735 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2736 expression as the rest.
1d00653d
SM
2737 (c-nonlabel-token-key): Allow string literals for AWK.
2738 Refactor for the other modes.
898169a2 2739
13d49cbb 2740 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2741 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2742 routines. Limit backward searching in c-font-lock-enclosing.decl.
2743
2744 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2745 pp-state and literal type in addition to the limits.
1d00653d 2746 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2747 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2748 (c-slow-in-literal, c-fast-in-literal): Remove.
2749 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2750
2751 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2752 being in a literal. Add a limit for backward searching.
2753
2754 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2755 c-slow-in-literal.
2756
15e0efc7
SM
27572011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2760
454592a6
MR
27612011-12-13 Martin Rudalics <rudalics@gmx.at>
2762
2763 * window.el (delete-other-windows): Use correct frame in call to
2764 window-with-parameter.
2765
87393f26
DP
27662011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2767
2768 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2769 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2770 (makefile-gmake-statements, makefile-makepp-statements):
2771 Use it and add new makepp keywords.
2772 (makefile-makepp-font-lock-keywords): Add new patterns.
2773 (makefile-match-function-end): Match new [...] and [[...]].
2774
11636b22
JB
27752011-12-11 Juanma Barranquero <lekktu@gmail.com>
2776
2777 * ses.el (ses-call-printer-return, ses-cell-property-get)
2778 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2779 (ses-create-cell-variable, ses-reset-header-string)
2780 (ses-cell-set-formula, ses-repair-cell-reference-all)
2781 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2782 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2783 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2784 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2785 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2786 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2787 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2788 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2789 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2790 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2791 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2792 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2793
cf018193
VB
27942011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2795
2796 * ses.el: The overall change is to add cell renaming, that is
2797 setting fancy names for cell symbols other than name matching
2798 "\\`[A-Z]+[0-9]+\\'" regexp .
2799 (ses-create-cell-variable): New defun.
2800 (ses-relocate-formula): Relocate formulas only for cells the
2801 symbols of which are not renamed, i.e. symbols whose names do not
2802 match regexp "\\`[A-Z]+[0-9]+\\'".
2803 (ses-relocate-all): Relocate values only for cells the symbols of
2804 which are not renamed.
2805 (ses-load): Create cells variables as the (ses-cell ...) are read,
2806 in order to check row col consistency with cell symbol name only
2807 for cells that are not renamed.
2808 (ses-replace-name-in-formula): New defun.
2809 (ses-rename-cell): New defun.
2810
ee957461
CY
28112011-12-11 Chong Yidong <cyd@gnu.org>
2812
2813 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2814 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2815
9a9e9ef0
MR
28162011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2817
2818 * window.el (other-window): Fix docstring.
2819
92a8eba5
EZ
28202011-12-10 Eli Zaretskii <eliz@gnu.org>
2821
2822 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2823 `from' or `to' address before taking its substring.
2824 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2825 encoded name is chopped in the middle of the encoded string, and
2826 thus displayed encoded.
2827
e152e577
JB
28282011-12-10 Juanma Barranquero <lekktu@gmail.com>
2829
2830 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2831
e5d84bfe
EZ
28322011-12-10 Eli Zaretskii <eliz@gnu.org>
2833
2834 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2835 to use texinfo-update-node and commands that call it if the
2836 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2837 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2838 (texinfo-all-menus-update, texinfo-master-menu)
2839 (texinfo-update-node, texinfo-every-node-update)
2840 (texinfo-multiple-files-update): Doc fix. Warn against updating
2841 all the @node lines.
2842 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2843 argument is numeric. Explain better in the doc string what the
2844 function really does.
2845 (texinfo-insert-master-menu-list): Improve the error message
2846 displayed if there's no menu in the Top node.
2847 (Bug#2975) See also this thread:
e5d84bfe
EZ
2848 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2849
1d84e9bb
MG
28502011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2851
2852 * speedbar.el (speedbar-supported-extension-expressions):
2853 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2854
382c953b
JB
28552011-12-09 Juanma Barranquero <lekktu@gmail.com>
2856
2857 * printing.el (pr-mode-alist):
2858 * simple.el (filter-buffer-substring-functions)
2859 (completion-list-insert-choice-function):
2860 * window.el (window-with-parameter, window-atom-root)
2861 (window-sides-slots, window-size-fixed, window-min-delta)
2862 (window-max-delta, window--resize-mini-window)
2863 (window--resize-child-windows-normal, window-tree)
2864 (delete-other-windows, quit-window, split-window)
2865 (display-buffer-record-window, special-display-buffer-names)
2866 (special-display-regexps, special-display-popup-frame)
2867 (same-window-p, split-window-sensibly)
2868 (display-buffer-overriding-action, display-buffer-alist)
2869 (display-buffer-base-action, display-buffer, switch-to-buffer)
2870 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2871 (fit-window-to-buffer, recenter-positions)
2872 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2873 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2874 and remove unneeded backslashes in docstrings.
2875
39c9faef
SM
28762011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2877
98449af8
SM
2878 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2879
39c9faef
SM
2880 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2881 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2882 end in ".mk".
2883 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2884 when reading the makefile (bug#10116).
2885
86ed9fdc
SM
28862011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2889 (bug#10116).
2890
5580f89d
GM
28912011-12-06 Glenn Morris <rgm@gnu.org>
2892
2893 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2894
28d3917c
CY
28952011-12-06 Chong Yidong <cyd@gnu.org>
2896
2897 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2898
a98edce9
JB
28992011-12-06 Juanma Barranquero <lekktu@gmail.com>
2900
2901 * textmodes/table.el (table-shorten-cell): Fix typo.
2902
e65adfac
CG
29032011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2904
2905 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2906
71cc0b74
EZ
29072011-12-05 Eli Zaretskii <eliz@gnu.org>
2908
2909 * descr-text.el (describe-char): Fix display of strong
2910 right-to-left characters and directional embeddings and overrides.
2911
2912 * simple.el (what-cursor-position): Fix display of codepoints of
2913 strong right-to-left characters.
2914
315bc30d
CY
29152011-12-05 Chong Yidong <cyd@gnu.org>
2916
2917 * faces.el (read-color): Doc fix.
2918
58a70b94
GM
29192011-12-05 Glenn Morris <rgm@gnu.org>
2920
2921 * align.el (align--set-marker): Add doc-string.
2922 Don't try to move something that is not a marker. (Bug#10216)
2923
5158face
GM
29242011-12-04 Glenn Morris <rgm@gnu.org>
2925
2926 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2927 overly zealous deletion of trailing whitespace.
2928
520fca41
JB
29292011-12-04 Juanma Barranquero <lekktu@gmail.com>
2930
2931 * server.el (server-delete-client): On Windows, do not try to delete
2932 the only terminal.
2933 (server-process-filter): On Windows, treat requests for a tty frame as
2934 if they were for a GUI frame if the running server is in GUI mode.
2935
5e605a2e
GM
29362011-12-03 Glenn Morris <rgm@gnu.org>
2937
2938 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2939
5c3fe83f
SM
29402011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2941
6f5e57e7
SM
2942 * electric.el: Streamline electric-indent's hook.
2943 (electric-indent-chars): Revert to simple list.
2944 (electric-indent-functions): New var.
2945 (electric-indent-post-self-insert-function): Use it.
2946
5c3fe83f
SM
2947 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2948 there's no inferior buffer (bug#10196).
2949 (prolog-consult-compile): Don't use toggle-read-only.
2950
6bdac736
MA
29512011-12-02 Michael Albinus <michael.albinus@gmx.de>
2952
2953 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2954 interrupt. (Bug#10187)
2955
6131ba7f
SM
29562011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2957
99c79fee
SM
2958 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2959 (bug#9160).
2960
6131ba7f
SM
2961 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2962 (bug#10191).
2963
cb0a02ea
JL
29642011-12-02 Juri Linkov <juri@jurta.org>
2965
2966 * info.el (Info-search): Display "end of manual" when Isearch
2967 reaches the end of single-file Info manual. (Bug#9918)
2968
66e0570c
EZ
29692011-12-02 Eli Zaretskii <eliz@gnu.org>
2970
2971 * isearch.el (isearch-message-prefix): Run the input method part
2972 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2973
02b16839
JL
29742011-12-02 Juri Linkov <juri@jurta.org>
2975
2976 * isearch.el (isearch-occur): Use `word-search-regexp' for
2977 `isearch-word'.
2978 (isearch-search-and-update): Add condition for `isearch-word' and
2979 call `word-search-regexp'. (Bug#10145)
2980
0b950688
GM
29812011-12-01 Glenn Morris <rgm@gnu.org>
2982
2983 * eshell/em-hist.el (eshell-hist-initialize):
2984 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2985 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2986
9505c3c7
SM
29872011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2990
1bbe96b2 29912011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2992
a1beca85
SM
2993 * progmodes/verilog-mode.el (verilog-pretty-expr):
2994 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2995 verilog, such as += *= and the like.
2996 (verilog-assignment-operator-re): Regular expression to find the
2997 assigment operator in a verilog assignment.
2998 (verilog-assignment-operation-re): Regular expression to find an
2999 assignment statement for pretty-expr.
3000 (verilog-in-attribute-p): Query returns true if point is in an
3001 attribute context; used to skip these for expression line up from
3002 pretty-expr.
3003 (verilog-in-parameter-p): Query returns true if point is in an
3004 parameter definition context; used to skip these for expression
3005 line up from pretty-expr.
3006 (verilog-in-parenthesis-p): Query returns true if point is in a
3007 parenthetical expression, specifically ( ) but not [ ] or { };
3008 used by pretty-expr.
3009 (verilog-just-one-space): If there is no space, don't add one.
3010 (verilog-get-lineup-indent-2): Specifically skip just attribute
3011 contexts for expression lineup, rather than skipping all
3012 parenthetical expressions.
3013 (verilog-calculate-indent): Fix comment, and fix indent.
3014 (verilog-do-indent): Indent declarations in lists (suggested by
3015 Joachim Lechner).
3016 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3017 skeleton items.
3018 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3019 by Alain Mellan).
3020
1bbe96b2 30212011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3022
3023 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3024 parameters with embedded comments. Reported by Ray Stevens.
3025 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3026 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3027 Reported by Tim Holt.
3028 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3029 instantiated by upper module causing wrong expansion until AUTOed a
3030 second time. Reported by K C Buckenmaier.
3031 (verilog-diff-auto): Fix showing .* as a difference when
3032 `verilog-auto-star-save' off. Reported by Dan Dever.
3033 (verilog-auto-reset, verilog-read-always-signals)
3034 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3035 temporary signals in reset list if
3036 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3037 style to each signal's assignment type, bug381.
3038 Reported by Thomas Esposito.
6288f0ca
WS
3039 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3040 (verilog-uvm-statement-re): Support UVM indentation and
3041 highlighting, with old OVM keywords only.
a1beca85 3042 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3043 Support AUTOTIEOFF creating non-wire data types.
3044 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3045 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3046 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3047 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3048 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3049 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3050 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3051 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3052 non-numeric vector width. Reported by Alex Reed.
3053 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3054 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3055 (verilog-auto-delete-trailing-whitespace):
3056 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3057 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3058 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3059 Fix verilog-scan-cache corruption when running user AUTO expansion
3060 hooks that call indentation routines.
3061 (verilog-simplify-range-expression): Fix typo ignoring lower case
3062 identifiers.
3063 (verilog-delete-auto): Fix delete-autos to also remove user created
3064 automatics, as long as they start with AUTO.
3065 (verilog-batch-diff-auto, verilog-diff-auto)
3066 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3067 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3068 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3069 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3070 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3071 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3072 is disabled and its cache will get corrupt, causing AUTOS not to
3073 expand. Instead use only -quick functions.
3074 (verilog-scan-region): Fix scanning over escaped quotes.
3075 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3076 (verilog-re-search-backward-quick)
3077 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3078 related functions now ignore strings, to fix misparsing of strings
3079 with magic comments embedded in them.
a1beca85
SM
3080 (verilog-read-auto-template):
3081 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3082 Reported by Brad Dobbie.
3083 (verilog-read-auto-template):
3084 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3085 Reported by Brad Dobbie.
6288f0ca
WS
3086 (verilog-auto-inst, verilog-auto-inst-param)
3087 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3088 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3089 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3090 debugging templates without merge conflicts, bug357.
3091 Reported by Brad Dobbie.
3092 (verilog-read-auto-template):
3093 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3094 Reported by Brad Dobbie.
3095 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3096 abbrevs so user won't be asked to save.
3097 (verilog-read-auto-lisp-present): Fix to start at beginning of
3098 buffer in case called outside of verilog-auto.
3099 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3100 to "X-2". Reported by Matthew Myers.
3101 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3102 all inputs from module templates. Reported by Leith Johnson.
3103 (verilog-module-inside-filename-p): Fix locating programs as with
3104 modules.
3105 (verilog-auto-inst-port): Fix vl-width expressions when using
3106 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3107 (verilog-decls-get-regs, verilog-decls-get-signals,
3108 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3109 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3110 verilog-read-decls): Combine reg and wire structures into one var
3111 structure to represent SystemVerilog concepts.
3112 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3113 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3114 (verilog-auto-wire-type, verilog-insert-definition):
3115 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3116 SystemVerilog "logic" keyword instead of "wire"/"reg".
3117 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3118 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3119 ifdef or generate if so there's not a driver conflict).
3120 Reported by Matthew Myers.
3121 (verilog-auto-declare-nettype, verilog-insert-definition):
3122 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3123 `default_nettype none. Reported by Julian Gorfajn.
3124 (verilog-read-always-signals-recurse, verilog-read-decls)
3125 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3126 malformed end statement, bug325. Reported by Joshua Wise and
3127 Andrew Drake.
3128 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3129 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3130 when expanding .* in interfaces, bug320.
3131 Reported by Pierre-David Pfister.
6288f0ca 3132 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3133 name and open parenthesis, bug317.
3134 Reported by Pierre-David Pfister.
6288f0ca
WS
3135 (verilog-simplify-range-expression): Fix simplification of
3136 multiplications inside AUTOWIRE connections, bug303.
3137 (verilog-auto-inst-port): Support parameter expansion in
3138 multidimensional arrays.
3139 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3140 after "assert property". Reported by Julian Gorfajn.
3141 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3142 with multiplication, bug303.
3143 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3144 Reported by Jan Frode Lonnum.
3145
1bbe96b2
GM
31462011-11-30 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3149 (hfy-shell-file-name, hfy-shell):
3150 * international/fontset.el (x-decompose-font-name): Fix typos.
3151
31522011-11-29 Ken Brown <kbrown@cornell.edu>
3153
3154 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3155 (gdb-version): Remove defvar.
3156 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3157 (gdb-gud-context-command, gdb-non-stop-handler)
3158 (gdb-current-context-command, gdb-stopped): Use it.
3159 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3160 (gdb-non-stop-handler): Don't enable pretty-printing here.
3161 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3162 non-stop mode. Use the following.
3163 (gdb-check-target-async): New defun.
3164 (gud-watch, gdb-stopped): Fix whitespace.
3165 (gdb-get-source-file): Don't try to display the source file if
3166 `gdb-main-file' is nil.
3167
31682011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * align.el: Try to generate fewer markers (bug#10047).
3171 (align--set-marker): New macro.
3172 (align-region): Use it.
3173
c935221f
SM
31742011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3177
e70b5064
CY
31782011-11-29 Chong Yidong <cyd@gnu.org>
3179
3180 * indent.el (indent-for-tab-command, indent-according-to-mode):
3181 Doc fix.
3182 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3183
f3af92b7
MA
31842011-11-29 Michael Albinus <michael.albinus@gmx.de>
3185
3186 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3187 aware of remote file names. (Bug#10124)
3188
ed472be9
CY
31892011-11-29 Chong Yidong <cyd@gnu.org>
3190
3191 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3192
24510c22
SM
31932011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * files.el (find-file): Don't use force-same-window (bug#10144).
3196 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3197 use pop-to-buffer if the selected window can't be used.
3198 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3199
c60c3703
EZ
32002011-11-28 Eli Zaretskii <eliz@gnu.org>
3201
3202 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3203 special-mode-map.
3204
e95def75
CY
32052011-11-28 Chong Yidong <cyd@gnu.org>
3206
3207 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3208
c3f1c606
NR
32092011-11-27 Nick Roberts <nickrob@snap.net.nz>
3210
3211 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3212 gdb-get-source-file-list on gdb-create-source-file-list.
3213
00db469c
EZ
32142011-11-26 Eli Zaretskii <eliz@gnu.org>
3215
3216 * whitespace.el (whitespace-newline): Use a different foreground
3217 color for 16-color light-background displays.
3218
4ad3bc2a
CY
32192011-11-24 Chong Yidong <cyd@gnu.org>
3220
3221 * window.el (display-buffer--special-action): Doc fix.
3222
e9fce1ac
JB
32232011-11-25 Juanma Barranquero <lekktu@gmail.com>
3224
3225 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3226 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3227 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3228 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3229 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3230 (avl-tree-stack-first):
3231 * emacs-lisp/cconv.el (cconv--analyse-use):
3232 * net/gnutls.el (gnutls-negotiate): Fix typos.
3233
cb825e5d
GM
32342011-11-24 Glenn Morris <rgm@gnu.org>
3235
3adbe224
GM
3236 * lpr.el (lpr-windows-system, lpr-lp-system):
3237 * mail/binhex.el (binhex-begin-line):
3238 * progmodes/grep.el (grep-history, grep-find-history):
3239 * textmodes/flyspell.el:
3240 * vc/pcvs-defs.el (cvs-global-menu):
3241 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3242 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3243 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3244
321decc8
GM
3245 * net/tls.el: Fix case of "GnuTLS".
3246
420b63ad
GM
3247 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3248
cb825e5d
GM
3249 * version.el (emacs-build-system): Give it a doc-string.
3250
a0649f08
JL
32512011-11-24 Juri Linkov <juri@jurta.org>
3252
3253 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3254
c0bc0fd4
GM
32552011-11-24 Glenn Morris <rgm@gnu.org>
3256
3257 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3258 if called on a non-mime message just toggle the headers. (Bug#8006)
3259
20db1522
JB
32602011-11-24 Juanma Barranquero <lekktu@gmail.com>
3261
3262 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3263 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3264 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3265 (allout-rebullet-heading, allout-open-sibtopic)
3266 (allout-toggle-current-subtree-encryption)
3267 (allout-toggle-subtree-encryption, allout-encrypt-string)
3268 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3269 (allout-distinctive-bullets-string, allout-auto-activation):
3270 * window.el (window-normalize-buffer-to-display):
3271 * progmodes/verilog-mode.el (verilog-batch-indent):
3272 * textmodes/bibtex.el (bibtex-field-braces-opt)
3273 (bibtex-field-strings-opt):
3274 * vc/cvs-status.el (cvs-tree-merge):
3275 Fix typos.
3276
7262a87c
MA
32772011-11-23 Michael Albinus <michael.albinus@gmx.de>
3278
3279 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3280 `non-essential' to t, in order to avoid remote connections.
3281
283430a1
EZ
32822011-11-23 Eli Zaretskii <eliz@gnu.org>
3283
a1beca85
SM
3284 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3285 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3286 case-insensitively.
3287
d2992a38
ML
32882011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3289
3290 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3291
50419064
GM
32922011-11-23 Glenn Morris <rgm@gnu.org>
3293
da94eca1
GM
3294 * paths.el (rmail-file-name): Reformat the doc-string so that it
3295 is picked up.
3296
9aac4de2
GM
3297 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3298 (rmail-auto-file): Ignore case in the "special" field names,
3299 as mail-fetch-field does for all others.
3300
8038d2d2
GM
3301 * mail/rmail.el (rmail-forward):
3302 * mail/rmailkwd.el (rmail-set-label):
3303 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3304 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3305
f3fe222a
GM
3306 * mail/rmail.el (rmail-current-message): Doc fix.
3307
50419064
GM
3308 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3309
28109f49
SM
33102011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3313
394c65f1
GM
33142011-11-22 Glenn Morris <rgm@gnu.org>
3315
3316 * mail/rmailmm.el (test-rmail-mime-handler)
3317 (test-rmail-mime-bulk-handler)
3318 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3319
f2a0aa3a
JL
33202011-11-21 Juri Linkov <juri@jurta.org>
3321
1154d12e
JB
3322 * calc/calc.el (calc-read-key-sequence):
3323 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3324
9c34a344
LMI
33252011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3326
3327 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3328 Tell the caller that the next line needs recomputation, even
3329 though it doesn't start a sexp (bug#10094).
3330
f04a3be9
SM
33312011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3334
7978747f
SM
33352011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3336
f04a3be9
SM
3337 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3338 Use force-same-window.
7978747f 3339
fe7a3057
JB
33402011-11-20 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * descr-text.el (describe-char-unicode-data):
3343 * json.el (json-string-escape):
3344 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3345 (Footnote-unicode, Footnote-style-p):
3346 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3347
24901d61
CY
33482011-11-20 Chong Yidong <cyd@gnu.org>
3349
3350 * window.el (replace-buffer-in-windows): Restore interactive spec.
3351
bac7ff22
SM
33522011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3353
24f3d7b9
SM
3354 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3355
bac7ff22
SM
3356 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3357 (byte-compile-global-not-obsolete-vars): New var.
3358 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3359 Use it.
3360 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3361
cd1181db
JB
33622011-11-20 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3365 * progmodes/pascal.el (electric-pascal-equal):
3366 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3367 * xml.el (xml-substitute-special): Fix typos.
3368
7fb18e9e
GM
33692011-11-20 Glenn Morris <rgm@gnu.org>
3370
3371 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3372 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3373 Doc fixes.
3374 (rmail-decode-mime-charset): Mark as obsolete.
3375
3376 * mail/rmailsum.el (rmail-message-regexp-p-1):
3377 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3378 Before using mime functions, check they are set. (Bug#10077)
3379
d5a6b3ba
JL
33802011-11-19 Juri Linkov <juri@jurta.org>
3381
3382 * info.el (Info-finder-find-node): Use `package--builtins' instead
3383 of `package-alist'. Use node names formed by the pattern "Keyword "
3384 and the keyword name.
3385
e981b61f
AS
33862011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3387
1d00653d 3388 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3389
3ffbc301
JL
33902011-11-19 Juri Linkov <juri@jurta.org>
3391
3392 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3393 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3394 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3395 `old-history', `old-history-forward'. Add let-binding
3396 `window-selected'. Remove calls to `kill-buffer',
3397 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3398 before calling `Info-find-node', so `Info-find-node-2' will reread
3399 the Info file. Restore window positions only when `window-selected'
3400 is non-nil.
3401
30c62133
JL
34022011-11-19 Juri Linkov <juri@jurta.org>
3403
3404 * isearch.el (isearch-lazy-highlight-new-loop):
3405 Remove condition `(not isearch-error)'. (Bug#9918)
3406
3407 * misearch.el (multi-isearch-search-fun): Add condition
3408 `(not bound)' to ignore lazy-highlighting search.
3409 Add the search-failed message "end of multi" when the end of
3410 multi-sequence is reached. Uncapitalize the search-failed
3411 message "Repeat for next buffer".
3412
3413 * info.el (Info-search): Add the search-failed message
3414 "end of the manual" when the end of the manual is reached
3415 in Isearch mode.
3416
645ca9cf
JL
34172011-11-19 Juri Linkov <juri@jurta.org>
3418
3419 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3420 Use non-destructive `remove' instead of `delete' because
3421 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3422 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3423
df754f66
JL
34242011-11-19 Juri Linkov <juri@jurta.org>
3425
3426 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3427 to nil instead of binding `search-ring' and `regexp-search-ring'.
3428 (Bug#9185)
3429
0e23d96a
EZ
34302011-11-19 Eli Zaretskii <eliz@gnu.org>
3431
3432 * simple.el (line-move): Force movement by logical lines for any
3433 hscrolled window, not only when auto-hscroll-mode is on.
3434 (line-move-visual): Update doc string to that effect. (Bug#10076)
3435
8a6ccb66
AS
34362011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3437
3438 * language/european.el (macintosh): Define as alias for mac-roman.
3439
49ae5b39
EZ
34402011-11-19 Eli Zaretskii <eliz@gnu.org>
3441
3442 * mail/rmailmm.el (rmail-mime-display-header)
3443 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3444 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3445 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3446 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3447 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3448 of a raw aref.
3449 (rmail-mime-entity-segment): To get past the tagline, move forward
3450 2 more lines, to account for the 2 empty lines that precede and
3451 follow the line with the buttons.
3452 (rmail-mime-update-tagline): Move one more line, to get past the
3453 empty line that follows the buttons in the tagline. (Bug#9520)
3454
c56cad4a
MR
34552011-11-19 Martin Rudalics <rudalics@gmx.at>
3456
3457 * window.el (window-max-delta-1, window-min-delta-1)
3458 (window-min-size-1, window-state-get-1, window-state-put-1)
3459 (window-state-put-2): Use "window--" prefix.
3460
cbe71af3
SM
34612011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3462
2ad52c60
SM
3463 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3464 (smie-warning-count): New var.
3465 (smie-set-prec2tab): Use it.
3466 (smie-bnf->prec2): Improve warnings. Add docstring.
3467 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3468 (smie-bnf--set-class): New function.
3469 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3470 corner case.
3471
6944dbc1
SM
3472 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3473 (compilation-error-properties, compilation-move-to-column):
3474 Handle compilation-first-column while in the target buffer.
3475
c400c4d7
SM
3476 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3477 Don't hardcode point-min==1.
3478
6dbe3e96
SM
3479 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3480 (eshell-rewrite-for-command): Remove workaround.
3481 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3482 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3483 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3484
cbe71af3
SM
3485 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3486
a8e1496d
GM
34872011-11-17 Glenn Morris <rgm@gnu.org>
3488
3489 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3490 Ignore buffer-local generated-autoload-file if it is the same
3491 as the global value. (Bug#10049)
3492
df85d315
JB
34932011-11-17 Juanma Barranquero <lekktu@gmail.com>
3494
3495 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3496 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3497 (reftex-toc-previous-heading, reftex-toc-max-level)
3498 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3499 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3500 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3501 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3502 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3503 (reftex-toc-rename-label, reftex-toc-visit-location)
3504 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3505 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3506 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3507 leaving "*toc*" only for references to the buffer.
3508
a0c2d0ae
MR
35092011-11-17 Martin Rudalics <rudalics@gmx.at>
3510
3511 * window.el (window-resize, delete-window, split-window):
3512 Replace window-splits by window-combination-resize.
1d00653d 3513 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3514
35c0bac8
GM
35152011-11-17 Glenn Morris <rgm@gnu.org>
3516
3517 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3518 Make bash entry derive from sh entry, not shell entry.
3519
d0c8fc8a
MA
35202011-11-16 Michael Albinus <michael.albinus@gmx.de>
3521
d0c8fc8a
MA
3522 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3523 properties of linked files. (Bug#9879)
3524
7262a87c
MA
3525 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3526 local file name.
3527
7877f373
JB
35282011-11-16 Juanma Barranquero <lekktu@gmail.com>
3529
3530 * menu-bar.el (menu-bar-file-menu):
3531 * printing.el (pr-ps-utility):
3532 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3533 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3534 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3535 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3536 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3537 (icalendar--convert-cyclic-to-ical)
3538 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3539 (icalendar--convert-ical-to-diary)
3540 (icalendar--convert-recurring-to-diary)
3541 (icalendar--convert-non-recurring-all-day-to-diary)
3542 (icalendar-import-format-sample):
3543 * progmodes/idlw-shell.el (idlwave-shell-mode):
3544 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3545 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3546 (vhdl-ps-print-init): Fix typos.
3547
10649b82
KM
35482011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3549
9d0cfcd6
GM
3550 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3551 FSF and collapse date sequence, obscure author/maintainer email address
3552 better, remove extra version line, track relocation of author's webpage.
10649b82 3553
9d0cfcd6
GM
3554 * progmodes/python.el (python-pdbtrack-input-prompt)
3555 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3556 regular python pdb prompts. Adjustments shamelessly taken exactly as
3557 suggested in EmacsWiki page (tiny change):
3558 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3559
58179cce
JB
35602011-11-16 Juanma Barranquero <lekktu@gmail.com>
3561
3562 * expand.el (expand-pos, expand-index, expand-point):
3563 Remove redundant info from docstring.
3564 (expand-add-abbrevs): Doc fix.
3565 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3566 (expand-sample-perl-mode-expand-list): Fix typos.
3567
3568 * net/dbus.el (dbus-event-member-name):
3569 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3570 * term/pc-win.el (msdos-create-frame-with-faces):
3571 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3572
b6f67890
MR
35732011-11-16 Martin Rudalics <rudalics@gmx.at>
3574
3575 * window.el (split-window, window-state-get-1)
3576 (window-state-put-1, window-state-put-2): Rename occurrences of
3577 window-nest to window-combination-limit.
1d00653d 3578 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3579
ce7ddba0
CY
35802011-11-16 Chong Yidong <cyd@gnu.org>
3581
3582 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3583 regexp (Bug#10033).
3584
3ae704f4
SM
35852011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3588 `completing-read' will remove *Completions* and will preserve
3589 current-buffer for us.
3590 (tmm-add-prompt): Users of *Completions* will always (re)set its
3591 major mode.
3592 (tmm-old-comp-map): Remove.
3593
6ad1cdde
GM
35942011-11-16 Glenn Morris <rgm@gnu.org>
3595
3596 * mail/rmailedit.el: Require rmailmm when compiling.
3597 (rmail-old-mime-state): New declaration.
3598 (rmail-edit-current-message): If editing a mime message,
3599 edit the "raw" message from the mbox buffer.
3600 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3601
d20faa20
GM
36022011-11-15 Glenn Morris <rgm@gnu.org>
3603
3604 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3605 which wasn't being used. Add optional arg to force given state.
3606 (rmail-mime): Add optional arg to force given state.
3607
c7015153
JB
36082011-11-15 Juanma Barranquero <lekktu@gmail.com>
3609
3610 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3611 * frame.el (display-mm-dimensions-alist):
3612 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3613 (outline-move-subtree-down):
3614 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3615 (newsticker--treeview-do-get-node):
3616 * net/quickurl.el (quickurl-list-buffer-name):
3617 * progmodes/dcl-mode.el (dcl-mode):
3618 * progmodes/gdb-mi.el (gdb-mapcar*):
3619 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3620
45261b50
GM
36212011-11-15 Glenn Morris <rgm@gnu.org>
3622
3623 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3624 in a boolean sense, so just make it a boolean, and fix the doc.
3625 (rmail-show-mime-function, rmail-mime-feature)
3626 (rmail-require-mime-maybe): Doc fixes.
3627 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3628
3629 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3630
0d26e0b6
JB
36312011-11-15 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3634 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3635 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3636 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3637
447f30f6
GM
36382011-11-15 Glenn Morris <rgm@gnu.org>
3639
672b871d
GM
3640 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3641 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3642 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3643 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3644 (rmail-mime, rmail-show-mime): Doc fixes.
3645
f6aa5bb1
GM
3646 * term/ns-win.el (mode-line-frame-identification):
3647 Leave it alone. (Bug#10051)
3648
947cd66b
GM
3649 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3650
447f30f6
GM
3651 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3652 Handle empty buffers. (Bug#9978)
3653
0b381c7e
JB
36542011-11-14 Juanma Barranquero <lekktu@gmail.com>
3655
3656 * international/mule.el (define-charset):
3657 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3658 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3659 * progmodes/verilog-mode.el (verilog-backward-token):
3660 * textmodes/ispell.el (lookup-words):
3661 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3662
71e027ac
GM
36632011-11-14 Glenn Morris <rgm@gnu.org>
3664
56632ce4
GM
3665 * progmodes/executable.el
3666 (executable-make-buffer-file-executable-if-script-p):
3667 Handle file-modes returning nil.
3668
40500957
GM
3669 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3670 message - not necessary, and causes problems. (Bug#9831)
3671
071c2340
GM
3672 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3673
d3cfca60
GM
3674 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3675
71e027ac
GM
3676 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3677 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3678 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3679
89d61221
MR
36802011-11-12 Martin Rudalics <rudalics@gmx.at>
3681
3682 * window.el (window-resize, delete-window): Use window-splits
3683 variable instead of function.
3684 (window-state-get-1, window-state-put-2, window-state-put):
3685 Don't deal with windows' splits status.
3686
98282f6f
GM
36872011-11-12 Glenn Morris <rgm@gnu.org>
3688
3689 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3690 (apropos-documentation): Doc fixes.
3691
40a8bdf6
JB
36922011-11-11 Juanma Barranquero <lekktu@gmail.com>
3693
3694 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3695 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3696
65bd19ff
SM
36972011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * electric.el (electric-indent-post-self-insert-function): Make it
3700 possible for a char to only indent in some circumstances.
3701 (electric-indent-mode): Simplify.
3702
54f9154c
MR
37032011-11-11 Martin Rudalics <rudalics@gmx.at>
3704
3705 * window.el (windows-with-parameter): Remove unused function.
3706 (windows-at-side): Rename to window-at-side-list.
3707 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3708 (window-side-check, window-size-ignore, window-size-fixed-1)
3709 (window-in-direction-2): Prefix with "window--".
3710 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3711
68cbc58b
GM
37122011-11-11 Glenn Morris <rgm@gnu.org>
3713
3714 * subr.el (eval-after-load): If FILE is already loaded,
3715 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3716
b2621720
GM
37172011-11-10 Glenn Morris <rgm@gnu.org>
3718
9a4de110
GM
3719 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3720 Call svn via vc-svn-command rather than vc-do-command.
3721 (vc-svn-command): Add --non-interactive. (Bug#9993)
3722 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3723
b2621720
GM
3724 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3725 Add toggle-read-only. (Bug#7292)
3726 * files.el (toggle-read-only): Mention that it should only
3727 be used interactively. (Bug#10006)
3728
1dce7193
SM
37292011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3730
d9ac1a1e
SM
3731 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3732 Adjust regexp for OCaml warnings.
3733
0c325082
SM
3734 * electric.el (electric-pair-post-self-insert-function): Let user
3735 turn it off buffer-locally (bug#9932).
3736
90132c14
SM
3737 * progmodes/python.el (python-beginning-of-statement):
3738 Rewrite (bug#2703).
3739
1dce7193
SM
3740 * progmodes/compile.el: Better handle TABs (bug#9749).
3741 (compilation-internal-error-properties)
3742 (compilation-next-error-function): Obey the target buffer's
3743 compilation-error-screen-columns.
3744
c4e7c63a
JB
37452011-11-09 Juanma Barranquero <lekktu@gmail.com>
3746
3747 * progmodes/meta-mode.el: Remove obsolete comments.
3748 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3749 Fix typos in docstrings.
3750
2cffd681
MR
37512011-11-09 Martin Rudalics <rudalics@gmx.at>
3752
3753 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3754 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3755 (window--resizable): New function. Make all callers of
3756 window-resizable call window--resizable instead.
3757 (window-resizable): Rewrite in terms of window--resizable.
3758
0edcba87
GM
37592011-11-08 Glenn Morris <rgm@gnu.org>
3760
3761 * progmodes/delphi.el (delphi-mode-syntax-table):
3762 Let define-derived-mode define a proper syntax table. (Bug#9994)
3763
4b0d61e3
SM
37642011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * window.el: Stay away from defsubst.
3767 (window-list-no-nils): Remove.
3768 (window-state-get-1, window-state-get): Use backquote instead.
3769
cd394be1 37702011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3771
4b0d61e3 3772 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3773 Fix incorrect use of default argument in `completing-read'.
3774
e1c2c6f2
MR
37752011-11-08 Martin Rudalics <rudalics@gmx.at>
3776
3777 * window.el (display-buffer-function, special-display-function):
3778 Mention display-buffer-record-window but do not mention
3779 help-setup parameter in doc-strings.
b3f4a882 3780 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3781
105216ed
CY
37822011-11-08 Chong Yidong <cyd@gnu.org>
3783
3784 * window.el (window-total-height, window-total-width): Doc fix.
3785 (window-body-size): Move from C.
3786 (window-body-height, window-body-width): Move to C.
3787
0a9f9ab5
SM
37882011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * window.el: Make special-display like display-buffer-alist (bug#9532).
3791 (display-buffer--special-action): New function, morphed
3792 from display-buffer--special.
3793 (display-buffer): Use it to handle special-display-buffers at higher
3794 priority (just after display-buffer-alist).
3795 (display-buffer-fallback-action, display-buffer--other-frame-action)
3796 (pop-to-buffer-same-window): Remove display-buffer--special.
3797
a769dd15
GM
37982011-11-07 Glenn Morris <rgm@gnu.org>
3799
3800 * calendar/cal-menu.el (cal-menu-set-date-title):
3801 Do nothing if not in a calendar. (Bug#9976)
3802
05a61ee3
SM
38032011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * files.el (find-file): Always use selected-window.
3806
be7f5545
MR
38072011-11-07 Martin Rudalics <rudalics@gmx.at>
3808
3809 * window.el (window-combinations): Make WINDOW argument
3810 mandatory. Rewrite doc-string.
3811 (walk-window-subtree, window-atom-check, window-min-delta)
3812 (window-max-delta, window--resize-this-window)
3813 (window--resize-root-window-vertically, window-tree)
3814 (balance-windows, window-state-put): Rewrite doc-strings as to
3815 not mention the term "subwindow".
3816 (window--resize-subwindows-skip-p): Rename to
3817 window--resize-child-windows-skip-p.
3818 (window--resize-subwindows-normal): Rename to
3819 window--resize-child-windows-normal.
3820 (window--resize-subwindows): Rename to
3821 window--resize-child-windows.
3822 (window-or-subwindow-p): Rename to window--in-subtree-p.
3823
3c6702ef
ML
38242011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3825
3826 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3827 Ensure that mbox format messages end in two newlines (Bug#9974).
3828
49745b39
CY
38292011-11-06 Chong Yidong <cyd@gnu.org>
3830
3831 * window.el (window-combination-p): Function deleted; its
3832 side-effect is not used in any existing code.
3833 (window-combinations, window-combined-p): Call window-*-child
3834 directly.
3835
24300f5f
CY
38362011-11-05 Chong Yidong <cyd@gnu.org>
3837
3838 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3839 (window-size-ignore, window-state-get): Callers changed.
3840 (window-normalize-window): Rename from window-normalize-any-window.
3841 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3842 (window-normalize-live-window): Delete.
447f16b8
CY
3843 (window-combination-p, window-combined-p, window-combinations)
3844 (walk-window-subtree, window-atom-root, window-min-size)
3845 (window-sizable, window-sizable-p, window-size-fixed-p)
3846 (window-min-delta, window-max-delta, window-resizable)
3847 (window-resizable-p, window-full-height-p, window-full-width-p)
3848 (window-current-scroll-bars, window-point-1, set-window-point-1)
3849 (window-at-side-p, window-in-direction, window-resize)
3850 (adjust-window-trailing-edge, maximize-window, minimize-window)
3851 (window-deletable-p, delete-window, delete-other-windows)
3852 (record-window-buffer, unrecord-window-buffer)
3853 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3854 (quit-window, split-window, window-state-put)
3855 (set-window-text-height, fit-window-to-buffer)
3856 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3857
89bd5ee1
EZ
38582011-11-04 Eli Zaretskii <eliz@gnu.org>
3859
53479029
EZ
3860 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3861 rfc2047-decode-string.
3862 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3863 warnings.
3864
89bd5ee1
EZ
3865 * window.el (window-body-height, window-body-width): Mention in
3866 the doc string that the return values are in frame's canonical
3867 units. (Bug#9949)
3868
bd17fdee
AM
38692011-11-03 Alan Mackenzie <acm@muc.de>
3870
3871 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3872 change in cc-engine.el.
3873
acc825c5
SM
38742011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3877
1885e5b8
MR
38782011-11-02 Martin Rudalics <rudalics@gmx.at>
3879
3880 * window.el (quit-window): Call unrecord-window-buffer after
3881 showing another buffer in the window. (Bug#9937)
acc825c5 3882 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3883
ebe06da9
JB
38842011-11-02 Juanma Barranquero <lekktu@gmail.com>
3885
3886 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3887 Accept status with more than 9 shelves. (Bug#9935)
3888 Reported by Colin D Bennett <colin@gibibit.com>.
3889
4ee88440
MR
38902011-11-01 Martin Rudalics <rudalics@gmx.at>
3891
3892 * help.el (with-help-window): Don't reference
3893 temp-buffer-show-specifiers in doc-string.
3894
08e1d82c
AS
38952011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3896
3897 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3898 menu-item.
3899
84bd6e9e
VJL
39002011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3901
3902 * whitespace.el: New version 13.2.2.
3903 (whitespace-newline-mode): Disable properly. Reported by Sarah
3904 <EmacsWiki>.
3905
dba0634a
UJ
39062011-10-30 Ulf Jasper <ulf.jasper@web.de>
3907
3908 * net/newst-treeview.el: Remove "Time-stamp".
3909 (newsticker--group-manage-orphan-feeds): Do not call
3910 newsticker--treeview-tree-update.
db22a3c2
JB
3911 (newsticker-treeview-update, newsticker-treeview):
3912 Call newsticker--treeview-tree-update if necessary.
dba0634a 3913
3d8daefe
MR
39142011-10-30 Martin Rudalics <rudalics@gmx.at>
3915
3916 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3917 (window-iso-combinations): Remove "iso-" infix.
3918 Suggested by Chong Yidong.
3d8daefe
MR
3919 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3920 (window-max-delta-1, window-resize, window--resize-siblings)
3921 (window--resize-this-window, adjust-window-trailing-edge)
3922 (split-window, balance-windows-1)
3923 (shrink-window-if-larger-than-buffer):
3924 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3925 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3926
1bc4c3ae
SM
39272011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3930 in place (bug#9907).
3931 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3932 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3933 (eshell-structure-basic-command, eshell-rewrite-while-command)
3934 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3935 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3936 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3937 (eshell-do-pipelines-synchronously, eshell-eval-command):
3938 Use backquotes and prefer setq to set.
3939 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3940 (eshell-macrop): Use functionp.
c1e2f5fa 3941 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3942
30b65d9c
CY
39432011-10-30 Chong Yidong <cyd@gnu.org>
3944
3945 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3946 instead of set-mark (Bug#9810).
3947
2d197ffb
CY
39482011-10-30 Chong Yidong <cyd@gnu.org>
3949
3950 * window.el (split-window-below, split-window-right): Rename from
3951 split-window-above-each-other and split-window-side-by-side
3952 respectively. All callers changed.
3953 (split-window-sensibly, split-window-sensibly): Use them.
3954 (split-window-keep-point): Doc fix.
3955
3956 * isearch.el: Add isearch-scroll property to split-window-below
3957 and split-window-right.
3958
3959 * follow.el (follow-mode):
3960 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3961 * progmodes/ada-xref.el (ada-gdb-application):
3962 * emulation/vip.el (vip-buffer-in-two-windows):
3963 * image-dired.el (image-dired-dired-with-window-configuration):
3964 * dired-x.el (dired-do-find-marked-files):
3965 * dired.el (dired-pop-to-buffer):
3966 * bs.el (bs--show-with-configuration):
3967 * vc/emerge.el (emerge-setup-windows):
3968 * textmodes/two-column.el (2C-two-columns):
3969 * textmodes/reftex-toc.el (reftex-toc):
3970 * progmodes/gdb-mi.el (gdb-setup-windows):
3971 * progmodes/fortran.el (fortran-window-create):
3972 * net/newst-treeview.el (newsticker--treeview-window-init):
3973 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3974 * emulation/tpu-edt.el (tpu-gold-map):
3975 * emulation/crisp.el (crisp-mode-map):
3976 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3977
38bb2ca8
CY
39782011-10-29 Chong Yidong <cyd@gnu.org>
3979
aa4de341
CY
3980 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3981
e1eb5385
CY
3982 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3983
5d2ece3c
CY
3984 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3985 forged Ispell output (Bug#7904).
3986
38bb2ca8
CY
3987 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3988
d0af9f77
SM
39892011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * doc-view.el: Avoid ugly errors about not finding nil.
3992 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3993 (doc-view-dvipdf-program, doc-view-unoconv-program)
3994 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3995 Avoid nil or absolute file name as default value.
3996 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3997
52bedd34
AM
39982011-10-28 Alan Mackenzie <acm@muc.de>
3999
db22a3c2 4000 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4001
7e43cfa5
AM
40022011-10-28 Alan Mackenzie <acm@muc.de>
4003
4004 Amend the handling of c-beginning/end-of-defun in nested declaration
4005 scopes.
4006
52bedd34
AM
4007 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4008 cc-langs.el. Change it to a defcustom.
7e43cfa5 4009
52bedd34
AM
4010 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4011 cc-vars.el.
7e43cfa5 4012
d0af9f77
SM
4013 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4014 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4015
52bedd34 4016 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4017 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4018 (c-widen-to-enclosing-decl-scope): New function.
4019 (c-while-widening-to-decl-block): New macro.
4020 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4021 outward for defun boundaries, and correspondingly change symbol
4022 `respect-enclosure' to `go-outward'.
4023 (c-declaration-limits): Change algorithm to report only the "innermost"
4024 defun's boundaries.
4025
1a2ce9ee
DD
40262011-10-28 Deniz Dogan <deniz@dogan.se>
4027
4028 * net/rcirc.el (rcirc-mode): Use hard newlines.
4029
bc97a826
AM
40302011-10-28 Alan Mackenzie <acm@muc.de>
4031
4032 Amend to indent and fontify macros "which include their own semicolon"
4033 correctly, using the "virtual semicolon" mechanism.
4034
52bedd34 4035 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4036
d0af9f77 4037 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4038 Recode to scan one line at a time rather than having \n and \r
58179cce 4039 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4040 (c-forward-label): Amend for virtual semicolons.
58179cce 4041 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4042
52bedd34
AM
4043 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4044 of the new C macros.
bc97a826 4045
52bedd34 4046 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4047 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4048 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4049 (c-opt-cpp-macro-define): Make into a full language variable.
4050 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4051 AWK Mode (including \n, \r) removed, no longer needed.
4052
d0af9f77
SM
4053 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4054 Invoke c-make-macro-with-semi-re.
bc97a826 4055
52bedd34
AM
4056 * progmodes/cc-vars.el (c-macro-with-semi-re):
4057 (c-macro-names-with-semicolon): New variables.
58179cce 4058 (c-make-macro-with-semi-re): New function.
bc97a826 4059
7a6c0941
SM
40602011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * vc/log-edit.el: Fill empty field rather than adding new one.
4063 (log-edit-add-field): New function.
4064 (log-edit-insert-changelog): Use it.
4065
b0c4cdcf
ML
40662011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4067
4068 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4069
ee1f1da9
SM
40702011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4073 (gdb--check-interpreter): New function.
4074 (gdb): Use it.
4075
51bc5f8b
GM
40762011-10-27 Glenn Morris <rgm@gnu.org>
4077
416a2c45
GM
4078 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4079 (least-positive-float, least-negative-float)
4080 (least-positive-normalized-float, least-negative-normalized-float)
4081 (float-epsilon, float-negative-epsilon):
4082 Remove unnecessary declarations.
4083
4084 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4085 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4086 (least-positive-float, least-negative-float)
4087 (least-positive-normalized-float, least-negative-normalized-float)
4088 (float-epsilon, float-negative-epsilon): Add doc-strings,
4089 based on those in cl.texi.
4090
51bc5f8b
GM
4091 * files.el (set-visited-file-name): If the major-mode changed,
4092 reload the local variables. (Bug#9796)
4093
15de15c6
CY
40942011-10-27 Chong Yidong <cyd@gnu.org>
4095
4096 * subr.el (change-major-mode-after-body-hook): New hook.
4097 (run-mode-hooks): Run it.
4098
ee1f1da9
SM
4099 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4100 Use change-major-mode-before-body-hook.
15de15c6
CY
4101
4102 * simple.el (fundamental-mode):
4103 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4104 change introducing fundamental-mode-hook.
4105
5430d399
JB
41062011-10-26 Juanma Barranquero <lekktu@gmail.com>
4107
acc825c5 4108 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4109
ad74a69e
MA
41102011-10-26 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4113 tramp.el explicitly. (Bug#7583)
ad74a69e 4114
71d4c2a5
SM
41152011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4116
4117 * progmodes/octave-mod.el:
4118 * progmodes/octave-inf.el: Update maintainer.
4119
b1f6fa26
CY
41202011-10-26 Chong Yidong <cyd@gnu.org>
4121
4122 * subr.el (with-wrapper-hook): Rewrite doc.
4123
3f04efd6
MA
41242011-10-25 Michael Albinus <michael.albinus@gmx.de>
4125
4126 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4127 filenames "/method:foo:". (Bug#9793)
3f04efd6 4128
410488d3
SM
41292011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4132 (bug#9865).
4133
c1ebb47e
GM
41342011-10-24 Glenn Morris <rgm@gnu.org>
4135
4136 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4137
7f5c46c7
MA
41382011-10-24 Michael Albinus <michael.albinus@gmx.de>
4139
4140 * notifications.el: Add the requirement of a running D-Bus session
4141 bus to the Commentary.
4142
db2440b6
JL
41432011-10-24 Juri Linkov <juri@jurta.org>
4144
4145 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4146 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4147 (Bug#9364)
4148
feecf435
JL
41492011-10-24 Juri Linkov <juri@jurta.org>
4150
4151 * info.el (Info-following-node-name-re): Add newline to the list
4152 of allowed characters for leading space. (Bug#9824)
4153
a3839de2
SM
41542011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4155
acc825c5
SM
4156 * progmodes/octave-inf.el (inferior-octave-mode-map):
4157 Fix C-c C-h binding.
a3839de2
SM
4158 * progmodes/octave-mod.el (octave-help): Remove.
4159
09388e76
MA
41602011-10-23 Michael Albinus <michael.albinus@gmx.de>
4161
4162 Sync with Tramp 2.2.3.
4163
4164 * net/tramp-cache.el (top): Pacify byte-compiler using
4165 `init-file-user' and `site-run-file'.
4166
4167 * net/trampver.el: Update release number.
4168
86c60681
CY
41692011-10-23 Chong Yidong <cyd@gnu.org>
4170
4171 * files.el (toggle-read-only): Remove obsolete comment about
4172 version control.
4173
4174 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4175 for toggle-read-only. Note that this hasn't called vc-next-action
4176 since 2008-05-02, though it wasn't documented at the time.
4177
a3839de2
SM
4178 * vc/ediff-init.el (ediff-toggle-read-only-function):
4179 Use toggle-read-only.
86c60681 4180
cd5495ff
AM
41812011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4182
4183 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4184 of c-parse-state.
4185
00b77525 4186 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4187 correct faulty logical expression.
cd5495ff
AM
4188 (c-parse-state-state, c-record-parse-state-state):
4189 (c-replay-parse-state-state): New defvar/defuns.
4190 (c-debug-parse-state): Use new functions.
4191
42ee24ed
MR
41922011-10-22 Martin Rudalics <rudalics@gmx.at>
4193
4194 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4195 last fix. Use window-in-direction correctly.
42ee24ed 4196
a7dee7e7
CY
41972011-10-21 Chong Yidong <cyd@gnu.org>
4198
4199 * progmodes/idlwave.el (idlwave-mode):
4200 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4201 require-final-newline; that's done in prog-mode.
4202 Suggested by Stefan Monnier.
a7dee7e7 4203
e07b9a6d
MR
42042011-10-21 Martin Rudalics <rudalics@gmx.at>
4205
4206 * mouse.el (mouse-drag-window-above)
4207 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4208 (mouse-drag-mode-line-1, mouse-drag-header-line)
4209 (mouse-drag-vertical-line-rightward-window): Remove.
4210 (mouse-drag-line): New function.
4211 (mouse-drag-mode-line, mouse-drag-header-line)
4212 (mouse-drag-vertical-line): Call mouse-drag-line.
4213 * window.el (window-at-side-p, windows-at-side): New functions.
4214
7e1361d9
UM
42152011-10-21 Ulrich Mueller <ulm@gentoo.org>
4216
4217 * tar-mode.el (tar-grind-file-mode):
4218 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4219
30fcaf3a
CY
42202011-10-21 Chong Yidong <cyd@gnu.org>
4221
4222 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4223 * progmodes/vera-mode.el (vera-mode):
4224 Use mode-require-final-newline.
30fcaf3a 4225
516eddb0
GM
42262011-10-20 Glenn Morris <rgm@gnu.org>
4227
db22a3c2 4228 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4229
10d5f513
CS
42302011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4231
4232 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4233
ac6c8639
CY
42342011-10-20 Chong Yidong <cyd@gnu.org>
4235
4236 * emulation/cua-base.el (cua-mode):
4237 * mail/footnote.el (footnote-mode):
4238 * mail/mailabbrev.el (mail-abbrevs-mode):
4239 * net/xesam.el (xesam-minor-mode):
4240 * progmodes/bug-reference.el (bug-reference-mode):
4241 * progmodes/cap-words.el (capitalized-words-mode):
4242 * progmodes/compile.el (compilation-minor-mode)
4243 (compilation-shell-minor-mode):
4244 * progmodes/gud.el (gud-tooltip-mode):
4245 * progmodes/hideif.el (hide-ifdef-mode):
4246 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4247 * progmodes/subword.el (subword-mode):
4248 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4249 * progmodes/which-func.el (which-function-mode):
4250 * term/tvi970.el (tvi970-set-keypad-mode):
4251 * term/vt100.el (vt100-wide-mode):
4252 * textmodes/flyspell.el (flyspell-mode):
4253 * textmodes/ispell.el (ispell-minor-mode):
4254 * textmodes/nroff-mode.el (nroff-electric-mode):
4255 * textmodes/paragraphs.el (use-hard-newlines):
4256 * textmodes/refill.el (refill-mode):
4257 * textmodes/reftex.el (reftex-mode):
4258 * textmodes/rst.el (rst-minor-mode):
4259 * textmodes/sgml-mode.el (html-autoview-mode)
4260 (sgml-electric-tag-pair-mode):
4261 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4262 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4263 * emulation/crisp.el (crisp-mode):
4264 * emacs-lisp/eldoc.el (eldoc-mode):
4265 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4266 minor mode behavior.
4267
aa42ab43
JL
42682011-10-19 Juri Linkov <juri@jurta.org>
4269
4270 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4271 the list of hard-coded chars with escape-glyph face.
4272
89400f1d
SM
42732011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4276
305c07f6
MA
42772011-10-19 Michael Albinus <michael.albinus@gmx.de>
4278
4279 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4280 running process.
4281
13754b54
GM
42822011-10-19 Glenn Morris <rgm@gnu.org>
4283
4284 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4285 Ignore ignored files. (Bug#9726)
4286
06e21633
CY
42872011-10-19 Chong Yidong <cyd@gnu.org>
4288
4289 Doc fix for minor modes, stating that an omitted argument enables
4290 the mode unconditionally when called from Lisp.
4291
4292 * abbrev.el (abbrev-mode):
4293 * allout.el (allout-mode):
4294 * autoinsert.el (auto-insert-mode):
4295 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4296 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4297 (global-auto-revert-mode):
4298 * battery.el (display-battery-mode):
4299 * composite.el (global-auto-composition-mode)
4300 (auto-composition-mode):
4301 * delsel.el (delete-selection-mode):
4302 * desktop.el (desktop-save-mode):
4303 * dired-x.el (dired-omit-mode):
4304 * dirtrack.el (dirtrack-mode):
4305 * doc-view.el (doc-view-minor-mode):
4306 * double.el (double-mode):
4307 * electric.el (electric-indent-mode, electric-pair-mode):
4308 * emacs-lock.el (emacs-lock-mode):
4309 * epa-hook.el (auto-encryption-mode):
4310 * follow.el (follow-mode):
4311 * font-core.el (font-lock-mode):
4312 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4313 * help.el (temp-buffer-resize-mode):
4314 * hilit-chg.el (highlight-changes-mode)
4315 (highlight-changes-visible-mode):
4316 * hi-lock.el (hi-lock-mode):
4317 * hl-line.el (hl-line-mode, global-hl-line-mode):
4318 * icomplete.el (icomplete-mode):
4319 * ido.el (ido-everywhere):
4320 * image-file.el (auto-image-file-mode):
4321 * image-mode.el (image-minor-mode):
4322 * iswitchb.el (iswitchb-mode):
4323 * jka-cmpr-hook.el (auto-compression-mode):
4324 * linum.el (linum-mode):
4325 * longlines.el (longlines-mode):
4326 * master.el (master-mode):
4327 * mb-depth.el (minibuffer-depth-indicate-mode):
4328 * menu-bar.el (menu-bar-mode):
4329 * minibuf-eldef.el (minibuffer-electric-default-mode):
4330 * mouse-sel.el (mouse-sel-mode):
4331 * msb.el (msb-mode):
4332 * mwheel.el (mouse-wheel-mode):
4333 * outline.el (outline-minor-mode):
4334 * paren.el (show-paren-mode):
4335 * recentf.el (recentf-mode):
4336 * reveal.el (reveal-mode, global-reveal-mode):
4337 * rfn-eshadow.el (file-name-shadow-mode):
4338 * ruler-mode.el (ruler-mode):
4339 * savehist.el (savehist-mode):
4340 * scroll-all.el (scroll-all-mode):
4341 * scroll-bar.el (scroll-bar-mode):
4342 * server.el (server-mode):
4343 * shell.el (shell-dirtrack-mode):
4344 * simple.el (auto-fill-mode, transient-mark-mode)
4345 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4346 (line-number-mode, column-number-mode, size-indication-mode)
4347 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4348 * strokes.el (strokes-mode):
4349 * time.el (display-time-mode):
4350 * t-mouse.el (gpm-mouse-mode):
4351 * tool-bar.el (tool-bar-mode):
4352 * tooltip.el (tooltip-mode):
4353 * type-break.el (type-break-mode-line-message-mode)
4354 (type-break-query-mode):
4355 * view.el (view-mode):
4356 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4357 (global-whitespace-mode, global-whitespace-newline-mode):
4358 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4359
a3839de2
SM
4360 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4361 Fix autogenerated docstring.
06e21633 4362
5214e501
JL
43632011-10-19 Juri Linkov <juri@jurta.org>
4364
4365 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4366 by checking environment variables "DESKTOP_SESSION" and
4367 "XDG_CURRENT_DESKTOP". (Bug#9779)
4368
195f8db9
JL
43692011-10-19 Juri Linkov <juri@jurta.org>
4370
4371 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4372 (browse-url-chromium-program, browse-url-chromium-arguments):
4373 New defcustoms.
4374 (browse-url-default-browser): Check for `browse-url-chromium' and
4375 call `browse-url-chromium-program'.
4376 (browse-url-chromium): New command. (Bug#9779)
4377
343a34ff
JB
43782011-10-18 Juanma Barranquero <lekktu@gmail.com>
4379
4380 * facemenu.el (list-colors-duplicates): On Windows, detect more
4381 duplicates by assuming that only colors matching "^System" are
4382 special "system colors". (Bug#9722)
4383
6978a151
SM
43842011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4387 to distinguish the author from the committer.
4388
6a80b297
MA
43892011-10-18 Michael Albinus <michael.albinus@gmx.de>
4390
4391 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4392
b31a5677
JK
43932011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4394
4395 * international/mule.el (sgml-html-meta-auto-coding-function):
4396 Add support for detecting encoding in HTML5 specified only as
4397 <meta charset="UTF-8">. Implementation just makes http-equiv and
4398 content-type parts from HTML4 encoding string optional. (Bug#9716)
4399
80c6d77f
GM
44002011-10-18 Glenn Morris <rgm@gnu.org>
4401
4402 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4403
08b0fee8
CY
44042011-10-18 Chong Yidong <cyd@gnu.org>
4405
4406 * faces.el (cursor): Doc fix.
4407
67e729a5
CY
44082011-10-17 Chong Yidong <cyd@gnu.org>
4409
4410 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4411
343a34ff 44122011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4413
4414 * dirtrack.el (dirtrack): Support shell buffers with path
4415 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4416
0bc06380
TZ
44172011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4418
4419 * json.el: Bump version to 1.3 and note change in History.
4420 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4421
8b79f3e0
SM
44222011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4423
5a7c536b
SM
4424 * comint.el (comint-insert-input, comint-send-input)
4425 (comint-get-old-input-default, comint-backward-matching-input)
4426 (comint-next-prompt): Use nil instead of `input' for field property of
4427 past user input (bug#114).
4428
96a8a0df
SM
4429 * minibuffer.el (completion--replace): Inherit surrounding properties
4430 (bug#114).
4431 (minibuffer-complete-and-exit): Use it.
4432
8b79f3e0
SM
4433 * comint.el (comint--table-subvert): Quote the all-completions output
4434 (bug#9160).
4435
b8f7ff0d
MR
44362011-10-17 Martin Rudalics <rudalics@gmx.at>
4437
8b79f3e0 4438 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4439
b8f7ff0d 4440 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4441 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4442 entries and separate them from frame entries.
4443
c235b555
GM
44442011-10-15 Glenn Morris <rgm@gnu.org>
4445
4446 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4447 Doc fixes.
4448
6bbfa6e1
CY
44492011-10-15 Chong Yidong <cyd@stupidchicken.com>
4450
8b79f3e0
SM
4451 * net/network-stream.el (network-stream-open-starttls):
4452 Improve detection of failure due to lack of TLS support.
ec5c990d 4453
6bbfa6e1
CY
4454 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4455 putting the input text in front and in bold.
4456
98488977
SM
44572011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4458
3d1337be
SM
4459 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4460
ee0b45e4
SM
4461 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4462 empty buffer.
4463
98488977
SM
4464 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4465 unread-command-events rather than pushing yet-another event.
4466
186f4720
EZ
44672011-10-14 Eli Zaretskii <eliz@gnu.org>
4468
4469 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4470 the explanation of the possible choices. Make the options passed
4471 to completing-read shorter.
4472
8b7a997c
AM
44732011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4474
4475 * textmodes/flyspell.el (flyspell-large-region): Make sure
4476 extended character mode is used if defined (Bug#1339).
4477
12587bbb
EZ
44782011-10-13 Eli Zaretskii <eliz@gnu.org>
4479
4480 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4481 character info for LRE, LRO, RLE, and RLO characters by appending
4482 an invisible PDF.
12587bbb 4483
bad41229
SM
44842011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4487 even in case of error; add debug spec; simplify data flow.
4488 (with-timeout-handler): Remove.
4489
28dbc92f
MA
44902011-10-12 Michael Albinus <michael.albinus@gmx.de>
4491
4492 Fix Bug#6019, Bug#9315.
4493
4494 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4495 complete `buffer-file-name', the local file name part could look
4496 remotely (for example on VMS).
4497
4498 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4499 `tramp-run-real-handler'.
4500 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4501 already quoted by '"'.
4502
4503 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4504 Let `file-name-handler-alist' be nil, the local file name part
4505 could look remotely (for example on VMS).
4506
e1b0b23a
SM
45072011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4510 from here...
4511 (flyspell-post-command-hook): ...to here.
4512
a120bde9
SM
45132011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4516 if not needed.
4517 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4518 using completion. Protect against "slow" callers.
4519 Remove the "message hack".
4520
7ce7717b
JL
45212011-10-11 Juri Linkov <juri@jurta.org>
4522
4523 * isearch.el (isearch-lazy-highlight-word): New variable.
4524 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4525 Use it. (Bug#9727)
4526
c02ee9d6
GM
45272011-10-11 Glenn Morris <rgm@gnu.org>
4528
4529 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4530 like f90-previous-statement does.
4531
93e616fd 45322011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4533
1f190e73 4534 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4535 only in interactive use, to avoid error.
4536
af7b6078
SM
45372011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * minibuffer.el (completion-file-name-table): Fix last change,
4540 i.e. ignore normal errors but not the other ones.
4541
0563dae9
MR
45422011-10-10 Martin Rudalics <rudalics@gmx.at>
4543
4544 * window.el (special-display-buffer-names)
4545 (special-display-regexps): Remove some remnants of earlier
4546 changes from doc-strings.
366ca7f3
MR
4547 (quit-windows-on): New function.
4548
4549 * vc/vc.el (vc-revert, vc-rollback):
4550 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4551 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4552 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4553
49677495
MR
45542011-10-09 Martin Rudalics <rudalics@gmx.at>
4555
4556 * window.el (frame-auto-hide-function): Add version tag.
4557 (Bug#9699)
4558
56f2d1e1
MA
45592011-10-09 Michael Albinus <michael.albinus@gmx.de>
4560
4561 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4562 condition.
4563
112a6592
LL
45642011-10-09 Leo Liu <sdl.web@gmail.com>
4565
4566 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4567 (Bug#9701)
4568
0812589b
GM
45692011-10-08 Glenn Morris <rgm@gnu.org>
4570
4571 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4572 before the first code statement zero indent. (Bug#9690)
4573
b2b0776e
CY
45742011-10-08 Chong Yidong <cyd@stupidchicken.com>
4575
4576 * simple.el (count-words-region): Always count in the region.
4577 Report the number of lines and characters too.
4578 (count-words): New command, which counts in the buffer if the
4579 region is inactive, as count-words-region used to.
4580 (count-words--message): New function. Handle plurals.
4581 (count-lines-region): Make it an alias for count-words-region.
4582
4583 * bindings.el (esc-map): Replace count-lines-region with
4584 count-words-region.
4585
c557cd6b
MR
45862011-10-08 Martin Rudalics <rudalics@gmx.at>
4587
4588 * window.el (window--delete): Delete dedicated frame
4589 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4590 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4591
61a57ef4 45922011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4593
3a7d293b 4594 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4595
c3833279
CY
45962011-10-07 Chong Yidong <cyd@stupidchicken.com>
4597
4598 * bindings.el ([M-left],[M-right]): Bind to left-word and
4599 right-word respectively.
4600
21ce8245
GM
46012011-10-07 Glenn Morris <rgm@gnu.org>
4602
4603 * cus-start.el (debug-on-quit): Fix custom type.
4604
6d823bb2
LMI
46052011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4606
0181e193
LMI
4607 * subr.el (define-key-after): Clarify that the function is not
4608 useful for non-menu keymaps.
4609
6d823bb2
LMI
4610 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4611
8e3459ce 46122011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4613
21ce8245 4614 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4615 in current minibuffer (Fix bug with recursive minibuffers).
4616
a1c2d21e
CY
46172011-10-06 Chong Yidong <cyd@stupidchicken.com>
4618
4619 * progmodes/gdb-mi.el (gdb): Doc fix.
4620
5a4cf282
MR
46212011-10-05 Martin Rudalics <rudalics@gmx.at>
4622
4623 * window.el (frame-auto-hide-function): New option replacing
4624 frame-auto-delete. Suggested by Stefan Monnier.
4625 (window--delete): Call frame-auto-hide-function instead of
4626 investigating frame-auto-delete.
c96111ea
MR
4627 (window-point-1, set-window-point-1): New functions.
4628 (window-in-direction, record-window-buffer, window-state-get-1)
4629 (display-buffer-record-window): Use window-point-1 instead of
4630 window-point.
4631 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4632
9854542e
SM
46332011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4636
8943cfb0
GM
46372011-10-05 Glenn Morris <rgm@gnu.org>
4638
4639 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4640 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4641
647ab967
LL
46422011-10-05 Leo Liu <sdl.web@gmail.com>
4643
4644 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4645 works with buffer object.
4646
3ddfbced
SM
46472011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * mpc.el (mpc-tool-bar-map): Add labels.
4650
bdfa5dd2
GM
46512011-10-04 Glenn Morris <rgm@gnu.org>
4652
4653 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4654
0e2070b5
MR
46552011-10-04 Martin Rudalics <rudalics@gmx.at>
4656
4657 * window.el (window--delete): New function.
4658 (frame-auto-delete): Resuscitate option.
4659 (bury-buffer, replace-buffer-in-windows)
4660 (quit-window): Rewrite using window--delete.
4661 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4662 Pass display-buffer-mark-dedicated to window--display-buffer-2
4663 (Bug#9639).
4664
3dc61a09
SM
46652011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4666
915a9b64
SM
4667 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4668 returns a list (bug#9554). Add remote file name completion.
4669 * comint.el (comint--table-subvert): Curry and get quote&unquote
4670 functions as arguments.
4671 (comint--complete-file-name-data): Adjust call accordingly.
4672 * pcomplete.el (pcomplete--table-subvert): Remove.
4673 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4674
3dc61a09
SM
4675 * minibuffer.el (completion-table-case-fold): Use currying.
4676 (completion--styles-type, completion--cycling-threshold-type):
4677 New constants.
4678 (completion-styles, completion-category-overrides)
4679 (completion-cycle-threshold): Use them.
4680 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4681 completion-table-case-fold.
4682
8ea0a993
SB
46832011-10-03 Stephen Berman <stephen.berman@gmx.net>
4684
4685 * minibuffer.el (completion-category-overrides): Fix type of styles
4686 and add more user friendly tags (bug#9660).
4687
8c24b7f6
SM
46882011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4691 (mule-input-method-string): New widget.
4692 (default-input-method, language-info-custom-alist): Use it.
4693
428fe61a
SM
46942011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4695
32c1fffd
SM
4696 * pcomplete.el: Require comint.
4697 (pcomplete--common-suffix): Remove.
4698 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4699 (pcomplete--table-subvert): Sync with comint--table-subvert.
4700 (pcomplete--entries): Use comint-completion-file-name-table.
4701 * comint.el (comint-unquote-filename): Simplify.
4702 (comint-completion-file-name-table): New function (bug#9616).
4703 (comint--complete-file-name-data): Use it.
4704
428fe61a
SM
4705 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4706 (pcmpl-gnu-tar-buffer): Remove.
4707 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4708 around. Make sure pcomplete-suffix-list is only changed temporarily.
4709 Don't look inside the tar's file if it's too large.
428fe61a 4710
04c52e2f
CY
47112011-10-01 Chong Yidong <cyd@stupidchicken.com>
4712
ce3cefcc
CY
4713 * cus-edit.el (custom-mode-map):
4714 * epa.el (epa-key-list-mode-map):
4715 * man.el (Man-mode-map):
4716 * startup.el (splash-screen-keymap):
4717 * simple.el (special-mode-map): Use scroll-up-command and
4718 scroll-down-command.
4719
4720 * progmodes/idlw-help.el (idlwave-help-mode-map):
4721 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4722 * net/newst-plainview.el (newsticker-mode-map):
4723 * emulation/ws-mode.el (wordstar-mode-map):
4724 * emulation/vi.el (vi-com-map):
4725 * calc/calc-graph.el (calc-graph-show-dumb):
4726 * term/sun.el (terminal-init-sun):
4727 * term/ns-win.el (global-map):
4728 * progmodes/grep.el (grep-mode-map):
4729 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4730 * mail/rmail.el (rmail-mode-map):
4731 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4732
04c52e2f
CY
4733 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4734 custom-safe-themes as special.
4735
79adf8c8
JD
47362011-10-01 Julien Danjou <julien@danjou.info>
4737
4738 * notifications.el (notifications-notify): Fix docstring.
4739
63bd50d3
PS
47402011-10-01 Per Starbäck <per@starback.se>
4741
4742 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4743
199e4c7e
MR
47442011-09-30 Martin Rudalics <rudalics@gmx.at>
4745
4746 * startup.el (command-line-1): Fix last fix by inserting
4747 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4748 (Bug#9605) and (Bug#9636)
199e4c7e 4749
fe5f08dd
EZ
47502011-09-29 Eli Zaretskii <eliz@gnu.org>
4751
4752 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4753 window is hscrolled, move by logical lines. (Bug#9607)
4754 (line-move-visual): Update the doc string to the above effect.
4755
b5516bbd
MR
47562011-09-29 Martin Rudalics <rudalics@gmx.at>
4757
ccee00c0
MR
4758 * window.el (display-buffer-record-window): When WINDOW is the
4759 selected window use `point' instead of `window-point'. (Bug#9626)
4760
b5516bbd
MR
4761 * startup.el (command-line-1): Use insert-before-markers when
4762 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4763
b5516bbd
MR
4764 * help.el (help-window): Remove variable.
4765
52aa0014
GM
47662011-09-29 Glenn Morris <rgm@gnu.org>
4767
4768 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4769
df9a7357
JB
47702011-09-29 Juanma Barranquero <lekktu@gmail.com>
4771
4772 * descr-text.el (describe-char-categories): Accept category
4773 descriptions more than one line long.
4774
a8406c20
SM
47752011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4776
88d9610c
SM
4777 * simple.el (delete-trailing-whitespace): Fix last change.
4778
a5daf810
SM
4779 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4780 Don't confuse "y => 3" as the beginning of a `y' operation.
4781
a8406c20
SM
4782 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4783 object has more than 4 slots (bug#9613).
4784
a239d4e9
JB
47852011-09-28 Juanma Barranquero <lekktu@gmail.com>
4786
4787 * subr.el (with-output-to-temp-buffer):
4788 * net/quickurl.el (quickurl, quickurl-browse-url):
4789 Fix typos in docstrings.
4790
693fbdb6
EZ
47912011-09-27 Eli Zaretskii <eliz@gnu.org>
4792
4793 * minibuffer.el (completion-styles)
4794 (completion-category-overrides): Cross reference each other in doc
4795 strings.
4796
8b457e28
GM
47972011-09-27 Glenn Morris <rgm@gnu.org>
4798
4799 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4800 to split-string. (Bug#9606)
4801
85a16208
LMI
48022011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4803
4804 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4805 (bug#9615).
4806
502f9ebd
CY
48072011-09-27 Chong Yidong <cyd@stupidchicken.com>
4808
4809 * emacs-lisp/package.el (list-packages): Fix echo area message.
4810
7690bdea
LL
48112011-09-27 Leo Liu <sdl.web@gmail.com>
4812
4813 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4814
e2ee6f30
MA
48152011-09-25 Michael Albinus <michael.albinus@gmx.de>
4816
4817 * net/dbus.el (dbus-unregister-object): Don't release services for
4818 registered signals. (Bug#9581)
4819
f3f98342
TZ
48202011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4821
4822 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4823 function that picks between cfengine 2 and 3 support
4824 automatically. Update docs accordingly.
4825
dd7aa8dd
KH
48262011-09-22 Kenichi Handa <handa@m17n.org>
4827
4828 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4829 ZERO.
4830 (indian-itrans-v5-table-for-tamil): New variable.
4831 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4832
3f2b07f8
KM
48332011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4834
4835 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4836 that's true if the current command involved collapsing of text.
4837 It's reset to false at the beginning of the next command.
4838 (allout-post-command-business): Move the cursor to the beginning
4839 of entry if the cursor is hidden and collapsing activity just
4840 happened.
4841
371d6a61
CY
48422011-09-24 Chong Yidong <cyd@stupidchicken.com>
4843
4844 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4845 tracking (Bug#9541).
4846
2ac2721a
UJ
48472011-09-24 Ulf Jasper <ulf.jasper@web.de>
4848
4849 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4850 (newsticker-show-news): Automatically load html rendering package
4851 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4852 because w3m-fill-column is let-bound" and the error "Symbol's value
4853 as variable is void: w3m-fill-column".
2ac2721a 4854
fac7ae53
MA
48552011-09-24 Michael Albinus <michael.albinus@gmx.de>
4856
4857 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4858 Release services only if they are defined. (Bug#9581)
4859
e08b633b
RS
48602011-09-23 Richard Stallman <rms@gnu.org>
4861
e488d29c
RS
4862 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4863 distinguish start of paragraph from start of its text.
4864
19c38752
RS
4865 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4866
e08b633b
RS
4867 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4868 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4869 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4870
0a39f27e
AS
48712011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4872
4873 * international/mule-diag.el (mule-diag): Insert a newline after
4874 each fontset description.
4875
db4e950d
SM
48762011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * simple.el (delete-trailing-whitespace):
4879 Document last change; simplify.
4880
eca3f3ea
PW
48812011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4882
d68e189a
PW
4883 * simple.el (delete-trailing-whitespace): Also delete
4884 extra newlines at the end of the buffer.
4885
eca3f3ea
PW
4886 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4887 (picture-newline): Use forward-line so as to ignore fields.
4888
01c157cc
SM
48892011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * subr.el (with-wrapper-hook): Fix edebug spec.
4892
022de23e
LMI
48932011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4894
4895 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4896 (bug#4538).
4897
91683089
MA
48982011-09-23 Michael Albinus <michael.albinus@gmx.de>
4899
eca3f3ea
PW
4900 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4901 Fix nasty bug using wrong cached values.
91683089 4902
5bdd6fa4
AM
49032011-09-23 Alan Mackenzie <acm@muc.de>
4904
4905 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4906
97adfb97
CY
49072011-09-23 Chong Yidong <cyd@stupidchicken.com>
4908
4909 * window.el (pop-to-buffer): Ensure right window is selected if we
4910 chose another frame.
4911
d4ef2b50
EZ
49122011-09-22 Eli Zaretskii <eliz@gnu.org>
4913
4914 * simple.el (what-cursor-position): Use get-char-property-change
4915 and next-single-char-property-change, to be able to show display
4916 properties that come from overlays as well as text properties.
4917
72258fe5
CY
49182011-09-22 Chong Yidong <cyd@stupidchicken.com>
4919
4920 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4921
4922 * cmuscheme.el (run-scheme, switch-to-scheme):
4923 * cus-edit.el (customize-group, custom-buffer-create)
4924 (customize-browse):
4925 * info.el (info):
4926 * shell.el (shell):
4927 * mail/sendmail.el (mail):
4928 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4929
8f098516
RS
49302011-09-22 Richard Stallman <rms@gnu.org>
4931
4932 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4933 move back only to line beg, don't move back over blank lines.
4934
e74f1bb6
MA
49352011-09-22 Michael Albinus <michael.albinus@gmx.de>
4936
4937 * files.el (copy-directory): Set directory attributes only in case
4938 they could be retrieved from the source directory. (Bug#9565)
4939
bfeef8b6
DK
49402011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4941
4942 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4943 (hs-find-block-beginning, hs-hide-level-recursive):
4944 Ignore strings as well as comments. (Bug#9502)
4945
7e423bb8
AS
49462011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4947
4948 * progmodes/sql.el (sql-comint-postgres):
4949 Convert port number to a string. (Bug#9566)
4950
b4d72fcf
MR
49512011-09-22 Martin Rudalics <rudalics@gmx.at>
4952
4953 * window.el (quit-window): Undedicate window when switching to
4954 previous buffer. Reported by Thierry Volpiatto
4955 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4956 (special-display-popup-frame): When popping up a new frame reset
4957 its previous buffers to nil. Simplify code.
b4d72fcf 4958
a7b88dc6
MA
49592011-09-21 Michael Albinus <michael.albinus@gmx.de>
4960
4961 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4962 and process filter, as done also in `shell-command'.
4963
cf4eacfd
MR
49642011-09-21 Martin Rudalics <rudalics@gmx.at>
4965
eca3f3ea 4966 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4967 Call set-window-start with NOFORCE argument t.
4968 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4969 (quit-window): Reword doc-string. Handle new format of
4970 quit-restore parameter. Don't delete window if it has a
4971 previous buffer we can show instead of the present one.
4972 (display-buffer-record-window): Rewrite using a new format for
4973 the quit-restore window parameter
4974 (special-display-popup-frame, display-buffer-same-window)
4975 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4976 (display-buffer-pop-up-window, display-buffer-use-some-window):
4977 Adapt symbol passed to display-buffer-record-window.
4978 * help.el (help-window-setup): Handle new format of quit-restore
4979 parameter.
4980
8d28cb95
SM
49812011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4982
94ab793f
SM
4983 * faces.el (face-list): Fix docstring (bug#9564).
4984
8d28cb95
SM
4985 * window.el (display-buffer--action-function-custom-type):
4986 Don't include internal functions in the Custom interface.
4987
3820edeb
JL
49882011-09-20 Juri Linkov <juri@jurta.org>
4989
4990 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4991 (Info-forward-node, Info-backward-node, Info-next-preorder)
4992 (Info-last-preorder): Use it. (Bug#9528)
4993
5147931d
JL
49942011-09-20 Juri Linkov <juri@jurta.org>
4995
4996 * info.el (Info-last-preorder): Visit last menu item only when
4997 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4998
cf499a1a
JD
49992011-09-20 Julien Danjou <julien@danjou.info>
5000
5001 * password-cache.el (password-cache-remove): Remove entries even if the
5002 value is nil, so that password with a nil value (negative caching) is
5003 possible to invalidate.
5004
f84e2fe2
LM
50052011-09-20 Lawrence Mitchell <wence@gmx.li>
5006
5007 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5008 all whitespace around breakpoint. (Bug#9553)
5009 (f90-find-breakpoint): Only break at whitespace inside a comment.
5010
78054a46
SM
50112011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * minibuffer.el (completion-file-name-table): Keep track of errors.
5014 (completion-table-with-predicate): Handle the case where pred1 is nil.
5015 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5016
345083b2
SM
50172011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5018
e24e27be
SM
5019 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5020 (debugger-return-value): Signal an error if the debugging context does
5021 not await any return value.
5022
345083b2
SM
5023 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5024 * image-mode.el (image-toggle-display-text)
5025 (image-toggle-display-image): Stay away from evil `intangible'.
5026
08d355e3
LL
50272011-09-19 Leo Liu <sdl.web@gmail.com>
5028
5029 * replace.el (occur-revert-arguments): Make it permanent-local.
5030 (occur-mode): Don't call font-lock-defontify.
5031
f01da43f
CY
50322011-09-19 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * net/ldap.el (ldap-search-internal): Don't push empty search
5035 result (Bug#9508).
5036
b6072fa6
SM
50372011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5040
443d6696
MA
50412011-09-19 Michael Albinus <michael.albinus@gmx.de>
5042
5043 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5044 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5045
7cc6e154
JL
50462011-09-18 Juri Linkov <juri@jurta.org>
5047
5048 * buff-menu.el (Buffer-menu-mode-map):
5049 * dired.el (dired-mode-map):
5050 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5051 (lisp-interaction-mode-map):
5052 * emacs-lisp/package.el (package-menu-mode-map):
5053 * epa.el (epa-key-list-mode-map):
5054 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5055 (menu-bar-options-menu):
5056 * outline.el (outline-mode-menu-bar-map):
5057 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5058 * vc/vc-dir.el (vc-dir-menu-map):
5059 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5060 Capitalize non-function content words in menu item strings.
5061
5062 * dired.el (dired-mode-map): Add menu item for
5063 `image-dired-dired-toggle-marked-thumbs'.
5064
80302a81
JL
50652011-09-18 Juri Linkov <juri@jurta.org>
5066
5067 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5068 to `isearch-case-fold-search' and restore its original value
5069 after the `isearch-mode' call.
5070
46c5cf66
JL
50712011-09-18 Juri Linkov <juri@jurta.org>
5072
5073 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5074 because `zgrep' returns 1 for successful matches (bug#9226).
5075
d18b513b
JL
50762011-09-18 Juri Linkov <juri@jurta.org>
5077
5078 * info.el (Info-extract-menu-node-name): Check the second match
5079 for empty string (second test-case of bug#9528).
5080 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5081 intermediate nodes to the history (first test-case of bug#9528).
5082
72753f87
JL
50832011-09-18 Juri Linkov <juri@jurta.org>
5084
5085 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5086 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5087
c9384295
JL
50882011-09-18 Juri Linkov <juri@jurta.org>
5089
1154d12e
JB
5090 * info.el (Info-file-supports-index-cookies):
5091 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5092 outputs one more line for long file names (bug#4142).
c9384295 5093
d473dce8
CY
50942011-09-18 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * newcomment.el (comment-normalize-vars): If prompting for
5097 comment-start, set comment-start-skip too (Bug#8424).
5098
2176854d
JB
50992011-09-18 Johan Bockgård <bojohan@gnu.org>
5100
5101 * icomplete.el: Fix previous fix of Bug#5849.
5102 (icomplete-mode): Don't set completion-show-inline-help.
5103 (icomplete-minibuffer-setup): Set completion-show-inline-help
5104 locally during icompletion.
5105
3aace4e4
CY
51062011-09-18 Chong Yidong <cyd@stupidchicken.com>
5107
c940224f
CY
5108 * woman.el (woman2-process-escapes): Don't delete unrecognized
5109 escapes (Bug#7843).
5110
3aace4e4
CY
5111 * files.el (inhibit-first-line-modes-regexps): Add image files.
5112 (hack-local-variables-prop-line): Return nil for malformed
5113 prop-lines (Bug#9044).
5114
710dec63
MA
51152011-09-18 Michael Albinus <michael.albinus@gmx.de>
5116
5117 * net/tramp.el (top): Don't require 'shell.
5118 (tramp-methods): Fix docstring.
5119 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5120 Return complete remote file name. Handle "smb" case.
5121 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5122 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5123
5124 * net/tramp-compat.el (top): Require 'shell.
5125
5126 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5127 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5128 `tramp-current-host'.
5129 (tramp-get-remote-tmpdir): Remove.
5130
5131 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5132 `tramp-tmpdir' entries.
5133 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5134 (tramp-smb-handle-file-attributes): Ignore errors.
5135 (tramp-smb-wait-for-output): Check also for process end.
5136
5d5ac8ec
LMI
51372011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5138
5139 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5140 when sending QUIT (bug#9312).
5141
8c0f49f0
CY
51422011-09-17 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5145 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5146 occur-mode-display-occurrence.
5147 (occur-edit-mode): Add usage message.
5148 (occur-cease-edit): New command.
5149 (occur-after-change-function): Use text properties to find the
5150 position of the prefix text.
5151 (occur-engine): Set stickiness of prefix text properties.
5152
8f1383f7
GM
51532011-09-17 Glenn Morris <rgm@gnu.org>
5154
5155 * progmodes/etags.el (complete-tag):
5156 Fix call to completion-in-region. (Bug#9526)
5157
744ba0e3
JL
51582011-09-17 Juri Linkov <juri@jurta.org>
5159
5160 * textmodes/ispell.el (ispell-word): Add to the error message
5161 the word, ispell program name and current dictionary (bug#9121).
5162 (ispell-tex-arg-end): Capitalize "error" in the error message.
5163
d9bbf400
AS
51642011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5165
5166 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5167 check. (Bug#4251)
5168
8da11505
JL
51692011-09-17 Juri Linkov <juri@jurta.org>
5170
5171 * window.el (window-safe-min-height, window-safe-min-width):
5172 Fix typos (followup to bug#9522).
5173
a91adc7e
SJ
51742011-09-17 Sven Joachim <svenjoac@gmx.de>
5175
5176 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5177
064f328a
EZ
51782011-09-16 Eli Zaretskii <eliz@gnu.org>
5179
5180 * simple.el (line-move): If goal-column is set, move by logical
5181 lines, not by display lines. (Bug#971)
5182 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5183 to reflect the above change.
5184
e69df516
SM
51852011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * image.el (imagemagick-register-types): Use regexp-opt.
5188
cbb0f9ab
CY
51892011-09-15 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * window.el (display-buffer-base-action): Rename from
5192 display-buffer-default-action. Make default value empty.
5193 (display-buffer-overriding-action): Convert to defvar.
5194 (display-buffer-fallback-action): New var.
5195
25322144
CY
51962011-09-15 Chong Yidong <cyd@stupidchicken.com>
5197
5198 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5199 declaration.
5200 (package--add-to-archive-contents): If there is a duplicate entry
5201 with an older version, remove it.
5202 (package-menu-mark-delete, package-menu-mark-install)
5203 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5204 (package-menu-mark-obsolete-for-deletion):
5205 Use package-menu-get-status instead of a regexp search.
25322144
CY
5206 (package-menu-get-status): Use tabulated-list-entry.
5207 (package-menu-mark-upgrades): New command.
d770725a 5208 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5209 (package-menu-execute): Do installation before deletion.
5210 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5211 instead of checking major-mode.
5212 (package-menu--find-upgrades): New function.
5213
7520339c
LMI
52142011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5215
5216 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5217 passwords in the log buffer.
65a046c4
LMI
5218 (smtpmail-process-filter): Update the process marker so that the
5219 "broken by peer" status message is inserted in the right place.
7520339c 5220
d3c30954
SM
52212011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5222
3fe48822
SM
5223 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5224 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5225 bibtex-completion-at-point-function.
5226 (bibtex-completion-at-point-function): Use them.
5227
1b8b3954
SM
5228 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5229
d3c30954
SM
5230 * mpc.el (mpc-constraints-tag-lookup): New function.
5231 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5232 also to browser "album|playlist".
5233
72779976
JL
52342011-09-14 Juri Linkov <juri@jurta.org>
5235
5236 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5237 (isearch-edit-string): Use length of `isearch-string' when
5238 `isearch-fail-pos' returns nil.
5239 (isearch-message): Remove duplicate code and call
5240 `isearch-fail-pos' with arg `t'.
5241
a0bf2bcd
CY
52422011-09-14 Chong Yidong <cyd@stupidchicken.com>
5243
17bb0a2d
CY
5244 * replace.el (occur-mode-goto-occurrence): Don't force using other
5245 window (Bug#9499).
5246
a0bf2bcd
CY
5247 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5248
f678e0b6
MR
52492011-09-14 Martin Rudalics <rudalics@gmx.at>
5250
5251 * window.el (display-buffer-window): Remove.
5252 (display-buffer-record-window): Use help-setup window parameter
5253 instead of variable display-buffer-window.
5254 (display-buffer-function, special-display-buffer-names)
5255 (special-display-function): Mention help-setup parameter instead
5256 of display-buffer-window in doc-string.
d3c30954
SM
5257 * help.el (help-window-setup): New argument help-window.
5258 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5259 Reword some messages.
5260 (with-help-window): Pass window used for displaying the buffer
5261 to help-window-setup. Don't set display-buffer-window.
5262
8e39b2e8
GM
52632011-09-13 Glenn Morris <rgm@gnu.org>
5264
5265 * emacs-lisp/debug.el (debugger-make-xrefs):
5266 Preserve point. (Bug#9462)
5267
85e9c04b
CY
52682011-09-13 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * window.el (window-deletable-p): Use next-frame.
5271
1b36ed6a
MR
52722011-09-13 Martin Rudalics <rudalics@gmx.at>
5273
5274 * window.el (window-auto-delete): Remove.
5275 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5276 dedication and previous buffers.
1b36ed6a
MR
5277 (switch-to-prev-buffer): Don't delete window.
5278 (delete-windows-on): Delete a window's frame if and only if the
5279 window is dedicated.
5280 (replace-buffer-in-windows): Delete buffer's window or frame if
5281 and only if window is dedicated.
5282 (quit-window): Handle quit-restore as before last change.
4d61f28d 5283 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5284
ef8ef9fb
CY
52852011-09-13 Chong Yidong <cyd@stupidchicken.com>
5286
5287 * window.el (window-deletable-p): Never delete the last frame on a
5288 given terminal.
5289
b2cba41e
GM
52902011-09-13 Glenn Morris <rgm@gnu.org>
5291
5292 * help.el (describe-key-briefly): Copy previous standard-output change.
5293
51553db6 52942011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5295
5296 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5297
b7556719
GM
52982011-09-13 Glenn Morris <rgm@gnu.org>
5299
5300 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5301 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5302
64b51947
CY
53032011-09-12 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * dired-aux.el (dired-mark-read-string): Don't return default
5306 value on empty input (Bug#9361).
5307 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5308 Omit initial minibuffer contents.
5309 (dired-do-chmod): Signal an error on empty input.
5310 (dired-mark-read-string): Don't return default on empty input.
5311
5312 * files.el (file-modes-symbolic-to-number): Doc fix.
5313
393a301e
SM
53142011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * international/mule-cmds.el (ucs-completions): Remove.
5317 (read-char-by-name): Use complete-with-action instead; add metadata.
5318
fa5660f9
CY
53192011-09-11 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * window.el (display-buffer--action-function-custom-type)
5322 (display-buffer--action-custom-type): New vars.
5323 (display-buffer-alist, display-buffer-default-action)
5324 (display-buffer-overriding-action): Add defcustom types.
5325
4a592f66
CY
5326 * frame.el (delete-other-frames): Doc fix (Bug#276).
5327
73d56dbd
LMI
53282011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5329
5330 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5331
37ac18a3
CY
53322011-09-11 Chong Yidong <cyd@stupidchicken.com>
5333
5334 Change modes that used same-window-* vars to use switch-to-buffer.
5335
5336 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5337 Use switch-to-buffer.
5338
5339 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5340 (customize-browse, custom-buffer-create-other-window):
5341 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5342
5343 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5344 (Info-prev, Info-up, Info-speedbar-goto-node)
5345 (info-display-manual): Use switch-to-buffer.
5346 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5347
5348 * mail/sendmail.el (mail): Use switch-to-buffer.
5349 (mail-recover): Use switch-to-buffer-other-window.
5350
5351 * cmuscheme.el (run-scheme, switch-to-scheme):
5352 * ielm.el (ielm):
5353 * shell.el (shell):
5354 * net/rlogin.el (rlogin):
5355 * net/telnet.el (telnet, rsh):
5356 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5357
10195bd6
AS
53582011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5359
5360 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5361
b322f63a
LMI
53622011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5363
39d7fed6
LMI
5364 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5365 so don't mention it (bug#9301).
ba5a81f1 5366 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5367
ee0e9f11
LMI
5368 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5369 match `x', `w32' and `ns', like the manual says (bug#9029).
5370
0b1c89c1 5371 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5372 (process-kill-buffer-query-function): Mention the buffer name in
5373 the query.
0b1c89c1 5374
77549ea8
LMI
5375 * image-mode.el (image-next-line): The line parameter is mandatory
5376 (bug#9258).
5377
803ef892
LMI
5378 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5379 which can be useful (bug#9301).
5380
12980837
LMI
5381 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5382
91054f8f
LMI
5383 * subr.el (match-string): Mention that the current buffer should
5384 be the same as the search was done in (bug#9282).
5385
b322f63a
LMI
5386 * facemenu.el: Disable the remove-* commands if the mark isn't
5387 active (bug#9162).
5388
3199b96f
CY
53892011-09-10 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5392 of display-buffer.
5393 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5394
5395 * replace.el (occur-mode-goto-occurrence)
5396 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5397 and display-buffer.
5398
5399 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5400 display-buffer.
5401
5402 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5403 special-display and same-window variables.
5404 (mail-other-window): Use switch-to-buffer-other-window.
5405 (mail-other-frame): USe switch-to-buffer-other-frame.
5406
393a301e
SM
5407 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5408 Use display-buffer-other-frame.
3199b96f
CY
5409 (gdb-display-gdb-buffer): Use pop-to-buffer.
5410
5411 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5412
5413 * progmodes/python.el: Don't set same-window-buffer-names.
5414
5415 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5416
5417 * window.el (display-buffer-alist): Add *Python*.
5418
8319e0bf
CY
54192011-09-10 Chong Yidong <cyd@stupidchicken.com>
5420
5421 * window.el (display-buffer-alist): Add entry for buffers
5422 previously handled same-window-*.
5423 (display-buffer-alist, display-buffer-default-action)
5424 (display-buffer-overriding-action): Mark as risky.
5425 (display-buffer-alist): Document action function changes.
5426 (display-buffer--same-window-action)
5427 (display-buffer--other-frame-action): New variables.
5428 (switch-to-buffer, display-buffer-other-frame): Use them.
5429 (display-buffer): Rename reuse-frame entry to reusable-frames.
5430 (display-buffer-reuse-selected-window): Function deleted.
5431 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5432 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5433 (display-buffer-special): New function.
5434 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5435 display-buffer-reuse-or-pop-window. Split off special-display
5436 part into display-buffer-special.
5437 (display-buffer-use-some-window): Don't perform any special
5438 pop-up-frames handling.
5439 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5440 (display-buffer--maybe-same-window): Rename from
0d3ff375 5441 display-buffer-maybe-same-window.
8319e0bf 5442
919a69aa
CY
5443 * info.el: Don't set same-window-regexps.
5444 (info-setup): New function.
5445 (info-other-window, info): Call it.
5446
5447 * cus-edit.el: Don't set same-window-regexps.
5448 (customize-group): New argument.
5449 (customize-group-other-window): Use it.
5450 (customize-face, customize-face-other-window): Likewise.
5451 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5452
8319e0bf
CY
5453 * net/rlogin.el:
5454 * net/telnet.el:
5455 * progmodes/gud.el: Don't set same-window-regexps.
5456
5457 * cmuscheme.el:
5458 * ielm.el:
5459 * shell.el:
5460 * mail/sendmail.el:
5461 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5462
25173000
JL
54632011-09-10 Juri Linkov <juri@jurta.org>
5464
5465 * isearch.el (isearch-edit-string): Remove obsolete mention of
5466 `C-w' (`isearch-yank-word-or-char') from docstring.
5467 (isearch-query-replace): Fix typo in docstring (bug#9466).
5468
056e44ef
JL
54692011-09-10 Juri Linkov <juri@jurta.org>
5470
5471 * paren.el (show-paren-function): Don't show escaped parens.
5472 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5473
c3760c17
EZ
54742011-09-10 Eli Zaretskii <eliz@gnu.org>
5475
5476 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5477 (mm-default-file-encoding): Remove autoload forms, they are
5478 replaced with autoload cookies in mml.el and mm-encode.el.
5479 (mail-add-attachment): New command.
5480 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5481 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5482 the doc string.
5483 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5484
fece895e
RT
54852011-09-10 Reuben Thomas <rrt@sc3d.org>
5486
e69df516
SM
5487 * simple.el (count-words-region): Use buffer if there's no region
5488 (bug#9429).
fece895e 5489
5e68ce4a
JL
54902011-09-09 Juri Linkov <juri@jurta.org>
5491
5492 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5493 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5494 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5495
0a6b9622
AM
54962011-09-09 Alan Mackenzie <acm@muc.de>
5497
5498 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5499 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5500
14a29deb
EZ
55012011-09-09 Eli Zaretskii <eliz@gnu.org>
5502
5503 Fix for Savannah bug#9392.
5504 * simple.el (mail-encode-mml): New defvar.
5505
5506 * mail/rmail.el (mail-encode-mml): Add a defvar.
5507 (rmail-enable-mime-composing): Default to t.
5508 (rmail-forward): Use MIME method of forwarding only if both
5509 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5510 Set mail-encode-mml non-nil if the MIME method was used.
5511
5512 * mail/sendmail.el (mml-to-mime): Add autoload form.
5513 (mail-encode-mml): Add a defvar.
5514 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5515 to nil.
5516 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5517 message through mml-to-mime, and reset mail-encode-mml to nil.
5518
28c45130
GM
55192011-09-09 Glenn Morris <rgm@gnu.org>
5520
5521 * woman.el (woman-if-body): When processing an .el block,
5522 do not delete the next .el block as well. (Bug#9447)
69f4b618 5523 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5524
9b1c252e
MR
55252011-09-08 Martin Rudalics <rudalics@gmx.at>
5526
5527 * window.el (window-deletable-p): Make sure window is live before
5528 invoking window-prev-buffers.
5529
567457e3
LL
55302011-09-08 Leo Liu <sdl.web@gmail.com>
5531
5532 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5533
97f05794
JL
55342011-09-08 Juri Linkov <juri@jurta.org>
5535
5536 * progmodes/compile.el (compilation-environment): Make it
5537 a defcustom (bug#8340).
5538
8b0874b5
MR
55392011-09-08 Martin Rudalics <rudalics@gmx.at>
5540
5541 * window.el (frame-auto-delete): Rename to window-auto-delete.
5542 Make it control auto-deletion of windows and/or frames.
5543 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5544 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5545 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5546 Rewrite handling of case when window/frame can be deleted.
5547 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5548 argument t. (Bug#9456)
8b0874b5 5549
4feb6e73
CY
55502011-09-07 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * help-mode.el (help-mode): Restore autoload.
5553
91ab9c13
JL
55542011-09-07 Juri Linkov <juri@jurta.org>
5555
5556 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5557 `compilation-environment'. Set buffer-local
5558 `compilation-environment' to `thisenv' later after (funcall mode).
5559 (Bug#8340)
5560
5561 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5562 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5563 instead of replacing its value. (Bug#8340)
5564
0527e251
JL
55652011-09-07 Juri Linkov <juri@jurta.org>
5566
5567 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5568 based on text properties put by `grep-filter' instead of matching
5569 escape sequences.
5570 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5571 to the value of `grep-error-screen-columns' (bug#9438).
5572
249f792c
JL
55732011-09-07 Juri Linkov <juri@jurta.org>
5574
5575 * simple.el (next-error-highlight, next-error-highlight-no-select):
5576 Doc fix (bug#9432).
5577
ff7271b9
OT
55782011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5579
5580 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5581 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5582
183fc730
LL
55832011-09-07 Leo Liu <sdl.web@gmail.com>
5584
5585 * net/rcirc.el (rcirc-mode): Conditionally initialize
5586 rcirc-input-ring.
5587
77694924
SM
55882011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * emacs-lisp/find-func.el (find-function-C-source): Only set
5591 find-function-C-source-directory after checking that we found a source
5592 file there (bug#9440).
5593
d809b8eb
AM
55942011-09-06 Alan Mackenzie <acm@muc.de>
5595
5596 * isearch.el (isearch-other-meta-char): Wherever a key list is
5597 unread, "unread" the prefix arg, too. This fixes bug #8901.
5598
453de99f
OG
55992011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5600
5601 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5602
90439906
JL
56032011-09-05 Juri Linkov <juri@jurta.org>
5604
5605 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5606
f62bd846
JL
56072011-09-05 Juri Linkov <juri@jurta.org>
5608
5609 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5610 keeping point where processing of grep matches begins, and
5611 continue to delete remaining escape sequences from the same point.
5612 (grep-filter): Make leading zero optional in "0?1;31m" because
5613 git-grep emits "\033[1;31m" escape sequences unlike expected
5614 "\033[01;31m" as GNU Grep does (bug#9408).
5615 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5616
045820ec
JL
56172011-09-05 Juri Linkov <juri@jurta.org>
5618
5619 * subr.el (y-or-n-p): Capitalize "yes".
5620
f5e29b9b
MA
56212011-09-04 Michael Albinus <michael.albinus@gmx.de>
5622
5623 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5624 `tramp-cache-unload-hook' where appropriate.
5625 (tramp-methods): Rename `tramp-remote-sh' to
5626 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5627 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5628
5629 * net/tramp-sh.el (top): Don't require 'shell.
5630 (tramp-methods): Add `tramp-remote-shell' and
5631 `tramp-remote-shell-args' entries.
5632 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5633 (tramp-sh-handle-shell-command): Remove.
5634 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5635 Use `tramp-remote-shell'.
5636
2784c434
CY
56372011-09-03 Chong Yidong <cyd@stupidchicken.com>
5638
393a301e 5639 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5640 (sendmail-query-once): Save directly to send-mail-function.
5641 Update message-send-mail-function too.
5642
5643 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5644
464cdf56
CS
56452011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5646
5647 * progmodes/python.el (python-mode-map): Use correct function to
5648 start python interpreter from menu-bar (as reported by Geert
5649 Kloosterman).
5650 (inferior-python-mode-map): Fix typo.
393a301e 5651 (python-shell-map): Remove.
464cdf56 5652
d37e5c87
DD
56532011-09-03 Deniz Dogan <deniz@dogan.se>
5654
5655 * net/rcirc.el (rcirc-print): Simplify code for
5656 rcirc-scroll-show-maximum-output. There is no need to walk
5657 through all windows to find the right one.
5658
f3ada0ee
CS
56592011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5660
5661 * help.el (help-return-method): Doc fix.
5662
1f3c99ca
MR
56632011-09-03 Martin Rudalics <rudalics@gmx.at>
5664
5665 * window.el (window-deletable-p): Don't return a non-nil value
5666 when there's a buffer that was shown in the window before.
5667 (Bug#9419)
393a301e
SM
5668 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5669 Set window's previous buffers to nil.
1f3c99ca 5670
a3cf097f
EZ
56712011-09-03 Eli Zaretskii <eliz@gnu.org>
5672
5673 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5674 newline before and after the tag line, so it doesn't interfere
5675 with determining the paragraph direction of bidirectional text.
5676
3d03de90
LL
56772011-09-03 Leo Liu <sdl.web@gmail.com>
5678
5679 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5680
c3313451
CY
56812011-09-02 Chong Yidong <cyd@stupidchicken.com>
5682
393a301e 5683 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5684 (pop-to-buffer): Change interactive spec. Pass second argument
5685 directly to display-buffer.
5686 (display-buffer): Fix interactive spec. Use functionp to
5687 distinguish between a function and a list of functions.
5688
5689 * abbrev.el (edit-abbrevs):
5690 * arc-mode.el (archive-extract):
5691 * autoinsert.el (auto-insert):
5692 * bookmark.el (bookmark-bmenu-list):
5693 * files.el (find-file):
5694 * view.el (view-buffer):
5695 * progmodes/compile.el (compilation-goto-locus):
5696 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5697
89894cd8
CY
56982011-09-02 Chong Yidong <cyd@stupidchicken.com>
5699
5700 * window.el (display-buffer-alist): Doc fix.
5701 (display-buffer): Add docstring. Don't treat
5702 display-buffer-default specially.
5703 (display-buffer-reuse-selected-window)
5704 (display-buffer-same-window, display-buffer-maybe-same-window)
5705 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5706 (display-buffer-pop-up-window)
5707 (display-buffer-reuse-or-pop-window)
5708 (display-buffer-use-some-window): New functions.
5709 (display-buffer-default-action): Use them.
393a301e 5710 (display-buffer-default): Delete.
89894cd8
CY
5711 (pop-to-buffer-1): Fix choice of actions.
5712
ae0bc9fb
SM
57132011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * minibuffer.el (completion--insert-strings): Don't get confused by
5716 completion entries that end with an LF char.
5717
e9d90883
EZ
57182011-09-01 Eli Zaretskii <eliz@gnu.org>
5719
5720 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5721
437014c8
CY
57222011-09-01 Chong Yidong <cyd@stupidchicken.com>
5723
5724 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5725 (display-buffer-same-window, display-buffer-other-window):
5726 New functions.
437014c8
CY
5727 (pop-to-buffer-1): New function. Use the above.
5728 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5729 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5730
5731 * view.el (view-buffer-other-window, view-buffer-other-frame):
5732 Just use pop-to-buffer.
5733
a5e063d5
TV
57342011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5735
5736 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5737
793d32bb
WH
57382011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5739
5740 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5741
d65e4c15
RS
57422011-08-31 Richard Stallman <rms@gnu.org>
5743
5744 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5745 of the separation of rmail-view-buffer from rmail-buffer.
5746 If you say no to "replace original", the decrypt is in the
5747 view buffer. If you say yes, the decrypt goes into the
5748 rmail buffer also.
5749
f818cd2a
MR
57502011-08-31 Martin Rudalics <rudalics@gmx.at>
5751
5752 * window.el (display-buffer-window): Rewrite doc-string.
5753 (display-buffer-record-window): New function.
5754 (display-buffer-macro-specifiers)
5755 (display-buffer-even-window-sizes, display-buffer-set-height)
5756 (display-buffer-set-width, display-buffer-in-window)
5757 (display-buffer-reuse-window, display-buffer-split-specifiers)
5758 (display-buffer-side-specifiers, display-buffer-split-window-1)
5759 (display-buffer-split-window, display-buffer-split-atom-window)
5760 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5761 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5762 (display-buffer-other-window-means-other-frame)
5763 (display-buffer-normalize-special)
5764 (display-buffer-normalize-default)
5765 (display-buffer-normalize-argument)
5766 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5767 (display-buffer-normalize-specifiers, display-buffer-frame)
5768 (display-buffer-same-window, display-buffer-same-frame)
5769 (display-buffer-other-window)
5770 (display-buffer-same-frame-other-window)
5771 (display-buffer-other-frame, pop-to-buffer-same-window)
5772 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5773 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5774 (switch-to-buffer-same-frame)
5775 (switch-to-buffer-other-window-same-frame)
5776 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5777 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5778 (display-buffer-alist-set): Remove.
5779 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5780 (special-display-regexps, special-display-function):
5781 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5782 parameter.
5783 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5784 (special-display-frame-alist, special-display-popup-frame)
5785 (same-window-buffer-names, same-window-regexps, same-window-p)
5786 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5787 (split-window-preferred-function, split-height-threshold)
5788 (split-width-threshold, window-splittable-p)
5789 (split-window-sensibly, window--try-to-split-window)
5790 (window--frame-usable-p, even-window-heights)
5791 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5792 (window--display-buffer-2, display-buffer-other-frame):
5793 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5794 (display-buffer-default, display-buffer-assq-regexp): New functions.
5795 (display-buffer-alist): Rewrite doc-string.
5796 (display-buffer-default-action)
5797 (display-buffer-overriding-action): New variables.
5798 (display-buffer, switch-to-buffer): Rewrite.
5799 (pop-to-buffer): Restore Emacs 23 behavior but use
5800 window-normalize-buffer-to-display.
5801 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5802 Restore Emacs 23 behavior but use
5803 window-normalize-buffer-to-switch-to.
5804 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5805 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5806 Rewrite using Emacs 23 options.
f818cd2a 5807
5bc3b51d
MA
58082011-08-31 Michael Albinus <michael.albinus@gmx.de>
5809
5810 * net/tramp.el (tramp-root-regexp): Remove.
5811 (tramp-completion-file-name-regexp-unified)
5812 (tramp-completion-file-name-regexp-separate)
5813 (tramp-completion-file-name-regexp-url): Don't use leading volume
5814 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5815 (tramp-drop-volume-letter): Simplify definition.
5816 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5817
b1a4f8e1
SM
58182011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5821 (bug#9356).
5822
5664fa7b
RT
58232011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5824
b1a4f8e1 5825 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5826
9a45d6c3
JL
58272011-08-29 Juri Linkov <juri@jurta.org>
5828
5829 * isearch.el (isearch-done): Don't display message "Mark saved"
5830 when arg `edit' is non-nil to prevent its flicker in the echo area.
5831
fb87e0fb
CY
58322011-08-28 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5835 obsolete packages for deletion.
5836
09ac1c2a
CS
58372011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5838
5839 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5840 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5841 view-mode from help-mode.
5842 (help-xref-override-view-map): Remove.
5843 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5844 view-mode is not used anymore.
5845
7a1ff57f
CY
58462011-08-28 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * server.el (server-port): Doc fix.
5849
b9696605
CY
5850 * cus-theme.el (custom-theme-choose-mode): Inherit from
5851 special-mode (Bug#9124).
5852 (custom-theme-choose-mode-map): Add special-mode to parent.
5853
ef8cdf8c
AM
58542011-08-28 Alan Mackenzie <acm@muc.de>
5855
5856 * progmodes/cc-fonts.el
5857 (c-make-font-lock-BO-decl-search-function): New function.
5858 (c-basic-matchers-after - "Fontify the clauses after various
5859 keywords"): Extract the three keyword lists for the 3 erroneous
5860 constructs from the list of four, and use the new function above
5861 in place of an old one.
5862
27de4e20
DD
58632011-08-28 Deniz Dogan <deniz@dogan.se>
5864
5865 * net/rcirc.el (rcirc-insert-prev-input)
5866 (rcirc-insert-next-input): Remove unused argument.
5867
356a3681
SM
58682011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5871
3fc9b218
AM
58722011-08-27 Alan Mackenzie <acm@muc.de>
5873
5874 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5875 handle function pointer parameters properly.
5876
538a061c
MR
58772011-08-27 Martin Rudalics <rudalics@gmx.at>
5878
5879 * window.el (display-buffer-reuse-window): Fix case where
5880 selected window was reused with non-nil OTHER-WINDOW argument.
5881 (Bug#9381)
5882
35b1c40c
DD
58832011-08-27 Deniz Dogan <deniz@dogan.se>
5884
5885 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5886 oftc's NickServ messages.
5887
2f6a3e79
GM
58882011-08-27 Glenn Morris <rgm@gnu.org>
5889
5890 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5891
7254299e
CY
58922011-08-26 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * emacs-lisp/package.el (package-install): Call package-initialize
5895 if called interactively.
5896
f8ccf167
LL
58972011-08-26 Leo Liu <sdl.web@gmail.com>
5898
5899 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5900
3e8cd5ce
JL
59012011-08-25 Juri Linkov <juri@jurta.org>
5902
5903 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5904 `search-whitespace-regexp' (bug#9364).
5905
93eb7113
JL
59062011-08-25 Juri Linkov <juri@jurta.org>
5907
5908 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5909 `regexp-search-ring' to their global values to protect from
5910 updating by `read-from-minibuffer' (bug#9185).
5911
f65d1611
JL
59122011-08-25 Juri Linkov <juri@jurta.org>
5913
5914 * textmodes/ispell.el (ispell-command-loop): Add newline
5915 at the end of the "Use option `i'..." line.
5916
f1cf7a31
JL
59172011-08-25 Juri Linkov <juri@jurta.org>
5918
5919 * battery.el (display-battery-mode): If `battery-status-function'
5920 or `battery-mode-line-format' is nil, display the message and set
5921 `display-battery-mode' to nil (bug#9363).
5922
0c95fcf7
EZ
59232011-08-25 Eli Zaretskii <eliz@gnu.org>
5924
5925 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5926 bidi-string-mark-left-to-right; they are unnecessary now.
5927
a2ebe600
DD
59282011-08-25 Deniz Dogan <deniz@dogan.se>
5929
5930 * net/quickurl.el: Documentation typo fixes.
5931
e4ed06f1
CY
59322011-08-25 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5935
e5f1c99e
GM
59362011-08-25 Glenn Morris <rgm@gnu.org>
5937
b2948976
GM
5938 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5939
e5f1c99e
GM
5940 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5941 (smtpmail-via-smtp): Handle nil response from smtp.
5942
f22f4808
JL
59432011-08-24 Juri Linkov <juri@jurta.org>
5944
5945 * proced.el (proced-marked): Inherit from `error' instead of
5946 `font-lock-warning-face'.
5947
5948 * ibuffer.el (ibuffer-marked-face): Change default face from
5949 `font-lock-warning-face' to `warning'.
5950 (ibuffer-deletion-face): Change default face from
5951 `font-lock-type-face' to `error'.
5952
5953 * battery.el (battery-update): Use the face `error' instead of
5954 `font-lock-warning-face' (bug#6117).
5955
6a93965e
JL
59562011-08-24 Juri Linkov <juri@jurta.org>
5957
5958 * faces.el (success): Change face color from "Green3" to
5959 "ForestGreen" on light background (bug#9353).
5960
1ed43b09
CY
59612011-08-24 Chong Yidong <cyd@stupidchicken.com>
5962
5664fa7b
RT
5963 * window.el (quit-window): Rename from quit-restore-window.
5964 Use same arglist as old quit-window.
1ed43b09
CY
5965 (frame-auto-delete): Doc fix.
5966
5967 * view.el (view-mode-exit): Use quit-window.
5968
11dcdbb2
JL
59692011-08-24 Juri Linkov <juri@jurta.org>
5970
5971 * isearch.el (isearch-ring-adjust1): Start visiting previous
5972 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5973 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5974 for empty search string (when the last search string is reused
5975 automatically) to adjust the isearch ring to the last element and
5976 prepare the correct index for further M-p commands (bug#9185).
5977
de62b4df
KH
59782011-08-24 Kenichi Handa <handa@m17n.org>
5979
5980 * international/ucs-normalize.el: If decomposition property of
5981 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5982 nil.
5983 (nfd, nfkd): Likewise.
5984
963b492b
SM
59852011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5986
5987 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5988 from process filters aren't reliably transmitted to the surrounding
5989 accept-process-output.
5990 (mpc-proc-check): New function.
5991 (mpc-proc-sync): Use it (bug#8293)
5992
93b6b5e1
SM
59932011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5996 Add compatibility functions (bug#9313).
5997
bca633fb
EZ
59982011-08-23 Eli Zaretskii <eliz@gnu.org>
5999
b177498a
EZ
6000 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6001
6df6ae42 6002 * international/uni-bidi.el: Regenerate.
bca633fb 6003
0902a04e
KH
60042011-08-23 Kenichi Handa <handa@m17n.org>
6005
6006 * international/charprop.el:
6007 * international/uni-bidi.el:
6008 * international/uni-category.el:
6009 * international/uni-combining.el:
6010 * international/uni-comment.el:
6011 * international/uni-decimal.el:
6012 * international/uni-decomposition.el:
6013 * international/uni-digit.el:
6014 * international/uni-lowercase.el:
6015 * international/uni-mirrored.el:
6016 * international/uni-name.el:
6017 * international/uni-numeric.el:
6018 * international/uni-old-name.el:
6019 * international/uni-titlecase.el:
6020 * international/uni-uppercase.el: Regenerate.
6021
3bbf23bc
MR
60222011-08-23 Martin Rudalics <rudalics@gmx.at>
6023
6024 * help.el (help-window-setup): Fix message displayed when other
6025 window is reused. (Bug#9341)
6026
b3fd59bd
SM
60272011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6028
1802e444
SM
6029 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6030 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6031
b3fd59bd
SM
6032 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6033 Mark obsolete.
6034 * shell.el (shell-parse-pcomplete-arguments): New function.
6035 (shell-completion-vars): Use it instead (bug#9160).
6036
4eb61348
SM
60372011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6038
867cab74
SM
6039 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6040 strings and comments (bug#9333).
6041
4eb61348
SM
6042 * emacs-lisp/debug.el (debug-arglist): New function.
6043 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6044 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6045
262a1439
JL
60462011-08-22 Juri Linkov <juri@jurta.org>
6047
56ee679c
JL
6048 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6049 Revert regexp that highlights output switches to its old
6050 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6051
262a1439
JL
6052 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6053 to check for empty output (bug#9226).
6054
f13f86fb
CY
60552011-08-22 Chong Yidong <cyd@stupidchicken.com>
6056
6057 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6058 symbol-constituent as the default, as that stops font-lock from
6059 working properly (Bug#8843).
6060
c65c9622
LMI
60612011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6062
6063 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6064 `coding-system-for-*' around the process open call to avoid
6065 auth-source side effects.
e7f2c178 6066 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6067 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6068 probe hangs.
c65c9622 6069
23a8a5ab
CY
60702011-08-21 Chong Yidong <cyd@stupidchicken.com>
6071
ff98b2dd
CY
6072 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6073
23a8a5ab
CY
6074 * emacs-lisp/find-func.el (find-function-noselect): New arg
6075 lisp-only.
6076
6077 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6078 signal an error for built-in functions (Bug#6664).
6079
f5e3c598
LMI
60802011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6081
6082 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6083 (smtpmail-try-auth-methods): Use it.
6084
a3f2468a
CY
60852011-08-21 Chong Yidong <cyd@stupidchicken.com>
6086
2c34e8da
CY
6087 * font-lock.el (font-lock-fontify-region)
6088 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6089 (font-lock-default-unfontify-buffer)
6090 (font-lock-default-fontify-region)
6091 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6092
b3fd59bd
SM
6093 * progmodes/compile.el (compilation-error-properties):
6094 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6095 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6096 `ant' regexp.
ee31aabc 6097
a3f2468a
CY
6098 * net/browse-url.el (browse-url-firefox): Don't call
6099 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6100
8e999f70
GM
61012011-08-20 Glenn Morris <rgm@gnu.org>
6102
c21a496a
GM
6103 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6104
59ee0542
GM
6105 * tutorial.el (tutorial--default-keys): Update some default bindings.
6106
8e999f70
GM
6107 * files.el (hack-local-variables): Fully ignore case for "mode:".
6108
e3715033
AM
61092011-08-20 Alan Mackenzie <acm@muc.de>
6110
6111 Resolve invalid use of a regexp in regexp-opt.
6112
4d61f28d
JB
6113 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6114 detection for a java annotation.
e3715033 6115
4d61f28d 6116 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6117 detection for a java annotation.
6118
4d61f28d
JB
6119 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6120 handling for java.
e3715033
AM
6121 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6122
04ed2e9c
CY
61232011-08-20 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6126 (Bug#9274).
6127
826cee64
AM
61282011-08-20 Alan Mackenzie <acm@muc.de>
6129
58179cce 6130 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6131 such a construct. Mainly for when jit-lock etc. starts a chunk
6132 here.
6133
58179cce 6134 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6135 variable.
58179cce 6136 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6137 c-make-font-lock-search-function.
6138 (c-make-font-lock-search-function): Use the above function.
6139 (c-make-font-lock-context-search-function): New function.
6140 (c-cpp-matchers): Enhance the preprocessor expression case with
6141 the above function
6142 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6143 which takes an expression.
6144
6145 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6146
13009bd8
MR
61472011-08-20 Martin Rudalics <rudalics@gmx.at>
6148
6149 * window.el (display-buffer-reuse-window)
6150 (display-buffer-pop-up-window): Don't reuse or split a side
6151 window.
6152
9234ff7f
GM
61532011-08-19 Glenn Morris <rgm@gnu.org>
6154
6155 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6156 Downcase "Mode:". (Bug#9331)
9234ff7f 6157
f635daa1
CY
61582011-08-18 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * international/characters.el: Add L and R categories.
6161
6162 * subr.el (bidi-string-mark-left-to-right): Rename from
6163 string-mark-left-to-right. Use category search.
6164
6165 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6166
bc987f8b
JL
61672011-08-18 Juri Linkov <juri@jurta.org>
6168
6169 * faces.el (error, warning, success): New faces with definitions
6170 copied from old default values of `font-lock-warning-face',
6171 `compilation-warning', `compilation-info' (bug#6117).
6172
6173 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6174
6175 * progmodes/compile.el (compilation-error): Inherit from `error'.
6176 (compilation-warning): Inherit from `warning'.
6177 (compilation-info): Inherit from `success'.
6178
6179 * dired.el (dired-marked): Inherit from `warning'.
6180 (dired-flagged): Inherit from `error'.
6181
57173b96
LMI
61822011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6183
3e79eb87
LMI
6184 * mail/smtpmail.el (auth-source): Require to avoid problems with
6185 binding variables (bug#9298). Also clean up some unused
6186 autoloads.
6187
b3fd59bd
SM
6188 * net/network-stream.el (network-stream-open-starttls):
6189 Support using starttls.el without using gnutls-cli.
57173b96 6190
02b404de
JL
61912011-08-17 Juri Linkov <juri@jurta.org>
6192
6193 * progmodes/grep.el (rgrep): Handle the case when
6194 `grep-find-command' is a cons cell (bug#9278).
6195
8c9177f2
MR
61962011-08-17 Martin Rudalics <rudalics@gmx.at>
6197
6198 * window.el (display-buffer-pop-up-frame): Run frame creation
6199 function with BUFFER current (as special-display-popup-frame
6200 does). Reported by Drew Adams.
6201
3644a0ab
DU
62022011-08-17 Daiki Ueno <ueno@unixuser.org>
6203
6204 * epa-mail.el: Simplify GnuPG group expansion using
6205 epg-expand-group.
6206 (epa-mail-group-alist, epa-mail-group-modtime)
6207 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6208 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6209 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6210 Remove.
6211
5e617bc2 62122011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6213
6214 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6215
9c4aeabf
AM
62162011-08-16 Alan Mackenzie <acm@muc.de>
6217
6218 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6219 Correct, to avoid the inside of macros.
6220
3a99bf64
RS
62212011-08-16 Richard Stallman <rms@gnu.org>
6222
04963aa8
RS
6223 * epa-mail.el: Handle GnuPG group definitions.
6224 (epa-mail-group-alist, epa-mail-group-modtime)
6225 (epa-mail-gnupg-conf-file): New variables.
6226 (epa-mail-parse-groups, epa-mail-sync-groups)
6227 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6228 (epa-mail-expand-recipients): New functions.
6229 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6230
177549d0
RS
6231 * mail/rmail.el (rmail-epa-decrypt): New command.
6232
fe38beef
RS
6233 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6234 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6235 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6236 (epa-decrypt-armor-in-region): Make error message clearer.
6237
934eacb9
SM
62382011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6241 and "a2b" to "ab" for `prefix'.
6242
d024fb4e
CY
62432011-08-14 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6246 filter groups.
de148fee
CY
6247 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6248 Fourquet (Bug#8804).
d024fb4e 6249
62f1ca49
JB
62502011-08-12 Juanma Barranquero <lekktu@gmail.com>
6251
6252 * startup.el (argi): Declare as global variable (bug#9275).
6253
9ccaaa4b
CY
62542011-08-12 Chong Yidong <cyd@stupidchicken.com>
6255
6256 * subr.el (string-mark-left-to-right): Search the entire string
6257 for RTL script, not just the terminating character. Doc fix.
6258
a3dae87a
SM
62592011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6cd18349
SM
6261 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6262 New function.
6263 (js--regexp-literal, js-syntax-propertize-function): Remove.
6264 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6265 (js-mode-map): Don't rebind electric keys.
6266 (js-insert-and-indent): Remove.
6267 (js-mode): Setup electric-layout and electric-indent instead.
6268
a3dae87a
SM
6269 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6270
9d5cb631
DU
62712011-08-12 Daiki Ueno <ueno@unixuser.org>
6272
6273 * epa.el (epa-progress-callback-function): Fix the logic of
6274 displaying progress.
6275 * epa-file.el (epa-file-insert-file-contents): Make progress
6276 display more user-friendly.
6277 (epa-file-write-region): Ditto.
6278
3e26a4a2
CY
62792011-08-10 Chong Yidong <cyd@stupidchicken.com>
6280
6281 * subr.el (string-mark-left-to-right): New function.
6282
6283 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6284 Use string-mark-left-to-right.
6285 (list-buffers-noselect): Caller changed.
6286
a3dae87a
SM
6287 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6288 Use string-mark-left-to-right.
3e26a4a2
CY
6289 (tabulated-list-print): Recenter after moving point.
6290
ac8cf6e6
JL
62912011-08-10 Juri Linkov <juri@jurta.org>
6292
6293 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6294 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6295 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6296
8d96c9a4
CY
62972011-08-09 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6300 (Bug#7554).
6301
7be1c708 63022011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6303
6304 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6305 character. (Bug#6594)
6306
37e11a63
CY
63072011-08-08 Chong Yidong <cyd@stupidchicken.com>
6308
839dde57
CY
6309 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6310 (image-dired--with-db-file): New macro.
6311 (image-dired-write-tags, image-dired-remove-tag)
6312 (image-dired-create-gallery-lists, image-dired-write-comments)
6313 (image-dired-get-comment, image-dired-mark-tagged-files)
6314 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6315 (image-dired-gallery-generate): Use insert-file-contents.
6316
37e11a63
CY
6317 * time.el (display-time-world-list, display-time-world-display):
6318 * time-stamp.el (time-stamp-string):
6319 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6320 set-time-zone-rule (Bug#7337).
6321
0b4946c4
DU
63222011-08-08 Daiki Ueno <ueno@unixuser.org>
6323
6324 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6325 (epg-error-to-string, epg-errors-to-string): New function.
6326 (epg-wait-for-completion): Reverse errors list.
6327 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6328 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6329 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6330 (epg-sign-keys, epg-generate-key-from-file)
6331 (epg-generate-key-from-string): Format errors by using
6332 epg-errors-to-string (bug#9255).
6333 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6334
75bfc667
JL
63352011-08-07 Juri Linkov <juri@jurta.org>
6336
6337 * faces.el (list-faces-display): Remove extra angle bracket
6338 from `help-mode-map'.
6339
6340 * info.el (Info-history-toc-nodes): Doc fix.
6341
6342 * longlines.el (longlines-mode): Doc fix.
6343
673e08bb
SM
63442011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6345
4640dd88
SM
6346 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6347 of statements and in a few more cases (bug#9183).
6348
673e08bb
SM
6349 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6350 New functions.
6351 (cl-transform-lambda): Use them (bug#9239).
6352
89b3f019
MR
63532011-08-05 Martin Rudalics <rudalics@gmx.at>
6354
6355 * window.el (display-buffer-same-window)
6356 (display-buffer-same-frame, display-buffer-other-window)
6357 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6358 (pop-to-buffer-other-window)
6359 (pop-to-buffer-same-frame-other-window)
6360 (pop-to-buffer-other-frame): Make them defuns.
6361 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6362
640c8776
SM
63632011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * subr.el (make-composed-keymap): Move from C. Change calling
6366 convention, and improve docstring to bring attention to a subtle point.
6367 * minibuffer.el (completing-read-default): Adjust accordingly.
6368
63648a95
MA
63692011-08-03 Michael Albinus <michael.albinus@gmx.de>
6370
6371 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6372 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6373
6374 * net/trampver.el: Update release number.
6375
b796c9b7
SM
63762011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6379 "in" (bug#9190).
6380
2239d7d5
LMI
63812011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6382
e07dd7c3
LMI
6383 * mail/sendmail.el (sendmail-query-once): Restore the current
6384 buffer after querying (bug#9074).
6385
0e6a2bd7
LMI
6386 * dired.el (dired-flagged): Use different faces for marked and
6387 flagged files (bug#6117).
6388
ce887515
LMI
6389 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6390 (bug#4433).
6391
92f2affc
LMI
6392 * ido.el (ido-mode): Switch off the message if called
6393 non-interactively.
6394
57d5aff0
LMI
6395 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6396 before 587, since it appears that that's more likely to work for
6397 more people.
6398
98cd6c18 6399 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6400 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6401 exist.
6402
b96dec83
LMI
6403 * info.el: Remove the `Info-beginning-of-buffer' function
6404 (bug#8325).
6405
b796c9b7
SM
6406 * net/network-stream.el (network-stream-open-starttls):
6407 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6408
d90e2ea0
MR
64092011-08-01 Martin Rudalics <rudalics@gmx.at>
6410
6411 * window.el (display-buffer-in-window): Don't set dedicated status
6412 of window here (Bug#9215).
6413 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6414 (display-buffer-pop-up-side-window)
b796c9b7 6415 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6416
cca09170
SM
64172011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6420 before binding generated-autoload-file.
6421
027b979c
DD
64222011-08-01 Deniz Dogan <deniz@dogan.se>
6423
6424 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6425
3c7ee4f3
MA
64262011-07-30 Michael Albinus <michael.albinus@gmx.de>
6427
6428 Sync with Tramp 2.2.2.
6429
6430 * net/trampver.el: Update release number.
6431
2cc8e51a
JL
64322011-07-30 Juri Linkov <juri@jurta.org>
6433
6434 * dired-aux.el (dired-touch-initial): Remove function.
6435 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6436 current time, and `default' to the last modification time of the
6437 current marked file (bug#6887).
6438
a514d856
JM
64392011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6440
6441 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6442 numeric argument to read-number (bug#9163).
a514d856 6443
8a7eddd7
MA
64442011-07-27 Michael Albinus <michael.albinus@gmx.de>
6445
6446 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6447 connection process, it could be nil.
6448
1ddd96f5
LL
64492011-07-27 Leo Liu <sdl.web@gmail.com>
6450
6451 Simplify url handling in rcirc-mode.
6452
6453 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6454 (rcirc-browse-url-at-mouse): Remove.
6455 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6456
b248a85d
AM
64572011-07-26 Alan Mackenzie <acm@muc.de>
6458
6459 Fontify bitfield declarations properly.
6460
6461 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6462 (c-symbol-chars): Now exported as a lang variable.
6463 (c-not-primitive-type-keywords): New lang variable.
6464
6465 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6466 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6467 parsed as a bitfield declaration.
b248a85d 6468
b796c9b7
SM
6469 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6470 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6471 (c-punctuation-in): New function.
6472 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6473 declarations properly.
6474
68575ab0
UJ
64752011-07-26 Ulf Jasper <ulf.jasper@web.de>
6476
6477 * calendar/icalendar.el (icalendar--all-events): Take care of
6478 multiple vcalendars in a single file.
b796c9b7 6479 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6480
0f0a88b9
DD
64812011-07-25 Deniz Dogan <deniz@dogan.se>
6482
6483 * image.el (insert-image): Clarifying docstring.
6484
0b3f36df
MA
64852011-07-24 Michael Albinus <michael.albinus@gmx.de>
6486
6487 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6488 `tramp-send-command-and-check' if there is no error.
6489 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6490
a9901f61
AM
64912011-07-22 Alan Mackenzie <acm@muc.de>
6492
6493 Prevent cc-langs.elc being loaded at run time.
6494
6495 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6496 cc-langs.
6497
4d61f28d 6498 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6499 "(require 'cc-langs)". Quote a form so it will evaluate at
6500 (cc-mode's) compilation time.
6501
11d074b2
MA
65022011-07-22 Michael Albinus <michael.albinus@gmx.de>
6503
6504 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6505 loading. (Bug#9114)
6506
938b94c8
MR
65072011-07-21 Martin Rudalics <rudalics@gmx.at>
6508
6509 * window.el (display-buffer-pop-up-window)
6510 (display-buffer-pop-up-side-window)
6511 (display-buffer-in-side-window): Call display-buffer-set-height
6512 and display-buffer-set-width after setting the new window's
b796c9b7 6513 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6514
bfa4f190
SS
65152011-07-20 Sam Steingold <sds@gnu.org>
6516
6517 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6518 (etags-tags-included-tables): Call `convert-standard-filename' on
6519 the file names contained in TAGS so that windows Emacs can handle
6520 TAGS files created by cygwin ctags.
6521
8ca42262
LMI
65222011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6523
6524 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6525 which apparently didn't work.
6526
5db2afd2 65272011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6528
5db2afd2
RW
6529 * proced.el (proced-send-signal): For *Marked Processes* buffer
6530 put point at beginning of buffer.
6531
92e15d10
SB
65322011-07-19 Stephen Berman <stephen.berman@gmx.net>
6533
6534 * proced.el (proced-format): Make header lines align with the text
6535 (bug#1779).
6536
1bfd59e5
LMI
65372011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6538
6539 * view.el (view-buffer): Allow running in `special' modes if we're
6540 visiting a file (bug#8615).
6541
f5aae37c
MR
65422011-07-19 Martin Rudalics <rudalics@gmx.at>
6543
6544 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6545 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6546 New functions.
f5aae37c
MR
6547 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6548 more accurately.
6549
bf2c1571
AM
65502011-07-18 Alan Mackenzie <acm@muc.de>
6551
6552 Fontify declarators properly when, e.g., a jit-lock chunk begins
6553 inside a declaration.
6554
6555 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6556
b796c9b7
SM
6557 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6558 New function.
bf2c1571
AM
6559 (c-complex-decl-matchers): Insert reference to
6560 c-font-lock-enclosing-decls.
6561
6562 * progmodes/cc-engine.el (c-backward-single-comment):
6563 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6564 to nil around calls to (forward-comment -1).
6565
4e190b80
LMI
65662011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6567
12dc863d
LMI
6568 * image.el (put-image): Doc typo fix.
6569
a762e966
LMI
6570 * progmodes/etags.el (tags-search): Doc typo fix.
6571
4e190b80
LMI
6572 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6573 password if we get errors 550 to 554.
6574
f019fb21
LMI
65752011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6576
b796c9b7 6577 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6578
81746738
LMI
6579 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6580 indentation character (bug#6380).
6581
3ee3a1b5
LMI
6582 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6583
c82f64de
LMI
6584 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6585 to clarify what the problem is (bug#4291).
6586
f019fb21
LMI
6587 * simple.el (current-kill): Clarify what
6588 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6589 (auto-fill-mode): Document `auto-fill-function' in relation to
6590 `auto-fill-mode' (bug#2470).
f019fb21 6591
0794775d
LM
65922011-07-16 Lawrence Mitchell <wence@gmx.li>
6593
6594 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6595 method if slot is read-only (bug#9035).
6596
be39b8cc
MR
65972011-07-16 Martin Rudalics <rudalics@gmx.at>
6598
b796c9b7 6599 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6600 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6601 selected before, see discussion of (Bug#8615), (Bug#6954).
6602 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6603
6ccf7859
GM
66042011-07-15 Glenn Morris <rgm@gnu.org>
6605
6606 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6607 Respect help-form.
6ccf7859 6608
87e86684
LM
66092011-07-09 Lawrence Mitchell <wence@gmx.li>
6610
6611 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6612 (gnutls-negotiate): Use it.
6613
d6066239
LMI
66142011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6615
b796c9b7
SM
6616 * net/gnutls.el (gnutls-negotiate):
6617 Upcase `gnutls-algorithm-priority'.
d6066239 6618
bd23ebc0
GM
66192011-07-15 Glenn Morris <rgm@gnu.org>
6620
c65bca65
GM
6621 * jka-compr.el (jka-compr-verbose): Move from here...
6622 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6623 Add missing :version tag.
6624 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6625
478615cc
LMI
66262011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6627
7b41decb
LMI
6628 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6629 (gnutls-negotiate): Use it.
6630
dbc44fcd
LMI
6631 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6632
06789f97
LMI
6633 * info.el (Info-beginning-of-buffer): New command.
6634 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6635 announcing `b' as the key (bug#8325).
ab896c37 6636 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6637
c39da690
LMI
6638 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6639
3aa5f34b
LMI
6640 * international/mule-cmds.el
6641 (describe-specified-language-support): Make the error message
6642 clearer (bug#8905).
6643
4bf0979f
LMI
6644 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6645
478615cc
LMI
6646 * isearch.el (isearch-barrier): Add a doc string, since it's
6647 mentioned in a function doc string (bug#8678).
6648
75c68aa1
MR
66492011-07-15 Martin Rudalics <rudalics@gmx.at>
6650
6651 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6652 buffer argument (Bug#9083) and self-identifying label argument.
6653
a7c33da2
GM
66542011-07-15 Glenn Morris <rgm@gnu.org>
6655
6656 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6657
2f5c6024
LMI
66582011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6659
6660 * man.el (Man-fontify-manpage): Fix message when formatting the
6661 man page (bug#7929).
6662
0bb23927 66632011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6664
6665 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6666 argument LRM; if non-nil, append an invisible LRM character to the
6667 buffer name.
6668 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6669 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6670 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6671 paragraph direction.
cce4b0a7 6672
621ef9ab
LMI
66732011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6674
d1583c48
LMI
6675 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6676 the man page name (bug#7929).
6677
6a57fb5f
LMI
6678 * image.el (put-image): Mention the `put-image' overlay property
6679 (bug#7834).
6680
d7956b14
LMI
6681 * scroll-bar.el (set-scroll-bar-mode): Mention that
6682 `scroll-bar-mode' lists the values (bug#7772).
6683
5b2d4a66
LMI
6684 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6685 command (bug#7729).
6686
7509a874
LMI
6687 * rect.el (apply-on-rectangle): Return the point after the last
6688 operation.
6689 (string-rectangle): Go to the point after the last operation
6690 (bug#7522).
6691
4fe74b19
LMI
6692 * printing.el (pr-toggle-region): Clarify the documentation
6693 slightly (bug#7493).
6694
b796c9b7
SM
6695 * time.el (display-time-update):
6696 Allow `display-time-mail-function' to return nil (bug#7158).
6697 Fix suggested by Detlev Zundel.
ab283561 6698
fc233c9d
LMI
6699 * vc/diff.el (diff): Clarify the order the file names are read
6700 (bug#7111).
6701
43f5740b
LMI
6702 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6703 the doc string (bug#7015).
6704
f2182a76
LMI
6705 * font-lock.el (font-lock-maximum-decoration): Mention what
6706 numeric levels mean (bug#6935).
6707
621ef9ab
LMI
6708 * startup.el (initial-buffer-choice): Don't mention the `none'
6709 selection, which is against policy.
6710
adc47434
MR
67112011-07-14 Martin Rudalics <rudalics@gmx.at>
6712
b796c9b7
SM
6713 * window.el (display-buffer-normalize-special):
6714 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6715
7e5bfb8f
EZ
67162011-07-14 Eli Zaretskii <eliz@gnu.org>
6717
6718 * subr.el (version<, version<=, version=): Mention "-CVS" and
6719 "-12345" alpha version numbers.
6720
27fa387a
CY
67212011-07-14 Chong Yidong <cyd@stupidchicken.com>
6722
6723 * bindings.el: Add advertised binding for set-mark-command
6724 (Bug#5772).
6725
8bdfa064
CY
67262011-07-14 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * bindings.el (mode-line-other-buffer):
6729 * bookmark.el (bookmark-bmenu-2-window):
6730 * bs.el (bs-cycle-next, bs-cycle-previous):
6731 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6732 switch-to-buffer.
6733
6734 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6735 Delete.
8bdfa064 6736
5eba16a3
JB
67372011-07-14 Juanma Barranquero <lekktu@gmail.com>
6738
6739 * follow.el (follow-debug-message, follow-redisplay):
6740 * jka-cmpr-hook.el (with-auto-compression-mode):
6741 Fix typos in docstrings.
6742
15853710
LMI
67432011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6744
a28e4607
LMI
6745 * subr.el (with-silent-modifications): Clarify somewhat what the
6746 macro inhibits (bug#6525).
6747
15853710
LMI
6748 * simple.el (eval-expression): Note what it does if called
6749 interactively (bug#6495).
6750
bee0fcef
CY
67512011-07-13 Chong Yidong <cyd@stupidchicken.com>
6752
b796c9b7
SM
6753 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6754 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6755
6756 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6757 Remove switch-to-buffer.
6758
58274504
LMI
67592011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6760
bd2fcc8d
LMI
6761 * files.el (make-directory): Clarify that an error will be raised
6762 if there's an error (bug#6397).
6763
0f04b32c
LMI
6764 * startup.el (initial-buffer-choice): Add `none' as a choice
6765 (bug#6234).
6766
465c5fc8
LMI
6767 * subr.el (add-hook): Clarify section about buffer-local hooks
6768 (bug#6218).
6769
58274504
LMI
6770 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6771
bead9a43
JB
67722011-07-13 Juanma Barranquero <lekktu@gmail.com>
6773
6774 * tabify.el (untabify): Preserve the current column so that point
6775 doesn't move (bug#6032).
6776
3af98a7b
LMI
67772011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6778
b796c9b7
SM
6779 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6780 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6781
6240145a
GM
67822011-07-13 Glenn Morris <rgm@gnu.org>
6783
6784 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6785 (dired-insert-directory): Give a message the first time
6786 if ls is found not to support --dired.
6787
1d8c2ccc
LMI
67882011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6789
6790 * simple.el (toggle-truncate-lines): Clarify what is toggled
6791 (bug#5580). Text by Drew Adams.
6792
5fc4038e
CY
67932011-07-13 Chong Yidong <cyd@stupidchicken.com>
6794
6795 * simple.el (blink-matching-open): Make the error message from the
6796 last change less verbose.
6797
bf6012e5
DN
67982011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6799
6800 * font-lock.el (font-lock-comment-face): Use the high contrast
6801 "yellow" color for font-lock-comment-face on low color terminals
6802 using a dark background color (bug#4221).
6803
343c3b5a
LMI
68042011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6805
7e9505c5
LMI
6806 * dired.el (dired-insert-set-properties): Make the doc string
6807 reflect what it does now (bug#5325).
6808
c26fdcf5
LMI
6809 * simple.el (blink-matching-open): Say that we were unable to find
6810 the match within the limit, if we're limited (bug#5122).
6811
bb388cc5
LMI
6812 * international/mule-cmds.el (prefer-coding-system): Add an
6813 example (bug#4869).
6814
343c3b5a
LMI
6815 * progmodes/etags.el (tags-search): Document `file-list-form'
6816 (bug#4731).
6817
2a517d45
LM
68182011-07-13 Lawrence Mitchell <wence@gmx.li>
6819
6820 * net/browse-url.el (browse-url-default-browser)
6821 (browse-url-browser-function): Make the default browser choice a
6822 bit more logical (bug#4300). Also clean up the doc string.
6823
b6c78ef2
JB
68242011-07-13 Juanma Barranquero <lekktu@gmail.com>
6825
6826 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6827 binary endings (bug#4440).
6828
1c4dd947
LMI
68292011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6830
a2014063
LMI
6831 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6832 which can be pretty annoying (bug#8971).
6833
9c9c2d88
LMI
6834 * jka-compr.el (jka-compr-verbose): New variable, and use
6835 throughout (bug#8971).
6836
1c4dd947
LMI
6837 * info.el (Info-find-file): Fall back on the installation
6838 directory if we can't find the info node anywhere else.
6839
a1c9f41b
SO
68402011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6841
6842 * vc/vc.el (vc-revert-file):
6843 Don't set file time-stamp in the past. (Bug#5181)
6844
536f3d36
LMI
68452011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6846
7152b011
LMI
6847 * files.el (after-find-file): Give a better error message when
6848 trying to find a symlink that points to a file that doesn't exist
6849 (bug#4398).
6850
536f3d36
LMI
6851 * progmodes/cc-vars.el: Remove (probably) misleading comment
6852 (bug#4396).
6853
460c0fba
JB
68542011-07-12 Johan Bockgård <bojohan@gnu.org>
6855
6856 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6857
7a6bda45
CY
68582011-07-12 Chong Yidong <cyd@stupidchicken.com>
6859
6860 * mouse-sel.el: Hack restoring functionality, while keeping
6861 compatibility with 2010-07-03 changes to mouse selection.
6862 (mouse-sel-primary-overlay): New var.
6863 (mouse-sel-selection-alist): Use it.
6864 (mouse-sel-mode): Doc fix; remove points that are default features
6865 of mouse.el.
6866
c79598ef
JB
68672011-07-12 Johan Bockgård <bojohan@gnu.org>
6868
6869 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6870 Fix previous fix (bug#2490).
6871
ff8be6ef
RW
68722011-07-12 Roland Winkler <winkler@gnu.org>
6873
b796c9b7
SM
6874 * textmodes/bibtex.el (bibtex-initialize):
6875 Use pop-to-buffer-same-window.
ff8be6ef
RW
6876 (bibtex-search-entries): Fix interactive call.
6877
296ba3ee
LMI
68782011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6879
f5242a02 6880 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6881 Fontise bytecomp Error lines more correctly (bug#2490).
6882 Fix suggested by Johan Bockgård.
f5242a02 6883
296ba3ee
LMI
6884 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6885
6886 * dired-x.el (dired-guess-default): Use `delete-dups'.
6887
f69fd0d2
CY
68882011-07-12 Chong Yidong <cyd@stupidchicken.com>
6889
6890 * dired.el (dired-mark-prompt):
6891 * dired-aux.el (dired-read-shell-command): Doc fix.
6892
eab5dc07
LMI
68932011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
b796c9b7
SM
6895 * mail/sendmail.el (sendmail-query-once):
6896 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6897 emacs -Q.
6898
6899 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6900
eab5dc07
LMI
6901 * cus-edit.el (custom-file): Take an optional no-error variable.
6902 (customize-save-variable): Set the variable, and give a warning if
6903 running under "emacs -q".
6904
a1e65d42
JB
69052011-07-11 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * loadhist.el (unload-feature-special-hooks):
6908 Add `auto-coding-functions', `fill-nobreak-predicate' and
6909 `find-directory-functions' (bug#5327).
6910
1d52da10
LMI
69112011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6912
be958f1d
LMI
6913 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6914
5bedb26c
LMI
6915 * cus-edit.el (custom-guess-name-alist): -alist variables should
6916 use the `alist' type (bug#3120). Suggested by Drew Adams.
6917
1d52da10
LMI
6918 * printing.el: Add documentation to all the `pr-toggle-' commands.
6919
cd394be1 69202011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6921
6922 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6923 backends where it makes sense (bug#2623).
6924
dcc88d8a
LMI
69252011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6926
c3de9feb
LMI
6927 * dired-x.el (dired-guess-default): Remove duplicate shell command
6928 entries (bug#2028).
8a93078b 6929 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6930 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6931
dcc88d8a
LMI
6932 * subr.el (remove-duplicates): New conveniency function.
6933
505e3645
LMI
69342011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6935
6936 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6937 (bug#1526).
6938
69392011-07-10 Martin Rudalics <rudalics@gmx.at>
6940
6941 * window.el (display-buffer-normalize-default): Don't invert
6942 meaning of even-window-heights. Reported by Eli Zaretskii
6943 <eliz@gnu.org>.
6944
455e4fa1
BR
69452011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6946
6947 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6948
8e0bc3e9
CY
69492011-07-10 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * window.el (display-buffer): Fix arguments to
6952 display-buffer-reuse-window in last change.
6953
fa7c3228
CY
6954 * faces.el (link): Use a less saturated blue on light backgrounds.
6955
6956 * startup.el (fancy-startup-text, fancy-about-text)
6957 (fancy-startup-tail): Use font-lock faces, for background safety.
6958
c0a7f300
BN
69592011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6960
b796c9b7
SM
6961 * emulation/viper-cmd.el (viper-change-state-to-vi):
6962 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6963
4dc2a129
MR
69642011-07-09 Martin Rudalics <rudalics@gmx.at>
6965
6966 * window.el (display-buffer-default-specifiers): Remove.
6967 (display-buffer-macro-specifiers): Remove default specifiers.
6968 (display-buffer-alist): Default to nil.
b796c9b7 6969 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6970 (display-buffer-pop-up-window): Allow splitting internal
6971 windows. Check whether a live window was created.
6972 (display-buffer-other-window-means-other-frame)
6973 (display-buffer-normalize-arguments): Rename to
6974 display-buffer-normalize-argument and rewrite. Set the
6975 other-window specifier.
6976 (display-buffer-normalize-special): New function.
6977 (display-buffer-normalize-options): Rename to
6978 display-buffer-normalize-default and rewrite.
6979 (display-buffer-normalize-options-inhibit): Remove.
6980 (display-buffer-normalize-specifiers): Rewrite.
6981 (display-buffer): Process other-window specifier and call
6982 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6983 more faithfully.
b796c9b7 6984 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6985 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6986 (display-buffer-in-window, display-buffer-alist-set):
6987 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6988 <tassilo@member.fsf.org>.
6989
2d43b8c9
LL
69902011-07-09 Leo Liu <sdl.web@gmail.com>
6991
6992 * register.el (insert-register): Restore accidental change on
6993 2011-06-26. (Bug#9028)
6994
7f9b7c53
GM
69952011-07-09 Glenn Morris <rgm@gnu.org>
6996
6997 * subr.el (remq): Handle the empty list. (Bug#9024)
6998
f042cfd8
AS
69992011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7000
7001 * mail/sendmail.el (send-mail-function): No longer delay custom
7002 initialization.
7003 * custom.el (custom-initialize-delay): Doc fix.
7004
856b2f11
SM
70052011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7008
afae1d68
MA
70092011-07-08 Michael Albinus <michael.albinus@gmx.de>
7010
7011 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7012 human-friendly prompt.
7013
0757af94
SM
70142011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7017 provided by a particular plugin.
7018
d760b731
LMI
70192011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7020
7021 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7022 save customizations (with "emacs -Q"), just set the variable
7023 instead of erroring out.
7024
7025 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7026
cd79ce90
JL
70272011-07-08 Juri Linkov <juri@jurta.org>
7028
7029 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7030 (archive-zip-update-case): Use 7z if found by `executable-find'.
7031 The order of searching the available programs is the same as in
7032 `archive-zip-extract' (bug#8968).
7033
14cc04aa
CY
70342011-07-07 Chong Yidong <cyd@stupidchicken.com>
7035
7036 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7037 (menu-bar-options-menu): Tweak descriptions.
7038
0a1848ec
LMI
70392011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7040
7041 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7042 menu items into verb phrases (bug#1421). Also refill to fit under
7043 80 columns.
7044
f5bd0689
CY
70452011-07-07 Chong Yidong <cyd@stupidchicken.com>
7046
538e85c6
CY
7047 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7048 (Info-read-node-name): Doc fix (Bug#1084).
7049
f5bd0689
CY
7050 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7051 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7052 (end-of-sexp, beginning-of-sexp)
7053 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7054 (forward-symbol, forward-same-syntax, word-at-point)
7055 (sentence-at-point): Doc fix (Bug#1144).
7056
56ec5115
LMI
70572011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7058
f3f8e37f
LMI
7059 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7060 should cover it (bug#1281).
7061
0757af94 7062 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7063
e9fce1ac 7064 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7065 negotiation fails, then possibly try again with a non-encrypted
7066 connection (bug#9017).
7067
56ec5115
LMI
7068 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7069 be used.
7070
c2f9aec8
RS
70712011-07-07 Richard Stallman <rms@gnu.org>
7072
7073 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7074 property, and handle its changed format.
7075 Look for the correct line number.
7076 Use file's line contents (but not past first =) to find
7077 correct line in message.
7078
ef7b981d 70792011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7080
7081 * international/characters.el (build-unicode-category-table):
7082 Delete it.
0757af94 7083 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7084
0757af94 7085 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7086 to src/chartab.c.
7087 (get-char-code-property): Call unicode-property-table-internal to
7088 load a file. Call get-unicode-property-internal where necessary.
7089 (put-char-code-property): Call unicode-property-table-internal to
7090 load a file. Call put-unicode-property-internal where necessary.
7091 put-unicode-property-internal where necessary.
0757af94
SM
7092 (char-code-property-description):
7093 Call unicode-property-table-internal to load a file.
c805dec0
KH
7094
7095 * international/charprop.el:
7096 * international/uni-bidi.el:
7097 * international/uni-category.el:
7098 * international/uni-combining.el:
7099 * international/uni-comment.el:
7100 * international/uni-decimal.el:
7101 * international/uni-decomposition.el:
7102 * international/uni-digit.el:
7103 * international/uni-lowercase.el:
7104 * international/uni-mirrored.el:
7105 * international/uni-name.el:
7106 * international/uni-numeric.el:
7107 * international/uni-old-name.el:
7108 * international/uni-titlecase.el:
7109 * international/uni-uppercase.el: Regenerate.
7110
7111 * loadup.el: Load international/charprop.el before
7112 international/characters.
7113
e14b388a
CY
71142011-07-07 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * window.el (next-buffer, previous-buffer): Signal an error if
7117 called from a minibuffer window.
7118
7119 * bindings.el: Revert 2011-07-04 change.
7120
354cf0ba
RS
71212011-07-06 Richard Stallman <rms@gnu.org>
7122
7123 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7124 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7125 Treat markers like ints.
7126 (rmail-mime-entity): Doc fix.
7127
a48868a7
LMI
71282011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7129
4906cd3d
LMI
7130 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7131 defcustom again for backwards compatibility.
7132
e0457abe
LMI
7133 * simple.el (shell-command-on-region): Fill.
7134
d67f7e1f
LMI
7135 * dired-aux.el (dired-kill-line): Add a doc string.
7136
fe204702
LMI
7137 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7138 to "\\sw\\|\\s_" (bug#358).
7139
a48868a7
LMI
7140 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7141 (dired-unmark-backward): Ditto.
7142 (dired-flag-backup-files): Ditto.
7143
7144 * dired-x.el (dired-mark-sexp): Ditto.
7145
aa8a705c
RS
71462011-07-06 Richard Stallman <rms@gnu.org>
7147
7148 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7149 (rmail-mime-entity): New arg TRUNCATED.
7150 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7151 New functions.
7152 (rmail-mime-save): Warn if entity is truncated.
7153 (rmail-mime-toggle-hidden): Likewise, for showing.
7154 (rmail-mime-process-multipart): Record when an entity is truncated.
7155
a9a936b9
RS
7156 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7157 if ENTITY is a string.
7158
1f2b92cb
LMI
71592011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7160
f4f73198 7161 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7162 of faces when `M-C-x'-ing their definitions (bug#8378).
7163 Also clean up the code slightly.
f4f73198 7164
12b16734 7165 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7166 because that makes the colors go away.
12b16734 7167
f0691d22
LMI
7168 * mail/sendmail.el (send-mail-function): Change the default to
7169 `sendmail-query-once'.
9e87df06 7170 (sendmail-query-once): Add an autoload cookie.
f0691d22 7171
1f2b92cb
LMI
7172 * net/network-stream.el (network-stream-open-starttls): Try using
7173 a plain connection even if the server offered STARTTLS, and we
7174 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7175 capability. This should make smtpmail.el work in slightly more
7176 configurations.
7177
1cdd2a1b
MA
71782011-07-06 Michael Albinus <michael.albinus@gmx.de>
7179
7180 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7181 New defun.
7182 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7183
fbcc67e2
MM
71842011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7185
7186 * progmodes/sql.el: Version 3.0
0757af94 7187 (sql-product-alist): Add product :completion-object,
fbcc67e2 7188 :completion-column, and :statement attributes.
0757af94 7189 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7190 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7191 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7192 ansi keywords.
7193 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7194 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7195 (sql-oracle-show-reserved-words): New function for development.
7196 (sql-product-font-lock): Simplify for source code buffers.
7197 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7198 New functions.
7199 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7200 (sql-mode-map): Add statement movement functions.
7201 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7202 New variable.
fbcc67e2
MM
7203 (sql-statement-regexp, sql-beginning-of-statement)
7204 (sql-end-of-statement, sql-signum): New functions.
0757af94 7205 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7206 (sql-show-sqli-buffer): Bug fix.
7207 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7208 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7209 with sql-interactive-mode.
7210 (sql-save-connection): Save buffer local settings.
0757af94 7211 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7212 (sql-product-interactive): Bug fix.
7213 (sql-preoutput-hold): New variable.
7214 (sql-interactive-remove-continuation-prompt): Bug fixes.
7215 (sql-debug-redirect): New variable.
7216 (sql-str-literal): New function.
7217 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7218 Redesign.
fbcc67e2
MM
7219 (sql-oracle-save-settings, sql-oracle-restore-settings)
7220 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7221 (sql-completion-object, sql-completion-column)
7222 (sql-completion-sqlbuf): New variables.
7223 (sql-build-completions-1, sql-build-completions)
7224 (sql-try-completion): New functions.
7225 (sql-read-table-name): Use them.
7226 (sql-contains-names): New buffer local variable.
7227 (sql-list-all, sql-list-table): Use it.
7228 (sql-oracle-completion-types): New variable.
7229 (sql-oracle-completion-object, sql-sqlite-completion-object)
7230 (sql-postgres-completion-object): New functions.
7231
d4eaeab1
GM
72322011-07-06 Glenn Morris <rgm@gnu.org>
7233
7234 * window.el (pop-to-buffer): Doc fix.
7235
322b7dab 72362011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7237
7238 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7239
322b7dab 72402011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7241
322b7dab 7242 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7243
322b7dab 7244 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7245
605dd5bf
CY
72462011-07-05 Chong Yidong <cyd@stupidchicken.com>
7247
7248 * button.el (button): Inherit from link face. Suggested by Dan
7249 Nicolaescu.
7250
7dbfa719
SM
72512011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7252
3db614b0
SM
7253 * progmodes/gdb-mi.el: Fit in 80 columns.
7254 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7255 switch-to-buffer.
7256
7dbfa719
SM
7257 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7258 if imenu is simply not configured (bug#8941).
7259
919d884a
KM
72602011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7261
7262 * allout.el (allout-post-undo-hook): New allout outline-change
7263 event hook to signal undo activity.
7264 (allout-post-command-business): Run allout-post-undo-hook if an
7265 undo just occurred.
7dbfa719
SM
7266 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7267 * allout-widgets.el (allout-widgets-after-undo-function):
7268 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7269 in the vicinity of an undo.
7270 (allout-widgets-mode): Include allout-widgets-after-undo-function
7271 on the new allout-post-undo-hook.
7272
450a0f09
SM
72732011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7276 Let define-derived-mode define it.
7277 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7278 cycles of abbrev-table inheritance (bug#8998).
7279
2de69e00
RW
72802011-07-05 Roland Winkler <winkler@gnu.org>
7281
7282 * textmodes/bibtex.el: Add support for biblatex.
7283 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7284 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7285 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7286 (bibtex-entry-alist, bibtex-field-alist): New variables.
7287 (bibtex-entry-field-alist): Obsolete alias for
7288 bibtex-BibTeX-entry-alist.
7289 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7290 (bibtex-set-dialect): New command.
7291 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7292 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7293 Bind via bibtex-set-dialect.
2de69e00
RW
7294 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7295 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7296 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7297 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7298 Define via bibtex-set-dialect.
450a0f09
SM
7299 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7300 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7301 (bibtex-vec-push, bibtex-vec-incr): New functions.
7302 (bibtex-format-entry, bibtex-field-list)
7303 (bibtex-print-help-message, bibtex-validate)
7304 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7305
2dcdbdd9
SM
73062011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * progmodes/compile.el (compilation-goto-locus):
7309 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7310 * bs.el (bs-cycle-next, bs-cycle-previous):
7311 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7312 * bindings.el (mode-line-other-buffer):
7313 * autoinsert.el (auto-insert):
7314 * arc-mode.el (archive-extract):
7315 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7316
b27640fe
JB
73172011-07-05 Juanma Barranquero <lekktu@gmail.com>
7318
7319 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7320 Fix check of `emacs-lock-unlockable-modes'.
7321 Coerce true values of `emacs-lock--try-unlocking' to t.
7322
53bbe3ad
JB
73232011-07-05 Juanma Barranquero <lekktu@gmail.com>
7324
7325 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7326 * emacs-lock.el: New file.
7327
1d3cdbc7
JD
73282011-07-05 Julien Danjou <julien@danjou.info>
7329
7330 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7331 than `boundp' to check if face is set.
7332
9173deec
JB
73332011-07-05 Juanma Barranquero <lekktu@gmail.com>
7334
7335 * register.el (registerv-make):
7336 * window.el (window-min-height): Fix typos in docstrings.
7337
869795d6
JD
73382011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7339
9173deec 7340 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7341 Update doc string.
7342
b768cdcd
JB
73432011-07-04 Juanma Barranquero <lekktu@gmail.com>
7344
7345 * server.el (server-execute): Catch quit and call
7346 `server-return-error' to pass the error back to emacsclient and
7347 close the connection (bug#8942).
7348
13aa217b
KM
73492011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7350
7351 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7352 insecure exception for current topic. Also note that auto-saves
7353 are handled differently.
7354
7355 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7356 State variables for tracking auto-save inhibition situation.
7357
7358 (allout-write-contents-hook-handler): Rename from
7359 'allout-write-file-hook-handler', and describe how it depends on
7360 write-contents-functions sensitivity to non-nil value to prevent
7361 file write.
7362
7363 (allout-auto-save-hook-handler): Remove. auto-save does not check
7364 this in individual buffers, only in the starting buffer, so this
7365 is not the right way for us to inhibit auto-save in a buffer
7366 according to its condition.
7367
7368 (allout-mode): Use new allout-write-contents-hook-handler, and
7369 only with write-contents-functions. Remove auto-save provisions -
7370 they're implemented elsewhere.
7371
7372 (allout-before-change-handler): If undo is in progress, note that
7373 for attention of allout-post-command-business.
7374
7375 (allout-post-command-business): If the command we're following was
7376 an undo, check for change in the status of encrypted items and
7377 adjust auto-save inhibitions accordingly.
7378
7379 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7380 according to whether there are or aren't any plain-text topics
7381 pending encryption.
7382
2dcdbdd9 7383 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7384 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7385 if there are plain-text topics pending encryption.
13aa217b
KM
7386
7387 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7388 buffer-saved-size and some allout state to not inhibit auto-saves
7389 if there are no longer any plain-text topics pending encryption.
7390
0757af94
SM
7391 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7392 No longer provide for exemption of the current topic.
13aa217b 7393
ac89b32c
JL
73942011-07-04 Juri Linkov <juri@jurta.org>
7395
7396 Add 7z operations to delete and save changed members (bug#8968).
7397 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7398 New defcustoms.
7399 (archive-7z-write-file-member): New function.
7400 (archive-7z-summarize): Fix the number of dashes in the
7401 listing output.
7402
8fa39615
SM
74032011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7406 (bug#8958).
7407
2f11b3f1
CY
74082011-07-04 Chong Yidong <cyd@stupidchicken.com>
7409
d66fef2b
CY
7410 * bindings.el: Ignore next-buffer and previous-buffer in
7411 minibuffer-local-map.
7412
2f11b3f1
CY
7413 * font-lock.el (font-lock-builtin-face): Change light background
7414 color to dark slate blue (Bug#6693).
7415
f932a347
WD
74162011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7417
7418 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7419
c8af70e1
SM
74202011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7423 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7424 Add switch-to-buffer.
7425
f158badc
LMI
74262011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7427
7428 * isearch.el (isearch-search-fun-function): Clarify further the
7429 meaning of the function returned.
7430
6d95bd46
MA
74312011-07-04 Michael Albinus <michael.albinus@gmx.de>
7432
7433 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7434
7435 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7436 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7437 Use it.
7438 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7439 `tramp-default-remote-path' does not exist.
7440 (tramp-send-command-and-read): New optional argument NOERROR.
7441 (tramp-open-connection-setup-interactive-shell)
7442 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7443 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7444 (tramp-process-sentinel): Flush also process' connection property.
7445 (tramp-sh-handle-start-file-process): Do not set process
7446 sentinel. It is done now ...
7447 (tramp-maybe-open-connection): ... here. (Bug#8929)
7448
909e6b67
MK
74492011-07-04 MON KEY <monkey@sandpframing.com>
7450
7451 * play/animate.el (animate-string): Doc fixes and allow changing
7452 the buffer name (bug#5417).
7453
74542011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7455
c8af70e1 7456 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7457
f34755dc
PE
74582011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7459
396cec72
PE
7460 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7461 This is simpler and helps future-proof the code.
7462 (timer-until): Use time-subtract and float-time.
08235028 7463 (timer--time-less-p): Use time-less-p.
f34755dc 7464
56e6cc31
JB
74652011-07-04 Juanma Barranquero <lekktu@gmail.com>
7466
3abb79e5
JB
7467 * type-break.el (timep): Use the value of `float-time' to avoid a
7468 byte-compiler warning.
7469
56e6cc31
JB
7470 * server.el (server-eval-and-print): Return any result, even nil.
7471
7b9430b4
PE
74722011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7473
7474 * type-break.el: Accept time formats that the builtins accept.
7475 (timep, type-break-time-difference): Accept any format that
7476 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7477 This is simpler and helps future-proof the code.
7478 (type-break-time-difference): Round rather than ignoring
7479 subseconds components.
7480
3034e9e7
LMI
74812011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7482
7483 * info.el (Info-apropos-matches): Make non-interactive, since it
7484 doesn't seem to do anything useful as a command (bug#8829).
7485
1485f4c0
CY
74862011-07-03 Chong Yidong <cyd@stupidchicken.com>
7487
7488 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7489 Move from faces.el.
1485f4c0
CY
7490 (frame-default-terminal-background): New function.
7491
7492 * custom.el (custom-push-theme): Don't record faces in `changed'
7493 theme; this doesn't work correctly for per-frame face settings.
7494 (disable-theme): Use face-set-after-frame-default to reset faces.
7495 (custom--frame-color-default): New function.
7496
9fa3dd45
LMI
74972011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7498
c8af70e1 7499 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7500 (bug#8769).
7501
6cbbc20c
KR
75022011-03-29 Kevin Ryde <user42@zip.com.au>
7503
7504 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7505 `perl-Test2' extend to match possible "fail #N" rep count
7506 (bug#8377).
7507
c7f98048
LMI
75082011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7509
65676592
LMI
7510 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7511 `smtpmail-via-smtp' now returns the error instead of nil.
7512
c7f98048
LMI
7513 * isearch.el (isearch-search-fun-function): Clarify the doc string
7514 (bug#8101).
7515
56e6cc31 75162011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7517
7518 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7519 unnecessary spaces (bug#8987).
7520
2b216704
LMI
75212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7522
7523 * net/network-stream.el (open-network-stream): Use the
7524 :end-of-capability command thoughout.
7525
75262011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7527
7528 * net/network-stream.el (open-network-stream): Add the
7529 :end-of-capability command parameter, used by pop3.el.
7530
36adf6ce
LMI
75312011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7532
1ca0da0e
LMI
7533 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7534
fc00f69c
LMI
7535 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7536 for list)" (bug#6475).
7537
28fd8759 7538 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7539 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7540 an error (bug#6297).
7541
0dd8b6da
LMI
7542 * man.el (Man-reference-regexp): Allow matching possible
7543 word-wrapped references (bug#6289).
7544
ce1438d6
LMI
7545 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7546 for consistency with the other vc buffers (bug#6197).
7547 (vc-checkin): Ditto.
7548
7549 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7550
36adf6ce
LMI
7551 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7552
e83cc1f7
LMI
75532011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7554
8a20ca4c
LMI
7555 * custom.el (defcustom): Clarify that :set is only used in the
7556 Customize user interface (bug#6089).
7557
83319045
LMI
7558 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7559 associated with a file, refuse to run instead of erroring out
7560 (bug#6084).
7561
a8392169
LMI
7562 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7563 the doc string, since it appears that using `fill-column' always
7564 controls the width (bug#7845).
7565
e83cc1f7
LMI
7566 * simple.el (shell-command-on-region): Say where the error output
7567 went if `shell-command-default-error-buffer' is set (bug#6857).
7568
e47ca23b
KM
75692011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7570
7571 * allout.el (allout-yank-processing): Adjust cursor position for
7572 backwards-deleted space.
7573
7574 (allout-rebullet-heading): Register changes with
7575 allout-exposure-changed-hook, so the modified topic is properly
7576 decorated.
7577
5cf56143
LMI
75782011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7579
08549772
LMI
7580 * minibuffer.el (completion-in-region): Document PREDICATE
7581 (bug#7136).
7582
48e96771
LMI
7583 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7584 of keyword/argument pairs (bug#6904).
7585
c8af70e1
SM
7586 * replace.el (multi-occur):
7587 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7588
e17d05e2
LMI
75892011-07-02 Drew Adams <drew.adams@oracle.com>
7590
7591 * dired.el (dired-mark-if): Make the message about whether it's
7592 marking or unmarking clearer (bug#8523).
7593
063b0e45
LMI
75942011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7595
7596 * disp-table.el (display-table-print-array): New function.
7597 (describe-display-table): Use it to print the vectors more pretty
7598 (Bug#8859).
7599
28545e04
MR
76002011-07-02 Martin Rudalics <rudalics@gmx.at>
7601
7602 * window.el (window-state-get-1): Don't assign clone numbers.
7603 Add clone-of item to list of window parameters.
7604 (window-state-put-2): Don't process clone numbers.
7605 (display-buffer-alist): Fix doc-string.
7606
3349e122
SM
76072011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * subr.el (remq): Don't allocate if it's not needed.
7610 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7611 (keymap--merge-bindings): New functions.
7612 (keymap-canonicalize): Use them to refine the canonicalization.
7613 * minibuffer.el (minibuffer-local-completion-map)
7614 (minibuffer-local-must-match-map): Move initialization from C.
7615 (minibuffer-local-filename-completion-map): Move initialization from C;
7616 don't inherit from anything here.
7617 (minibuffer-local-filename-must-match-map): Make obsolete.
7618 (completing-read-default): Use make-composed-keymap to combine
7619 minibuffer-local-filename-completion-map with either
7620 minibuffer-local-must-match-map or
7621 minibuffer-local-filename-completion-map.
7622
d224ac83
GM
76232011-07-01 Glenn Morris <rgm@gnu.org>
7624
3de63bf8
GM
7625 * type-break.el (type-break-time-sum): Use dolist.
7626
d224ac83
GM
7627 * textmodes/flyspell.el (flyspell-word-search-backward):
7628 Replace CL function.
7629
1a1e3f32
SM
76302011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7631
fe3f64d5
SM
7632 * mouse.el (mouse--strip-first-event): New function.
7633 (function-key-map): Use it to map fringe clicks to normal clicks
7634 by default.
7635
eb604e34
SM
7636 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7637 (vc-bzr-revision-completion-table): Add support for annotate and date.
7638
1a1e3f32
SM
7639 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7640 inherit from parent.
7641
5bd35902
LMI
76422011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7643
ace6c69c 7644 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7645 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7646
191e2bed
LMI
7647 * dired.el (dired-mode): Fix up the doc string as suggested by
7648 Drew Adams (bug#8817).
7649
5bd35902
LMI
7650 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7651 cookie, since the manual says that it should be possible to add
7652 this function to `find-file-hook' (bug#8709).
7653
eee8207a
TZ
76542011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7655
7656 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7657 here. Noted Ted Zlatanov as the maintainer.
7658 (cfengine-common-settings, cfengine-common-syntax): New functions
7659 to set up common things between `cfengine-mode' and
7660 `cfengine3-mode'.
7661 (cfengine3-mode): New mode.
7662 (cfengine3-defuns cfengine3-defuns-regex
7663 (cfengine3-class-selector-regex cfengine3-category-regex)
7664 (cfengine3-vartypes cfengine3-font-lock-keywords)
7665 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7666 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7667
36b148cf
MA
76682011-07-01 Michael Albinus <michael.albinus@gmx.de>
7669
7670 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7671
7672 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7673
0bf4ba9a
MR
76742011-07-01 Martin Rudalics <rudalics@gmx.at>
7675
7676 * window.el (same-window-buffer-names, same-window-regexps)
7677 (same-window-p, special-display-frame-alist)
7678 (special-display-popup-frame, special-display-function)
7679 (special-display-buffer-names, special-display-regexps)
7680 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7681 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7682 (split-window-preferred-function, split-height-threshold)
7683 (split-width-threshold, even-window-heights)
7684 (display-buffer-mark-dedicated, window-splittable-p)
7685 (split-window-sensibly, window-safely-shrinkable-p):
7686 Un-obsolete.
7687 (display-buffer): Don't spread args with function specifier
7688 because special-display-popup-frame won't like it.
7689
35837f51
PE
76902011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7691
d0672f86
PE
7692 Time-stamp simplifications and fixes.
7693 These improve accuracy slightly, and future-proof the code
7694 against some potential changes to current-time format.
7695
b9444d97
PE
7696 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7697 by using time-since and float-time.
7698
0ef923dc
PE
7699 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7700 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7701 + NNN microseconds".
7702
2f81380d
PE
7703 * type-break.el (type-break-time-sum): Rewrite using time-add.
7704
845b5c3e
PE
7705 * play/hanoi.el (hanoi-current-time-float): Remove.
7706 All uses replaced by float-time.
7707
ee6f1be0
PE
7708 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7709 This yields a more-accurate answer.
7710 (rng-time-to-float): Remove; no longer needed.
7711
fe955043
PE
7712 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7713
5777162a
PE
7714 * calendar/timeclock.el (timeclock-seconds-to-time):
7715 Defalias to seconds-to-time, since they're the same thing.
7716
3103f8b6 7717 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7718 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7719 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7720
0e61a35f
SM
77212011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * window.el (bury-buffer): Don't iconify the only frame.
7724 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7725 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7726
ddd63a1e
CY
77272011-07-01 Chong Yidong <cyd@stupidchicken.com>
7728
0e61a35f
SM
7729 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7730 Add mouse-yank-primary.
ddd63a1e 7731
055f4923
TZ
77322011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7733
7734 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7735
6a2fb145
SM
77362011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7739 (find-library-name): Use it to find relative load names when provided
7740 absolute file name (bug#8803).
7741
fd4983f2
LMI
77422011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7743
887d14ad
LMI
7744 * textmodes/flyspell.el (flyspell-word): Consider words that
7745 differ only in case as potential doublons (bug#5687).
7746
c53dc7fc
LMI
7747 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7748 Remove two rather uninteresting debugging-like messages to make
7749 debbugs.el more silent.
7750
fd4983f2
LMI
7751 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7752 a password-like phrase.
7753
7a71b18d 77542011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7755
7756 * progmodes/cc-guess.el: New file.
7757
6a2fb145 7758 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7759
7760 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7761 derived from `c-basic-common-init'.
7762
7763 * progmodes/cc-mode.el (top-level): Require cc-guess.
7764 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7765
1fa280a3
LM
77662011-06-30 Lawrence Mitchell <wence@gmx.li>
7767
7768 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7769
e6597158
AM
77702011-06-30 Alan Mackenzie <acm@muc.de>
7771
1fa280a3
LM
7772 * progmodes/cc-engine.el (c-guess-continued-construct):
7773 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7774 lock is disabled. Name this case as "CASE G".
7775
68ba37fb
KM
77762011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7777
7778 * allout.el (allout-yank-processing): Fix injection of extra space
7779 between bullet and non-whitespace character in first topic when
7780 pasting, ensuring that the actual spacing in the pasted topic
7781 following the bullet char is preserved. This extra space was
7782 causing pasted encrypted topics to get a decrypted status even
7783 when the content was actually still encrypted. Now the decryption
7784 status from before the paste is preserved.
7785
7786 (allout-flag-region): Set all allout overlays so they evaporate
7787 when reduced to zero length (evanescent), to prevent overlay
7788 leakage.
7789
887a0b34
GM
77902011-06-30 Glenn Morris <rgm@gnu.org>
7791
94b9acce
GM
7792 * w32-fns.el (w32-charset-info-alist): Declare.
7793
1d9b46d4
GM
7794 * find-dired.el (find-grep-options): Simplify.
7795
cc232200
GM
7796 * term/ns-win.el (ns-set-resource): Declare.
7797
28e77c46
GM
7798 * ses.el (row, col): Declare dynamic variables honestly.
7799
887a0b34
GM
7800 * textmodes/reftex-parse.el (index-tags): Declare.
7801
658d8eb8
CY
78022011-06-30 Chong Yidong <cyd@stupidchicken.com>
7803
7804 * cus-edit.el (customize-push-and-save): New function.
7805
7806 * files.el (hack-local-variables-confirm): Use it.
7807
1fa280a3
LM
7808 * custom.el (load-theme): New arg NO-CONFIRM.
7809 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7810 (custom-enabled-themes): Doc fix.
7811
7812 * cus-theme.el (customize-create-theme)
7813 (custom-theme-merge-theme): Callers to load-theme changed.
7814
bb617717
LMI
78152011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7816
d61bdd5d
LMI
7817 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7818 short URLs have at least one dot in them (bug #7614).
7819
bb617717
LMI
7820 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7821 nil, because using a pty is apparently too slow (bug #895).
7822
2f31f37a
LMI
78232011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7824
7825 * mail/sendmail.el (sendmail-query-once): New function.
7826 (sendmail-query-once-function): New variable.
7827
3076b24e
GM
78282011-06-29 Glenn Morris <rgm@gnu.org>
7829
faf2a174
GM
7830 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7831
3076b24e
GM
7832 * ses.el (top-level): Require cl when compiling.
7833 (ses-set-localvars): Fix error statement.
7834 Call it at compile time to silence a storm of warnings.
7835
5386012d
MR
78362011-06-29 Martin Rudalics <rudalics@gmx.at>
7837
7838 * window.el (normalize-live-buffer): Rename to
7839 window-normalize-buffer.
7840 (normalize-live-frame): Rename to window-normalize-frame.
7841 (normalize-any-window): Rename to window-normalize-any-window.
7842 (normalize-live-window): Rename to window-normalize-live-window.
7843 (make-window-atom): Rename to window-make-atom.
7844 (window-resize-reset): Rename to window--resize-reset.
7845 (window-resize-reset-1): Rename to window--resize-reset-1.
7846 (resize-mini-window): Rename to window--resize-mini-window.
7847 (resize-subwindows-skip-p): Rename to
7848 window--resize-subwindows-skip-p.
7849 (resize-subwindows-normal): Rename to
7850 window--resize-subwindows-normal.
7851 (resize-subwindows): Rename to window--resize-subwindows.
7852 (resize-other-windows): Rename to window--resize-siblings.
7853 (resize-this-window): Rename to window--resize-this-window.
7854 (resize-root-window): Rename to window--resize-root-window.
7855 (resize-root-window-vertically): Rename to
7856 window--resize-root-window-vertically.
7857 (normalize-buffer-to-display): Rename to
7858 window-normalize-buffer-to-display.
7859 (normalize-buffer-to-switch-to): Rename to
7860 window-normalize-buffer-to-switch-to.
7861 Correspondingly update all callers of the functions listed
7862 above.
7863 (display-buffer-alist, display-buffer-normalize-arguments)
7864 (display-buffer-normalize-options, display-buffer)
7865 (display-buffer-alist-set): Use "function" instead of
7866 "fun-with-args".
7867
1176868d
CY
78682011-06-28 Chong Yidong <cyd@stupidchicken.com>
7869
7870 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7871 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7872 debbugs.gnu.org. Mention acknowledgment email.
7873
20a7a65f
LMI
78742011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7875
7876 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7877 buffer multibyteness, since it shouldn't matter.
7878
5f45cca5
MR
78792011-06-28 Martin Rudalics <rudalics@gmx.at>
7880
7881 * window.el (display-buffer-in-side-window): Handle dedicated
7882 windows as in display-buffer-reuse-window.
7883 (display-buffer-normalize-alist): Use value of override
7884 specifier.
7885 (display-buffer-normalize-specifiers): Use value of
7886 other-window-means-other-frame specifier.
7887 (display-buffer-alist): Rewrite some texts in widgets.
7888 (display-buffer): Spread arguments when calling function
7889 specified by fun-with-args.
7890
ad85fe1f
DD
78912011-06-28 Deniz Dogan <deniz@dogan.se>
7892
1fa280a3
LM
7893 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7894 Unnest `let'.
da68c4c8 7895
ad85fe1f
DD
7896 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7897 selectors (Bug#5732).
ec49bd31 7898 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7899
a08cc025
JA
79002011-06-27 Jari Aalto <jari.aalto@cante.net>
7901
7902 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7903 (eshell-ls-date-format): New defcustom.
7904 (eshell-ls-file): Use it.
7905
e2b551c5
SM
79062011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7907
7908 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7909
8982b231
KY
79102011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7911
7912 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7913 (ange-ftp-make-tmp-name): New arg.
7914 (ange-ftp-file-local-copy): Use it.
7915
36c9fa27
J
79162011-06-27 Jambunathan K <kjambunathan@gmail.com>
7917
7918 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7919 no-conversion (Bug#8870).
7920
d68443dc
MR
79212011-06-27 Martin Rudalics <rudalics@gmx.at>
7922
7923 * window.el (window-right, window-left, window-child)
7924 (window-child-count, window-last-child)
7925 (window-iso-combination-p, walk-window-tree-1)
7926 (window-atom-check-1, window-tree-1, delete-window)
7927 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7928 new naming conventions - window-vchild, window-hchild,
7929 window-next and window-prev are now called window-top-child,
7930 window-left-child, window-next-sibling and window-prev-sibling
7931 respectively.
d615d6d2
MR
7932 (resize-window-reset): Rename to window-resize-reset.
7933 (resize-window-reset-1): Rename to window-resize-reset-1.
7934 (resize-window): Rename to window-resize.
7935 (window-min-height, window-min-width)
7936 (resize-mini-window, resize-this-window, resize-root-window)
7937 (resize-root-window-vertically, adjust-window-trailing-edge)
7938 (enlarge-window, shrink-window, maximize-window)
7939 (minimize-window, delete-window, quit-restore-window)
7940 (split-window, balance-windows, balance-windows-area-adjust)
7941 (balance-windows-area, window-state-put-2)
7942 (display-buffer-even-window-sizes, display-buffer-set-height)
7943 (display-buffer-set-width, set-window-text-height)
7944 (fit-window-to-buffer): Rename all "resize-window" prefixed
7945 calls to use the "window-resize" prefix convention.
7946 (display-buffer-alist): Fix symbol for label specifier.
7947 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7948 corresponding specifier.
7949 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7950
b6458526
VB
79512011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7952
7953 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7954 convention.
7955 (ses-call-printer): Does not pass an empty string to formatter when the
7956 cell is empty to keep from barking printer Calc math-format-value.
7957
d31fd9ac
RS
79582011-06-27 Richard Stallman <rms@gnu.org>
7959
43d5bf84
RS
7960 * battery.el (battery-mode-line-limit): New variable.
7961 (battery-update): Handle it.
7962
d31fd9ac
RS
7963 * mail/rmailmm.el (rmail-mime-process-multipart):
7964 Handle truncated messages.
7965
819a6054
GM
79662011-06-27 Glenn Morris <rgm@gnu.org>
7967
7968 * progmodes/flymake.el (flymake-err-line-patterns):
7969 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7970
cedc73f2
VB
79712011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7972
819a6054 7973 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7974 (ses--clean-!, ses--clean-_): New functions.
7975 (ses-range): Add configurability of readout order, and conversion
7976 to Calc vector.
7977
5e5d49b6
VB
7978 * ses.el (ses-repair-cell-reference-all): New function.
7979 (ses-cell-symbol): Set macro as safe, so that it can be used in
7980 formulas.
7981
56e6cc31 7982 * ses.el: Update cycle detection algorithm.
90ca8b49 7983 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7984 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7985 (ses-set-localvars): New function.
7986 (ses-make-cell): Add property-list as a cell element.
7987 (ses-cell-property-get-fun, ses-cell-property-get)
7988 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7989 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7990 New functions.
90ca8b49
VB
7991 (ses-cell-property-set, ses-cell-property-pop)
7992 (ses-cell-property-get-handle): New macro.
7993 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7994 New aliases, used for code readability.
7995 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7996 cycle detection.
7997 (ses-self-reference-early-detection): New defcustom.
fac916bf 7998 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7999 (ses-mode): Use ses-set-localvars.
8000 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8001 before lauching the update processing.
8002 (ses-initialize-Dijkstra-attempt): New function.
8003 (ses-recalculate-cell): Update for cycle detection based on
8004 Dijkstra algorithm.
8005
2bb63e81
VB
8006 * ses.el: Fix commenting and indenting convention.
8007
c9d29fb8
SM
80082011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * bs.el (bs-cycle-next): Complete last change.
8011
d8e4b68b
JB
80122011-06-27 Drew Adams <drew.adams@oracle.com>
8013
8014 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8015
40098786
LMI
80162011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8017
c9d29fb8
SM
8018 * net/network-stream.el (network-stream-open-starttls):
8019 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8020 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8021
40098786
LMI
8022 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8023 to binary to possibly avoid line encoding issues on Windows (among
8024 other things).
8025
468d09d4
LMI
80262011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8027
8028 * net/network-stream.el (open-network-stream): Return an :error
8029 saying what the problem was, if possible.
8030
8031 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8032 server.
8033
8034 * net/network-stream.el (network-stream-open-starttls): If we
8035 wanted to use STARTTLS, and the server offered it, but we weren't
8036 able to because we had no STARTTLS support, then close the connection.
8037 (open-network-stream): Return an :error element, if present.
8038
16f07dd7
CY
80392011-06-26 Chong Yidong <cyd@stupidchicken.com>
8040
88821ca0
CY
8041 * hl-line.el (hl-line-sticky-flag): Doc fix.
8042 (global-hl-line-sticky-flag): New option (Bug#8323).
8043 (global-hl-line-highlight): Obey it.
8044
16f07dd7
CY
8045 * vc/vc.el (vc-revert-show-diff): Default to t.
8046
6b5ccddf
KM
80472011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8048
c9d29fb8
SM
8049 * allout-widgets.el (allout-widgets-post-command-business):
8050 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8051 undecorated when an isearch is continued past, and isearch
8052 automatically collapses them. This leads to "widget leaks", where
8053 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8054 hidden widgets can slow down cursor travel, substantially.
8055 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8056 so we're doing without this nicety.
8057
8058 (allout-widgets-tally-string): Don't try to do a hash-table-count
8059 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8060 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8061 *Messages* when allout-widgets-maintain-tally is t.
8062
355f2e07
MR
80632011-06-26 Martin Rudalics <rudalics@gmx.at>
8064
8065 * window.el (display-buffer-normalize-argument): Rename to
8066 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8067 LABEL argument. Respect special-display-function when popping up
8068 a new frame. Fix code searching for a window showing the buffer
8069 on another frame.
c9d29fb8
SM
8070 (display-buffer-normalize-specifiers):
8071 Call display-buffer-normalize-arguments.
355f2e07
MR
8072 (display-buffer-in-window): Don't undedicate the window if its
8073 buffer remains the same.
8074 Reported by Drew Adams <drew.adams@oracle.com>.
8075 (display-buffer-alist): Add choice for same-window macro
8076 specfier.
8077 (display-buffer): Mention special meaning of LABEL argument in
8078 doc-string. Fix quoting. Don't pop up a new frame even as
8079 fallback.
8080
7ca8fc42
JB
80812011-06-26 Juanma Barranquero <lekktu@gmail.com>
8082
8083 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8084 avoid deleting the current window in some cases (bug#8911).
8085
bc312254
AS
80862011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8087
8088 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8089 (Bug#8934)
8090
2db18f3f
LMI
80912011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8092
c9d29fb8
SM
8093 * net/network-stream.el (network-stream-open-starttls):
8094 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8095 (network-stream-open-tls): Ditto.
8096
6302e0d3
LL
80972011-06-26 Leo Liu <sdl.web@gmail.com>
8098
8099 * register.el (registerv): New struct.
8100 (registerv-make): New function.
c9d29fb8
SM
8101 (jump-to-register, describe-register-1, insert-register):
8102 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8103 struct. (Bug#8415)
8104
5fdd4046
CY
81052011-06-26 Chong Yidong <cyd@stupidchicken.com>
8106
2afef60a
CY
8107 * vc/vc.el (vc-revert-show-diff): New defcustom.
8108 (vc-diff-internal): New arg specifying diff buffer.
8109 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8110 reuse an existing *vc-diff* buffer (Bug#8927).
8111
5fdd4046
CY
8112 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8113
e93db24a
GM
81142011-06-26 Glenn Morris <rgm@gnu.org>
8115
8116 * progmodes/f90.el (f90-critical-indent): New option.
8117 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8118 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8119 (f90-mode): Doc fix.
8120 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8121 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8122 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8123 (f90-match-end): Handle block, critical.
8124
eefff499
GM
81252011-06-25 Glenn Morris <rgm@gnu.org>
8126
f6ba4cc9
GM
8127 * calendar/diary-lib.el (diary-included-files): Doc fix.
8128 (diary-include-files): New function, extracted from
8129 diary-include-other-diary-files and diary-mark-included-diary-files.
8130 (diary-include-other-diary-files, diary-mark-included-diary-files):
8131 Just call diary-include-files.
8132 (diary-mark-entries): Reset diary-included-files on first call.
8133
16712304
GM
8134 * calendar/diary-lib.el (diary-mark-entries)
8135 (diary-mark-included-diary-files):
8136 Visit included diary-files in temp buffers.
8137
5d8e0d43
GM
8138 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8139 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8140 (f90-start-block-re, f90-imenu-generic-expression)
8141 (f90-looking-at-program-block-start, f90-no-block-limit):
8142 Add support for submodules.
8143
ccf7a5d5
GM
8144 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8145 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8146
11fdef7d 81472011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8148
8149 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8150 buffer-file-type before setting its value, to avoid disastrous
eefff499 8151 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8152
74f53697
JB
81532011-06-25 Juanma Barranquero <lekktu@gmail.com>
8154
8155 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8156
8157 * ses.el (ses-unload-function):
8158 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8159
8160 * proced.el (proced-unload-function):
8161 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8162
18a4ce5e
AR
81632011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8164
8165 * server.el (server-create-window-system-frame): Add parameters arg.
8166 (server-process-filter): Doc fix. Handle frame-parameters.
8167
519d22cc
JB
81682011-06-25 Juanma Barranquero <lekktu@gmail.com>
8169
8170 Fix bug#8730, bug#8781.
8171
8172 * loadhist.el (unload--set-major-mode): New function.
8173 (unload-feature): Use it.
8174
8175 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8176 (python-unload-function): New function.
8177
c206f5b0
SM
81782011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8181
f9ad64f3
GS
81822011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8183
8184 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8185 the candidates list.
8186
7d0da90e
JB
81872011-06-24 Juanma Barranquero <lekktu@gmail.com>
8188
8189 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8190
14b4e83d
RS
81912011-06-23 Richard Stallman <rms@gnu.org>
8192
8193 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8194 (rmail-variables): Set next-error-move-function.
8195 (rmail-what-message): Take argument POS.
8196 (rmail-next-error-move): New function.
8197
273d2baf
SM
81982011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8201 messages for adjacent non-terminals.
8202
56c2cc9a
RS
82032011-06-23 Richard Stallman <rms@gnu.org>
8204
8205 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8206 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8207 (rmail-start-mail): Don't specify use of rmail-mail-return;
8208 that's done by mail-bury now.
8209 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8210
d59eb518
MA
82112011-06-23 Michael Albinus <michael.albinus@gmx.de>
8212
8213 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8214 SIZE is a number.
8215
02cfc6d6
MR
82162011-06-23 Martin Rudalics <rudalics@gmx.at>
8217
8218 * window.el (get-lru-window, get-mru-window)
8219 (get-largest-window): Never return a minibuffer window.
8220 (display-buffer-pop-up-window): Fix a bug that could lead to
8221 reusing the minibuffer window.
8222 (display-buffer): Pass original specifier argument to
8223 display-buffer-function instead of the normalized one.
8224 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8225
4e323265
LL
82262011-06-22 Leo Liu <sdl.web@gmail.com>
8227
8228 * minibuffer.el (completing-read-function)
8229 (completing-read-default): Move from minibuf.c
8230
7a70468f
RS
82312011-06-22 Richard Stallman <rms@gnu.org>
8232
50718fc2
RS
8233 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8234 to Rmail even if not started by a special Rmail command.
8235
7a70468f
RS
8236 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8237 Copy the buffer currently showing just one message.
8238
297dde5a
RW
82392011-06-22 Roland Winkler <winkler@gnu.org>
8240
8241 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8242 (bibtex-clean-entry): First delete the old key so that a
8243 customized algorithm for generating the new key does not get
8244 confused by the old key.
8245 (bibtex-url): Obey regexp of first step.
8246 (bibtex-search-entries): Do not use add-to-list with local
8247 list-var.
8248
97bb1093
LMI
82492011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8250
8251 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8252 stored a user name, then query for the password first, instead of
8253 waiting for SMTP to give an error message and the trying again.
8254
1c0f1a19
JD
82552011-06-22 Lawrence Mitchell <wence@gmx.li>
8256
8257 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8258 BUFFER in call-process.
8259
396f7c9d
LMI
82602011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8261
8262 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8263 QUIT twice.
ddb7ffee
LMI
8264 (smtpmail-try-auth-methods): Require user name and password from
8265 auth-source.
396f7c9d 8266
8998d1b3
MR
82672011-06-22 Martin Rudalics <rudalics@gmx.at>
8268
8269 * window.el (display-buffer-default-specifiers)
8270 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8271 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8272 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8273
8274 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8275 (special-display-frame-alist, special-display-popup-frame):
8276 Remove duplicate declarations. These are now in window.el.
8277
4ea31e07
LMI
82782011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8279
c9d29fb8
SM
8280 * mail/smtpmail.el (smtpmail-via-smtp):
8281 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8282 server supports it. SMTP servers that support STARTTLS commonly
8283 require it.
8284
8285 * net/network-stream.el (network-stream-open-starttls): Support
8286 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8287 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8288
95f41d9a
LMI
8289 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8290 upgrades with `open-network-stream', and rely solely on
8291 auth-source for all credentials. Big changes throughout the file,
8292 but in particular:
c9d29fb8
SM
8293 (smtpmail-auth-credentials): Remove.
8294 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8295 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8296 MAIL FROM, too.
95f41d9a 8297
c9d29fb8
SM
8298 * net/network-stream.el (network-stream-open-starttls):
8299 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8300 STARTTLS.
8301 (auth-source): Require.
8302 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8303 (network-stream-certificate): Change cert-cert to cert and
8304 cert-key to key.
4ea31e07 8305
065ec2c7
MA
83062011-06-21 Michael Albinus <michael.albinus@gmx.de>
8307
8308 * net/tramp-cache.el (top): Don't load the persistency file when
8309 "emacs -Q" has been called.
8310
cd93b359
DR
83112011-06-21 Tim Harper <timcharper@gmail.com>
8312
d8e4b68b
JB
8313 * term/ns-win.el (ns-initialize-window-system):
8314 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8315 resource to NO as it is not yet supported by the NS port.
8316
ae9c0411
JB
83172011-06-21 Juanma Barranquero <lekktu@gmail.com>
8318
8319 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8320 (list-dynamic-libraries): ...not here.
8321
7f3f739f
LL
83222011-06-21 Leo Liu <sdl.web@gmail.com>
8323
8324 * subr.el (sha1): Implement sha1 using secure-hash.
8325
327c8fb1
MR
83262011-06-21 Martin Rudalics <rudalics@gmx.at>
8327
8328 * window.el (display-buffer-alist): In default value do not
8329 enforce searching a window on any but the selected frame.
8330 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8331 (display-buffer-select-window): Remove function.
8332 (display-buffer-in-window): When a window on another frame gets
8333 reused, do not select it any more but just raise its frame if
8334 necessary (Bug#8851) and (Bug#8856).
8335 (display-buffer-normalize-options): Handle pop-up-frames related
8336 options more faithfully.
8337 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8338 window if it is on another frame.
c9d29fb8
SM
8339 (display-buffer-alist, display-buffer-default-specifiers):
8340 Don't make new frame unsplittable by default.
9e9de014
MR
8341 (display-buffer-normalize-argument): Fix doc-string typo and use
8342 'same-frame-other-window instead of 'other-window when associating
8343 with display-buffer-macro-specifiers.
327c8fb1 8344
7cf3f556
VB
83452011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8346
8347 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8348 New functions.
8349 (5x5-mode-map, 5x5-mode-menu): Bind them.
8350 (5x5-draw-grid): Tweak the solver's rendering.
8351
60a406cf
SM
83522011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8353
8354 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8355 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8356
d8e4b68b 83572011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8358
8359 * menu-bar.el: Use function variable instead of switch-to-buffer.
8360 (menu-bar-select-buffer-function): New variable.
60a406cf 8361 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8362
478d6f95
SM
83632011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8366 variable's status.
8367
ca530739
JD
83682011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8369
8370 * x-dnd.el (x-dnd-version-from-flags)
8371 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8372 and long as number (Bug#8899).
8373 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8374
bcd70d97
SM
83752011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8376
60a406cf 8377 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8378 (completion-try-completion, completion-all-completions): Compute the
8379 metadata argument if it's missing; make it optional (bug#8795).
8380
60a406cf 8381 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8382 (widget-complete): Use new :completion-function property.
8383 (widget-completions-at-point): New function.
8384 (default): Use :completion-function instead of :complete.
60a406cf
SM
8385 (widget-default-completions): Rename from widget-default-complete;
8386 Rewrite.
bcd70d97
SM
8387 (widget-string-complete, widget-file-complete, widget-color-complete):
8388 Remove functions.
8389 (file, symbol, function, variable, coding-system, color):
8390 * international/mule-cmds.el (default-input-method, charset)
8391 (language-info-custom-alist):
8392 * cus-edit.el (face): Use new property :completions.
8393
8394 * progmodes/pascal.el (pascal-completions-at-point): New function.
8395 (pascal-mode): Use it.
8396 (pascal-mode-map): Use completion-at-point.
8397 (pascal-toggle-completions): Make obsolete.
8398 (pascal-complete-word, pascal-show-completions):
8399 * progmodes/octave-mod.el (octave-complete-symbol):
8400 Redefine as obsolete alias.
8401 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8402 Signal absence of completion info for old Octave,
8403 (inferior-octave-complete): Redefine as obsolete alias.
8404 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8405 (meta-completions-at-point): Rename from meta-complete-symbol and
8406 adapt it for use on completion-at-point-functions.
8407 (meta-common-mode): Use it.
8408 (meta-looking-at-backward, meta-match-buffer): Remove.
8409 (meta-complete-symbol): Redefine as obsolete alias.
8410 (meta-common-mode-map): Use completion-at-point.
8411 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8412 (makefile-mode-map): Use completion-at-point.
8413 (makefile-completions-at-point): Rename from makefile-complete and
8414 adapt it for use on completion-at-point-functions.
8415 (makefile-mode): Use it.
8416 (makefile-complete): Redefine as obsolete alias.
8417
aebf69c8
DD
84182011-06-20 Deniz Dogan <deniz@dogan.se>
8419
8420 * net/rcirc.el: Delete trailing whitespaces once and for all.
8421
bfbbb27d
DC
84222011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8423
8424 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8425
d264a46b
CY
84262011-06-19 Chong Yidong <cyd@stupidchicken.com>
8427
4ca009e5
CY
8428 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8429
d264a46b
CY
8430 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8431
fbf5b3ce
MR
84322011-06-19 Martin Rudalics <rudalics@gmx.at>
8433
8434 * window.el (display-buffer-other-window-means-other-frame):
8435 Call display-buffer-normalize-alist.
8436 (display-buffer-normalize-specifiers-1): Rename to
8437 display-buffer-normalize-argument. New argument other-frame.
8438 Rewrite.
8439 (display-buffer-normalize-specifiers-2): Rename to
8440 display-buffer-normalize-options.
8441 (display-buffer-normalize-alist-1): New function.
8442 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8443 display-buffer-normalize-alist.
8444 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8445 (display-buffer-normalize-options-inhibit): New variable.
8446 (display-buffer-normalize-specifiers): Rewrite calling
8447 display-buffer-normalize-alist,
8448 display-buffer-normalize-argument, and
8449 display-buffer-normalize-options. Don't call the latter if
8450 display-buffer-normalize-options-inhibit is non-nil.
8451 (frame-auto-delete): New option.
8452 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8453 (window-list-no-nils, window-state-ignored-parameters)
8454 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8455 (window-state-put-1, window-state-put-2, window-state-put):
8456 New functions.
9a028c23
MR
8457 (display-buffer-normalize-options): Move special-display-p group
8458 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8459
6d10d800
CY
84602011-06-18 Chong Yidong <cyd@stupidchicken.com>
8461
6420d28b
CY
8462 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8463 groups (Bug#8776).
8464 (rx-submatch-n): New function.
8465 (rx): Document it.
8466
ddb8b596
CY
8467 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8468 (Bug#8768).
8469
8470 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8471
77080289
CY
8472 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8473
61dfb316
CY
8474 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8475 anytime existing face settings are present (Bug#8889).
8476
6d10d800
CY
8477 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8478 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8479 Remove unused argument.
8480
be3fb2b8
MR
84812011-06-18 Martin Rudalics <rudalics@gmx.at>
8482
bcd70d97
SM
8483 * window.el (display-buffer-default-specifiers):
8484 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8485 pop-up-window-min-width, and another reuse-window specifier
8486 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8487 (display-buffer-normalize-specifiers-2):
8488 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8489 pop-up-windows is unset. Add a reuse-window specifier for the
8490 case popping up a new window fails.
8491 (special-display-popup-frame): Remove double quoting.
28dec25a 8492 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8493
1c6d8c76
SM
84942011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8497 according to comint-completion-addsuffix.
8498
8499 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8500 (pcomplete-suffix-list): Mark as obsolete.
8501 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8502 pcomplete-seen in the closure.
8503 (pcomplete-comint-setup): Setup completion-at-point as well.
8504 (pcomplete--entries): New function.
8505 (pcomplete--env-regexp): New var.
8506 (pcomplete-entries): Rewrite to work with partial-completion and
8507 without relying on pcomplete-suffix-list.
8508 (pcomplete-pare-list): Remove, unused.
8509
25aef8b8
MR
85102011-06-17 Martin Rudalics <rudalics@gmx.at>
8511
8512 * window.el (display-buffer-alist): Set pop-up-window-min-height
8513 and pop-up-window-min-width in default value. Reported by
8514 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8515 other-window-means-other-frame.
8516 (display-buffer-macro-specifiers): Comment out entry for
8517 other-window specifier.
8518 (display-buffer-other-window-means-other-frame): New function.
8519 (display-buffer-normalize-specifiers-1): New arguments
8520 buffer-name and label. Treat other-window case specially.
8521 (display-buffer-normalize-specifiers-2): Treat other-window case
8522 specially.
8523 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8524 (display-buffer-normalize-specifiers):
8525 Call display-buffer-normalize-specifiers-3.
25aef8b8 8526
dbad4f69
MR
85272011-06-17 Martin Rudalics <rudalics@gmx.at>
8528
8529 * window.el (same-window-p): Fix two typos introduced when
8530 adding with-no-warnings.
d1067961
MR
8531 (display-buffer-normalize-specifiers-1): Don't check
8532 pop-up-frames for 'unset initialization.
8533 (display-buffer-normalize-specifiers-2): Major rewrite using
8534 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8535 (pop-up-frames, display-buffer-reuse-frames)
8536 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8537 Suggested by David Engster <deng@randomsample.de>.
8538 (even-window-heights): Initialize to 'unset.
8539 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8540 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8541 other window case.
dbad4f69 8542
9b9c9e3a
MR
85432011-06-16 Martin Rudalics <rudalics@gmx.at>
8544
bcd70d97
SM
8545 * window.el (display-buffer-normalize-specifiers-1):
8546 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8547 second argument of display-buffer (Bug#8865).
981d5c09
MR
8548 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8549 (switch-to-buffer-other-window-same-frame)
8550 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8551 Adams (Bug#8875).
9c2755e9
MR
8552 (display-buffer): Don't check noninteractive when calling
8553 display-buffer-pop-up-frame.
8554 (display-buffer-pop-up-frame): Never pop up a frame in
8555 noninteractive mode (Bug#8857).
67222e1d
MR
8556 (enlarge-window, shrink-window): Don't report an error when the
8557 window can't be resized as requested (Bug#8862).
9b9c9e3a 8558
2b75be67
SM
85592011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8560
9ffdd3ba
SM
8561 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8562
cb581a67
SM
8563 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8564
2b75be67
SM
8565 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8566
8c0e3589
AM
85672011-06-15 Alan Mackenzie <acm@muc.de>
8568
cb581a67
SM
8569 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8570 for declarators, disable knr checking to speed up for normal files.
8571 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8572
b96e6cde
LMI
85732011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8574
4bba86e6
LMI
8575 * net/network-stream.el (open-network-stream): Add the keyword
8576 :always-query-capabilities for the case where you want to force a
8577 `plain' network connection, but the protocol still requires the
8578 capabilitiy command (i.e., SMTP and EHLO).
8579
2b75be67 8580 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8581 consistency with other `-live-p' functions.
8582
efdcdbf8
SM
85832011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * window.el (same-window-buffer-names, same-window-regexps)
8586 (special-display-frame-alist, special-display-popup-frame)
8587 (special-display-function, special-display-buffer-names)
8588 (special-display-regexps, pop-up-frame-alist)
8589 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8590 (pop-up-windows, split-window-preferred-function)
8591 (split-height-threshold, split-width-threshold, even-window-heights)
8592 (display-buffer-mark-dedicated): Don't encourage the use of
8593 display-buffer-alist from Elisp code.
8594
c5cde042
DN
85952011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8596
8597 * progmodes/python.el (python-mode): Derive from prog-mode.
8598 * progmodes/ps-mode.el (ps-mode):
8599 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8600 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8601 * progmodes/ld-script.el (ld-script-mode): Likewise.
8602
baa1c9ab
MR
86032011-06-15 Martin Rudalics <rudalics@gmx.at>
8604
8605 * window.el (display-buffer-alist): Trim default value to avoid
8606 popping up a new frame (Bug#8857) or reusing an arbitrary window
8607 on another frame.
8608 (display-buffer): Do not fall back on popping up a new frame in
8609 batch mode (Bug#8857).
8610
c5dd5a51
CY
86112011-06-14 Chong Yidong <cyd@stupidchicken.com>
8612
8613 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8614 (custom-theme-summary): New function.
8615 (customize-themes): Use it.
8616
d647b7c4
GM
86172011-06-13 Glenn Morris <rgm@gnu.org>
8618
8619 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8620
9481c002
MR
86212011-06-13 Martin Rudalics <rudalics@gmx.at>
8622
357f93d2
MR
8623 * help.el (help-window): Remove variable.
8624 (help-window-point-marker, temp-buffer-max-height)
8625 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8626 (help-print-return-message): Don't set help-window.
8627 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8628 (help-window-setup-finish): Remove.
8629 (help-window-display-message, help-window-setup)
8630 (with-help-window): Major rewrite based on new
8631 display-buffer-window variable.
8632
8633 * help-mode.el (help-mode-finish): Remove help-window related
8634 code.
8635
8636 * view.el (view-exits-all-viewing-windows): Remove reference to
8637 view-return-to-alist in doc-string.
8638 (view-return-to-alist): Make obsolete.
8639 (view-buffer): Call pop-to-buffer-same-window and remove
8640 undo-window code.
8641 (view-buffer-other-window): Call pop-to-buffer-other-window and
8642 simplify code. Ignore second argument.
8643 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8644 simplify code. Ignore second argument.
8645 (view-return-to-alist-update): Make obsolete.
8646 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8647 Rewrite using quit-restore window parameters.
2b75be67
SM
8648 (view-mode-exit): Rename second argument to EXIT-ONLY.
8649 Rewrite using quit-restore-window.
357f93d2
MR
8650 (View-exit, View-exit-and-edit, View-leave, View-quit)
8651 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8652 appropriate arguments.
8653 (view-end-message): Use quit-restore window parameter.
8654
9481c002
MR
8655 * window.el (display-buffer-function): Rewrite doc-string.
8656 (display-buffer-window, display-buffer-alist): New variables.
8657 (display-buffer-split-specifiers)
8658 (display-buffer-side-specifiers)
8659 (display-buffer-macro-specifiers): New constants.
8660 (display-buffer-even-window-sizes, display-buffer-set-height)
8661 (display-buffer-set-width, display-buffer-select-window)
8662 (display-buffer-in-window, display-buffer-reuse-window)
8663 (display-buffer-split-window-1, display-buffer-split-window)
8664 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8665 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8666 (display-buffer-in-side-window, normalize-buffer-to-display)
8667 (display-buffer-normalize-specifiers-1)
8668 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8669 (display-buffer-normalize-specifiers, display-buffer-frame):
8670 New functions.
9481c002
MR
8671 (display-buffer): Major rewrite.
8672 (display-buffer-other-window, display-buffer-other-frame)
8673 (pop-to-buffer, switch-to-buffer-other-window)
8674 (switch-to-buffer-other-frame): Rewrite.
8675 (display-buffer-same-window, display-buffer-same-frame)
8676 (display-buffer-same-frame-other-window)
8677 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8678 (pop-to-buffer-other-window)
8679 (pop-to-buffer-same-frame-other-window)
8680 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8681 (switch-to-buffer-other-window-same-frame): New functions.
8682 (same-window-p, special-display-p): Rewrite disabling warnings.
8683 Make obsolete.
8684 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8685 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8686 Make obsolete
8687 (same-window-buffer-names, same-window-regexps)
8688 (special-display-frame-alist, special-display-popup-frame)
8689 (special-display-function, special-display-buffer-names)
8690 (special-display-regexps, pop-up-frame-alist)
8691 (pop-up-frame-function, split-window-preferred-function)
8692 (split-height-threshold, split-width-threshold)
8693 (even-window-heights): Make obsolete.
8694
9db51aca
GM
86952011-06-12 Glenn Morris <rgm@gnu.org>
8696
8697 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8698 Misc simplifications.
9db51aca 8699
39cffb44
MR
87002011-06-12 Martin Rudalics <rudalics@gmx.at>
8701
8702 * window.el (window-safely-shrinkable-p): Restore function which
8703 was inadvertently removed in change from 2011-06-11. Declare as
8704 obsolete.
8705
2b75be67
SM
8706 * calendar/calendar.el (calendar-generate-window):
8707 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8708 window-safely-shrinkable-p.
8709
a8955be7
GM
87102011-06-12 Glenn Morris <rgm@gnu.org>
8711
8712 * progmodes/fortran.el (fortran-mode-syntax-table):
8713 * progmodes/f90.el (f90-mode-syntax-table):
8714 Set % to punctuation. (Bug#8820)
8715 (f90-find-tag-default): Remove, no longer needed.
8716
f0d4059d
DC
87172011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8718
8719 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8720
1100a63c
CY
87212011-06-11 Chong Yidong <cyd@stupidchicken.com>
8722
8723 * image.el (image-animated-p): Return animation delay in seconds.
8724 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8725 (image-animate-timeout): Remove DELAY argument. Don't assume
8726 every subimage has the same delay; get it from image-animated-p.
8727 (image-animate): Caller changed.
8728
def722bf
MA
87292011-06-11 Michael Albinus <michael.albinus@gmx.de>
8730
8731 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8732 to ignored backtrace functions.
8733
0a2bb1a9
GM
87342011-06-11 Glenn Morris <rgm@gnu.org>
8735
8736 * calendar/appt.el (appt-disp-window-function): Doc fix.
8737 (appt-check): Handle overlapping appointments. (Bug#8337)
8738
6198ccd0
MR
87392011-06-11 Martin Rudalics <rudalics@gmx.at>
8740
8741 * window.el (window-tree-1, window-tree): New functions, moving
8742 the latter to window.el.
8743 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8744 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8745 (bw-refresh-edges): Remove.
8746 (balance-windows-1, balance-windows-2): New functions.
8747 (balance-windows): Rewrite in terms of window tree functions,
8748 balance-windows-1 and balance-windows-2.
8749 (bw-adjust-window): Remove.
8750 (balance-windows-area-adjust): New function with functionality of
8751 bw-adjust-window but using resize-window.
2b75be67
SM
8752 (set-window-text-height): Rewrite doc-string.
8753 Use normalize-live-window and resize-window.
8754 (enlarge-window-horizontally, shrink-window-horizontally):
8755 Rename argument to DELTA.
6198ccd0
MR
8756 (window-buffer-height): New function.
8757 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8758 Rewrite using new window resize routines.
2b75be67
SM
8759 (kill-buffer-and-window, mouse-autoselect-window-select):
8760 Use ignore-errors instead of condition-case.
6198ccd0
MR
8761 (quit-window): Call delete-frame instead of delete-windows-on
8762 for the only buffer on frame.
8763
9397e56f
MR
87642011-06-10 Martin Rudalics <rudalics@gmx.at>
8765
8766 * loadup.el (top-level): Load window before files for the sake
8767 of replace-buffer-in-windows.
8768
8769 * files.el (read-buffer-to-switch)
8770 (switch-to-buffer-other-window)
2b75be67
SM
8771 (switch-to-buffer-other-frame, display-buffer-other-frame):
8772 Move to window.el.
9397e56f
MR
8773
8774 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8775 (previous-buffer): Move to window.el.
8776
8777 * bindings.el (unbury-buffer): Move to window.el.
8778
8779 * window.el (delete-other-windows-vertically): Move after
8780 definition of delete-other-windows.
8781 (other-window, delete-windows-on, replace-buffer-in-windows):
8782 Move here from window.c.
8783 (record-window-buffer, unrecord-window-buffer)
8784 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8785 (switch-to-next-buffer): New functions.
8786 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8787 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8788 (previous-buffer): Move here from simple.el.
8789 Call switch-to-prev-buffer.
9397e56f
MR
8790 (bury-buffer): Move here from buffer.c. Switch to previous
8791 buffer when window cannot be deleted.
8792 (unbury-buffer): Move here from bindings.el.
8793 (ctl-x-map): Move binding for other-window from window.c to
8794 here.
8795 (read-buffer-to-switch, switch-to-buffer-other-window)
8796 (switch-to-buffer-other-frame): Move here from files.el.
8797 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8798 (switch-to-buffer): Move here from buffer.c.
8799 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8800
562dd5e9
MR
88012011-06-10 Martin Rudalics <rudalics@gmx.at>
8802
8803 * window.el (window-min-height, window-min-width): Move here
8804 from window.c. Add defcustoms and rewrite doc-strings.
8805 (resize-mini-window, resize-window): New functions.
8806 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8807 Move here from window.c.
8808 (maximize-window, minimize-window): New functions.
8809 (delete-window, delete-other-windows, split-window): Move here
8810 from window.c.
8811 (window-split-min-size): New function.
8812 (split-window-keep-point): Mention split-window-above-each-other
8813 instead of split-window-vertically.
2b75be67 8814 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8815 Rename split-window-vertically to split-window-above-each-other
8816 and provide defalias for old definition.
8817 (split-window-side-by-side, split-window-horizontally):
8818 Rename split-window-horizontally to split-window-side-by-side
8819 and provide defalias for the old definition.
562dd5e9
MR
8820 (ctl-x-map): Move bindings for delete-window,
8821 delete-other-windows and enlarge-window here from window.c.
8822 Replace bindings for split-window-vertically and
8823 split-window-horizontally by bindings for
8824 split-window-above-each-other and split-window-side-by-side.
8825
8826 * cus-start.el (all): Remove entries for window-min-height and
8827 window-min-width. Add entries for window-splits and
8828 window-nest.
8829
f0da764a
GM
88302011-06-09 Glenn Morris <rgm@gnu.org>
8831
80675c21
GM
8832 * calendar/appt.el (appt-mode-line): New function.
8833 (appt-check, appt-disp-window): Use it.
8834
f0da764a
GM
8835 * files.el (hack-one-local-variable-eval-safep):
8836 Allow minor-modes with explicit +/-1 arguments.
8837
59f623b7
TZ
88382011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8839
8840 * term/xterm.el (xterm): Add defgroup.
8841 (xterm-extra-capabilities): Add defcustom to supply known xterm
8842 capabilities, skip querying them, or query them (default).
8843 (terminal-init-xterm): Use it.
8844 (terminal-init-xterm-modify-other-keys): New function to set up
8845 modifyOtherKeys support to simplify `terminal-init-xterm'.
8846
9aab8e0d
MR
88472011-06-09 Martin Rudalics <rudalics@gmx.at>
8848
8849 * window.el (resize-window-reset, resize-window-reset-1)
8850 (resize-subwindows-skip-p, resize-subwindows-normal)
8851 (resize-subwindows, resize-other-windows, resize-this-window)
8852 (resize-root-window, resize-root-window-vertically)
8853 (window-deletable-p, window-or-subwindow-p)
8854 (frame-root-window-p): New functions.
8855
e8b08aee
GM
88562011-06-09 Glenn Morris <rgm@gnu.org>
8857
8858 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8859 (ange-ftp-get-files): Use it.
8860
254c37a5
AK
88612011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8862
8863 * mail/sendmail.el (mail-recover-1, mail-recover):
8864 * files.el (recover-file, recover-session):
8865 Handle dired-listing-switches not being just a single short option.
8866
35d7dbd3
GM
88672011-06-09 Glenn Morris <rgm@gnu.org>
8868
8869 * calendar/appt.el (appt-display-message, appt-disp-window):
8870 Handle lists of appointments.
8871
387522b2
MR
88722011-06-08 Martin Rudalics <rudalics@gmx.at>
8873
2b75be67
SM
8874 * window.el (one-window-p): Move down in code.
8875 Rewrite doc-string.
8876 (window-current-scroll-bars): Rewrite doc-string.
8877 Normalize live window argument.
387522b2
MR
8878 (walk-windows, get-window-with-predicate, count-windows):
8879 Rewrite doc-string. Use window-list-1.
8880 (window-in-direction-2, window-in-direction, get-mru-window):
8881 New functions.
8882
d8e4b68b 88832011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8884
8885 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8886 Doc fix (Bug#8713).
8887
88882011-06-08 Chong Yidong <cyd@stupidchicken.com>
8889
8890 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8891
88922011-06-08 Juanma Barranquero <lekktu@gmail.com>
8893
8894 * loadhist.el (unload-feature-special-hooks):
8895 Add `comint-output-filter-functions'.
8896
0de12c52
IK
88972011-06-08 Ivan Kanis <gnu@kanis.fr>
8898
8899 * calendar/appt.el (appt-check): Move some initializations into the let.
8900
f3d1777e
MR
89012011-06-08 Martin Rudalics <rudalics@gmx.at>
8902
8903 * window.el (window-height): Defalias to window-total-height.
8904 (window-width): Defalias to window-body-width.
8905
18af70d0
CY
89062011-06-07 Chong Yidong <cyd@stupidchicken.com>
8907
8908 * image-mode.el (image-toggle-animation): New command.
8909 (image-mode-map): Bind it to RET.
8910 (image-mode): Update message.
8911 (image-toggle-display-image): Avoid a spurious cache flush.
8912 (image-transform-rotation): Doc fix.
8913 (image-transform-properties): Return quickly in the normal case.
8914 (image-animate-loop): Rename from image-animate-max-time.
8915
2b75be67 8916 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8917 (create-animated-image): Remove unnecessary function.
8918 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8919 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8920 (image-animate-timer): Use car-safe.
8921 (image-animate-timeout): Rename argument.
8922
190b47e6
MR
89232011-06-07 Martin Rudalics <rudalics@gmx.at>
8924
8925 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8926 window.c. Rename first argument to ALL-FRAMES.
8927 Rephrase doc-strings.
8928 (get-buffer-window-list): Rewrite using window-list-1.
8929 Rephrase doc-string.
a1511caf
MR
8930 (window-safe-min-height, window-safe-min-width): New constants.
8931 (window-size-ignore, window-min-size, window-min-size-1)
8932 (window-sizable, window-sizable-p, window-size-fixed-1)
8933 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8934 (window-max-delta-1, window-max-delta, window-resizable)
8935 (window-resizable-p, window-total-height, window-total-width)
8936 (window-body-width): New functions.
8937 (window-full-height-p, window-full-width-p): Rewrite using
8938 window-total-size.
8939 (window-body-height): Rewrite using window-body-size.
190b47e6 8940
85cc1f11
MR
89412011-06-06 Martin Rudalics <rudalics@gmx.at>
8942
8943 * window.el (window-right, window-left, window-child)
8944 (window-child-count, window-last-child, window-any-p)
8945 (normalize-live-buffer, normalize-live-frame)
8946 (normalize-any-window, normalize-live-window)
8947 (window-iso-combination-p, window-iso-combined-p)
8948 (window-iso-combinations)
8949 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8950 (windows-with-parameter, window-with-parameter)
8951 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8952 (window-atom-check, window-side-check, window-check):
8953 New functions.
85cc1f11
MR
8954 (ignore-window-parameters, window-sides, window-sides-vertical)
8955 (window-sides-slots): New variables.
8956 (window-size-fixed): Move down in code. Minor doc-string fix.
8957
e7156492
AS
89582011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8959
8960 * comint.el (comint-dynamic-complete-as-filename)
8961 (comint-dynamic-complete-filename): Correctly call
8962 completion-in-region.
8963
7e821d0d
DD
89642011-06-05 Deniz Dogan <deniz@dogan.se>
8965
8966 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8967 in last change.
8968
ac09b8a1
DD
89692011-06-05 Deniz Dogan <deniz@dogan.se>
8970
8971 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8972 (rcirc): Use it to prompt for encryption.
8973
34699b85
RW
89742011-06-05 Roland Winkler <winkler@gnu.org>
8975
8976 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8977 (bibtex-search-entries): New command bound to C-c C-a.
8978 (bibtex-display-entries): New function.
8979
004dedd3
RW
89802011-06-05 Roland Winkler <winkler@gnu.org>
8981
8982 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8983 (bibtex-insert-kill): After yanking insert newline if necessary.
8984 (bibtex-initialize): Call bibtex-string-files-init only once.
8985 (bibtex-mode): Do not call easy-menu-add.
8986 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8987 (bibtex-yank): Set arg properly if nil.
8988
022fe7ce
RW
89892011-06-05 Roland Winkler <winkler@gnu.org>
8990
2b75be67
SM
8991 * textmodes/bibtex.el (bibtex-search-entry-globally):
8992 New variable.
022fe7ce
RW
8993 (bibtex-search-entry): Use it.
8994
b7c3692a
RW
89952011-06-05 Roland Winkler <winkler@gnu.org>
8996
8997 * textmodes/bibtex.el (bibtex-entry-format): New option
8998 sort-fields.
8999 (bibtex-format-entry, bibtex-reformat): Honor this option.
9000 (bibtex-parse-entry): Return fields in proper order.
9001
8eda563d
JB
90022011-06-05 Juanma Barranquero <lekktu@gmail.com>
9003
9004 * doc-view.el (doc-view-remove-if): Move computation of result out
9005 of `dolist' to silence misleading lexical-binding warning.
9006
7dbe3dbc
CY
90072011-06-04 Chong Yidong <cyd@stupidchicken.com>
9008
9009 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9010 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9011
0c33dd17
MA
90122011-06-04 Michael Albinus <michael.albinus@gmx.de>
9013
9014 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9015 "SunOS 5.10".
9016
f8f91c2b
MA
90172011-06-04 Michael Albinus <michael.albinus@gmx.de>
9018
9019 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9020 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9021 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9022 (tramp-parse-putty):
9023 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9024 (tramp-completion-function-alist-ssh)
9025 (tramp-completion-function-alist-telnet)
9026 (tramp-completion-function-alist-su)
9027 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9028 cookie.
9029
9030 * net/tramp-ftp.el:
9031 * net/tramp-sh.el:
9032 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9033 load "tramp.el" `tramp-set-completion-function'.
9034
e17d9003
SM
90352011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * shell.el: Require and use pcomplete.
9038 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9039 (shell-completion-vars): Set pcomplete-default-completion-function.
9040
6c4cab03
DD
90412011-06-04 Deniz Dogan <deniz@dogan.se>
9042
9043 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9044 `memq' (Bug#8799).
9045
ea9fafe0
SM
90462011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9049
b3e945d3
JB
90502011-06-02 Juanma Barranquero <lekktu@gmail.com>
9051
9052 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9053 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9054 * vc/log-view.el (log-view-beginning-of-defun):
9055 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9056 (smerge-refine-forward, smerge-refine-chopup-region):
9057 Silence warning for unused `dotimes' counter variables.
9058
7d520089
SM
90592011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * net/tramp.el (tramp-with-progress-reporter): Rename from
9062 with-progress-reporter. Use `declare'.
9063 * net/tramp-smb.el:
9064 * net/tramp-sh.el:
9065 * net/tramp-gvfs.el: Update all uses.
9066
a1c2400f
JB
90672011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9068
9069 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9070 buffer isn't killed before making it current.
9071
2403c841
SM
90722011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 Silence various byte-compiler warnings.
9075 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9076 `access-type' and new obsolescence format.
9077 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9078 new format.
9079 (byte-compile-check-variable): New `access-type' argument.
9080 Only warn if the access-type is obsolete.
9081 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9082 (byte-compile-variable-set): Adjust callers.
9083 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9084 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9085 setting it as obsolete.
9086 * simple.el (minibuffer-completing-symbol):
9087 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9088 access as obsolete.
9089 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9090 obsolete yet.
9091 * international/quail.el (quail-mouse-choose-completion): Remove unused
9092 code referring to obsolete var.
9093 (quail-choose-completion-string): Remove.
9094 * server.el (server-clients-with, server-kill-buffer-query-function)
9095 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9096 * proced.el (proced-send-signal):
9097 * emacs-lisp/lisp.el (lisp-complete-symbol):
9098 Replace completion-annotate-function with completion-extra-properties.
9099
2462470b
SM
91002011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9101
fb5b2591
SM
9102 * simple.el (goto-line): Use read-number.
9103 (overriding-map-is-bound): Remove.
9104 (saved-overriding-map): Change default.
9105 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9106 Take the map as argument.
9107 (universal-argument, negative-argument, digit-argument): Use it.
9108 (restore-overriding-map): Adjust.
9109 (do-auto-fill): Use fill-forward-paragraph.
9110 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9111
fd6fa53f
SM
9112 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9113 (minibuffer-inactive-mode): New major mode.
9114 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9115 the *Messages* buffer" hack.
9116 (mouse-popup-menubar): Don't burp if the event is a normal key.
9117
2462470b
SM
9118 Miscellaneous tweaks.
9119 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9120 lexical scoping as in subr.el's dolist and dotimes.
9121 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9122 Silence compiler warning.
9123 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9124 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9125 * international/ccl.el (ccl-compile): Trivial simplification.
9126 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9127 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9128 `printflag' argument.
9129 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9130 Purecopy the whole obsolescence data.
9131
108bf785
LL
91322011-06-01 Leo Liu <sdl.web@gmail.com>
9133
9134 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9135 improve doc-string as suggested by Marco Pessotto
9136 <melmothx@gmail.com>.
9137 (rcirc-print): Fix last change.
9138
30a23501
SM
91392011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9140
9141 * minibuffer.el (complete-with-action): Return nil for the metadata and
9142 boundaries of non-functional tables.
9143 (completion-table-dynamic): Return nil for the metadata.
9144 (completion-table-with-terminator): Add default case, using
9145 complete-with-action.
9146 (completion--metadata): New function.
9147 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9148 to try and avoid pathological performance problems.
9149 (completion--embedded-envvar-table): Return `category' metadata.
9150
bcd54f83
LMI
91512011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9152
9153 * subr.el (process-alive-p): New tiny convenience function.
9154
e227544d
SM
91552011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9158 content but also its previous major mode.
9159
e8296fdc
HE
91602011-05-31 Helmut Eller <eller.helmut@gmail.com>
9161
4d61f28d 9162 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9163 *Backtrace* buffer when we exit with C-M-c.
9164
620c53a6
SM
91652011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * minibuffer.el: Add metadata method to completion tables.
9168 (completion-category-overrides): New defcustom.
9169 (completion-metadata, completion--field-metadata)
9170 (completion-metadata-get, completion--styles)
9171 (completion--cycle-threshold): New functions.
9172 (completion-try-completion, completion-all-completions):
9173 Add `metadata' argument to choose completion-styles.
9174 (completion--do-completion): Use metadata to choose cycling.
9175 (completion-all-sorted-completions): Use metadata for sorting.
9176 Remove :completion-cycle-penalty which is not needed any more.
9177 (completion--try-word-completion): Add `metadata' argument.
9178 (minibuffer-completion-help): Check metadata for annotation function
9179 and sorting.
9180 (completion-file-name-table): Return `category' metadata.
9181 (minibuffer-completing-file-name): Make obsolete.
9182 * simple.el (minibuffer-completing-symbol): Make obsolete.
9183 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9184 completion-try-completion.
9185
1257e755
SM
91862011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9189
3767e706
LL
91902011-05-30 Leo Liu <sdl.web@gmail.com>
9191
9192 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9193 (rcirc-print): Decode all incoming messages (bug#8744).
9194 (rcirc-decode-coding-system): Allow value nil for automatic coding
9195 system detection.
3767e706 9196
d1a5d56a
GM
91972011-06-01 Glenn Morris <rgm@gnu.org>
9198
9199 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9200
e8cbec34
CY
92012011-05-29 Chong Yidong <cyd@stupidchicken.com>
9202
9203 * image.el (image-animate-max-time): Allow nil and t values.
9204 Default to nil.
9205 (create-animated-image): Doc fix.
9206 (image-animate-start): Remove second arg; just use
9207 image-animate-max-time.
9208 (image-animate-timeout): Doc fix. Args changed.
9209
9210 * image-mode.el (image-toggle-display-image): Ensure that the
9211 image spec passed to the animate timer is the same object as in
58179cce 9212 the buffer's display property (Bug#6981).
e8cbec34
CY
9213 (image-transform-properties): Doc fix.
9214
9215 * image.el (image-animate-max-time): Default to nil.
9216
159daf87
MR
92172011-05-29 Martin Rudalics <rudalics@gmx.at>
9218
9219 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9220 entire buffer list (Bug#8184).
9221
d66c4c7c
CY
92222011-05-29 Chong Yidong <cyd@stupidchicken.com>
9223
9224 * image.el (imagemagick-types-inhibit)
9225 (imagemagick-register-types): Doc fix.
9226
80aec780
DD
92272011-05-29 Deniz Dogan <deniz@dogan.se>
9228
9229 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9230 default.
9231
1dd3c2d9
CY
92322011-05-29 Chong Yidong <cyd@stupidchicken.com>
9233
9234 * select.el: Don't perform clipboard-manager saving in hooks;
9235 leave the hooks empty.
9236
60e56523
LL
92372011-05-28 Leo Liu <sdl.web@gmail.com>
9238
9239 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9240 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9241 (occur-edit-mode): New major mode (Bug#8463).
9242 (occur-after-change-function): New function.
9243 (occur-engine): Give Occur tags a read-only property.
9244
2b1e1a22
KR
92452011-05-28 Kevin Ryde <user42@zip.com.au>
9246
9247 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9248
5d344e88
CY
92492011-05-28 Chong Yidong <cyd@stupidchicken.com>
9250
8e6ca83d
CY
9251 * bindings.el (help-echo): Make the initial non-indicator dash
9252 empty on graphical terminals (Bug#7295).
9253
5d344e88
CY
9254 * files.el (auto-mode-alist): Move config rule after the
9255 in-stripping one (Bug#8547).
9256
bfbbace7
CY
9257 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9258
fbeba6e2
CY
9259 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9260 setting (Bug#8740).
9261
60ed8c72
AA
92622011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9263
4ac619f0
AA
9264 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9265 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9266 (Bug#8539).
60ed8c72 9267
23db196e
CY
92682011-05-28 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9271
5012f24c
DK
92722011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9273
9274 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9275 (hs-hide-block-at-point, hs-find-block-beginning)
9276 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9277 (Bug#8279).
9278
6a639b16
GM
92792011-05-28 Glenn Morris <rgm@gnu.org>
9280
9281 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9282
d43eaf2c
CY
92832011-05-28 Chong Yidong <cyd@stupidchicken.com>
9284
5199bde1
CY
9285 * help-fns.el (describe-function-1): If the function is a derived
9286 major mode, print the parent mode.
9287
d43eaf2c
CY
9288 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9289 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9290
423428a8
SM
92912011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9292
0ff8e1ba 9293 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9294 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9295 * progmodes/etags.el (tags-completion-at-point-function):
9296 * info-look.el (info-lookup-completions-at-point): Mark as
9297 non-exclusive.
9298 (info-complete): Adjust accordingly.
9299
423428a8
SM
9300 * info-look.el: Convert to lexical-binding and completion-at-point.
9301 (info-lookup-completions-at-point): New function.
9302 (info-complete): Use it and completion-in-region.
9303
b74aa22b
DA
93042011-05-28 Drew Adams <drew.adams@oracle.com>
9305
9306 * isearch.el: Let M-e start with point at the first mismatched char.
9307 (isearch-fail-pos): New function.
9308 (isearch-edit-string): Use it.
9309
66e2e71d
DK
93102011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9311
9312 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9313
b1890b0f 93142011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9315
9316 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9317 traversal functions for avl-trees.
9318 (avl-tree--stack): New struct.
9319 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9320 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9321 (avl-tree--do-enter): Add optional `updatefun' arg.
9322 Change return value.
eb95d01d 9323 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9324 (avl-tree--do-delete): Add `test' and `nilflag' args.
9325 Change return value.
eb95d01d
TC
9326 (avl-tree-member): Add optional `nilflag'
9327 (avl-tree-member-p): New function.
9328 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9329 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9330 (avl-tree-stack-empty-p): New functions.
9331
3769ddcf
TC
9332 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9333 avl-tree--del-balance1 and make it work both ways.
9334 (avl-tree--del-balance2): Remove.
9335 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9336 make it work both ways.
9337 (avl-tree--enter-balance2): Remove.
9338 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9339 New macros.
9340 (avl-tree--mapc, avl-tree-map): Add direction argument.
9341
eb95d01d 93422011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9343
9344 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9345
a9f737ee
CY
93462011-05-27 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * select.el: Support clipboard managers with built-in function
9349 x-clipboard-manager-save, via delete-frame-functions and
9350 kill-emacs-hook.
9351 (xselect-convert-to-targets): Add MULTIPLE target to list.
9352 (xselect-convert-to-save-targets): New function.
9353
c92a1e54
KH
93542011-05-27 Kenichi Handa <handa@m17n.org>
9355
9356 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9357 let-binding rfc2047-encode-encoded-words to nil.
9358
e145f188
GM
93592011-05-27 Glenn Morris <rgm@gnu.org>
9360
5ec8a862
GM
9361 * mail/emacsbug.el: Don't require url-util.
9362
4b29d9fb
GM
9363 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9364
e145f188
GM
9365 * files.el (set-auto-mode):
9366 Also respect mode: entries at the end of the file. (Bug#8586)
9367
7d15102b
GM
93682011-05-26 Glenn Morris <rgm@gnu.org>
9369
98f593b8
GM
9370 * files.el (hack-local-variables-prop-line, hack-local-variables):
9371 Downcase mode names, as seems to be traditional.
27b48e63 9372 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9373
7d15102b
GM
9374 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9375 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9376
51d5b4ec
JD
93772011-05-25 Julien Danjou <julien@danjou.info>
9378
9379 * textmodes/rst.el (rst-define-level-faces): Do not define face
9380 symbol if it is already defined.
9381
91513f63
VB
93822011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9383
9384 * play/5x5.el (5x5-new-game, 5x5-randomize):
9385 Reset 5x5-solver-output to nil when a new grid is cast.
9386 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9387 these debugging traces, as defmacro breaks the compiled code.
9388
4d90d6d0
DK
93892011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9390
9391 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9392
e1b90ef6
LL
93932011-05-24 Leo Liu <sdl.web@gmail.com>
9394
9395 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9396 (vc-bzr-sha1): Adapt.
9397
d8e4b68b 9398 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9399
9400 * bindings.el: Provide sha1 feature.
9401
db0406bb 94022011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9403
9404 * mail/sendmail.el: Require `rfc2047'.
9405 (mail-insert-from-field): Do not perform RFC2047 encoding.
9406 (mail-encode-header): New function.
9407 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9408 buffer to the return value of select-message-coding-system.
9409 Call mail-encode-header.
b8d747b9
KH
9410
9411 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9412
db0406bb 94132011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9414
4d90d6d0
DK
9415 * mail/supercite.el (sc-default-cite-frame):
9416 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9417
eb8a5e9b
GM
94182011-05-24 Glenn Morris <rgm@gnu.org>
9419
f8630703
GM
9420 * progmodes/python.el (brm-menu): Declare.
9421
8831bbed
GM
9422 * emulation/viper.el (viper-set-hooks): Declare.
9423
eb8a5e9b
GM
9424 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9425 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9426 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9427 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9428 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9429 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9430
a2a25d24
SM
94312011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 Add an :exit-function for completion-at-point.
9434
9435 * minibuffer.el (completion--done): New fun.
9436 (completion--do-completion): Use it. New arg `expect-exact'.
9437 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9438 since completion--do-completion does it for us now.
9439 (minibuffer-force-complete): Use completion--done and
9440 completion--replace. Handle sole-completion case with more care.
9441 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9442 (completion-extra-properties): New var.
9443 (completion-annotate-function): Make obsolete.
9444 (minibuffer-completion-help): Adjust accordingly.
9445 Use completion-list-insert-choice-function.
9446 (completion-at-point, completion-help-at-point):
9447 Bind completion-extra-properties.
9448 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9449 * simple.el (completion-list-insert-choice-function): New var.
9450 (completion-setup-function): Preserve it.
9451 (choose-completion): Pay attention to it, shuffle the code a bit.
9452 (choose-completion-string): New arg `insert-function'.
9453
9454 * textmodes/bibtex.el: Convert to lexical binding.
9455 (bibtex-mode-map): Use completion-at-point.
9456 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9457 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9458 (bibtex-complete): Define as obsolete alias.
9459 (bibtex-complete-internal): Remove.
9460 (bibtex-format-entry): Remove unused sub-group in regexp.
9461 * shell.el (shell--command-completion-data)
9462 (shell-environment-variable-completion):
9463 * pcomplete.el (pcomplete-completions-at-point):
9464 * comint.el (comint--complete-file-name-data): Use :exit-function
9465 instead of completion-table-with-terminator so it also works for
9466 choose-completion.
9467
e44e373d
SM
94682011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9469
4f91a816
SM
9470 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9471
782fc819
SM
9472 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9473 (bug#8710).
9474
e44e373d
SM
9475 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9476
381987c3
KM
94772011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9478
9479 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9480 customization variable and implement: If non-nil, auto-fill will
9481 be inhibited while on topic's header line.
9482
b776bc70
VB
94832011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9484
9485 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9486 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9487 always have a solution in grid size = 5 cases.
9488 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9489 (5x5-solver-output, 5x5-log-buffer): New vars.
9490 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9491 Make these variables buffer local to achieve 5x5 multi-session-ness.
9492 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9493 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9494 (5x5-solve-suggest): New funs.
9495 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9496 randomize a grid so that we ensure that there is always a solution.
9497 (5x5-make-random-grid): Allow other movement than flipping.
9498
7de88b6e
KR
94992011-05-23 Kevin Ryde <user42@zip.com.au>
9500
9501 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9502 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9503 advice and passes PREDICATE.
9504
b1ef1257
SM
95052011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9506
bbca48fe
SM
9507 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9508 byte-compile-lambda if it's actually a lambda.
9509
b1ef1257
SM
9510 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9511 Fix function quoting. Use backquote better.
9512
92a9cc65
YS
95132011-05-22 Yuanle Song <sylecn@gmail.com>
9514
9515 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9516 matching (Bug#8516).
9517
f0fb8059
JA
95182011-01-22 Jari Aalto <jari.aalto@cante.net>
9519
9520 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9521 different face (Bug#8178).
9522
d5b44c93
CY
95232011-05-22 Chong Yidong <cyd@stupidchicken.com>
9524
9525 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9526 defface (Bug#8144).
9527
79106a44
SM
95282011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9c848d8a
SM
9530 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9531 funcall as well (bug#8712). Warn when performing those conversions.
9532 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9533
79106a44
SM
9534 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9535
88dfa756
GM
95362011-05-22 Glenn Morris <rgm@gnu.org>
9537
9538 * files.el (hack-local-variables-prop-line): Small simplifications.
9539 (hack-local-variables, hack-local-variables-prop-line):
9540 If MODE-ONLY, return the mode, rather than just `t'.
9541
b7cf2c79
SM
95422011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9545
3f1a8558
GM
95462011-05-21 Glenn Morris <rgm@gnu.org>
9547
7e4ccca3
GM
9548 * files.el (hack-local-variables-prop-line, hack-local-variables):
9549 If only interested in the mode, don't bother doing the other stuff.
9550
637d46ca
GM
9551 * image-mode.el (image-after-revert-hook):
9552 Redraw all frames on which the image is visible. (Bug#8567)
9553
973d955b
GM
9554 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9555
3f1a8558
GM
9556 * wid-edit.el (widget-checklist-match-inline):
9557 Fix 2011-04-19 change. (Bug#8649)
9558
96479927
SM
95592011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9560
1dcf791f
SM
9561 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9562 Also allow singlespace after single-letter capitals followed by a dot.
9563
96479927
SM
9564 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9565 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9566
35fd0881
N
95672011-05-20 Nix <nix@esperi.org.uk>
9568
9569 * files.el (basic-save-buffer-2):
9570 Fix handling of break-hardlink-on-save with non-existent files.
9571
82745640
DD
95722011-05-19 Deniz Dogan <deniz@dogan.se>
9573
9574 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9575 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9576
4a720484
GM
95772011-05-19 Glenn Morris <rgm@gnu.org>
9578
d1f21341
GM
9579 * progmodes/f90.el (f90-type-def-re):
9580 Handle "type, bind(c)". (Bug#8691)
9581
4a720484
GM
9582 * emacs-lisp/autoload.el (batch-update-autoloads):
9583 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9584
2fb0a219
MA
95852011-05-18 Michael Albinus <michael.albinus@gmx.de>
9586
9587 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9588 property for the correct connection in case of multihops.
9589
e565dd37
GM
95902011-05-18 Glenn Morris <rgm@gnu.org>
9591
c2571358 9592 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9593 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9594
e565dd37
GM
9595 Rationalize calendar handling of day and month abbrev-arrays.
9596 * calendar/calendar.el (calendar-customized-p): New function.
9597 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9598 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9599 Add :set function.
9600 (calendar-abbrev-length, calendar-day-abbrev-array)
9601 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9602 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9603 Elements may no longer be nil.
9604 (calendar-day-name, calendar-month-name):
9605 Update for changed nature of abbrev arrays.
9606 * calendar/diary-lib.el (diary-name-pattern):
9607 Update for changed nature of abbrev arrays.
9608 (diary-mark-entries-1): Update calendar-make-alist calls.
9609 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9610 * calendar/cal-html.el (cal-html-day-abbrev-array):
9611 Simply inherit from calendar-day-abbrev-array.
9612
1d99a745
SM
96132011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * progmodes/grep.el (grep-mode): Disable default
9616 compilation-directory-matcher setting (bug#8684).
9617
7c1d9aa0
MA
96182011-05-17 Michael Albinus <michael.albinus@gmx.de>
9619
9620 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9621 instead of "head" and "tail". There were problems with SunOS 5.9,
9622 and it performs better.
9623
3952e9d8
GM
96242011-05-17 Glenn Morris <rgm@gnu.org>
9625
2dd12e7f
GM
9626 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9627
e4157b9c
GM
9628 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9629 Replace obsolete function.
9630
8e249bbd
GM
9631 * shell.el (pcomplete-parse-arguments-function): Declare.
9632
3952e9d8
GM
9633 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9634 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9635 (appt-check): Doc fixes.
9636 (appt-disp-window-function, appt-delete-window-function):
9637 Remove needless special case in custom :type.
9638 (appt-display-count): Default to 0, not nil.
9639 (appt-check): Reset appt-display-count to 0, not nil.
9640
c71a0d48 96412011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9642
c71a0d48
GM
9643 * progmodes/python.el (python-font-lock-keywords):
9644 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9645
31d55be9
SM
96462011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9649
3bfacb2f
KR
96502011-05-16 Kevin Ryde <user42@zip.com.au>
9651
9652 * info-look.el (makefile-automake-mode): New setups, looking in
9653 automake manual, then makefile-mode.
9654 (makefile-mode): Remove automake manual, have it just in
9655 makefile-automake-mode since there's various things different or
9656 not relevant to plain make.
9657 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9658 believe a hypothetical automake-mode would go to makefile-mode,
9659 not the other way around.
9660
c8e83751
CY
96612011-05-15 Chong Yidong <cyd@stupidchicken.com>
9662
5e9e35cd
CY
9663 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9664 hunk-end tags (Bug#8672).
9665
c8e83751
CY
9666 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9667 vc-annotate-show-diff-revision-at-line (Bug#8671).
9668
50b23e5a
GM
96692011-05-14 Glenn Morris <rgm@gnu.org>
9670
7210a739
GM
9671 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9672 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9673 (change-log-font-lock-keywords): Also handle multiple author lines
9674 with leading tabs. (Bug#8644)
7210a739 9675
4691905a
GM
9676 * calendar/appt.el (appt-check): Rename some local variables.
9677 Some simplification/reordering.
9678
50b23e5a
GM
9679 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9680 (feedmail-sendmail-f-doesnt-sell-me-out)
9681 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9682 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9683 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9684 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9685 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9686 (feedmail-binmail-gnulinuxish-template):
9687 Rename from feedmail-binmail-linuxish-template.
9688 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9689 Use insert-buffer-substring.
9690
215cda7c
BC
96912011-05-14 Bill Carpenter <bill@carpenter.org>
9692
9693 * mail/feedmail.el (feedmail-patch-level): Increase.
9694 (feedmail-debug): New custom group.
9695 (feedmail-confirm-outgoing-timeout)
9696 (feedmail-sendmail-f-doesnt-sell-me-out)
9697 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9698 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9699 (feedmail-sender-line, feedmail-from-line)
9700 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9701 (feedmail-spray-this-address)
215cda7c
BC
9702 (feedmail-spray-address-fiddle-plex-list)
9703 (feedmail-queue-use-send-time-for-date)
9704 (feedmail-queue-use-send-time-for-message-id)
9705 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9706 (feedmail-buffer-eating-function):
9707 Doc fixes.
9708 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9709 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9710 (feedmail-message-action-scroll-down): New functions.
9711 (feedmail-queue-directory, feedmail-queue-draft-directory):
9712 Use expand-file-name.
9713 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9714 Remove C-v help entry.
9715 (feedmail-queue-buffer-file-name): New variable.
9716 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9717 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9718 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9719 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9720 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9721 (feedmail-message-action-toggle-spray)
9722 (feedmail-run-the-queue-no-prompts)
9723 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9724 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9725 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9726 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9727 (feedmail-envelope-deducer, feedmail-fiddle-from)
9728 (feedmail-fiddle-sender, feedmail-default-date-generator)
9729 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9730 (feedmail-fiddle-spray-address)
9731 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9732 (feedmail-fiddle-list-of-fiddle-plexes)
9733 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9734 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9735 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9736 Change default. Doc fix.
9737 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9738 (feedmail-binmail-linuxish-template): New constant.
9739 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9740 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9741 (feedmail-send-it): Add debug call.
9742 Use feedmail-queue-buffer-file-name, and
9743 feedmail-send-it-immediately-wrapper.
9744 (feedmail-message-action-send): Add debug call.
9745 Use feedmail-send-it-immediately-wrapper.
9746 (feedmail-queue-express-to-queue): Add debug call.
9747 Run feedmail-queue-express-hook.
9748 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9749 (feedmail-message-action-help-blat):
9750 Rename from feedmail-queue-send-edit-prompt-help-first.
9751 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9752 Check line-endings. Handle errors better.
9753 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9754 Doc fix. Add debug call.
9755 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9756 Use feedmail-queue-send-edit-prompt-inner.
9757 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9758 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9759 from feedmail-queue-send-edit-prompt.
9760 (feedmail-queue-send-edit-prompt-help)
9761 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9762 (feedmail-tidy-up-slug): Add debug call.
9763 Respect feedmail-queue-slug-suspect-regexp.
9764 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9765 (feedmail-dump-message-to-queue): Add debug call.
9766 Expand queue-directory.
9767 (feedmail-dump-message-to-queue): Change message slightly.
9768 Use feedmail-say-chatter.
9769 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9770 (feedmail-send-it-immediately-wrapper): New function.
9771 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9772 Insert empty string rather than newline. Handle full-frame case.
9773 Use catch/throw. Use feedmail-say-chatter.
9774 (feedmail-fiddle-from): Try mail-host-address.
9775 (feedmail-default-message-id-generator): Doc fix.
9776 Bind system-time-locale. Handle missing end.
9777 (feedmail-fiddle-x-mailer): Add debug call.
9778 Handle feedmail-x-mailer-line being nil.
9779 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9780 Add debug call. Use buffer-substring-no-properties.
9781 (feedmail-say-debug, feedmail-say-chatter): New functions.
9782 (feedmail-find-eoh): Give an explicit error.
9783
42c7e61e
UJ
97842011-05-13 Ulf Jasper <ulf.jasper@web.de>
9785
c2571358 9786 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9787 family from helvetica to sans.
c2571358 9788 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9789 etc/images/newsticker.
9790
c2571358 9791 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9792 family from helvetica to sans.
9793
9794 * net/newst-plainview.el (newsticker-new-item-face)
9795 (newsticker-old-item-face, newsticker-immortal-item-face)
9796 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9797 (newsticker-statistics-face): Change default family from
42c7e61e 9798 helvetica to sans.
c2571358 9799 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9800 etc/images/newsticker.
9801
9802 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9803 (newsticker--process-auto-mark-filter-match): : Tell user about
9804 auto-marking.
9805
8497a297
DV
98062011-05-13 Didier Verna <didier@xemacs.org>
9807
9808 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9809 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9810 TODO entries.
8497a297
DV
9811 (lisp-lambda-list-keyword-parameter-indentation)
9812 (lisp-lambda-list-keyword-parameter-alignment)
9813 (lisp-lambda-list-keyword-alignment): New customizable user options.
9814 (lisp-indent-defun-method): Improve docstring.
9815 (extended-loop-p): Fix comment.
9816 (lisp-indent-lambda-list-keywords-regexp): New variable.
9817 (lisp-indent-lambda-list): New function.
9818 (lisp-indent-259): Use it.
9819 (lisp-indent-defmethod): Support for more than one
9820 method qualifier and properly indent methods lambda-lists.
9821 (defgeneric): Provide a missing common-lisp-indent-function property.
9822
f278f87f
SM
98232011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9826 bounds for the empty string (bug#8667).
9827
5233edd7
GM
98282011-05-13 Glenn Morris <rgm@gnu.org>
9829
5237a44f
GM
9830 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9831
8340026c 9832 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9833 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9834
5233edd7 9835 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9836 (appt-time-msg-list): Doc fix.
a5464014 9837 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9838
92d10796
AS
98392011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9840
9841 * progmodes/ld-script.el (ld-script-keywords)
9842 (ld-script-builtins): Update keywords list.
9843
914a0ae1
SM
98442011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9845
c89be45f
SM
9846 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9847
914a0ae1
SM
9848 * shell.el (shell-completion-vars): New function.
9849 (shell-mode):
9850 * simple.el (read-shell-command): Use it.
9851 (blink-matching-open): No need for " [...]" in minibuffer-message.
9852
98dc3df3
GM
98532011-05-12 Glenn Morris <rgm@gnu.org>
9854
9855 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9856 (appt-check): Simplify.
9857
d2fc7e3d 98582011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9859
4d61f28d 9860 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9861 literal "/dev/null".
9862
d2fc7e3d 98632011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9864
9865 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9866 Fix typo.
9867
d2fc7e3d 98682011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9869
3f254caa
SM
9870 * progmodes/which-func.el (which-function):
9871 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9872 which might not be defined (Bug#8260).
9873
d45885f7
GM
98742011-05-12 Glenn Morris <rgm@gnu.org>
9875
9876 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9877 Let byte-compile-initial-macro-environment always take precedence.
9878
488086f4
SM
98792011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * net/rcirc.el: Add support for SSL/TLS connections.
9882 (rcirc-server-alist): New field `encryption'.
9883 (rcirc): Check `encryption' settings.
9884 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9885 Merge make-local-variable into `set'.
9886 (rcirc--connection-open-p): New function.
9887 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9888 the process is not a network process (e.g. running gnutls-cli).
9889 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9890 Make rcirc-(en|de)code-coding-system local here.
9891 (rcirc-mode): Merge make-local-variable into `set'.
9892 (rcirc-parent-buffer): Make permanent buffer-local.
9893 (rcirc-multiline-minor-mode): Don't do it here.
9894 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9895 there's no server buffer.
9896
7d3b9d44
GM
98972011-05-11 Glenn Morris <rgm@gnu.org>
9898
f64049c6
GM
9899 * newcomment.el (comment-kill): Prefix "unused" local.
9900
93c9df73
GM
9901 * term/w32console.el (get-screen-color): Declare.
9902
7d3b9d44
GM
9903 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9904 Handle symbol elements of byte-compile-initial-macro-environment.
9905
9e2dd53f
LL
99062011-05-10 Leo Liu <sdl.web@gmail.com>
9907
488086f4
SM
9908 * bookmark.el (bookmark-bmenu-mode-map):
9909 Bind bookmark-bmenu-search to `/'.
8b340240 9910
9e2dd53f 9911 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9912 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9913 (Footnote-unicode): New function.
9914 (footnote-style-alist): Add unicode style to the list.
9915 (footnote-style): Doc fix.
9e2dd53f 9916
79b70037
GM
99172011-05-10 Jim Meyering <meyering@redhat.com>
9918
9919 Fix doubled-word typos.
9920 * international/quail.el (quail-insert-kbd-layout): and and -> and
9921 * kermit.el: and and -> and
9922 * net/ldap.el (ldap-search-internal): to to -> to
9923 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9924 * progmodes/js.el (js-mode): and and -> and
9925 * textmodes/artist.el (artist-move-to-xy): at at -> at
9926 (artist-draw-region-trim-line-endings): if if -> if
9927 And Safetyc -> Safety.
9928 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9929
b8f82dc1 99302011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9931 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9932
9933 * files.el (hack-one-local-variable-eval-safep):
9934 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9935
4f99f44b
GM
99362011-05-10 Glenn Morris <rgm@gnu.org>
9937
9938 * calendar/diary-lib.el (diary-list-entries-hook)
9939 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9940 (diary-nongregorian-marking-hook, diary-list-entries)
9941 (diary-include-other-diary-files, diary-mark-entries)
9942 (diary-mark-included-diary-files): Doc fixes.
9943
84f29e6b
JB
99442011-05-09 Juanma Barranquero <lekktu@gmail.com>
9945
9946 * misc.el: Require tabulated-list.el during compilation.
9947
9bedd73a
CY
99482011-05-09 Chong Yidong <cyd@stupidchicken.com>
9949
488086f4
SM
9950 * progmodes/compile.el (compilation-start):
9951 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9952 (compilation-filter-hook): Doc fix.
9953
797c735c
DD
99542011-05-09 Deniz Dogan <deniz@dogan.se>
9955
9956 * wdired.el: Remove outdated installation comment. Fix usage
9957 comment.
9958
5f4b1dfe
JB
99592011-05-09 Juanma Barranquero <lekktu@gmail.com>
9960
9961 * misc.el: Implement new command `list-dynamic-libraries'.
9962 (list-dynamic-libraries--loaded-only-p): New variable.
9963 (list-dynamic-libraries--refresh): New function.
9964 (list-dynamic-libraries): New command.
9965
4c44026c
CY
99662011-05-09 Chong Yidong <cyd@stupidchicken.com>
9967
488086f4
SM
9968 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9969 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9970 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9971 higher priority to avoid clobbering by gnu.
9972
027f966d
CY
99732011-05-08 Chong Yidong <cyd@stupidchicken.com>
9974
9975 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9976 if the face has existing theme settings (Bug#8454).
9977
085f5d7d
CY
99782011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9979
488086f4
SM
9980 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9981 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9982
2a86a00c
RS
9983 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9984 special file names `.' and `..' (Bug#8259).
9985
d9c54a06
CY
99862011-05-08 Chong Yidong <cyd@stupidchicken.com>
9987
488086f4
SM
9988 * progmodes/grep.el (grep-mode-font-lock-keywords):
9989 Remove buffer-changing entries.
d9c54a06
CY
9990 (grep-filter): New function.
9991 (grep-mode): Add it to compilation-filter-hook.
9992
9993 * progmodes/compile.el (compilation-filter-hook)
9994 (compilation-filter-start): New defvars.
9995 (compilation-filter): Call compilation-filter-hook prior to
9996 updating the process mark.
9997
c4662635
SM
99982011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10001
b0512a1d
EZ
100022011-05-07 Eli Zaretskii <eliz@gnu.org>
10003
605c9376
EZ
10004 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10005 mailclient-send-it even if window-system is nil. (Bug#8595)
10006
c4662635
SM
10007 * term/w32console.el (terminal-init-w32console):
10008 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10009 background-mode. (Bug#8597)
10010
d1dc2cc2
SM
100112011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10014 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10015 New functions.
10016 (defgeneric, eieio--defmethod): Use them.
10017 (eieio-defgeneric): Remove.
10018 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10019
915d1300
GM
100202011-05-07 Glenn Morris <rgm@gnu.org>
10021
a3961c3e
GM
10022 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10023 Use let rather than let*.
10024 (timeclock-find-discrep): Remove unused local.
10025
314347b9
GM
10026 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10027
915d1300
GM
10028 * calendar/appt.el (appt-time-msg-list): Doc fix.
10029
275b59b0
NF
100302011-05-06 Noah Friedman <friedman@splode.com>
10031
10032 * apropos.el (apropos-print-doc): Only use
10033 emacs-lisp-docstring-fill-column when it is bound to an integer,
10034 per that variable's documentation.
10035
6c19f744
SM
100362011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10039 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10040
60f884b2
GM
100412011-05-06 Glenn Morris <rgm@gnu.org>
10042
5006e634
GM
10043 * calendar/appt.el (appt-message-warning-time): Doc fix.
10044 (appt-warning-time-regexp): New option.
10045 (appt-make-list): Respect appt-message-warning-time.
10046
548d0a63
GM
10047 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10048 New options.
10049 (diary-add-to-list): Strip comments from the displayed string.
10050 (diary-mode): Set comment-start and comment-end.
10051
60f884b2
GM
10052 * vc/diff-mode.el (smerge-refine-subst): Declare.
10053 (diff-refine-hunk): Don't require smerge-mode when compiling.
10054
989681bb
JB
100552011-05-06 Juanma Barranquero <lekktu@gmail.com>
10056
10057 * simple.el (list-processes): Return nil as the docstring says.
10058
a6bc05e1
MA
100592011-05-05 Michael Albinus <michael.albinus@gmx.de>
10060
10061 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10062 to "".
10063 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10064 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10065 determining of binary transfer. (Bug#7383)
10066
23c22e9a
MA
100672011-05-05 Michael Albinus <michael.albinus@gmx.de>
10068
c4662635
SM
10069 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10070 Fix port computation bug. (Bug#8618)
23c22e9a 10071
0bff894f
GM
100722011-05-05 Glenn Morris <rgm@gnu.org>
10073
b8296902
GM
10074 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10075
1f522ce8
GM
10076 * simple.el (shell-dynamic-complete-functions)
10077 (comint-dynamic-complete-functions): Declare.
10078
cf5bee67
GM
10079 * net/network-stream.el (gnutls-negotiate):
10080 * simple.el (tabulated-list-print): Fix declarations.
10081
10082 * progmodes/gud.el (syntax-symbol, syntax-point):
10083 Remove unnecessary and incorrect declarations.
10084
0bff894f
GM
10085 * emacs-lisp/check-declare.el (check-declare-scan):
10086 Handle byte-compile-initial-macro-environment in bytecomp.el
10087
9869b3ae
SM
100882011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 Fix earlier half-done eieio-defmethod change (bug#8338).
10091 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10092 Streamline and change calling convention.
10093 (defmethod): Adjust accordingly and simplify.
10094 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10095 new eieio--defmethod.
10096 (slot-boundp): Minor CSE simplification.
10097
9c1d5ac5
MZ
100982011-05-05 Milan Zamazal <pdm@zamazal.org>
10099
10100 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10101 (glasses-make-readable): Use glasses-separate-capital-groups.
10102
455c834e
JB
101032011-05-05 Juanma Barranquero <lekktu@gmail.com>
10104
10105 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10106 (warning-series): Doc fix.
10107 (display-warning): Don't try to create the buffer if we just found it.
10108
9ed7c8cb
CY
101092011-05-04 Chong Yidong <cyd@stupidchicken.com>
10110
10111 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10112 (autoload-find-generated-file): New function.
10113 (generate-file-autoloads): Bind generated-autoload-file to
10114 buffer-file-name.
9869b3ae
SM
10115 (update-file-autoloads, update-directory-autoloads):
10116 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10117 output file (Bug#7989).
10118 (batch-update-autoloads): Doc fix.
10119
0898ca10
JB
101202011-05-04 Juanma Barranquero <lekktu@gmail.com>
10121
10122 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10123
31dfb76c
GM
101242011-05-04 Glenn Morris <rgm@gnu.org>
10125
f330b642
GM
10126 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10127 function, so it follows changes in calendar-date-style.
10128 (diary-fancy-date-matcher): New function.
10129 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10130 (diary-fancy-font-lock-fontify-region-function):
10131 Use diary-fancy-date-pattern as a function.
10132
31dfb76c
GM
10133 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10134 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10135
48e79d6a
TZ
101362011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10137
10138 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10139 instead of positional arguments. Allow :keylist and :crlfiles
10140 arguments.
10141 (open-gnutls-stream): Call it.
10142
10143 * net/network-stream.el (network-stream-open-starttls): Adjust to
10144 call `gnutls-negotiate' with :process and :hostname arguments.
10145
dd5a5ee0
SM
101462011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10147
ef80fc09
SM
10148 * minibuffer.el (completion--message): New function.
10149 (completion--do-completion, minibuffer-complete)
10150 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10151 (completion--do-completion): Don't ignore completion-auto-help when in
10152 icomplete-mode.
10153
dd5a5ee0
SM
10154 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10155 internal encoding (e.g. tibetan zero is not whitespace).
10156 (global-whitespace-mode): Prefer save-current-buffer.
10157 (whitespace-trailing-regexp): Remove useless save-match-data.
10158 (whitespace-empty-at-bob-regexp): Minor simplification.
10159
b7d22a83
CY
101602011-05-03 Chong Yidong <cyd@stupidchicken.com>
10161
10162 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10163
5192af46
AM
101642011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10165
10166 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10167 Use `concat' to create string for insertion.
5192af46 10168
5767d190
SM
101692011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10172 Avoid open-line which runs post-self-insert-hook.
10173 (bibtex-fill-entry): Remove unused `end' var.
10174
bf242939
AM
101752011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10176
5767d190
SM
10177 * textmodes/ispell.el (ispell-add-per-file-word-list):
10178 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10179
25666126
LL
101802011-05-03 Leo Liu <sdl.web@gmail.com>
10181
10182 * isearch.el (isearch-yank-pop): New command.
5767d190 10183 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10184 (isearch-forward): Mention it.
10185
52d3c2d0
SM
101862011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10187
1bcace58
SM
10188 * simple.el (minibuffer-complete-shell-command): Remove.
10189 (minibuffer-local-shell-command-map): Use completion-at-point.
10190 (read-shell-command): Setup completion vars here instead.
10191 (read-expression-map): Bind TAB to symbol completion.
10192
52d3c2d0
SM
10193 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10194 error directly rather via storing it into `results'.
10195
35813471
LL
101962011-05-02 Leo Liu <sdl.web@gmail.com>
10197
10198 * vc/diff.el: Fix description.
10199
e793a940
LMI
102002011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10201
10202 * server.el (server-eval-at): New function.
10203
8de66e05
LMI
102042011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10205
10206 * net/network-stream.el (open-network-stream): Take a :nowait
10207 parameter and pass it on to `make-network-process'.
10208 (network-stream-open-plain): Ditto.
10209
dcb79f20
AS
102102011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10211
10212 * faces.el (face-spec-set-match-display): Don't match toolkit
10213 options on terminal frames.
10214
14a7fbd8
SM
102152011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10216
7eabc1be
SM
10217 * progmodes/pascal.el: Use lexical binding.
10218 (pascal-mode-map): Remove author preferences.
10219
14a7fbd8
SM
10220 * pcomplete.el (pcomplete-std-complete): Don't abuse
10221 completion-at-point.
10222
50f84510
JB
102232011-04-28 Juanma Barranquero <lekktu@gmail.com>
10224
6e087a44
JB
10225 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10226 removing code that has been dead since 1991 or so.
10227
50f84510
JB
10228 * startup.el (command-line): When warning about "_emacs", use a
10229 delayed warning to allow the user to filter it out.
10230
0ba690bd
DD
102312011-04-28 Deniz Dogan <deniz@dogan.se>
10232
10233 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10234 user has not joined.
10235
08abfaad
SM
102362011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10239 aren't any completions at point.
10240
638f053a
JB
102412011-04-28 Juanma Barranquero <lekktu@gmail.com>
10242
10243 * subr.el (display-delayed-warnings): New function.
10244 (delayed-warnings-hook): New variable.
10245
8fff8daa
SM
102462011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10247
08abfaad
SM
10248 * minibuffer.el (completion-at-point, completion-help-at-point):
10249 Don't presume that a given completion-at-point-function will always
10250 use the same calling convention.
10251
8fff8daa
SM
10252 * pcomplete.el (pcomplete-completions-at-point):
10253 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10254 pcomplete-seen is non-nil.
10255 (pcomplete-comint-setup): Also recognize the new comint/shell
10256 completion functions.
10257 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10258 pcomplete-seen is non-nil.
10259
841a1577 102602011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10261
841a1577 10262 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10263 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10264 the first character in the entry. This allows for code to add its
211ec907
UJ
10265 own uid to the entry.
10266 (icalendar--convert-float-to-ical): Add export of
10267 `diary-float'-entries save for those with the optional DAY
10268 argument.
10269
2a782793
DC
102702011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10271
10272 * subr.el (shell-quote-argument): Use alternate escaping strategy
10273 when we spot a variable reference in a string.
10274
0438ce91
DC
102752011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10276
10277 * cus-start.el (all): Define customization for debug-on-event.
10278
841a1577 102792011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10280
10281 * subr.el (shell-quote-argument): Escape correctly under Windows.
10282
d090ed6c
SM
102832011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10286
bfd31217
MA
102872011-04-25 Michael Albinus <michael.albinus@gmx.de>
10288
d090ed6c
SM
10289 * net/tramp.el (tramp-process-actions): Add POS argument.
10290 Delete region between POS and (pos).
bfd31217 10291
d090ed6c
SM
10292 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10293 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10294 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10295
10296 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10297 position in `tramp-process-actions' call.
10298
10299 * net/trampver.el: Update release number.
10300
e92f3bd3
SM
103012011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10302
850256b5
SM
10303 * custom.el (defcustom): Obey lexical-binding.
10304
e92f3bd3
SM
10305 Fix octave-inf completion problems reported by Alexander Klimov.
10306 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10307 Inherit from octave-mode-syntax-table.
10308 (inferior-octave-mode): Set info-lookup-mode.
10309 (inferior-octave-completion-at-point): New function.
10310 (inferior-octave-complete): Use it and completion-in-region.
10311 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10312 comint-filename-completion.
10313 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10314 symbol elements which shouldn't be word elements.
10315 (octave-font-lock-keywords, octave-beginning-of-defun)
10316 (octave-function-header-regexp): Adjust regexps accordingly.
10317 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10318
cd22b309
JB
103192011-04-25 Juanma Barranquero <lekktu@gmail.com>
10320
10321 * net/gnutls.el (gnutls-errorp): Declare before first use.
10322
8b492194
TZ
103232011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10324
10325 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10326 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10327 default trustfile exists before going to use it. Add missing
5a5fa834 10328 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10329 Reported by Claudio Bley <claudio.bley@gmail.com>.
10330 (open-gnutls-stream): Add usage example.
10331
10332 * net/network-stream.el (network-stream-open-starttls): Give host
10333 parameter to `gnutls-negotiate'.
10334 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10335 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10336
841a1577 103372011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10338
cd22b309
JB
10339 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10340 Use correct match group (bug#8438).
05842630 10341
3ba7869c
CY
103422011-04-24 Chong Yidong <cyd@stupidchicken.com>
10343
512e3ae1
CY
10344 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10345 (package-menu--generate): New arg specifying packages to show.
10346 (package-menu-refresh, package-menu-execute, list-packages):
10347 Callers changed.
10348 (package-show-package-list): New function, replacing deleted
10349 package--list-packages (renamed because it is non-internal).
10350
10351 * finder.el (finder-list-matches): Use package-show-package-list
10352 instead of deleted package--list-packages.
10353
e92f3bd3
SM
10354 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10355 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10356 (vc-annotate-mode-map): Bind it to RET.
10357
7031be6d
UR
103582011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10359
10360 * progmodes/etags.el (next-file): Don't use set-buffer to change
10361 buffers (Bug#8478).
10362
4ef177aa
CY
103632011-04-24 Chong Yidong <cyd@stupidchicken.com>
10364
c8d173eb
CY
10365 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10366
4ef177aa
CY
10367 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10368 (apropos-accumulator): Doc fix.
10369 (apropos-function, apropos-macro, apropos-command)
10370 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10371 (apropos-plist): Add face property.
10372 (apropos-symbols-internal): Fix indentation.
10373 (apropos-print): Simplify help, and recognize apropos-multi-type.
10374 (apropos-print-doc): Use button-type-get to extract the button's
10375 face property. Fill docstring (Bug#8352).
10376
4ffd0d6b 103772011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10378
10379 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10380
c6c32125 10381 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10382 (mpuz-mode-map): Use mapc.
c6c32125
JB
10383 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10384 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10385 Fix typos in docstrings.
10386
58d468b4
JB
10387 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10388 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10389
6470c3c6
JB
10390 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10391
4ffd0d6b 103922011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10393
10394 * minibuffer.el (completion--do-completion): Avoid the "Next char
10395 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10396
3ad8bad0
CY
10397 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10398 mouse-2 into unread-command-events, it is interpreted correctly.
10399
71d73c9c 10400 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10401 (image-toggle-display): Doc fix.
71d73c9c 10402
841a1577 104032011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10404
4ffd0d6b
GM
10405 * textmodes/page.el (what-page): Use line-number-at-pos to
10406 calculate line number (Bug#6825).
6e1dbaa9 10407
c2fb1b60
JB
104082011-04-22 Juanma Barranquero <lekktu@gmail.com>
10409
10410 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10411 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10412 Pass argument NO-DEFAULT to `find-tag-interactive'.
10413
e02f48d7
JB
104142011-04-22 Juanma Barranquero <lekktu@gmail.com>
10415
10416 Lexical-binding cleanup.
10417
10418 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10419 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10420 * progmodes/ada-prj.el (ada-prj-initialize-values)
10421 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10422 (ada-prj-show-value):
10423 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10424 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10425 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10426 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10427 * progmodes/bug-reference.el (bug-reference-push-button):
10428 * progmodes/fortran.el (fortran-line-length):
10429 * progmodes/glasses.el (glasses-change):
10430 * progmodes/octave-mod.el (octave-fill-paragraph):
10431 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10432 (python-pdbtrack-grub-for-buffer, python-sentinel):
10433 * progmodes/sql.el (sql-save-connection):
10434 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10435 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10436 Mark unused parameters.
10437
10438 * progmodes/compile.el (compilation--flush-directory-cache)
10439 (compilation--flush-parse, compile-internal): Mark unused parameters.
10440 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10441 (compilation-next-error-function): Remove unused variable `timestamp'.
10442
10443 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10444 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10445
10446 * progmodes/dcl-mode.el (dcl-end-of-command):
10447 Remove unused variable `start'.
10448 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10449 (dcl-option-value-basic, dcl-option-value-offset)
10450 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10451 Mark unused parameters.
10452 (dcl-save-local-variable): Remove unused variable `val'.
10453 (mode): Declare.
10454
10455 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10456 Mark unused parameters.
10457 (delphi-ignore-changes): Move before first use.
10458 (delphi-charset-token-at): Remove unused variable `start'.
10459 (delphi-else-start): Remove unused variable `if-count'.
10460 (delphi-comment-block-start, delphi-comment-block-end):
10461 Remove unused variable `kind'.
10462 (delphi-indent-line): Remove unused variable `new-point'.
10463
10464 * progmodes/ebrowse.el (ebrowse-files-list)
10465 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10466 Mark unused parameters. Don't quote `lambda'.
10467 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10468 Don't quote `lambda'.
10469 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10470 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10471 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10472 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10473 Use `ignore-errors'.
10474 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10475 (ebrowse-view/find-file-and-search-pattern)
10476 (ebrowse-view/find-member-declaration/definition):
10477 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10478 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10479 Rename parameter PREFIX-ARG to PREFIX.
10480 (ebrowse-tags-read-name): Remove unused variables `start' and
10481 `member-info'.
10482 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10483 to `tags-file'.
10484
10485 * progmodes/etags.el (local-find-tag-hook): Declare.
10486 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10487 Mark unused parameters.
10488
10489 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10490 (executable-interpret): Mark unused parameter.
10491
10492 * progmodes/flymake.el (flymake-process-sentinel)
10493 (flymake-after-change-function)
10494 (flymake-create-temp-with-folder-structure)
10495 (flymake-get-include-dirs-dot): Mark unused parameters.
10496 (flymake-safe-delete-directory): Remove unused variable `err'.
10497
10498 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10499 (speedbar-timer-fn, speedbar-line-text)
10500 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10501 (speedbar-center-buffer-smartly): Declare functions.
10502 (gdb-find-watch-expression): Remove unused variable `array'.
10503 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10504 (gdb-starting): Mark unused parameters.
10505 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10506 (gdb-table-string): Remove unused variable `res'.
10507 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10508 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10509 (gdb-display-buffer): Remove unused variable `cur-size'.
10510
10511 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10512 allow lexical-binding compilation.
10513 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10514 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10515 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10516 Mark unused parameters.
10517 (gud-gdb-marker-filter): Remove unused variable `match'.
10518 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10519 lambda expressions and funcall them, instead of using `fset'.
10520
10521 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10522 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10523
10524 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10525 variable `header-beg'; use `let'.
10526
10527 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10528 `restart', `last-sexp' and `at-do'.
10529
10530 * progmodes/js.el (js--debug): Mark unused parameter.
10531 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10532 (js--splice-into-items): Remove unused variable `item'.
10533 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10534
10535 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10536 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10537 (makefile-complete): Remove unused variable `try'.
10538 (makefile-fill-paragraph, makefile-match-function-end):
10539 Mark unused parameters.
10540
10541 * progmodes/octave-inf.el (inferior-octave-complete):
10542 Remove unused variable `proc'.
10543 (inferior-octave-output-digest): Mark unused parameter.
10544
10545 * progmodes/perl-mode.el (perl-calculate-indent):
10546 Remove unused variable `err'.
10547
10548 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10549 (prolog-indent-line): Mark unused parameters.
10550 (prolog-indent-line): Remove unused variable `beg'.
10551
10552 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10553 (reporter-dont-compact-list): Declare.
10554
10555 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10556 Remove unused variable `char'.
10557 (sh-debug): Mark unused parameter.
10558 (sh-get-indent-info): Remove unused variable `start'.
10559 (sh-calculate-indent): Remove unused variable `var'.
10560
10561 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10562 (simula-electric-keyword): Remove unused variable `null'.
10563 (simula-search-backward, simula-search-forward): Remove unused
10564 variables `begin' and `end'.
10565
10566 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10567 Remove unused variable `pos'.
10568 (vera-electric-tab, vera-comment-uncomment-region):
10569 Mark unused parameters.
10570 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10571
7ede3b65
CY
105722011-04-22 Chong Yidong <cyd@stupidchicken.com>
10573
10574 * emacs-lisp/package.el (package--builtins, package-alist)
10575 (package-load-descriptor, package-built-in-p, package-activate)
10576 (define-package, package-installed-p)
10577 (package-compute-transaction, package-buffer-info)
10578 (package--push): Doc fix. Distinguish more clearly between
10579 version strings and version lists.
10580
121656e9
JB
105812011-04-21 Juanma Barranquero <lekktu@gmail.com>
10582
10583 Lexical-binding cleanup.
10584
10585 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10586 (5x5-make-mutate-best):
10587 * play/fortune.el (fortune-in-buffer):
10588 * play/gomoku.el (gomoku-init-display):
10589 * play/solitaire.el (solitaire, solitaire-do-check):
10590 * play/tetris.el (tetris-default-update-speed-function):
10591 Mark unused parameters.
10592
10593 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10594 (bubbles--shift): Remove unused variable `char-org'.
10595 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10596 (bubbles--show-images): Remove unused variable `char'.
10597
10598 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10599 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10600 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10601 (decipher-analyze-buffer): Use ?\s.
10602 (decipher-make-checkpoint): Remove unused variable `mapping'.
10603
10604 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10605
10606 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10607 Remove unused variable `result'; use `let'.
10608
10609 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10610 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10611 (gametree-children-shown-p, gametree-compute-reduced-score):
10612 Use `ignore-errors'.
10613
10614 * play/handwrite.el (ps-lpr-switches): Declare.
10615 (handwrite): Remove unused variables `pmin' and `lastp'.
10616
10617 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10618
10619 * play/landmark.el (landmark-init-display)
10620 (landmark-update-naught-weights): Mark unused parameters.
10621 (landmark-y): Remove unused variable `noise'. Simplify.
10622 (landmark-human-plays): Remove unused variable `score'.
10623
10624 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10625 (mpuz-try-proposal): Remove unused variable `game'.
10626
10627 * play/zone.el (life-patterns): Declare.
10628
80f499c7
JB
106292011-04-20 Juanma Barranquero <lekktu@gmail.com>
10630
10631 * vc/vc.el (ediff-vc-internal): Declare function.
10632
024ff170
SM
106332011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10634
c0a193ea
SM
10635 * shell.el: Use lexical-binding and std completion UI.
10636 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10637 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10638 comint-preoutput-filter-functions rather than on
10639 comint-output-filter-functions.
10640 (shell-command-completion, shell--command-completion-data)
10641 (shell-filename-completion, shell-environment-variable-completion)
10642 (shell-c-a-p-replace-by-expanded-directory): New functions.
10643 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10644 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10645 (shell-dynamic-complete-environment-variable): Use them.
10646 (shell-dynamic-complete-as-environment-variable)
10647 (shell-dynamic-complete-as-command): Remove.
10648 (shell-match-partial-variable): Match past point.
10649 * comint.el: Clean up use of completion-at-point-functions.
10650 (comint-completion-at-point): New function.
10651 (comint-mode): Use it completion-at-point-functions.
10652 (comint-dynamic-complete): Make it obsolete.
10653 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10654 (comint-c-a-p-replace-by-expanded-history): New function.
10655 (comint-dynamic-complete-functions)
10656 (comint-replace-by-expanded-history): Use it.
10657 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10658 termination strings. Try harder to avoid second try-completion.
10659 (completion-in-region-mode-map): Disable bindings that don't work yet.
10660
2dbaa080
SM
10661 * comint.el: Use lexical-binding. Require CL.
10662 (comint-dynamic-complete-functions): Use comint-filename-completion.
10663 (comint-completion-addsuffix): Tweak custom type.
10664 (comint-filename-completion, comint--common-suffix)
10665 (comint--common-quoted-suffix, comint--table-subvert)
10666 (comint--complete-file-name-data): New functions.
10667 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10668 (comint-dynamic-list-filename-completions): Use them.
10669 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10670
2dbaa080
SM
10671 * minibuffer.el (completion-in-region-mode):
10672 Keep completion-in-region-mode--predicate global.
10673 (completion-in-region--postch):
10674 Assume completion-in-region-mode--predicate is not null.
10675
c79a6f38
SM
10676 * progmodes/flymake.el (flymake-start-syntax-check-process):
10677 Obey `dir'. Simplify.
10678
024ff170
SM
10679 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10680 we're in VC after all.
10681
1c6c854e
CS
106822011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10683
10684 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10685 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10686 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10687
bed7f140
SM
106882011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10689
332e62ab
SM
10690 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10691 add sanity check.
10692
bed7f140
SM
10693 * obsolete/erc-hecomplete.el: Make obsolete.
10694 * obsolete/: Standardize obsolescence info in the header.
10695
f195c582
GM
106962011-04-20 Glenn Morris <rgm@gnu.org>
10697
10698 * calendar/solar.el (solar-horizontal-coordinates):
10699 Use the longitude argument rather than `calendar-longitude'.
10700 (solar-date-next-longitude): Remove unused locals.
10701
cb79b8c0
VJL
107022011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10703
10704 * whitespace.el: New version 13.2.1.
10705
107062011-04-20 felix <EmacsWiki> (tiny change)
10707
d8e4b68b 10708 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10709 switching between major modes on a file.
10710
602ea69d
SM
107112011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10714 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10715 multi-line comments as well.
10716
06b60517
JB
107172011-04-19 Juanma Barranquero <lekktu@gmail.com>
10718
10719 Lexical-binding cleanup.
10720
10721 * arc-mode.el (archive-mode-revert):
10722 * cmuscheme.el (scheme-interactively-start-process):
10723 * custom.el (custom-initialize-delay):
10724 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10725 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10726 * emacs-lock.el (emacs-lock-clear-sentinel):
10727 * ezimage.el (defezimage):
10728 * follow.el (follow-avoid-tail-recenter):
10729 * fringe.el (set-fringe-mode-1):
10730 * generic-x.el (bat-generic-mode-compile):
10731 * help-mode.el (help-info-variable, help-do-xref)
10732 (help-mode-revert-buffer):
10733 * help.el (view-emacs-todo):
10734 * iswitchb.el (iswitchb-completion-help):
10735 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10736 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10737 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10738 * locate.el (locate-update):
10739 * longlines.el (longlines-encode-region)
10740 (longlines-after-change-function):
10741 * outline.el (outline-isearch-open-invisible):
10742 * ps-def.el (declare-function, charset-dimension, char-width)
10743 (encode-char):
10744 * ps-mule.el (ps-mule-plot-string):
10745 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10746 (recentf-edit-list-select, recentf-edit-list-validate)
10747 (recentf-open-files-action):
10748 * rect.el (delete-whitespace-rectangle-line)
10749 (rectangle-number-line-callback):
10750 * register.el (window-configuration-to-register)
10751 (frame-configuration-to-register):
10752 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10753 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10754 (xselect-convert-to-targets, xselect-convert-to-delete)
10755 (xselect-convert-to-filename, xselect-convert-to-charpos)
10756 (xselect-convert-to-lineno, xselect-convert-to-colno)
10757 (xselect-convert-to-os, xselect-convert-to-host)
10758 (xselect-convert-to-user, xselect-convert-to-class)
10759 (xselect-convert-to-name, xselect-convert-to-integer)
10760 (xselect-convert-to-atom, xselect-convert-to-identity):
10761 * subr.el (declare, ignore, process-kill-without-query)
10762 (text-clone-maintain):
10763 * terminal.el (te-get-char, te-tic-sentinel):
10764 * tool-bar.el (tool-bar-make-keymap):
10765 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10766 * type-break.el (type-break-mode, type-break-noninteractive-query):
10767 * view.el (View-back-to-mark):
10768 * wid-browse.el (widget-browse-action, widget-browse-widget)
10769 (widget-browse-widgets, widget-browse-sexp):
10770 * widget.el (define-widget-keywords):
10771 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10772 Mark unused parameters.
10773
10774 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10775 (align-areas): Remove unused variable `look'.
10776 (align-region): Remove unused variables `real-end' and `pos-list'.
10777
10778 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10779
10780 * bindings.el (mode-line-modified, mode-line-remote):
10781 Mark unused parameters.
10782 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10783
10784 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10785 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10786
10787 * comint.el (comint-history-isearch-pop-state)
10788 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10789 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10790 (comint-substitute-in-file-name): Doc fix.
10791
10792 * completion.el (cmpl-statistics-block): Mark unused parameter.
10793 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10794 (save-completions-to-file, load-completions-from-file):
10795 Remove unused local variable `e'.
10796
10797 * composite.el (compose-chars): Remove unused variable `len'.
10798 (lgstring-insert-glyph): Remove unused variable `g'.
10799 (compose-glyph-string): Remove unused variables `ascent',
10800 `descent', `lbearing' and `rbearing'.
10801 (compose-glyph-string-relative): Remove unused variables
10802 `lbearing', `rbearing' and `wadjust'.
10803 (compose-gstring-for-graphic): Remove unused variables `header',
10804 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10805 (compose-gstring-for-terminal): Remove unused variables `header'
10806 and `nchars'. Use `let', not `let*'.
10807
10808 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10809 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10810 (Custom-buffer-done, custom-buffer-create-internal)
10811 (custom-browse-visibility-action, custom-browse-group-tag-action)
10812 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10813 (widget-magic-mouse-down-action, custom-toggle-parent)
10814 (custom-add-parent-links, custom-toggle-hide-variable)
10815 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10816 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10817 (custom-face-menu-create, custom-variable-menu-create, get)
10818 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10819 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10820 (customize-apropos): Remove unused variable `tests'.
10821 (custom-group-value-create): Remove unused variable `hidden-p'.
10822 (sort-fold-case): Declare.
10823
10824 * cus-theme.el (custom-reset-standard-faces-list)
10825 (custom-reset-standard-variables-list): Declare.
10826 (customize-create-theme, custom-theme-revert, custom-theme-write)
10827 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10828 Mark unused parameters.
10829
10830 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10831
10832 * delim-col.el (delimit-columns-max): Move defvar before first use.
10833
10834 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10835 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10836
10837 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10838 (auto-insert): Declare.
10839 (desktop-restore-file-buffer): Rename desktop-* parameters;
10840 mark unused ones.
10841 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10842 (desktop-buffer): Rename desktop-* parameters.
10843
10844 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10845 (dframe-reposition-frame-xemacs, dframe-help-echo)
10846 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10847 Mark unused parameters.
10848
10849 * dired-aux.el (backup-extract-version-start, overwrite-query)
10850 (overwrite-backup-query, rename-regexp-query)
10851 (rename-non-directory-query): Declare.
10852 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10853 (dired-add-entry): Remove unused variable `orig-file-name'.
10854 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10855 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10856 `dired-copy-preserve-time' directly.
10857 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10858 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10859
10860 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10861 (dired-virtual-revert, dired-make-relative-symlink):
10862 Mark unused parameters.
10863 (manual-program): Declare.
10864 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10865 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10866 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10867
10868 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10869
10870 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10871
10872 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10873 Declare.
10874
10875 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10876
10877 * electric.el (Electric-command-loop): Rename parameter
10878 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10879
10880 * expand.el (expand-in-literal): Remove unused variable `here'.
10881
10882 * facemenu.el (facemenu-add-new-color):
10883 Remove unused variable `docstring'.
10884
10885 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10886 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10887 (face-attr-construct): Mark unused parameter. Doc fix.
10888 (read-color): Remove unused variable `hex-string'.
10889
10890 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10891 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10892 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10893 (display-buffer-other-frame): Remove unused variable `old-window'.
10894 (kill-buffer-hook): Declare.
10895 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10896 Mark unused parameters.
10897 (after-find-file): Pass 1 to `auto-save-mode', not t.
10898
10899 * files-x.el (auto-insert): Declare.
10900 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10901
10902 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10903 variable `buf'. Mark unused parameter.
06b60517
JB
10904 (find-lisp-insert-directory): Mark unused parameter.
10905
10906 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10907 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10908 (format-common-tail): Remove, unused.
10909 (format-deannotate-region): Remove unused variable `loc'.
10910 (format-annotate-region): Remove unused variable `p'.
10911 (format-annotate-single-property-change): Remove unused variables
10912 `default' and `tail'.
10913
10914 * forms.el (read-file-filter): Declare.
10915 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10916
10917 * frame.el (frame-creation-function-alist): Mark unused parameter.
10918 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10919
10920 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10921 Remove unused parameters.
10922 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10923 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10924
10925 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10926 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10927 (hfy-prepare-tag-map): Mark unused parameters.
10928 (htmlfontify-buffer): Use `called-interactively-p'.
10929
10930 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10931 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10932 (ibuffer-do-occur): Mark unused parameters.
10933 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10934 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10935
10936 * ibuffer.el: Don't quote `lambda'.
10937 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10938 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10939 Mark unused parameters.
10940
10941 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10942 (ido-completing-read): Mark unused parameters.
10943 (ido-copy-current-word): Mark unused parameters;
10944 remove unused variable `name'.
10945 (ido-sort-merged-list): Remove unused parameter `dirs'.
10946
10947 * ielm.el (ielm-input-sender): Mark unused parameter.
10948 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10949 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10950 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10951 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10952 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10953
10954 * image-dired.el (image-dired-display-thumbs): Remove unused
10955 variables `curr-file' and `count'.
10956 (image-dired-remove-tag): Remove unused variable `start'.
10957 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10958 variable `curr-file'
10959 (image-dired-rotate-original): Remove unused variable `temp-file'.
10960 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10961 Remove unused variable `file'.
10962 (image-dired-gallery-generate): Remove unused variable `curr'.
10963 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10964
10965 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10966
10967 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10968
10969 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10970
10971 * isearch.el (minibuffer-history-symbol): Declare.
10972 (isearch-edit-string): Remove unused variable `err'.
10973 (isearch-message-prefix, isearch-message-suffix):
10974 Mark unused parameters.
10975
10976 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10977
10978 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10979
10980 * makesum.el (double-column): Remove unused variable `cnt'.
10981
10982 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10983 (ido-ignore-item-temp-list): Declare.
10984
10985 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10986 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10987 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10988 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10989 `mouse-col-delta'.
10990
10991 * mouse-sel.el (mouse-extend-internal):
10992 Remove unused variable `orig-window-frame'.
10993
10994 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10995 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10996 Move declarations before first use.
10997 (pcomplete-opt): Mark unused parameters; doc fix.
10998
10999 * proced.el (proced-revert): Mark unused parameter.
11000 (proced-send-signal): Remove unused variable `err'.
11001
11002 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11003 Rename parameter PREFIX-ARG to ARG.
11004 (ps-basic-plot-string, ps-basic-plot-whitespace):
11005 Mark unused parameters.
11006
11007 * replace.el (replace-count): Define.
11008 (occur-revert-function): Mark unused parameters.
11009 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11010 (isearch-case-fold-search, isearch-string): Declare.
11011 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11012 bind `case-fold-search'. Remove unused variables `beg' and `end',
11013 and simplify.
11014 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11015 COUNT and bind `replace-count'.
11016 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11017 to COUNT.
11018
11019 * savehist.el (print-readably, print-string-length): Declare.
11020
11021 * shadowfile.el (shadow-expand-cluster-in-file-name):
11022 Remove unused variable `cluster'.
11023 (shadow-copy-file): Remove unused variable `i'.
11024 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11025 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11026 (shadow-define-literal-group, shadow-define-regexp-group)
11027 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11028
11029 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11030 (shell): Use `called-interactively-p'.
11031 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11032
11033 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11034 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11035 (delete-backward-char): Remove unused variable `ocol'.
11036 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11037 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11038 (event-apply-hyper-modifier, event-apply-shift-modifier)
11039 (event-apply-control-modifier, event-apply-meta-modifier):
11040 Mark unused parameters.
11041 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11042 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11043
11044 * speedbar.el (speedbar-ignored-directory-expressions)
11045 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11046 (speedbar-find-file, speedbar-dir-follow)
11047 (speedbar-directory-buttons-follow, speedbar-tag-find)
11048 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11049 (speedbar-buffers-line-directory, speedbar-buffer-click):
11050 Mark unused parameters.
11051 (speedbar-tag-file): Remove unused variable `mode'.
11052 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11053
11054 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11055
11056 * talk.el (talk): Remove unused variable `display'.
11057
11058 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11059 (tar-write-region-annotate): Mark unused parameter.
11060
11061 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11062 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11063 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11064 warning by another.
11065
11066 * time-stamp.el (time-stamp-string-preprocess):
11067 Remove unused variable `require-padding'.
11068
11069 * tree-widget.el (widget-glyph-enable): Declare.
11070 (tree-widget-action): Mark unused parameter.
11071
11072 * w32-fns.el (x-get-selection): Mark unused parameter.
11073 (autoload-make-program, generated-autoload-file): Declare.
11074
11075 * wdired.el (wdired-revert): Mark unused parameters.
11076 (wdired-xcase-word): Remove unused variable `err'.
11077
11078 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11079 (whitespace-help-scroll): Remove unused variable `data-help'.
11080
11081 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11082 (widget-image-insert, widget-after-change, default)
11083 (widget-default-format-handler, widget-default-notify)
11084 (widget-default-prompt-value, widget-info-link-action)
11085 (widget-url-link-action, widget-function-link-action)
11086 (widget-variable-link-action, widget-file-link-action)
11087 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11088 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11089 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11090 (widget-insert-button-action, widget-delete-button-action, visibility)
11091 (widget-documentation-link-action, widget-documentation-string-action)
11092 (widget-const-prompt-value, widget-regexp-match, symbol)
11093 (widget-coding-system-prompt-value)
11094 (widget-key-sequence-value-to-external, sexp)
11095 (widget-sexp-value-to-internal, character, vector, cons)
11096 (widget-choice-prompt-value, widget-boolean-prompt-value)
11097 (widget-color--choose-action): Mark unused parameters.
11098 (widget-item-match-inline, widget-choice-match-inline)
11099 (widget-checklist-match, widget-checklist-match-inline)
11100 (widget-group-match): Rename parameter VALUES to VALS.
11101 (widget-field-value-set): Remove unused variable `size'.
11102 (widget-color-action): Remove unused variables `value' and `start'.
11103
11104 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11105 variable `dir'. Doc fix.
06b60517
JB
11106 (windmove-find-other-window): Don't pass it.
11107
11108 * window.el (count-windows): Mark unused parameter.
11109 (bw-adjust-window): Remove unused variable `err'.
11110
11111 * woman.el (woman-file-name): Remove unused variable `default'.
11112 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11113 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11114 (global-font-lock-mode): Declare.
11115 (woman-decode-region): Mark unused parameter.
11116 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11117
11118 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11119 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11120 (x-dnd-handle-moz-url): Remove unused variable `title'.
11121 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11122
11123 * xml.el (xml-parse-tag, xml-parse-attlist):
11124 Remove unused variable `pos'.
11125
bc4f7f3d
GM
111262011-04-19 Glenn Morris <rgm@gnu.org>
11127
11128 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11129 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11130 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11131 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11132 * calendar/cal-html.el (cal-html-insert-minical):
11133 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11134 (calendar-mark-date-pattern):
11135 Prefix "unused" locals.
11136
11137 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11138 optional argument `style'.
11139
11140 * calendar/appt.el (appt-make-list):
11141 * calendar/cal-china.el (calendar-chinese-date-string):
11142 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11143 (diary-hebrew-yahrzeit):
11144 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11145 * calendar/calendar.el (calendar-generate-window):
11146 * calendar/time-date.el (time-to-days):
11147 Remove unused local variables.
11148
16a43933
CY
111492011-04-18 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11152 glyphless-char-display table.
11153 (tabulated-list-glyphless-char-display): New var.
11154
7eed1860
SS
111552011-04-18 Sam Steingold <sds@gnu.org>
11156
11157 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11158 to acknowledgments.
11159
4d2d1ccd
GM
111602011-04-17 Glenn Morris <rgm@gnu.org>
11161
11162 * calendar/diary-lib.el (diary-sexp-entry):
11163 * calendar/holidays.el (holiday-sexp):
11164 Set debug-on-error rather than the removed stack-trace-on-error.
11165
239da61d
GM
111662011-04-16 Glenn Morris <rgm@gnu.org>
11167
11168 * progmodes/f90.el: Use lexical-binding.
11169 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11170
8b05752a
SM
111712011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11172
daca8ba5
SM
11173 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11174 (mail-mode): Setup mailalias completion here instead.
11175 * mail/mailalias.el: Use lexical-binding.
11176 (pattern, mailalias-done): Declare dynamic.
11177 (mail-completion-at-point-function): New function, from mail-complete.
11178 (mail-complete): Use it.
11179 (mail-completion-expand): New function.
11180 (mail-get-names): Use it.
11181 (mail-directory, mail-directory-process, mail-directory-stream):
11182 Don't use `pattern' for lexically bound arg.
11183
6f542485
SM
11184 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11185
037e7c3f
SM
11186 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11187 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11188 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11189
8b05752a
SM
11190 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11191 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11192 (byte-interactive-p): Define them again, for use when inlining
11193 old code.
11194
49093f60
JB
111952011-04-15 Juanma Barranquero <lekktu@gmail.com>
11196
11197 * loadup.el: Use `string-to-number', not `string-to-int'.
11198
b5b8e7de
SM
111992011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11202 gud-gdb-complete-command.
11203 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11204 (gud-gdb-completion-at-point): New function.
11205 (gud-gdb-completions): Remove.
11206
f42efeb5
MA
112072011-04-14 Michael Albinus <michael.albinus@gmx.de>
11208
49093f60
JB
11209 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11210 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11211 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11212 whether `executable-find' is bound.
f42efeb5
MA
11213
11214 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11215
e240cc21
SM
112162011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * minibuffer.el (completion-in-region-mode-predicate)
11219 (completion-in-region-mode--predicate): New vars.
11220 (completion-in-region, completion-in-region--postch)
11221 (completion-in-region-mode): Use them.
11222 (completion--capf-wrapper): Also return the hook function.
11223 (completion-at-point, completion-help-at-point):
11224 Adjust and provide a predicate.
c2bd2ab0
SM
11225
11226 Preserve arg names for advice of subr and lexical functions (bug#8457).
11227 * help-fns.el (help-function-arglist): Consolidate the subr and
11228 new-byte-code cases. Add argument `preserve-names' to extract names
11229 from the docstring when needed.
11230 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11231 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11232 (ad-arglist): Use help-function-arglist's new arg.
11233 (ad-definition-type): Use cond.
11234
c183f693
JB
112352011-04-13 Juanma Barranquero <lekktu@gmail.com>
11236
06641a47
JB
11237 * autorevert.el (auto-revert-handler):
11238 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11239 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11240 Don't quote lambda.
11241
c183f693
JB
11242 * image-mode.el (image-transform-set-scale):
11243 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11244
1e3b6001
G
112452011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11246
11247 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11248 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11249 Upgrades via gnutls-cli are too slow to be done opportunistically.
11250
2d6af8dd
JB
112512011-04-12 Juanma Barranquero <lekktu@gmail.com>
11252
11253 * dframe.el (dframe-current-frame): Remove spurious quote.
11254
c0749a51
GM
112552011-04-12 Glenn Morris <rgm@gnu.org>
11256
088d0d61
GM
11257 * calendar/cal-tex.el (cal-tex-end-document):
11258 Try to automatically use latin1 input if needed.
11259
c0749a51
GM
11260 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11261 Don't try to cons a mark onto an empty element.
11262
5c90fde0
LL
112632011-04-11 Leo Liu <sdl.web@gmail.com>
11264
11265 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11266 buffers.
11267 (ido-kill-buffer-at-head): Support killing virtual buffers.
11268
369e974d
CY
112692011-04-10 Chong Yidong <cyd@stupidchicken.com>
11270
11271 * minibuffer.el (completion-show-inline-help): New var.
11272 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11273 (minibuffer-force-complete, minibuffer-complete-word):
11274 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11275
11276 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11277 to avoid interference from inline help (Bug#5849).
11278
37f1c930
LL
112792011-04-10 Leo Liu <sdl.web@gmail.com>
11280
099c39a4
JB
11281 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11282 Fix typo.
37f1c930 11283
a32d4040
CY
112842011-04-09 Chong Yidong <cyd@stupidchicken.com>
11285
11286 * image-mode.el (image-toggle-display-image): Signal an error if
11287 not in Image mode.
11288 (image-transform-mode, image-transform-resize)
11289 (image-transform-set-rotation): Doc fix.
daca8ba5 11290 (image-transform-set-resize): Delete.
a32d4040
CY
11291 (image-transform-set-scale, image-transform-fit-to-height)
11292 (image-transform-fit-to-width): Handle image-toggle-display-image
11293 and image-transform-resize directly.
11294
099c39a4 112952011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11296
11297 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11298 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11299 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11300 (doc-view-mode-map): Add bindings for the new functions.
11301
099c39a4 113022011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11303
4d61f28d 11304 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11305 Fix typo in docstring.
11306
3726838a
EZ
113072011-04-08 Eli Zaretskii <eliz@gnu.org>
11308
04f33f1e
EZ
11309 * files.el (file-size-human-readable): Produce one digit after
11310 decimal, like "ls -lh" does.
11311
11312 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11313 the file size representation.
11314
3726838a
EZ
11315 * simple.el (list-processes): If async subprocesses are not
11316 available, error out with a clear error message.
11317
cbb59342
CY
113182011-04-08 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * help.el (help-form-show): New function, to be called from C.
11321 Put help-form output in a buffer named differently than *Help*.
11322
e3971c44
EZ
113232011-04-08 Eli Zaretskii <eliz@gnu.org>
11324
11325 * files.el (file-size-human-readable): New function.
11326
11327 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11328 computing the representation inline. Don't require `cl'.
11329
12544bbe
GM
113302011-04-08 Glenn Morris <rgm@gnu.org>
11331
a1de6c6a
GM
11332 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11333
3c4671f4
GM
11334 * net/browse-url.el (browse-url-firefox):
11335 Test system-type, not system-configuration.
11336
b605679c
GM
11337 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11338 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11339 Use log-edit-empty-buffer-p. (Bug#7598)
11340
56442f0c
GM
11341 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11342 (rlogin-mode-map): Initialize in the defvar.
11343 (rlogin): Use ignore-errors.
11344
12544bbe
GM
11345 * replace.el (occur-mode-map): Some fixes for menu items.
11346
eb237b0f
AH
113472011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11348
11349 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11350
7d668f2c
CY
113512011-04-06 Chong Yidong <cyd@stupidchicken.com>
11352
e67a13ab
CY
11353 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11354 issuing unused warnings.
11355
11356 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11357 macro directly.
11358
7d668f2c
CY
11359 * simple.el: Lisp reimplement of list-processes. Based on an
11360 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11361 (process-menu-mode): New major mode.
11362 (list-processes--refresh, list-processes):
11363 (process-menu-visit-buffer): New functions.
11364
11365 * files.el (save-buffers-kill-emacs): Don't assume any return
11366 value of list-processes, which is undocumented anyway.
11367
a83ec3c9
CY
113682011-04-06 Chong Yidong <cyd@stupidchicken.com>
11369
11370 * emacs-lisp/tabulated-list.el: New file.
11371
e91a96fe
CY
11372 * emacs-lisp/package.el: Use Tabulated List mode.
11373 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11374 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11375 table format using Tabulated List mode variables.
11376 (package--push): New macro, replacing package-list-maybe-add.
11377 (package-menu--generate): Use package--push. Renamed from
11378 package--generate-package-list.
11379 (package-menu-refresh, list-packages): Use it.
daca8ba5 11380 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11381 Return insertion data instead of inserting it directly.
099c39a4
JB
11382 (package-menu-describe-package, package-menu-execute):
11383 Use tabulated-list-get-id.
e91a96fe
CY
11384 (package-menu-mark-delete, package-menu-mark-install)
11385 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11386 (package-menu-mark-obsolete-for-deletion):
11387 Use tabulated-list-put-tag.
e91a96fe
CY
11388 (package--list-packages, package-menu-revert)
11389 (package-menu-get-package, package-menu-get-version)
11390 (package-menu-sort-by-column): Functions deleted.
11391 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11392 (package-menu--status-predicate, package-menu--version-predicate)
11393 (package-menu--name-predicate)
11394 (package-menu--description-predicate): Handle arguments in the
11395 Tabulated List format.
11396 (package-list-packages-no-fetch): Call list-packages.
11397
3e214b50
JB
113982011-04-06 Juanma Barranquero <lekktu@gmail.com>
11399
11400 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11401 (after-find-file): Don't bind it.
3e214b50
JB
11402 (revert-buffer-in-progress-p): New variable.
11403 (revert-buffer): Bind it.
11404 Pass nil for `after-find-file-from-revert-buffer'.
11405
11406 * saveplace.el (save-place-find-file-hook): Use new variable
11407 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11408
3f0f1700
GM
114092011-04-06 Glenn Morris <rgm@gnu.org>
11410
c0274801
GM
11411 * Makefile.in (AUTOGEN_VCS): New variable.
11412 (autoloads): Use $AUTOGEN_VCS.
11413
3f0f1700
GM
11414 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11415 * calendar/calendar.el (calendar-mode-map):
11416 Check for toolkit scroll bars. (Bug#8305)
11417
41ea9e48
CY
114182011-04-05 Chong Yidong <cyd@stupidchicken.com>
11419
11420 * minibuffer.el (completion-in-region--postch)
11421 (completion-in-region-mode): Remove unnecessary messages.
11422
6194c800
JB
114232011-04-05 Juanma Barranquero <lekktu@gmail.com>
11424
33256f14
JB
11425 * font-lock.el (font-lock-refresh-defaults):
11426 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11427 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11428
6194c800
JB
11429 * info.el (Info-directory-list, Info-read-node-name-2)
11430 (Info-split-parameter-string): Doc fixes.
11431 (Info-virtual-nodes): Reflow docstring.
11432 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11433 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11434 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11435 Fix typos in docstrings.
11436 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11437 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11438 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11439 (Info-restore-desktop-buffer): Mark unused parameters.
11440 (Info-directory-find-file, Info-directory-find-node)
11441 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11442 (Info-virtual-index-find-node, Info-apropos-find-file)
11443 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11444 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11445 (Info-virtual-index): Remove unused local variable `nodename'.
11446
b87a8200 114472011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11448
b87a8200
DD
11449 * net/rcirc.el: Update my e-mail address.
11450 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11451
3b2ff876
CY
114522011-04-05 Chong Yidong <cyd@stupidchicken.com>
11453
11454 * startup.el (command-line): Save the cursor's theme-face
11455 directly, instead of using face-override-spec.
11456
11457 * custom.el (load-theme): Minor optimization in assigning faces.
11458
8d17e7ca
JB
114592011-04-04 Juanma Barranquero <lekktu@gmail.com>
11460
11461 * help-fns.el (describe-variable): Complete all variables having
11462 documentation, including keywords.
11463 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11464
2fbc1934
JB
114652011-04-04 Juanma Barranquero <lekktu@gmail.com>
11466
11467 Convert to lexical-binding.
11468
11469 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11470 (bs--get-marked-string, bs--get-modified-string)
11471 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11472 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11473 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11474
11475 * ehelp.el (electric-help-execute-extended)
11476 (electric-help-ctrl-x-prefix):
11477 * hexl.el (hexl-revert-buffer-function):
11478 * linum.el (linum-after-change, linum-after-scroll):
11479 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11480
11481 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11482
74f50695
DU
114832011-04-04 Daiki Ueno <ueno@unixuser.org>
11484
11485 * epa-dired.el:
11486 * epa-mail.el:
11487 * epa-hook.el:
11488 * epa-file.el:
11489 * epa.el:
11490 * epg.el: Use lexical binding.
11491
c11325f7
CY
114922011-04-03 Chong Yidong <cyd@stupidchicken.com>
11493
0d9e9a12
CY
11494 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11495
c11325f7 11496 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11497 dictionary case for flyspell-mark-duplications-exceptions.
11498 Use regexp matching for languages.
c11325f7
CY
11499 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11500 default dictionary (Bug#7926).
11501
da91b5f2
CY
115022011-04-02 Chong Yidong <cyd@stupidchicken.com>
11503
099c39a4
JB
11504 * emacs-lisp/package.el (package--with-work-buffer):
11505 Recognize https URLs.
da91b5f2 11506
099c39a4
JB
11507 * net/network-stream.el: Move from gnus/proto-stream.el.
11508 Change prefix to network-stream throughout.
da91b5f2
CY
11509 (open-protocol-stream): Merge into open-network-stream, leaving
11510 open-protocol-stream as an alias. Handle nil BUFFER args.
11511
11512 * subr.el (open-network-stream): Move to net/network-stream.el.
11513
afa8e9f6
GM
115142011-04-02 Glenn Morris <rgm@gnu.org>
11515
1d2e369d
GM
11516 * find-dired.el (find-exec-terminator): New option.
11517 (find-ls-option): Test for -ls support.
11518 (find-ls-subdir-switches): Test for -b in find-ls-option.
11519 (find-dired, find-grep-dired): Doc fixes.
11520 (find-dired): Use find-exec-terminator.
11521
8abb7da8 11522 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11523 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11524 (find-name-arg): Remove purecopy.
8abb7da8 11525
f3ca7378
GM
11526 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11527 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11528 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11529 accordingly. Don't add the null-device if not needed.
11530
afa8e9f6
GM
11531 * files.el (save-some-buffers): Doc fix.
11532
35eae264
EZ
115332011-04-02 Eli Zaretskii <eliz@gnu.org>
11534
11535 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11536
26b51db5
JB
115372011-04-01 Juanma Barranquero <lekktu@gmail.com>
11538
11539 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11540 Use `dolist' rather than `mapcar'.
11541
7200d79c
SM
115422011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11543
03408648 11544 Add lexical binding.
7200d79c 11545
03408648
SM
11546 * subr.el (apply-partially): Use new closures rather than CL.
11547 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11548 (dolist, dotimes): Use slightly different expansion for lexical code.
11549 (functionp): Move to C.
11550 (letrec): New macro.
11551 (with-wrapper-hook): Use it and apply-partially instead of CL.
11552 (eval-after-load): Preserve lexical-binding.
11553 (save-window-excursion, with-output-to-temp-buffer): Turn them
11554 into macros.
7200d79c 11555
03408648
SM
11556 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11557
11558 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11559 than the arglist.
11560 (help-add-fundoc-usage): Don't add `Not documented'.
11561 (help-function-arglist): Handle closures, subroutines, and new
11562 byte-code-functions.
11563 (help-make-usage): Remove leading underscores.
11564 (describe-function-1): Handle closures.
11565 (describe-variable): Use special-variable-p for completion.
11566
11567 * files.el (lexical-binding): Declare safe.
f488fb65 11568
03408648
SM
11569 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11570 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11571 (pcase): Add `let' pattern.
11572 Change memoization so it actually works.
11573 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11574 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11575 <let>: New case.
f488fb65 11576
03408648
SM
11577 * emacs-lisp/macroexp.el: Use lexical binding.
11578 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11579 Don't convert ' to #' without checking that it's indeed quoting
11580 a lambda.
11581
11582 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11583 Use eval-sexp-add-defvars.
03408648
SM
11584 (eval-sexp-add-defvars): New fun.
11585
11586 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11587
11588 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11589 Don't autoload.
11590 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11591 than the internal `byte-compile-lambda'.
11592 (defmethod): Don't hide code under quotes.
11593 (eieio-defmethod): New `code' argument.
11594
11595 * emacs-lisp/eieio-comp.el: Remove.
11596
11597 * emacs-lisp/edebug.el (edebug-eval-defun)
11598 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11599 (edebug-toggle): Avoid `eval'.
11600
11601 * emacs-lisp/disass.el (disassemble-internal): Handle new
11602 `closure' objects.
11603 (disassemble-1): Handle new byte codes.
11604
11605 * emacs-lisp/cl.el (pushnew): Silence warning.
11606
11607 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11608 (cl-byte-compile-throw): Remove.
11609 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11610
11611 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11612 closures.
11613
11614 * emacs-lisp/cconv.el: New file.
11615
11616 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11617 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11618 (byte-compile-initial-macro-environment):
11619 Handle declare-function here.
11620 (byte-compile--lexical-environment): New var.
11621 (byte-stack-ref, byte-stack-set, byte-discardN)
11622 (byte-discardN-preserve-tos): New lap codes.
11623 (byte-interactive-p): Don't use any more.
11624 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11625 New macros.
11626 (byte-compile-lapcode): Use them and handle new lap codes.
11627 (byte-compile-obsolete): Remove.
11628 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11629 (byte-compile-arglist-warn): Check late def of inlinable funs.
11630 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11631 since they should have been expanded by now.
11632 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11633 (byte-compile-from-buffer): Remove unused second arg.
11634 (byte-compile-preprocess): New function.
11635 (byte-compile-toplevel-file-form): New function to distinguish
11636 file-form calls from outside from file-form calls from hunk-handlers.
11637 (byte-compile-file-form): Simplify.
11638 (byte-compile-file-form-defsubst): Remove.
11639 (byte-compile-file-form-defmumble): Simplify now that
11640 byte-compile-lambda always returns a byte-code-function.
11641 (byte-compile): Preprocess.
11642 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11643 Remove, not used any more.
11644 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11645 (byte-compile-make-args-desc): New funs.
11646 (byte-compile-lambda): Handle lexical functions. Always return
11647 a byte-code-function.
11648 (byte-compile-reserved-constants): New var, to make up room for
11649 closed-over variables.
11650 (byte-compile-constants-vector): Obey it.
11651 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11652 (byte-compile-macroexpand-declare-function): New function.
11653 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11654 byte-code-functions.
11655 (byte-compile-form): Check obsolescence here.
11656 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11657 (byte-compile-variable-ref): Remove.
11658 (byte-compile-dynamic-variable-op): New fun.
11659 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11660 (byte-compile-variable-set): New funs.
11661 (byte-compile-discard): Add 2 args.
11662 (byte-compile-stack-ref, byte-compile-stack-set)
11663 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11664 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11665 macroexpand-all instead.
11666 (byte-compile-quote-form): Remove.
11667 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11668 (byte-compile-bind, byte-compile-unbind): New funs.
11669 (byte-compile-let): Handle let* and lexical binding.
11670 (byte-compile-let*): Remove.
11671 (byte-compile-catch, byte-compile-unwind-protect)
11672 (byte-compile-track-mouse, byte-compile-condition-case):
11673 Handle a new :fun-body form, used for lexical scoping.
11674 (byte-compile-save-window-excursion)
11675 (byte-compile-with-output-to-temp-buffer): Remove.
11676 (byte-compile-defun): Simplify.
11677 (byte-compile-stack-adjustment): New fun.
11678 (byte-compile-out): Use it.
11679 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11680
11681 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11682 handler any more.
11683
11684 * emacs-lisp/byte-opt.el: Use lexical binding.
11685 (byte-inline-lapcode): Remove (to bytecomp).
11686 (byte-compile-inline-expand): Pay attention to inlining to/from
11687 lexically bound code.
11688 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11689 any more.
11690 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11691 any more and don't call compiler-macros.
11692 (byte-compile-splice-in-already-compiled-code): Remove.
11693 (byte-code): Don't inline any more.
11694 (disassemble-offset): Receive `bytes' as argument rather than via
11695 dynamic scoping.
11696 (byte-compile-tag-number): Declare before first use.
11697 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11698 `return' even if make-spliceable.
11699 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11700 obsolete interactive-p.
11701 (byte-optimize-lapcode): Optimize new lap-codes.
11702 Don't trip up on new form of `byte-constant' lap code.
11703
11704 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11705
11706 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11707
11708 * custom.el (custom-initialize-default, custom-declare-variable):
11709 Use `defvar'.
11710
11711 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11712 New variables.
11713 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11714 (COMPILE_FIRST): Add macroexp and cconv.
11715 * makefile.w32-in: Mirror changes in Makefile.in.
11716
11717 * vc/cvs-status.el:
11718 * vc/diff-mode.el:
11719 * vc/log-edit.el:
11720 * vc/log-view.el:
11721 * vc/smerge-mode.el:
11722 * textmodes/bibtex-style.el:
11723 * textmodes/css.el:
11724 * startup.el:
11725 * uniquify.el:
da91b5f2
CY
11726 * minibuffer.el:
11727 * newcomment.el:
11728 * reveal.el:
11729 * server.el:
11730 * mpc.el:
11731 * emacs-lisp/smie.el:
11732 * doc-view.el:
11733 * dired.el:
03408648
SM
11734 * abbrev.el: Use lexical binding.
11735
0f0c1f27
EZ
117362011-04-01 Eli Zaretskii <eliz@gnu.org>
11737
11738 * info.el (info-display-manual): New function.
11739
c82b2579
SM
117402011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11743
221ddf68
TH
117442011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11745
11746 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11747 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11748
cba6e77e
GM
117492011-03-31 Glenn Morris <rgm@gnu.org>
11750
e040639f
GM
11751 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11752
cba6e77e
GM
11753 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11754
6d0f1c9e
CS
117552011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11756
11757 * progmodes/python.el (python-default-interpreter)
11758 (python-python-command-args, python-jython-command-args)
11759 (python-which-shell, python-which-args, python-which-bufname)
11760 (python-file-queue, python-comint-output-filter-function)
11761 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11762 variables and functions.
11763
3e2d70fd
SM
117642011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11767 (completion-in-region-mode): New minor mode.
11768 (completion-in-region): Use it.
11769 (completion-in-region--data, completion-in-region-mode-map): New vars.
11770 (completion-in-region--postch): New function.
11771 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11772 New vars.
11773 (completion--capf-wrapper): New function.
11774 (completion-at-point): Use it to track well-behavedness of
11775 hook functions.
11776 (completion-help-at-point): New command.
11777
f3e4086c
JM
117782011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11779
11780 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11781 syntax class to search for whitespace on a single line
11782 (Message-ID: <4D938140.4030905@redhat.com>).
11783
eb7ffc14
LL
117842011-03-30 Leo Liu <sdl.web@gmail.com>
11785
11786 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11787 New commands.
11788 (edit-abbrevs-map): Bind them here.
11789 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11790
d806ab68
KM
117912011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11792
11793 * allout.el (allout-hide-by-annotation, allout-flag-region):
11794 Reduce possibility of overlay leakage by making them volatile.
11795
11796 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11797 hash is not shared between buffers. Mode initialization is
11798 responsible for giving it a useful starting value.
11799 (allout-item-span): Reduce possibility of overlay leakage by
11800 making them volatile.
11801 (allout-widgets-count-buttons-in-region): Add diagnostic function
11802 for tracking down button overlay leaks.
11803
ea622834
LL
118042011-03-29 Leo Liu <sdl.web@gmail.com>
11805
11806 * ido.el (ido-read-internal): Use the default history var
11807 minibuffer-history if no HISTORY is specified.
11808
b62f8267
G
118092011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11810
03408648
SM
11811 * net/imap.el (imap-shell-open, imap-process-connection-type):
11812 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11813 Kerberos, SSL, other subprocesses.
11814
947b6566
LL
118152011-03-28 Leo Liu <sdl.web@gmail.com>
11816
11817 * abbrev.el (abbrev-table-empty-p): New function.
11818 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11819 nonempty ones. (Bug#5937)
11820
5ffb62aa
JD
118212011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11822
11823 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11824
7a097943
LL
118252011-03-27 Leo Liu <sdl.web@gmail.com>
11826
11827 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11828 for foreground and background colors.
11829 (ansi-color-make-color-map): Adapt.
11830
c5b40130
LL
118312011-03-25 Leo Liu <sdl.web@gmail.com>
11832
1f48f7d2
LL
11833 * midnight.el (midnight-time-float): Remove. Note it calculates
11834 the microsecond component incorrectly and seconds-to-time does the
11835 same job.
625897ec 11836 Remove redundant (require 'timer).
1f48f7d2 11837
c5b40130
LL
11838 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11839 (ido-completions): Remove unused arguments. (Bug#8329)
11840
d86d2721
SM
118412011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * minibuffer.el (completion--flush-all-sorted-completions):
11844 Remove itself from hook.
11845 (completion-at-point): Let the functions perform the completion
11846 immediately and return nil or t.
11847 * comint.el (comint-dynamic-complete-functions): Now identical to
11848 completion-at-point-functions.
11849 (comint-dynamic-list-input-ring): Remove unused var `index'.
11850 (comint--match-partial-filename, comint--unquote&expand-filename):
11851 New funs, split from comint-match-partial-filename.
11852 (comint-dynamic-complete): Use completion-at-point.
11853 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11854
e8974c48
DA
118552011-03-24 Drew Adams <drew.adams@oracle.com>
11856
11857 * thingatpt.el: Support `defun'.
11858
def71b5e
LL
118592011-03-23 Leo Liu <sdl.web@gmail.com>
11860
cb5af48e
LL
11861 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11862
def71b5e
LL
11863 * help-mode.el (help-mode-finish): Tweak regexp.
11864
927c53e7
GM
118652011-03-23 Glenn Morris <rgm@gnu.org>
11866
18d05bed
GM
11867 * eshell/esh-opt.el (eshell-eval-using-options):
11868 Do not bind unused local variable `eshell-option-stub'.
11869
927c53e7
GM
11870 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11871
9d0da923
JB
118722011-03-22 Juanma Barranquero <lekktu@gmail.com>
11873
11874 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11875 keymap variable in `with-no-warnings' to avoid a warning when the
11876 keymap has been already `defconst'ed.
11877
4b978a67
LL
118782011-03-22 Leo Liu <sdl.web@gmail.com>
11879
11880 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11881 encode all chars in abbrevs; otherwise use emacs-mule or
11882 utf-8-emacs. (Bug#8308)
11883
5fd62452
JB
118842011-03-22 Juanma Barranquero <lekktu@gmail.com>
11885
0b1596c6
JB
11886 * simple.el (backward-delete-char-untabify):
11887 Avoid warning about using `delete-backward-char'.
11888
5fd62452
JB
11889 * image.el (image-type-file-name-regexps): Make it variable.
11890 `imagemagick-register-types' modifies it, and the user may want
11891 to add new extensions for known image types.
11892 (imagemagick-register-types): Throw error if not using ImageMagick.
11893
0b4e93f1
LL
118942011-03-22 Leo Liu <sdl.web@gmail.com>
11895
11896 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11897 located before rcirc-prompt-end-marker.
11898 (rcirc-complete): Error if point is not after rcirc prompt.
11899 Handle the case when table is nil.
9882e214 11900 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11901
fccee4ab
CY
119022011-03-22 Chong Yidong <cyd@stupidchicken.com>
11903
11904 * custom.el (custom--inhibit-theme-enable): Make it affect only
11905 custom-theme-set-variables and custom-theme-set-faces.
11906 (provide-theme): Ignore custom--inhibit-theme-enable.
11907 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11908 (custom-enabling-themes): Delete variable.
d86d2721
SM
11909 (enable-theme): Accept only loaded themes as arguments.
11910 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11911 (custom-enabled-themes): Forbid themes from setting this.
11912 Eliminate use of custom-enabling-themes.
11913 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11914
af896da6
LL
119152011-03-21 Leo Liu <sdl.web@gmail.com>
11916
11917 * ido.el (ido-read-internal): Add ido-selected to history instead
11918 of user input.
11919
78f64af0
SM
119202011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * subr.el (deferred-action-list, deferred-action-function):
11923 Mark obsolete.
11924
b16ac1ec
LL
119252011-03-21 Leo Liu <sdl.web@gmail.com>
11926
810f7698
LL
11927 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11928 change on 2011-02-13 (bug#8309).
11929
b16ac1ec
LL
11930 * minibuffer.el (read-file-name-function): Change default value.
11931 (read-file-name--defaults): Rename from read-file-name-defaults.
11932 (read-file-name-default): Rename from read-file-name.
11933 (read-file-name): Call read-file-name-function.
11934
4e05e67e
GM
119352011-03-21 Glenn Morris <rgm@gnu.org>
11936
11937 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11938 Doc fixes.
11939
4359915b
CY
119402011-03-21 Chong Yidong <cyd@stupidchicken.com>
11941
11942 * cus-theme.el: Add missing provide statement.
11943 (customize-create-theme): Extract theme value correctly.
11944 (custom-theme-visit-theme): Autoload.
11945 (customize-create-theme): Prompt before inserting default faces.
11946
1fe275ee
JB
119472011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11948
11949 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11950 units and musical notes.
11951
cd394be1 119522011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11953
11954 * ido.el (ido-read-internal): Use completing-read-default.
11955 (ido-completing-read): Fix compatibility with completing-read.
11956
7d476bde
CO
119572011-03-20 Christian Ohler <ohler@gnu.org>
11958
11959 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11960 (ert-delete-all-tests): Use `called-interactively-p' rather than
11961 `interactive-p'.
11962 (ert--make-xrefs-region): Respect END.
11963
fe0fb33e
CY
119642011-03-19 Chong Yidong <cyd@stupidchicken.com>
11965
ff854b0b
CY
11966 * dired-aux.el (dired-create-directory): Signal an error if the
11967 directory already exists (Bug#8246).
11968
fe0fb33e
CY
11969 * facemenu.el (list-colors-display): Call list-faces-display
11970 inside with-help-window.
11971 (list-colors-print): Use display property to align the final
11972 column, instead of checking window-width.
11973
576bce32
EZ
119742011-03-19 Eli Zaretskii <eliz@gnu.org>
11975
4d61f28d 11976 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11977 windows-nt systems.
11978 (emerge-protect-metachars): Quote correctly for ms-dos and
11979 windows-nt systems.
11980
89c41d68 119812011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11982
11983 * info.el (info-initialize): Replace all uses of `:' with
11984 path-separator for compatibility with non-Unix systems.
11985 Cache quoting of path-separator. (Bug#8258)
11986
b14e3e21 119872011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11988
11989 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11990 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11991 (mouse-avoidance-mode): Fix typos in docstrings.
11992
4525ce3e
CY
119932011-03-19 Chong Yidong <cyd@stupidchicken.com>
11994
11995 * startup.el (package-subdirectory-regexp): Move from package.el.
11996 Omit \\` and \\', and let callers add them.
11997
11998 * emacs-lisp/package.el (package-strip-version)
11999 (package-load-all-descriptors): Add \\` and \\' to
12000 package-subdirectory-regexp before using it.
12001 (package-untar-buffer): New arg DIR; ensure that file untars only
12002 into this expected directory. Remove superfluous delete-region.
12003 (package-unpack): Caller changed.
12004 (package-tar-file-info): Use package-subdirectory-regexp.
12005
a904a09a 120062011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12007
a904a09a
SM
12008 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12009 diff-mode-shared-map (bug#8284).
12010 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12011
120122011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12013
12014 * calendar/time-date.el (format-seconds): Use assoc instead of
12015 assoc-string, since assoc-string doesn't exist in XEmacs.
12016
171fc304
JB
120172011-03-17 Juanma Barranquero <lekktu@gmail.com>
12018
12019 * custom.el (custom-known-themes): Reflow docstring.
12020 (custom-theme-load-path): Fix typo in docstring.
12021 (load-theme): Fix typo in error message.
12022 (custom-available-themes, custom-variable-theme-value):
12023 Use `let', not `let*'.
12024
d71990a1
JB
120252011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12026
12027 * calc/README: Mention inclusion of musical notes.
12028
12029 * calc/calc-units.el (calc-lu-quant): Rename from
12030 `calc-logunits-quantity'.
12031 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12032 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12033 (calc-db): Rename from `calc-dblevel'.
12034 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12035 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12036 (calc-np): Rename from `calc-nplevel'.
12037 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12038 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12039 (calc-lu-plus): Rename from `calc-logunits-add'.
12040 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12041 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12042 (calc-lu-minus): Rename from `calc-logunits-sub'.
12043 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12044 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12045 (calc-lu-times): Rename from `calc-logunits-mul'.
12046 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12047 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12048 (calc-lu-divide): Rename from `calc-logunits-div'.
12049 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12050 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12051
12052 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12053 functions being autoloaded.
12054
12055 * calc/calc.el (calc-lu-power-reference): Rename from
12056 `calc-logunits-power-reference'.
12057 (calc-lu-field-reference): Rename from
12058 `calc-logunits-field-reference'.
12059
7a71b18d
GM
12060 * calc/calc-help.el (calc-l-prefix-help):
12061 Mention musical note functions.
d71990a1 12062
40c2934b
SM
120632011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12064
12065 * minibuffer.el (completion-all-sorted-completions):
12066 Use :completion-cycle-penalty text property if present.
12067
b0911414
KM
120682011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12069
12070 * allout.el (allout-yank-processing): Adjust for new rebulleting
12071 regime so bullet being yanked is used without prompting the user
12072 for a choice.
12073
8a05b668
JB
120742011-03-16 Juanma Barranquero <lekktu@gmail.com>
12075
12076 * startup.el (command-line): Warn the user that _emacs is deprecated.
12077
5ba5fb81
JB
120782011-03-16 Juanma Barranquero <lekktu@gmail.com>
12079
12080 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12081 (delphi-verbose, delphi-comment-face, delphi-string-face)
12082 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12083 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12084 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12085 (delphi-new-comment-line, delphi-font-lock-defaults)
12086 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12087 Fix typos in docstrings.
12088
2dab465b
KM
120892011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12090
5ba5fb81 12091 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12092 Invert the roles of character and string values for INSTEAD, so a
12093 string is used for the more common case of a defaulting prompt.
12094
0adf5618
SM
120952011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * progmodes/ruby-mode.el (ruby-backward-sexp):
12098 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12099 * play/gamegrid.el (gamegrid-make-face):
12100 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12101 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12102 * notifications.el (notifications-notify):
12103 * net/xesam.el (xesam-search-engines):
12104 * net/quickurl.el (quickurl-list-insert):
12105 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12106
d72700e5
CY
121072011-03-15 Chong Yidong <cyd@stupidchicken.com>
12108
12109 * startup.el (command-line): Update package subdirectory regexp.
12110
49c5410a
SM
121112011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12112
c6eee9aa
SM
12113 * allout.el (allout-abbreviate-flattened-numbering)
12114 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12115
49c5410a
SM
12116 * subr.el (read-char-choice): Only show the cursor after the prompt,
12117 not after the answer.
12118
047b2bb9
KR
121192011-03-15 Kevin Ryde <user42@zip.com.au>
12120
12121 * help-fns.el (variable-at-point): Skip leading quotes, if any
12122 (bug#8253).
12123
0a57d256
SM
121242011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12127 warning message.
12128
77c992bc
MA
121292011-03-14 Michael Albinus <michael.albinus@gmx.de>
12130
12131 * shell.el (shell): When called interactively, offer to change the
12132 shell file name on remote hosts.
12133
eebc475d
TZ
121342011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12135
12136 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12137 integration for LDAP parameters. The host, base, user or binddn,
12138 and secret tokens can be specified in a netrc file, for instance.
12139 This is optional because an `auth-source' parameter must be
12140 specified in the search attributes.
12141
9d05d1ba
JB
121422011-03-13 Juanma Barranquero <lekktu@gmail.com>
12143
12144 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12145
09d9db2c
GM
121462011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12149 into declaration. Remove redundant and harmful binding.
12150
121512011-03-12 Eli Zaretskii <eliz@gnu.org>
12152
12153 * files.el (file-ownership-preserved-p): Pass `integer' as an
12154 explicit 2nd argument to `file-attributes'. If the file's owner
12155 is the Administrators group on Windows, and the current user is
12156 Administrator, consider that a match.
12157
12158 * server.el (server-ensure-safe-dir): Consider server directory
12159 safe on MS-Windows if its owner is the Administrators group while
12160 the current Emacs user is Administrator. Use `=' to compare
12161 numerical UIDs, since they could be integers or floats.
12162
219bd536
JB
121632011-03-12 Juanma Barranquero <lekktu@gmail.com>
12164
12165 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12166
f3afd36b
MA
121672011-03-12 Michael Albinus <michael.albinus@gmx.de>
12168
12169 Sync with Tramp 2.2.1.
12170
12171 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12172
12173 * net/trampver.el: Update release number.
12174
3aaaa6f1
SM
121752011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12176
94642599
SM
12177 * progmodes/compile.el (compilation--previous-directory): Fix up
12178 various nil/dead-marker mismatches (bug#8014).
12179 (compilation-directory-properties, compilation-error-properties):
12180 Don't call it at a position past the one we're about to change.
12181
3aaaa6f1
SM
12182 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12183 Disable obsolescence warnings in the file that declares it.
12184
14239447
KM
121852011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12186
099c39a4
JB
12187 * allout-widgets.el (allout-widgets-tally):
12188 Initialize allout-widgets-tally as a hash table rather than nil to
12189 prevent mode-line redisplay warnings. Also, clarify the module
12190 description and fix a comment typo.
14239447 12191
135e287c
JB
121922011-03-11 Juanma Barranquero <lekktu@gmail.com>
12193
12194 * help-fns.el (describe-variable): Don't complete keywords.
12195 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12196
ffbf300e
CY
121972011-03-10 Chong Yidong <cyd@stupidchicken.com>
12198
ba08b241
CY
12199 * emacs-lisp/package.el (package-version-join): Impose a standard
12200 string representation for pre/alpha/beta version lists.
12201 (package-unpack-single): Standardize the directory name by passing
12202 it through package-version-join.
12203 (package-strip-rcs-id): Accept any version string that does not
12204 signal an error in version-to-list.
ffbf300e 12205
f346fd6b
MA
122062011-03-10 Michael Albinus <michael.albinus@gmx.de>
12207
12208 * simple.el (delete-trailing-whitespace): Return nil for the
12209 benefit of `write-file-functions'.
12210
ccb55d27
GM
122112011-03-10 Glenn Morris <rgm@gnu.org>
12212
5ceaac0c
GM
12213 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12214
02da65ff
GM
12215 * vc/vc-git.el (vc-git-program): New option.
12216 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12217 (vc-git--call): Use it.
12218
b2f603cc
GM
12219 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12220
5772caab
GM
12221 * cus-edit.el (Custom-newline): If no button at point, look
12222 for a subgroup button at start-of-line. (Bug#2298)
12223
ccb55d27
GM
12224 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12225
ec6ecaed
JD
122262011-03-10 Julien Danjou <julien@danjou.info>
12227
12228 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12229 `cursor-type' is nil.
12230
9d5aa01d
JB
122312011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12232
12233 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12234
b6a5875b
KM
122352011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12236
7a71b18d 12237 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12238 preserves the existing header prefix, rebulleting it if necessary,
12239 rather than replacing it. This is necessary for proper operation
12240 of cooperative addons like allout-widgets.
1154d12e
JB
12241 (allout-make-topic-prefix, allout-rebullet-heading):
12242 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12243 value as alternate bullet to be used, instead of prompting the user
12244 for a bullet character.
b6a5875b 12245
ee545c35
MA
122462011-03-09 Michael Albinus <michael.albinus@gmx.de>
12247
d86d2721
SM
12248 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12249 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12250 `tramp-default-port'.
12251
c47971d7
DD
122522011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12253
12254 * net/rcirc.el (rcirc-handler-001): Remove useless
12255 with-rcirc-process-buffer.
12256 (rcirc-check-auth-status): Swap arguments to string-match.
12257
13522cb4
GM
122582011-03-09 Glenn Morris <rgm@gnu.org>
12259
0be6f4f1
GM
12260 * shell.el (shell-mode):
12261 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12262
13522cb4
GM
12263 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12264 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12265
515de2e3
CY
122662011-03-08 Chong Yidong <cyd@stupidchicken.com>
12267
12268 * emacs-lisp/package.el (package-refresh-contents)
12269 (package-menu-execute): Use condition-case-no-debug.
12270
b511b994
MA
122712011-03-08 Michael Albinus <michael.albinus@gmx.de>
12272
12273 * simple.el (shell-command-to-string): Use `process-file'.
12274
12275 * emacs-lisp/package.el (package-tar-file-info): Handle also
12276 remote files.
12277
d86d2721
SM
12278 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12279 Use `equal' for upload base check.
b511b994 12280
25bbfb31
AM
122812011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12282
12283 * textmodes/texinfo.el (texinfo-environments):
12284 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12285
be996521
GM
122862011-03-08 Glenn Morris <rgm@gnu.org>
12287
e9c8529f
GM
12288 * cus-start.el (cursor-in-non-selected-windows):
12289 Fix :set quoting oddness. (Bug#8192)
12290
be996521
GM
12291 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12292 in some setf expressions. (Bug#2159)
12293
2bb5649e
CY
122942011-03-08 Chong Yidong <cyd@stupidchicken.com>
12295
12296 * custom.el (custom-available-themes): Return themes in
12297 alphabetical order.
12298
33383987 12299See ChangeLog.15 for earlier changes.
e3d51b27
MR
12300
12301;; Local Variables:
12302;; coding: utf-8
e3d51b27
MR
12303;; End:
12304
acaf905b 12305 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12306
12307 This file is part of GNU Emacs.
12308
12309 GNU Emacs is free software: you can redistribute it and/or modify
12310 it under the terms of the GNU General Public License as published by
12311 the Free Software Foundation, either version 3 of the License, or
12312 (at your option) any later version.
12313
12314 GNU Emacs is distributed in the hope that it will be useful,
12315 but WITHOUT ANY WARRANTY; without even the implied warranty of
12316 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12317 GNU General Public License for more details.
12318
12319 You should have received a copy of the GNU General Public License
12320 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.