* lisp/play/yow.el (yow-file): Use expand-file-name rather than concat.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
94ee8db5
GM
12012-04-16 Glenn Morris <rgm@gnu.org>
2
68892d27
GM
3 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4
20f0c46d
GM
5 * progmodes/perl-mode.el (c-macro-expand):
6 Remove unnecessary autoload (it is in loaddefs.el).
7
5a0978ce
GM
8 * textmodes/picture.el (picture-desired-column)
9 (picture-update-desired-column): Convert comments to doc-strings.
10 (picture-substitute): Remove function.
11 (picture-mode-map): Initialize in the defvar.
12
6b955486
GM
13 * woman.el: Remove eval-after-load for tar-mode.
14 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
15 (woman-tar-extract-file): Autoload it.
16
94ee8db5
GM
17 * frame.el (automatic-hscrolling): Make this alias obsolete.
18
177eca34
AM
192012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20
21 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 22 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
23 (ispell-dictionary-base-alist): Revert to original XEmacs
24 friendly version for default. [:alpha:] will be added in
25 `ispell-set-spellchecker-params' if needed
177eca34 26
c505aaeb
CY
272012-04-16 Chong Yidong <cyd@gnu.org>
28
29 * image.el (imagemagick--extension-regexp): New variable.
30 (imagemagick-register-types): Use it.
31 (imagemagick-types-inhibit): Add :set function. Allow new value
32 of t to inhibit all types.
33
34 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
35 so we can preload it.
36
37 * loadup.el (fboundp): Preload regexp-opt, needed by
38 imagemagick-register-types.
39
60efac0f
CY
402012-04-15 Chong Yidong <cyd@gnu.org>
41
42 * frame.el (scrolling): Remove nearly unused customization group.
43
44 * scroll-all.el (scroll-all-mode): Move to windows group.
45
5dd1713e
CY
462012-04-15 Chong Yidong <cyd@gnu.org>
47
48 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
49
e6fd457e
CY
502012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 Avoid the use of ((lambda ...) ...) in lexical-binding code.
53 * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
54
e153c136
GM
552012-04-15 Glenn Morris <rgm@gnu.org>
56
57 * simple.el (process-file-side-effects): Doc fix.
58
e6fd457e 592012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
60
61 * international/mule-cmds.el (set-language-environment): Doc fix.
62
3603c3b1
JB
632012-04-14 Juanma Barranquero <lekktu@gmail.com>
64
65 * server.el (server-auth-key, server-generate-key): Doc fixes.
66 (server-get-auth-key): Doc fix. Use `string-match-p'.
67 (server-start): Reflow docstring.
68
e6de100c
LI
692012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
70
71 * server.el (server-generate-key): `called-interactively-p'
72 requires a parameter.
73
29734c21
MN
742012-04-14 Michal Nazarewicz <mina86@mina86.com>
75
76 * server.el (server-auth-key): New variable.
75f1671a 77 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
78 (server-start): Use the new variable and functions to allow
79 setting a permanent server key (bug#9423).
80
d65c9521
LL
812012-04-14 Leo Liu <sdl.web@gmail.com>
82
83 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
84
5ae255c7
PE
852012-04-14 Paul Eggert <eggert@cs.ucla.edu>
86
87 Spelling fixes.
88 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
89 Emacs uses American spelling.
90
d5e6342e
JB
912012-04-14 Juanma Barranquero <lekktu@gmail.com>
92
93 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
94 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
95 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
96 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
97
ab036cd7
SM
982012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * progmodes/which-func.el (which-func-modes): Change default.
101
35dc09a1 1022012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
103
104 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
105 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
106
35dc09a1 1072012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
108
109 * custom.el (custom-theme-set-variables): Doc fix.
110
35dc09a1 1112012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
112
113 * international/mule.el (set-auto-coding-for-load): Doc fix.
114
35dc09a1 1152012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 116
35dc09a1
GM
117 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
118 imenu work again for Objective C Mode. Correct the *-index values,
119 these having been disturbed by a previous change in 2011-08.
57f845ee 120
0de3da9f
AM
121 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
122 Correct two search limits.
123
35dc09a1 1242012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
125
126 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
127
35dc09a1 1282012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
129
130 * international/characters.el: Fix sorting.
131
35dc09a1 1322012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
133
134 * international/characters.el: Add more missing Latin case pairs.
135
35dc09a1 1362012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
137
138 * files.el (dir-locals-set-class-variables): Doc fix.
139
35dc09a1 1402012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 141
3f1b5bf8
EZ
142 * international/characters.el: Add set-case-syntax-pair call for
143 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
144 counterpart. (Bug#11209)
145
9f847f41
EZ
146 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
147
35dc09a1 1482012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
149
150 * calendar/holidays.el (calendar-check-holidays): Doc fix.
151
35dc09a1 1522012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 153
35dc09a1
GM
154 * textmodes/ispell.el (ispell-dictionary-base-alist):
155 Add data for Hebrew.
e2627d21 156
35dc09a1 1572012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 158
35dc09a1
GM
159 * net/rcirc.el (rcirc-cmd-quit):
160 Revert 2012-03-18 change (Bug#11192).
5c14e333 161
35dc09a1 1622012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
163
164 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
165
35dc09a1 1662012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 167
4517fe3a
SM
168 * minibuffer.el (completion-in-region-mode-map):
169 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 170
b472a594
VD
1712012-04-13 Vivek Dasmohapatra <vivek@etla.org>
172
173 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
174
09b95ce3
MY
1752012-04-13 Masatake YAMATO <yamato@redhat.com>
176
177 * minibuffer.el (minibuffer-local-filename-syntax): New variable
178 to allow `C-M-f' and `C-M-b' to move to the nearest path
179 separator (bug#9511).
180
4b63a9ca
LI
1812012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
182
183 * avoid.el: Require cl when compiling. And also move the
184 `provide' to the end.
185
7b55b8bf
TV
1862012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
187
188 * avoid.el (mouse-avoidance-banish-position): New variable.
189 (mouse-avoidance-banish-destination): Use it (bug#10165).
190
adedaa1f
LL
1912012-04-13 Leo Liu <sdl.web@gmail.com>
192
193 * progmodes/which-func.el (which-func-modes): Add objc-mode.
194
70e74021
KB
1952012-04-13 Ken Brown <kbrown@cornell.edu>
196
197 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 198 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
199 (browse-url-filename-alist): For the same reason, don't modify
200 file:// URLs on Cygwin.
201
e75e89ba
SM
2022012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
205 the region on shift if the binding is already shifted (bug#11221).
206
82f289a4
GM
2072012-04-12 Glenn Morris <rgm@gnu.org>
208
209 * mail/mailpost.el: Move to obsolete/.
210
d333dc4c
DA
2112012-04-12 Drew Adams <drew.adams@oracle.com>
212
213 * imenu.el (imenu--generic-function): Ignore invisible definitions
214 (bug#10123).
215
0d15b5ba
VD
2162012-04-12 Vivek Dasmohapatra <vivek@etla.org>
217
218 * hexl.el (hexl-bits): New variable.
219 (hexl-options): Mention the variable in the doc string.
75f1671a 220 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 221 (hexl-mode): Mention the new variable.
75f1671a
JB
222 (hexl-mode, hexl-current-address, hexl-current-address):
223 Use the displen.
0d15b5ba
VD
224 (hexl-ascii-start-column): New function.
225 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
226 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
227
64a440db
AM
2282012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
229
230 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
231 '("-i" ENCODING), in 2 separate command-line arguments, to specify
232 the encoding, as expected by hunspell.
233
6decb6c2
SM
2342012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * battery.el (battery--linux-sysfs-regexp): New const.
237 (battery-status-function): Use it. Remove yeeloong special case.
238 (battery-yeeloong-sysfs): Remove.
239 (battery-echo-area-format): Remove yeeloong special case.
240
088be6fb
SM
2412012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
242
6622e416
SM
243 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
244 Reported by Noah Friedman.
245
088be6fb
SM
246 * subr.el (read-passwd): Use read-string.
247
b49f886e
LMI
2482012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
249
250 * vcursor.el (vcursor-move): Increase the priority of the overlay
251 (bug#9663).
252
a63067fc
DD
2532012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
254
255 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
256 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
257
ac3cf14a
WS
2582012-04-11 William Stevenson <yhvh2000@gmail.com>
259
260 * textmodes/artist.el (artist-mode): Convert artist-mode to use
261 define-minor-mode (bug#10760).
262
c4fc691b 2632012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c
WJ
264
265 * lisp/progmodes/grep.el (rgrep): Tweak the find command line so
266 that directories matching `grep-find-ignored-files' won't be
267 pruned (bug#10351).
268
af23e2e5
CY
2692012-04-11 Chong Yidong <cyd@gnu.org>
270
271 * startup.el (command-line): Remove support for long-obsolete
272 variable font-lock-face-attributes.
273
ab7ce8c1
GM
2742012-04-11 Glenn Morris <rgm@gnu.org>
275
276 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
277
de8c03dc
SM
2782012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * window.el (window--state-get-1): Obey window-point-insertion-type.
281
050cc68b
LB
2822012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
283
284 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
285 to previous function when point is on the first character of a
75f1671a 286 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 287
a38c310c
GM
2882012-04-11 Glenn Morris <rgm@gnu.org>
289
effed0c2
GM
290 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
291 not just file-errors.
292
a38c310c
GM
293 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
294 (vc-bzr-sha1): Use internal sha1.
295
0221e323
SM
2962012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
299
43956923
SG
3002012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
301
302 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
303 that start in the middle of the line (bug#10496).
304
6a8c9eaf
DN
3052012-04-10 Dan Nicolaescu <dann@gnu.org>
306
307 * battery.el (battery-linux-proc-acpi): Only one battery is
308 discharged at a time, but that seems to confuse battery.el when
309 computing `rate-type' for the battery not being discharged
310 (bug#10332).
311
1930bf5d
SM
3122012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
313
2a718f6f
SM
314 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
315
599430d0
SM
316 * international/quail.el: Use dolist and simplify.
317 (quail-define-package, quail-update-keyboard-layout)
318 (quail-define-rules): Use dolist.
319 (quail-insert-kbd-layout, quail-get-translation): CSE.
320
a2754b6c
SM
321 * tmm.el: Use dolist, remove left over hook.
322 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
323 Use dolist.
324 (calendar-load-hook): Don't mess with it.
325
1930bf5d
SM
326 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
327 Use derived-mode-p. Run the diff asynchronously.
328
9f67961c
LMI
3292012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
330
331 * obsolete/mouse-sel.el: Add an Obsolete-since header.
332
2a8ce227
JB
3332012-04-10 Juanma Barranquero <lekktu@gmail.com>
334
335 * misc.el: Display absolute path of loaded DLLs (bug#10424).
336 (list-dynamic-libraries--loaded): New function.
337 (list-dynamic-libraries--refresh): Use it.
338
8f33b5f8
NW
3392012-04-10 Nathan Weizenbaum <nweiz@google.com>
340
1930bf5d
SM
341 * progmodes/python.el (python-fill-paragraph):
342 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
343 disabled (bug#7018).
344
b12f0439
L
3452012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
346
1930bf5d 347 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
348 DOS/MS Windows for the Baltic languages. There are still plenty
349 of texts written in this encoding/codepage (bug#6519).
b12f0439 350
57c3bd01
GM
3512012-04-10 Glenn Morris <rgm@gnu.org>
352
353 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
354 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
355
6c3eab30
FA
3562012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
357
1930bf5d 358 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
359 next-line "n" and previous-line "p" in order to make recentf more
360 consistent with ibuffer, dired or org-mode (bug#9387).
361
24d78a88
LMI
3622012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
363
bc72b5d9
LMI
364 * image.el (put-image): Return the overlay created instead of the
365 optional input string (bug#7834). Note that this may break code
366 that is (for some reason or other) depending on `put-image'
367 returning the string.
368
bd2dba5a
LMI
369 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
370
74beb59f
LMI
371 * simple.el (zap-to-char): Allow zapping using input methods
372 (bug#1580).
373
24d78a88
LMI
374 * textmodes/fill.el (fill-region): Leave point and mark where they
375 were before filling (bug#5399).
376
263f20cd
GM
3772012-04-09 Glenn Morris <rgm@gnu.org>
378
379 * version.el (emacs-bzr-get-version):
380 Handle lightweight checkouts of local branches.
381
58d1f797
AS
3822012-04-09 Andreas Schwab <schwab@linux-m68k.org>
383
263f20cd 384 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 385
b4d3bc10
CY
3862012-04-09 Chong Yidong <cyd@gnu.org>
387
388 * custom.el (custom-variable-p): Return nil for non-symbol
389 arguments instead of signaling an error.
390 (user-variable-p): Obsolete alias for custom-variable-p.
391
392 * apropos.el (apropos-variable):
393 * files-x.el (read-file-local-variable):
394 * simple.el (set-variable):
395 * woman.el (woman-mini-help):
396 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
397
fd06db5d
GM
3982012-04-09 Glenn Morris <rgm@gnu.org>
399
e5fcdb5e
GM
400 * startup.el (normal-top-level): Don't look for leim-list.el
401 in places where it will not be found. (Bug#910)
402
fd06db5d
GM
403 * international/mule-cmds.el (set-default-coding-systems):
404 * files.el (normal-mode):
405 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
406 This function was removed with ucs-tables.el in 2008.
407
b39bb7e1
EZ
4082012-04-08 Eli Zaretskii <eliz@gnu.org>
409
410 * textmodes/ispell.el (ispell-check-version): For hunspell, set
411 ispell-encoding8-command to "-i", without a trailing space.
412 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
413 separate command-line arguments, to specify the encoding, since
414 that's how hunspell expects it.
415
5c5b8e23
GM
4162012-04-08 Glenn Morris <rgm@gnu.org>
417
418 * loadup.el: Load bindings before cus-start.
419 This reduces somewhat the number of "rogue" settings in emacs -Q.
420
a1ed8b05
GM
4212012-04-07 Glenn Morris <rgm@gnu.org>
422
423 * version.el (emacs-bzr-get-version): New function.
dfae128a 424 (emacs-bzr-version): New variable.
a1ed8b05
GM
425 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
426 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
427
b142f158
EZ
4282012-04-07 Eli Zaretskii <eliz@gnu.org>
429
dfae128a
GM
430 * international/uni-bidi.el, international/uni-category.el:
431 * international/uni-combining.el, international/uni-decimal.el:
432 * international/uni-decomposition.el, international/uni-digit.el:
433 * international/uni-lowercase.el, international/uni-mirrored.el:
434 * international/uni-name.el, international/uni-numeric.el:
435 * international/uni-titlecase.el, international/uni-uppercase.el:
436 Update for Unicode 6.1.
b142f158 437
9078ead6
EZ
4382012-04-07 Eli Zaretskii <eliz@gnu.org>
439
440 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
441
f23d2c7d
LMI
4422012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
443
444 * window.el (shrink-window): Mention the `window-min-height'
445 variable in the doc string.
446
0a0a3573
BG
4472012-04-05 Bastien Guerry <bzg@altern.org>
448
449 * color.el (color-lighten-name): Fix typo.
450
e5248ac9
SM
4512012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * server.el (server--on-display-p): New function.
454 (server--on-display-p): Use it.
455
b4243e22
GV
4562012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
457
458 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
459 (bug#11145).
460
305d9f44
SM
4612012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * comint.el (comint--common-quoted-suffix): Check string boundary
464 before comparing (bug#11158).
465 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
466
3d439cd1
CY
4672012-04-04 Chong Yidong <cyd@gnu.org>
468
321cc491
CY
469 * minibuffer.el (completion-extra-properties): Doc fix.
470
3d439cd1
CY
471 * subr.el (delayed-warnings-hook): Doc fix.
472
2d562c0f
DU
4732012-04-04 Daiki Ueno <ueno@unixuser.org>
474
475 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
476 selection (Bug#11159).
477 (epa-insert-keys): Inform that the default public key will be
478 exported if no key is selected.
479
4443f204
RS
4802012-04-04 Richard Stallman <rms@gnu.org>
481
482 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
483
529c06b6
CY
4842012-04-03 Chong Yidong <cyd@gnu.org>
485
486 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
487 mail-insert-file, not its obsolete alias mail-attach-file.
488
66b907dc
MA
4892012-04-03 Michael Albinus <michael.albinus@gmx.de>
490
491 * notifications.el (notifications-notify): Fix docstring.
492
c0ea195d
GM
4932012-04-02 Glenn Morris <rgm@gnu.org>
494
495 * emacs-lisp/authors.el (authors-aliases): Another addition.
496
5ca64e00
MA
4972012-04-02 Michael Albinus <michael.albinus@gmx.de>
498
499 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
500 `tramp-compat-call-process' instead of `tramp-local-call-process'.
501 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
502
42ee526b
CY
5032012-04-01 Chong Yidong <cyd@gnu.org>
504
505 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
506 Handle root directory properly.
507 (copy-directory): Caller changed.
508
509 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
510 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
511
0b021094
GM
5122012-03-31 Glenn Morris <rgm@gnu.org>
513
40f86458
GM
514 * term/xterm.el (xterm-extra-capabilities): Doc fix.
515
7019c177
GM
516 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
517
a1daddd6
GM
518 * calendar/calendar.el (calendar-window-list)
519 (calendar-hide-window): Restore. (Bug#11140)
520 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
521
0b021094
GM
522 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
523
40311efc
TV
5242012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
525
526 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
527 Check if file is a symlink (Bug#10489).
528
529 * files.el (copy-directory): Likewise.
530
5319014e
CY
5312012-03-30 Chong Yidong <cyd@gnu.org>
532
533 * image.el (imagemagick-types-inhibit)
534 (imagemagick-register-types): Doc fix.
535
935d1290
AM
5362012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
537
538 * ispell.el (ispell-get-extended-character-mode): Disable
75f1671a
JB
539 extended-char-mode for hunspell. hunspell does not support it
540 and treats ~word as ordinary words in pipe mode.
935d1290 541
61c6e8fd
GM
5422012-03-30 Glenn Morris <rgm@gnu.org>
543
544 * tutorial.el (help-with-tutorial): Ensure local variables don't
545 happen to make the buffer read-only. (Bug#11127)
546
81fdff00
SM
5472012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
550 (perl-calculate-indent): Return `noindent' in strings.
551
6e7a6ec0
SS
5522012-03-28 Sam Steingold <sds@gnu.org>
553
554 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
555 instead of the broken adhockery which does not prevent calendar
556 buffers from being displayed at random after exit.
557 (calendar-window-list, calendar-hide-window): Remove the broken
558 adhockery.
559
fee88ca0
GM
5602012-03-28 Glenn Morris <rgm@gnu.org>
561
562 * replace.el (query-replace-map): Doc fix.
563
38de3354
AS
5642012-03-28 Andreas Schwab <schwab@linux-m68k.org>
565
566 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
567 contents. (Bug#11109)
568
b973155e
SM
5692012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
572 (bug#11077).
573 (avl-tree--check, avl-tree--check-node): New funs.
574
dcb6e7b3
MR
5752012-03-27 Martin Rudalics <rudalics@gmx.at>
576
577 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
578 (switch-to-prev-buffer, switch-to-next-buffer):
579 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
580 showing a buffer already is done on the same frame.
581
b4fa35fa
GM
5822012-03-27 Glenn Morris <rgm@gnu.org>
583
584 * startup.el (mail-host-address): Doc fix.
585
f9210e18
SM
5862012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
589 than 197 variables.
590
c0bf7753
AF
5912012-03-26 Ami Fischman <ami@fischman.org>
592
593 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
594
33da7b16
GM
5952012-03-26 Glenn Morris <rgm@gnu.org>
596
02243d9d
GM
597 * files.el (save-buffers-kill-emacs): Doc fix.
598
33da7b16
GM
599 * startup.el (normal-top-level, command-line, command-line-1):
600 Give them doc strings.
601
e5a69fd0
EZ
6022012-03-25 Eli Zaretskii <eliz@gnu.org>
603
604 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 605 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 606
9a69676a
CY
6072012-03-25 Chong Yidong <cyd@gnu.org>
608
4125cb8b
CY
609 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
610 theme if it was previously enabled before (Bug#11031).
611
dd470960
CY
612 * cus-theme.el (custom-theme-write-faces): Retrieve current face
613 spec with custom-face-get-current-spec if its :shown-value is not
614 determined yet (Bug#9337).
4125cb8b 615 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 616
9a69676a
CY
617 * button.el (button-at): Minor addition to docstring.
618
6e7e90fa
SL
6192012-03-24 Simon Leinen <simon.leinen@gmail.com>
620
621 * vc/vc.el (vc-merge): Fix a prompt.
622
f06e2758
CY
6232012-03-24 Chong Yidong <cyd@gnu.org>
624
625 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
626 point (Bug#9623).
627
6e7e90fa
SL
628 * button.el (button-at): Minor addition to docstring.
629
b9d0879b
SM
6302012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * newcomment.el (comment-choose-indent): No space after BOL.
633
e71cebb3
SS
6342012-03-22 Sam Steingold <sds@gnu.org>
635
636 * window.el (switch-to-prev-buffer): Revert last patch because the
637 bug turned out to be an advertised feature (Elisp manual 28.14).
638
335aff35
GM
6392012-03-22 Glenn Morris <rgm@gnu.org>
640
641 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
642 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
643
c676576a
LMI
6442012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
645
646 * net/network-stream.el (network-stream-open-starttls): Make error
647 message under Windows be less misleading.
648
126f3d39
LW
6492012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
650
651 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
652 understands (bug#9942).
653
64fee311
CY
6542012-03-22 Chong Yidong <cyd@gnu.org>
655
656 * simple.el (end-of-visible-line): Handle return value of
657 next-single-property-change properly (Bug#9371).
658
a640d29a
KH
6592012-03-22 Kenichi Handa <handa@m17n.org>
660
661 * international/quail.el (quail-insert-kbd-layout): Fix previous
662 change. To avoid unwanted bidi reordering, use
663 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
664
39675016
DG
6652012-03-21 Dmitry Gutov <dgutov@yandex.ru>
666
667 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
668 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
669 (ruby-beginning-of-indent): Be more careful with the difference
670 between word-boundary and symbol boundary.
671 (ruby-mode-syntax-table): Make : a symbol constituent.
672
0a6934fc 6732012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 674
3d008e4f
SM
675 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
676
0a6934fc
SM
6772012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
678
af67c9d7
SM
679 * progmodes/etags.el (tags-completion-at-point-function):
680 Improve last fix.
681
1acad97c
SM
682 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
683
e298b5da
SS
6842012-03-21 Sam Steingold <sds@gnu.org>
685
686 * progmodes/etags.el (tags-completion-at-point-function):
687 Avoid the error when point is inside the pattern.
688
91d82a70
JY
6892012-03-21 John Yates <john@yates-sheets.org> (tiny change)
690
691 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
692 line (Bug#10855).
693
69188b79
CY
6942012-03-21 Drew Adams <drew.adams@oracle.com>
695
696 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
697
99fc91fe
AK
6982012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
699
700 * ido.el (ido-set-current-directory, ido-read-internal)
701 (ido-choose-completion-string, ido-completion-help): Handle nil
702 value of ido-completion-buffer (Bug#11008).
703
087bbb4c
SS
7042012-03-21 Sam Steingold <sds@gnu.org>
705
706 * window.el (switch-to-prev-buffer): Do not switch to a visible
707 window previous buffer, just like with the frame previous buffers.
708
fb5b8aca
CY
7092012-03-21 Chong Yidong <cyd@gnu.org>
710
711 * faces.el (make-face, make-empty-face, copy-face):
712 * face-remap.el (face-remap-add-relative, face-remap-set-base):
713 Doc fixes.
714
dc9924b8
SM
7152012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * wid-edit.el (widget-complete-field): Remove (bug#11051).
718 (widget-complete): Remove broken use of it.
719
f0bcceb9
CY
7202012-03-20 Chong Yidong <cyd@gnu.org>
721
dc9924b8
SM
722 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
723 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
724 characters.
725
ee52ebf3
TH
7262012-03-20 Tassilo Horn <tassilo@member.fsf.org>
727
728 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
729 to draw rectangles, not squares. (Regression introduced by revno
730 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
731
4c5779ab
CY
7322012-03-18 Chong Yidong <cyd@gnu.org>
733
734 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
735 it is not yet defined (for temacs).
736
15360934
LL
7372012-03-18 Leo Liu <sdl.web@gmail.com>
738
dc9924b8 739 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 740
d9a8eb66
EZ
7412012-03-17 Eli Zaretskii <eliz@gnu.org>
742
743 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
744 (ispell-choices-win-default-height, ispell-silently-savep)
745 (ispell-dictionary-alist, ispell-encoding8-command)
746 (ispell-check-version, ispell-aspell-find-dictionary)
747 (ispell-valid-dictionary-list, ispell-words-keyword)
748 (ispell-get-word, ispell-internal-change-dictionary)
749 (ispell-region, ispell-skip-region-list)
750 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
751 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
752 (ispell-message-text-end, ispell-message)
753 (ispell-buffer-local-parsing): Doc fix.
754
f02ff80d
J
7552012-03-13 Jambunathan K <kjambunathan@gmail.com>
756
757 * htmlfontify.el: Add support for code block fontification for ODT
758 export (Bug #9914).
759 (hfy-optimisations): Define new option
760 `body-text-only'
761 (hfy-fontify-buffer): Honor above setting.
762 (hfy-begin-span, hfy-end-span): New routines factored out form
763 `hfy-fontify-buffer'.
764 (hfy-begin-span-handler, hfy-end-span-handler): New variables
765 that permit insertion of custom tags.
766 (hfy-fontify-buffer): Use above handlers.
767 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
768 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 769 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 770 over multiple runs. This is made possible by having the caller let
f02ff80d
J
771 bind a special variable `hfy-user-sheet-assoc'.
772 (htmlfontify-string): New defun.
773 (hfy-compile-face-map): Make sure that the last char in the
774 buffer is correctly fontified.
775 (hfy-face-resolve-face): Whitespace only change.
776
9ac7a13f
EZ
7772012-03-17 Eli Zaretskii <eliz@gnu.org>
778
779 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
780 message more clear.
781
e2b5bdd7
LL
7822012-03-16 Leo Liu <sdl.web@gmail.com>
783
784 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
785
2e492df3
AM
7862012-03-16 Alan Mackenzie <acm@muc.de>
787
788 Further optimise the handling of large macros.
789
790 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
791 limit to a call of `c-literal-limits'.
792 (c-determine-+ve-limit): New function.
dc9924b8
SM
793 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
794 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
795 In CASE 5B, restrict a search limit to 500.
796 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
797
798 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
799 Restrict macro bounds to +-500 from after-change's BEG END.
800
50e94f0c
LL
8012012-03-16 Leo Liu <sdl.web@gmail.com>
802
803 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
804
6f09f6ed
AH
8052012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
806
807 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 808 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 809
c7e73d51
GM
8102012-03-16 Glenn Morris <rgm@gnu.org>
811
da986230
GM
812 * view.el (view-buffer, view-buffer-other-window)
813 (view-buffer-other-frame): Doc fixes re special mode-class.
814
0835f01e
GM
815 * subr.el (eval-after-load): If named feature is provided not from
816 a file, run after-load forms. (Bug#10946)
817
c7e73d51
GM
818 * calendar/calendar.el (calendar-insert-at-column):
819 Handle non-unit-width characters a bit better. (Bug#10978)
820
3f2eafd1
CY
8212012-03-15 Chong Yidong <cyd@gnu.org>
822
823 * emacs-lisp/ring.el (ring-extend): New function.
824 (ring-insert+extend): Extend the ring correctly (Bug#11019).
825
826 * comint.el (comint-read-input-ring)
827 (comint-add-to-input-history): Grow comint-input-ring lazily.
828
103af3fe
SM
8292012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
830
663b1677
SM
831 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
832 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
833
103af3fe
SM
834 * imenu.el: Fix multiple inheritance breakage (bug#9199).
835 (imenu-add-to-menubar): Don't add a redundant index.
836 (imenu-update-menubar): Handle a dynamically composed keymap.
837
899cb7cb
KY
8382012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
839
840 * mail/sendmail.el (mail-encode-header):
841 Bind rfc2047-encode-encoded-words to nil.
842
3809f91d
GM
8432012-03-13 Glenn Morris <rgm@gnu.org>
844
845 * calendar/calendar.el (calendar-string-spread):
846 Handle non-unit-width characters a bit better. (Bug#10978)
847
9e345a01
LL
8482012-03-13 Leo Liu <sdl.web@gmail.com>
849
850 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
851 directory and file as argument (Bug#10822).
852
4a07df36
KS
8532012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
854
855 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
856 For dynamically generated code, follow $PC.
857 (gdb-disassembly-handler-custom): Handle no function name case.
858
4aaa9356
TL
8592012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
860
861 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
862 * emulation/ws-mode.el (ws-query-replace):
863 * sort.el (sort-regexp-fields):
864 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
865
225979da
SM
8662012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * dabbrev.el: Fix cycle completion order (bug#10963).
869 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
870 (dabbrev-completion): Don't use an obarray; provide
871 a cycle-sort-function.
872
e2f1fdab
LL
8732012-03-12 Leo Liu <sdl.web@gmail.com>
874
dc9924b8 875 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
876 (kill-do-not-save-duplicates): Doc fix.
877
b19490ed
SM
8782012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * dabbrev.el: Fix cycle completion (bug#10963).
881 Use lexical binding and wrap to 80 columns.
882 (dabbrev-completion): Delay computing the list of completions.
883
4b05d722
KH
8842012-03-12 Kenichi Handa <handa@m17n.org>
885
886 * international/quail.el (quail-insert-kbd-layout): Surround each
887 row by LRO and PDF instead of inserting many LRMs. Pad the left
888 and right of each non-spacing marks. Insert invisible space
889 between lower and upper characters to prevent composition.
890
dbbc2e69
SM
8912012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * minibuffer.el (minibuffer-complete): Don't get confused when the
894 function is run twice via different commands (bug#10958).
895 (complete-with-action): Fix docstring.
896
292112ed
CY
8972012-03-12 Chong Yidong <cyd@gnu.org>
898
5d1ac394
CY
899 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
900 (nxml-completion-at-point-function): New function.
901 (nxml-mode): Use it.
902 (nxml-bind-meta-tab-to-complete-flag): Default to t.
903
292112ed
CY
904 * emacs-lisp/package.el (package-unpack, package-unpack-single):
905 Load generated autoloads file before byte compiling (Bug#10970).
906 (package--make-autoloads-and-compile): New helper fun.
907
4098f8f7
CS
9082012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
909
910 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
911
8f754691
MA
9122012-03-11 Michael Albinus <michael.albinus@gmx.de>
913
914 * autorevert.el (auto-revert-handler): Ensure, that
915 file-readable-p is applied only for local files or in
916 auto-revert-tail-mode.
917
e29ab36b
AS
9182012-03-11 Andreas Schwab <schwab@linux-m68k.org>
919
dbbc2e69
SM
920 * server.el (server-eval-at): Handle non-tcp connections.
921 Decode result string.
ad0bf5b6 922
e29ab36b
AS
923 * server.el (server-msg-size): New constant.
924 (server-reply-print): New function.
925 (server-eval-and-print): Use it.
926 (server-eval-at): Use server-quote-arg and server-unquote-arg.
927 Handle -print-nonl.
928
de5939ba
CS
9292012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
930
931 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
932 (Bug#10987).
933
0c93eabf
CY
9342012-03-11 Chong Yidong <cyd@gnu.org>
935
397a688f
CY
936 * simple.el (goto-line): Doc fix (Bug#9938).
937
2cc775f9
CY
938 * subr.el (save-window-excursion): Doc fix (Bug#9979).
939
0c93eabf
CY
940 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
941 when finished (Bug#10963).
942
c491fa41
MR
9432012-03-11 Martin Rudalics <rudalics@gmx.at>
944
945 * window.el (split-window-below): Fix bug in case where
946 split-window-keep-point is nil (Bug#10971).
947
300e8fa5
JL
9482012-03-11 Juri Linkov <juri@jurta.org>
949
950 * replace.el (replace-highlight): Set isearch-word to nil
951 unconditionally. (Bug#10887)
952
dbf6c5a1
EZ
9532012-03-10 Eli Zaretskii <eliz@gnu.org>
954
955 * net/mairix.el (mairix-replace-invalid-chars): Rename from
956 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 957 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
958 (mairix-widget-create-query): Add usage information about mairix
959 search forms: negating words, searching for substrings, etc.
960
b9e501de
JP
9612012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
962
963 * international/fontset.el (font-encoding-alist): Add an entry for
964 ksx1001 (Bug#5667).
965
92795c91
RS
9662012-03-10 Richard Stallman <rms@gnu.org>
967
1694e6c1
RS
968 * mail/sendmail.el (mail-encode-header):
969 Set rfc2047-encode-encoded-words.
970
607e8555
RS
971 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
972
de3bc99a
RS
973 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
974 view buffer means not swapped.
975 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
976 (rmail-write-region-annotate): Error if real text has disappeared.
977
92795c91
RS
978 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
979
699bd04e
CY
9802012-03-10 Chong Yidong <cyd@gnu.org>
981
982 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
983 * emulation/cua-base.el (cua--init-keymaps):
984 Add delete-forward-char to remappings (Bug#9666).
699bd04e 985
570a1714
MR
9862012-03-10 Martin Rudalics <rudalics@gmx.at>
987
dbbc2e69
SM
988 * speedbar.el (speedbar-unhighlight-one-tag-line):
989 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 990
82dcf4e4
CY
9912012-03-10 Chong Yidong <cyd@gnu.org>
992
7a2c7ca7
CY
993 * minibuffer.el (completion-in-region, completion-help-at-point):
994 Give the completion field overlay a high priority (Bug#6830).
995
82dcf4e4
CY
996 * dired.el (dired-goto-file): Recognize absolute file name
997 listings (Bug#7126).
998 (dired-goto-file-1): New helper function.
999 (dired-toggle-read-only): Inhibit warnings.
1000
052e28ac
MA
10012012-03-09 Michael Albinus <michael.albinus@gmx.de>
1002
75f1671a 1003 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1004 there are no properties.
1005
95d5e396
LL
10062012-03-09 Leo Liu <sdl.web@gmail.com>
1007
1008 * savehist.el (savehist-printable): Stricter check for string
1009 value (Bug#10937).
1010
3f018d6d
EZ
10112012-03-09 Eli Zaretskii <eliz@gnu.org>
1012
dbbc2e69
SM
1013 * mail/smtpmail.el (smtpmail-send-it):
1014 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1015 valid mbox format.
1016
f7fd3d79
GM
10172012-03-09 Glenn Morris <rgm@gnu.org>
1018
1019 * files.el (dir-locals-find-file):
1020 Don't check result is regular, readable.
1021 (dir-locals-read-from-file): Demote errors.
1022
6ff6e72f
EZ
10232012-03-08 Eli Zaretskii <eliz@gnu.org>
1024
dbbc2e69
SM
1025 * international/quail.el (quail-insert-kbd-layout):
1026 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1027 layout cell, to prevent their reordering by bidi display engine.
1028 For details, see the discussion in
1029 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1030
9cec7834
AM
10312012-03-08 Alan Mackenzie <acm@muc.de>
1032
1033 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1034 the starting position; make it extend the marked region when
1035 invoked repeatedly - all under appropriate circumstances.
1036 Fixes bugs #5525, #10906.
1037
9a40b8d4
GM
10382012-03-08 Glenn Morris <rgm@gnu.org>
1039
1040 * files.el (locate-dominating-file, dir-locals-find-file):
1041 Undo 2012-03-06 change.
1042
7a08ed35
EZ
10432012-03-07 Eli Zaretskii <eliz@gnu.org>
1044
dbbc2e69
SM
1045 * international/quail.el (quail-help):
1046 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1047 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1048 for the reason.
1049
5aca4f71 10502012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1051
1052 Avoid superfluous registering of signals. (Bug#10807)
1053
1054 * notifications.el (notifications-on-action-object)
1055 (notifications-on-close-object): New defvars.
1056 (notifications-on-action-signal, notifications-on-closed-signal):
1057 Unregister the signal if not needed any longer.
1058 (notifications-notify): Register `notifications-action-signal' or
1059 `notifications-closed-signal', if :on-action or :on-close has been
1060 passed as argument.
1061
78e8b10a
CY
10622012-03-07 Chong Yidong <cyd@gnu.org>
1063
1064 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1065 non-X platforms.
1066
69481eb8
GM
10672012-03-06 Glenn Morris <rgm@gnu.org>
1068
1069 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1070 (x-disown-selection-internal, x-get-selection-internal):
1071 Doc fix (add arglist signatures). (Bug#10783)
1072
133b8e11
KS
10732012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1074
1075 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1076 Handle breakpoints with no "type".
1077
99a83064
GM
10782012-03-06 Glenn Morris <rgm@gnu.org>
1079
1080 * files.el (locate-dominating-file): Add optional predicate argument.
1081 (dir-locals-find-file): Make use of above change.
1082
17798e78
TTN
10832012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1084
1085 * info.el (Info-insert-dir): Also try "dir.gz".
1086
eb182446
GM
10872012-03-06 Glenn Morris <rgm@gnu.org>
1088
8f2114ee
GM
1089 * files.el (dir-locals-find-file):
1090 Ignore non-readable or non-regular files. (Bug#10928)
1091
eb182446
GM
1092 * files.el (locate-dominating-file): Doc fix.
1093
24679323
AS
10942012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1095
1096 * calendar/calendar.el (calendar-set-mode-line):
1097 `getenv' returns a string. (Bug#10951)
1098
01d972a9
LL
10992012-03-05 Leo Liu <sdl.web@gmail.com>
1100
109aa8a9
LL
1101 * simple.el (backward-delete-char-untabify): Constrain point to
1102 field (Bug#10939).
1103
01d972a9
LL
1104 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1105
10607bea
CY
11062012-03-05 Chong Yidong <cyd@gnu.org>
1107
1108 * simple.el (count-words): If called from Lisp, return the word
1109 count, for symmetry with `count-lines'. Arglist changed.
1110 (count-words--message): Args changed. Consolidate counting code
1111 from count-words and count-words-region.
1112 (count-words-region): Caller changed.
1113 (count-lines-region): Make it an obsolete alias.
1114
5dd11cfe
TH
11152012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1116
1117 * saveplace.el (save-place-to-alist)
1118 (save-place-ignore-files-regexp): Allow value nil to disable this
1119 feature.
1120
c349f4e6
CY
11212012-03-04 Chong Yidong <cyd@gnu.org>
1122
1123 * faces.el (face-spec-reset-face): For the default face, reset the
1124 attributes to default values (Bug#10748).
1125
e627be4c
LMI
11262012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1127
1128 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1129 previous patch: Check `message-send-mail-function', and not the
1130 default function (bug#10897).
1131
ebeabff4
MA
11322012-03-04 Michael Albinus <michael.albinus@gmx.de>
1133
a41a6cf4
MA
1134 * notifications.el (notifications-on-action-signal)
1135 (notifications-on-closed-signal): Check for unique service name of
1136 incoming event. Fix error in removing entry.
ebeabff4 1137 (top): Register for signals with wildcard service name.
a41a6cf4 1138 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1139
c1ca42b4
CY
11402012-03-04 Chong Yidong <cyd@gnu.org>
1141
dc9924b8 1142 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1143
ea16568d
GM
11442012-03-04 Glenn Morris <rgm@gnu.org>
1145
1146 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1147 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1148 (expand-abbrev, define-abbrev-table): Doc fixes.
1149
fbae4637
LMI
11502012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1151
1152 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1153 `message-default-send-mail-function' and not `send-mail-function'
1154 when doing the prompting for `sendmail-query-once' before sending
1155 in Message buffers (bug#10897).
1156
a1e7225c
LMI
1157 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1158 This is inconsistent with all the other stream functions, which leave
1159 the setting up to the higher levels (if so wanted) (bug#10931).
1160
56d093a9
AM
11612012-03-02 Alan Mackenzie <acm@muc.de>
1162
1163 Depessimize the handling of very large macros.
1164
1165 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1166 (c-macro-cache-syntactic): New variables to implement a one
1167 element macro cache.
1168 (c-invalidate-macro-cache): New function.
1169 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1170 Adapt to use the new cache.
1171 (c-state-safe-place): Use better the cache of safe positions.
1172 (c-state-semi-nonlit-pos-cache)
1173 (c-state-semi-nonlit-pos-cache-limit):
1174 New variables for...
1175 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1176 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1177 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1178 Use c-state-semi-safe-place.
56d093a9 1179
dbbc2e69
SM
1180 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1181 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1182
817e5c3d
MA
11832012-03-02 Michael Albinus <michael.albinus@gmx.de>
1184
dbbc2e69
SM
1185 * jka-compr.el (jka-compr-call-process):
1186 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1187 not remote.
1188
a032a702
MA
11892012-03-01 Michael Albinus <michael.albinus@gmx.de>
1190
1191 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1192 access of FILE2, if FILE1 does not exist.
1193
99a54f21
MA
1194 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1195 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1196
1197 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1198 Add "PAGER=" to `process-environment'.
1199
f6561e1f
MM
12002012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1201
1202 * progmodes/sql.el: Bug fix
1203 (sql-get-login-ext): Save login values in globals.
1204 (sql-get-login): Use new version of `sql-get-login-ext'.
1205 (sql-interactive-mode): Set global `sql-connection' to nil.
1206 (sql-connect): Set global values for connection.
1207 (sql-product-interactive): Save global values as buffer local.
1208
2d44d9cc
LL
12092012-02-29 Leo Liu <sdl.web@gmail.com>
1210
1211 * abbrev.el (define-abbrevs): Reset sys to nil.
1212
96b49301 12132012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1214
bf7f9bc5
JB
1215 * files.el (file-equal-p): Rename from `files-equal-p'.
1216 Return nil when one or both files don't exist.
96b49301 1217 (file-subdir-of-p): Now only top directory must exists,
1218 return nil if it doesn't.
bf7f9bc5
JB
1219 (copy-directory): No need to test with `file-subdir-of-p' after
1220 creating dir.
1221 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1222 to `file-equal-p'.
96b49301 1223
44e97401
GM
12242012-02-28 Glenn Morris <rgm@gnu.org>
1225
1226 * shell.el (shell-mode):
1227 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1228 * play/landmark.el (landmark-font-lock-face-O):
1229 * play/handwrite.el (handwrite):
1230 * play/gomoku.el (gomoku-O):
1231 * net/browse-url.el (browse-url-browser-display):
1232 * international/mule.el (define-charset):
1233 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1234 * filesets.el (filesets-find-file-delay):
1235 * eshell/em-xtra.el (eshell-xtra):
1236 * eshell/em-unix.el (eshell-grep):
1237 * emulation/viper.el (viper-mode):
1238 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1239 * emacs-lisp/easymenu.el (easy-menu-define):
1240 * calendar/timeclock.el (timeclock-use-display-time):
1241 * bs.el (bs-mode):
1242 * bookmark.el (bookmark-save-flag):
1243 Doc fix (standardize possessive apostrophe usage).
1244
c98c6276
CY
12452012-02-27 Chong Yidong <cyd@gnu.org>
1246
bf7f9bc5
JB
1247 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1248 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1249
c98c6276
CY
1250 * font-lock.el (font-lock-specified-p): Rename from
1251 font-lock-spec-present. Callers changed.
1252
9c62cd04 12532012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1254
bf7f9bc5
JB
1255 * emacs-lisp/package.el (package-compute-transaction):
1256 Handle holding a package version to t in package-load-list.
8ac9e529 1257
530739c9
MA
12582012-02-26 Michael Albinus <michael.albinus@gmx.de>
1259
1260 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1261 (tramp-get-inode, tramp-get-device): Use cached values.
1262
487915d7
AM
12632012-02-26 Alan Mackenzie <acm@muc.de>
1264
1265 Check there is a font-lock specification before doing initial
1266 fontification.
1267
1268 * font-core.el (font-lock-mode): Move the conditional from
1269 :after-hook to font-lock-initial-fontify.
1270 (font-lock-default-function): Move the check for a specification
1271 to font-lock-spec-present.
1272
dc9924b8 1273 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1274 (font-lock-spec-present): New function.
1275
4fd96557
JB
12762012-02-26 Jim Blandy <jimb@red-bean.com>
1277
1278 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1279 (gdb-send): Apply it to the operand of the '-interpreter-exec
1280 console' command, so that we can pass arguments with (say) quotes
1281 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1282
9a4888c0
CY
12832012-02-26 Chong Yidong <cyd@gnu.org>
1284
07498861
CY
1285 * help-fns.el (describe-function-1): Clarify description of
1286 remapping (Bug#10844).
1287
9a4888c0
CY
1288 * files.el (files-equal-p): Doc fix.
1289 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1290 and quit the loop once a mismatch is found.
1291
ea8fb88d
JB
12922012-02-25 Juanma Barranquero <lekktu@gmail.com>
1293
1294 * bs.el (bs--show-with-configuration): Don't throw an error
1295 if the window cannot be split; otherwise, subsequent calls to
1296 bs-show fail, restoring a stale window config. (Bug#10882)
1297
525795c1
JD
12982012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1299
1300 * term/ns-win.el (global-map): Bind ns-drag-file to
1301 ns-find-file (Bug#5855, Bug#10050).
1302
f008086f
AS
13032012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1304
1305 * calendar/parse-time.el (parse-time-string): Allow extractor to
1306 return nil.
1307
a3fcfa99
MA
13082012-02-25 Michael Albinus <michael.albinus@gmx.de>
1309
91027d08
JB
1310 * net/tramp.el (tramp-file-name-for-operation):
1311 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1312
1313 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1314 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1315 Add COPY-CONTENTS argument.
a3fcfa99 1316
67b0de11
CY
13172012-02-25 Chong Yidong <cyd@gnu.org>
1318
1319 Add custom groups for VC backends, for consistency with vc-bzr.
1320
1321 * vc/vc-arch.el (vc-arch):
1322 * vc/vc-cvs.el (vc-cvs):
1323 * vc/vc-git.el (vc-git):
1324 * vc/vc-hg.el (vc-hg):
1325 * vc/vc-mtn.el (vc-mtn):
1326 * vc/vc-rcs.el (vc-rcs):
1327 * vc/vc-sccs.el (vc-sccs):
1328 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1329 All relevant defcustoms reassigned.
1330
3c9dfce6
CY
13312012-02-25 Chong Yidong <cyd@gnu.org>
1332
1339bf43
CY
1333 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1334
3c9dfce6
CY
1335 * term/x-win.el (x-initialize-window-system): Reduce default for
1336 x-selection-timeout to 5 seconds (Bug#8869).
1337
53a46cd0 13382012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 1339
53a46cd0 1340 * files.el (file-subdir-of-p): Fix typo.
14a8a663 1341
25b2e303 13422012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1343
ec70a47d
GM
1344 * files.el (files-equal-p, file-subdir-of-p): New functions.
1345 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1346 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1347 * dired-aux.el (dired-copy-file-recursive): Same.
1348 (dired-create-files): Modify destination when source is equal to
1349 dest when copying files.
53a46cd0 1350 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1351
914260cd
MA
13522012-02-24 Michael Albinus <michael.albinus@gmx.de>
1353
1354 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1355 (Bug#10874)
1356
2cb228f7
AM
13572012-02-23 Alan Mackenzie <acm@muc.de>
1358
1359 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1360 parameter "after-hook:" to allow the expansion to run code after
1361 the execution of the mode hooks.
1362
1363 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1364 from font-lock-mode-internal.
2cb228f7 1365
91027d08 1366 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1367 :after-hook.
1368
8f0fde21
SM
13692012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1370
3e88618b
SM
1371 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1372 (completion--cache-all-sorted-completions): New function.
1373 (completion-all-sorted-completions): Use it.
1374 (completion--do-completion, minibuffer-force-complete):
1375 Use it to re-instate the flush hook.
1376
8f0fde21
SM
1377 * icomplete.el (icomplete-completions): Replace last fix with a better
1378 one (bug#10850).
1379
8e911f6f
DG
13802012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1381
1382 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1383 when it might call us back infinitely (bug#10797).
1384
49fe4321
GM
13852012-02-23 Glenn Morris <rgm@gnu.org>
1386
1387 * minibuffer.el (completion-category-overrides): Doc fix.
1388
b291b572
SM
13892012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1392 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1393
31a9ef2e
GM
13942012-02-23 Glenn Morris <rgm@gnu.org>
1395
5e6e6794 1396 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1397 (authors-obsolete-files-regexps, authors-ignored-files)
1398 (authors-ambiguous-files, authors-renamed-files-alist):
1399 Add more entries.
1400
0bd1e074
JL
14012012-02-23 Juri Linkov <juri@jurta.org>
1402
1403 * isearch.el (isearch-occur): Sync interactive spec with occur's
1404 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1405
b617673c
JL
1406 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1407
19e9789e
JL
14082012-02-22 Juri Linkov <juri@jurta.org>
1409
1410 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1411 (ucs-insert): Doc fix. Check for hex digits in the string.
1412 Don't display `nil' in the error message. (Bug#10857)
1413
f41ce09d
AM
14142012-02-22 Alan Mackenzie <acm@muc.de>
1415
7a71b18d 1416 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1417
ac2eceee
GM
14182012-02-22 Glenn Morris <rgm@gnu.org>
1419
1420 * ffap.el (ffap-c-path):
1421 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1422
abd1f678
CY
14232012-02-22 Chong Yidong <cyd@gnu.org>
1424
1425 * custom.el (load-theme): Doc fix.
1426
f25aef2e
GM
14272012-02-22 Glenn Morris <rgm@gnu.org>
1428
1429 * dired-x.el (dired-guess-shell-alist-default):
1430 Remove escape sequences from nroff output. (Bug#172)
1431
5f8dc2ca
GM
14322012-02-21 Glenn Morris <rgm@gnu.org>
1433
6ff86ec4
GM
1434 * vc/emerge.el (emerge-defvar-local):
1435 Set `permanent-local' property rather than unused `preserved'.
1436
be3223a3 1437 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1438 (picture-mode-map): Use it. (Bug#10860)
1439 (picture-mode): Doc fix.
1440
3fe58f4f
JB
14412012-02-21 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * newcomment.el (uncomment-region-default): Remove unused binding.
1444
f9a998c3
GM
14452012-02-21 Glenn Morris <rgm@gnu.org>
1446
1447 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1448 (picture-self-insert, picture-tab-chars): Doc fix.
1449 (picture-mode-map): Fix C-a, C-e.
1450
c6029348
GM
14512012-02-20 Glenn Morris <rgm@gnu.org>
1452
1453 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1454
ab1ce9d7
LL
14552012-02-20 Leo Liu <sdl.web@gmail.com>
1456
1457 * icomplete.el (icomplete-completions): Check FROM arg before
1458 passing to substring (Bug#10850).
1459
0fd40f89
CY
14602012-02-19 Chong Yidong <cyd@gnu.org>
1461
1462 * comint.el: Require ansi-color.
1463 (comint-output-filter-functions): Add ansi-color-process-output.
1464
1465 * ansi-color.el: Don't set comint-output-filter-functions; it is
1466 now in the initial value defined in comint.el.
1467 (ansi-color-apply-face-function): New variable.
1468 (ansi-color-apply-on-region): Use it.
1469 (ansi-color-apply-overlay-face): New function.
1470
1471 * shell.el (shell): No need to require ansi-color.
1472 (shell-mode): Use ansi-color-apply-face-function to highlight
1473 color escapes using font-lock-face property (Bug#10835).
1474
20af2394
CY
14752012-02-19 Chong Yidong <cyd@gnu.org>
1476
1477 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1478 mode-line formats (Bug#10839).
1479
e23a3fbe
GM
14802012-02-18 Glenn Morris <rgm@gnu.org>
1481
b474519e
GM
1482 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1483
1484 * mail/undigest.el (unforward-rmail-message): Doc fix.
1485
e23a3fbe
GM
1486 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1487
57939ff4
EZ
14882012-02-18 Eli Zaretskii <eliz@gnu.org>
1489
1490 * international/characters.el (script-list): Sync with the latest
1491 Unicode Character Database.
1492
0c23686e
AS
14932012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1494
1495 * international/titdic-cnv.el: Remove duplicate coding tag.
1496 * language/cham.el: Likewise.
1497 * language/tai-viet.el: Likewise.
1498
6818b449
GM
14992012-02-18 Glenn Morris <rgm@gnu.org>
1500
1501 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1502 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1503 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1504 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1505 * calendar/holidays.el (holiday-bahai-holidays)
1506 (calendar-holidays, list-holidays):
1507 Use utf-8 Bahá'í in doc-strings, menus, etc.
1508
0311a3fc
TH
15092012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1510
1511 * saveplace.el (save-place-ignore-files-regexp): New variable
1512 allowing for excluding files from saving their location of point.
1513 The default value matches the temporary commit message editing
1514 files from Git, SVN, Bazaar, and Mercurial.
1515 (save-place-to-alist): Use it.
1516
eb864a71
LM
15172012-02-17 Lawrence Mitchell <wence@gmx.li>
1518 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * newcomment.el (uncomment-region-default): Don't leave extra space
1521 when an arg is provided (bug#8150).
1522
ee0ce425
TZ
15232012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1524
eb864a71 1525 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1526
95ddf442
GM
15272012-02-17 Glenn Morris <rgm@gnu.org>
1528
1529 * net/socks.el: Require network-stream. (Bug#10599)
1530
48dd1e39 15312012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1532
1533 * international/charprop.el:
1534 * international/uni-name.el:
1535 * international/uni-old-name.el:
1536 * international/uni-comment.el: Regenerate.
1537
d68cd087
GM
15382012-02-16 Glenn Morris <rgm@gnu.org>
1539
1540 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1541 Interactively in calendar buffer, give an error if not on a date.
1542
13932042
GM
15432012-02-15 Glenn Morris <rgm@gnu.org>
1544
1545 * shell.el (shell-delimiter-argument-list):
1546 Revert 2011-02-17 change. (Bug#8027)
1547
c3a70e2b
CY
15482012-02-15 Chong Yidong <cyd@gnu.org>
1549
60236b0d
CY
1550 * minibuffer.el (completion-at-point-functions): Doc fix.
1551
c3a70e2b
CY
1552 * custom.el (defcustom): Doc fix; note use of defvar.
1553
9f26dc24
GM
15542012-02-15 Glenn Morris <rgm@gnu.org>
1555
1556 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1557 Doc fixes.
1558
6546b134
GM
15592012-02-14 Glenn Morris <rgm@gnu.org>
1560
1561 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1562
d29b2b4c
LI
15632012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1564
1565 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1566 way the ports list is computed.
835bdcba
LI
1567 (smtpmail-query-smtp-server): Prompt the user for a port number if
1568 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1569
08dcdbc9
TZ
15702012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1571
1572 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1573
2605051a
GM
15742012-02-13 Glenn Morris <rgm@gnu.org>
1575
1576 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1577
7ee99f32
TZ
15782012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1579
1580 * net/gnutls.el (gnutls-trustfiles): New variable.
1581 (gnutls-negotiate): Use it.
1582
5f0af64f
LI
15832012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1584
1585 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1586 does its stuff if Gnus is running.
1587
c14fcc95
AM
15882012-02-13 Alan Mackenzie <acm@muc.de>
1589
1590 Fix a loop in c-set-fl-decl-start.
1591
7a71b18d 1592 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1593 c-backward-syntactic-ws actually moves backwards.
1594
142b4d90
LL
15952012-02-13 Leo Liu <sdl.web@gmail.com>
1596
1597 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1598 beginning so that all \C-o chars are removed.
1599
fa9958a6
TZ
16002012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1601
dc9924b8 1602 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1603
0bc5886a
AM
16042012-02-12 Alan Mackenzie <acm@muc.de>
1605
1606 Fix infinite loop with long macros.
1607 * cc-engine.el (c-state-safe-place): Handle macros properly.
1608
d4bd55e7
CY
16092012-02-12 Chong Yidong <cyd@gnu.org>
1610
1611 * window.el (display-buffer): Doc fix (Bug#10785).
1612
66f3fe22
GM
16132012-02-12 Glenn Morris <rgm@gnu.org>
1614
bd7da63e
GM
1615 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1616 (x-disown-selection-internal, x-get-selection-internal):
1617 Sync docs with the xselect.c versions.
1618
66f3fe22
GM
1619 * allout-widgets.el: Add missing license notice.
1620
3e0d2fa7
GM
16212012-02-11 Glenn Morris <rgm@gnu.org>
1622
cfecdf09
GM
1623 * select.el (x-get-selection-internal, x-own-selection-internal)
1624 (x-disown-selection-internal):
1625 * x-dnd.el (x-get-selection-internal): Update declarations.
1626
6d216d7f
GM
1627 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1628
2bed3f04
GM
1629 * window.el (window-sides-slots):
1630 * tool-bar.el (tool-bar-position):
1631 * term/xterm.el (xterm-extra-capabilities):
1632 * ses.el (ses-self-reference-early-detection):
1633 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1634 (verilog-auto-wire-type)
1635 (verilog-auto-delete-trailing-whitespace)
1636 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1637 (verilog-auto-tieoff-declaration):
1638 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1639 (sql-oracle-statement-starters, sql-oracle-scan-on):
1640 * progmodes/prolog.el (prolog-align-comments-flag)
1641 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1642 (prolog-left-indent-regexp, prolog-paren-indent-p)
1643 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1644 (prolog-types, prolog-mode-specificators)
1645 (prolog-determinism-specificators, prolog-directives)
1646 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1647 (prolog-electric-dot-flag)
1648 (prolog-electric-dot-full-predicate-template)
1649 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1650 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1651 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1652 (prolog-program-switches, prolog-prompt-regexp)
1653 (prolog-debug-on-string, prolog-debug-off-string)
1654 (prolog-trace-on-string, prolog-trace-off-string)
1655 (prolog-zip-on-string, prolog-zip-off-string)
1656 (prolog-use-standard-consult-compile-method-flag)
1657 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1658 (prolog-imenu-max-lines, prolog-info-predicate-index)
1659 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1660 (prolog-char-quote-workaround):
1661 * progmodes/cc-vars.el (c-defun-tactic):
1662 * net/tramp.el (tramp-encoding-command-interactive)
1663 (tramp-local-end-of-line):
1664 * net/soap-client.el (soap-client):
1665 * net/netrc.el (netrc-file):
1666 * net/gnutls.el (gnutls):
1667 * minibuffer.el (completion-category-overrides)
1668 (completion-cycle-threshold)
1669 (completion-pcm-complete-word-inserts-delimiters):
1670 * man.el (Man-name-local-regexp):
1671 * mail/feedmail.el (feedmail-display-full-frame):
1672 * international/characters.el (glyphless-char-display-control):
1673 * eshell/em-ls.el (eshell-ls-date-format):
1674 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1675 (lisp-lambda-list-keyword-parameter-indentation)
1676 (lisp-lambda-list-keyword-parameter-alignment):
1677 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1678 * dired-x.el (dired-omit-verbose):
1679 * cus-theme.el (custom-theme-allow-multiple-selections):
1680 * calc/calc.el (calc-highlight-selections-with-faces)
1681 (calc-lu-field-reference, calc-lu-power-reference)
1682 (calc-note-threshold):
1683 * battery.el (battery-mode-line-limit):
1684 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1685 (archive-7z-update):
1686 * allout.el (allout-prefixed-keybindings)
1687 (allout-unprefixed-keybindings)
1688 (allout-inhibit-auto-fill-on-headline)
1689 (allout-flattened-numbering-abbreviation):
1690 * allout-widgets.el (allout-widgets-auto-activation)
1691 (allout-widgets-icons-dark-subdir)
1692 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1693 (allout-widgets-theme-dark-background)
1694 (allout-widgets-theme-light-background)
1695 (allout-widgets-item-image-properties-emacs)
1696 (allout-widgets-item-image-properties-xemacs)
1697 (allout-widgets-run-unit-tests-on-load)
1698 (allout-widgets-time-decoration-activity)
1699 (allout-widgets-hook-error-post-time)
1700 (allout-widgets-track-decoration):
1701 Add missing :version tags to new defcustoms and defgroups.
1702
5fec1b8e
GM
1703 * progmodes/sql.el (sql-ansi-statement-starters)
1704 (sql-oracle-statement-starters): Add custom type.
1705
3e0d2fa7
GM
1706 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1707 (prolog-system-version): Give it a type.
1708
90b671e2
EZ
17092012-02-11 Eli Zaretskii <eliz@gnu.org>
1710
1711 * term/pc-win.el (x-select-text, x-selection-owner-p)
1712 (x-own-selection-internal, x-disown-selection-internal)
1713 (x-get-selection-internal): Sync doc strings and argument lists
1714 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1715
5eac0c02
LL
17162012-02-11 Leo Liu <sdl.web@gmail.com>
1717
1718 * progmodes/python.el (python-end-of-statement): Fix infinite
1719 loop. (Bug#10788)
1720
f82cb659
GM
17212012-02-10 Glenn Morris <rgm@gnu.org>
1722
1723 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1724 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1725
cc26d239
LI
17262012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1727
1728 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1729 about SMTP before checking the From header.
1730
91027d08 1731 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1732 into own function for reuse by emacsbug.el.
1733
1be3ca5a
LL
17342012-02-10 Leo Liu <sdl.web@gmail.com>
1735
1736 * subr.el (condition-case-unless-debug): Rename from
1737 condition-case-no-debug. All callers changed.
1738 (with-demoted-errors): Fix caller.
1739
1740 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1741 * nxml/rng-valid.el (rng-do-some-validation):
1742 * emacs-lisp/package.el (package-refresh-contents)
1743 (package-menu-execute):
1744 * desktop.el (desktop-create-buffer):
91027d08 1745 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1746
b011fbfe
GM
17472012-02-10 Glenn Morris <rgm@gnu.org>
1748
b2096d72
GM
1749 * textmodes/bibtex.el:
1750 Add missing :version tags for new/changed defcustoms.
1751
b011fbfe
GM
1752 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1753
4c7e65bf
LI
17542012-02-09 Lars Ingebrigtsen <larsi@rusty>
1755
1756 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1757 (smtpmail-via-smtp): Use it, or fall back on the From address.
1758 (smtpmail-send-it): Ditto.
1759
f3934f6f
SM
17602012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1763 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1764 (byte-compile-tmp-var): New const.
1765 (byte-compile-defvar): Use it to minimize .elc size.
1766 Just use `defvar' rather than simulate it (bug#10761).
1767
a075a2c5
GM
17682012-02-09 Glenn Morris <rgm@gnu.org>
1769
cf3aa21b
GM
1770 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1771
354998cd
GM
1772 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1773 Add :version tags.
1774
dc9924b8
SM
1775 * progmodes/compile.el (compilation-error-screen-columns)
1776 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1777
dab3703d
GM
1778 * vc/log-view.el (log-view-toggle-entry-display):
1779 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1780
3f88cd72
GM
1781 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1782 (report-emacs-bug-can-use-xdg-email):
1783 (report-emacs-bug-insert-to-mailer): Doc fixes.
1784 (report-emacs-bug): Message fix.
1785
d95b247d
GM
1786 * net/browse-url.el (browse-url-can-use-xdg-open)
1787 (browse-url-xdg-open): Doc fixes.
1788
a075a2c5
GM
1789 * electric.el (electric-indent-mode, electric-pair-mode)
1790 (electric-layout-rules, electric-layout-mode): Doc fixes.
1791 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1792
ffb6157e
MR
17932012-02-08 Martin Rudalics <rudalics@gmx.at>
1794
1795 * server.el (server-unselect-display): Don't inadvertently kill
1796 the current buffer. (Bug#10729)
1797
e1ac4066
GM
17982012-02-08 Glenn Morris <rgm@gnu.org>
1799
34e8a2da
GM
1800 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1801 (sql-list-table): Doc fixes.
1802
b4ac6e8c
GM
1803 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1804 Comment out (does nothing).
1805
e1ac4066
GM
1806 * completion.el (dynamic-completion-mode):
1807 * dirtrack.el (dirtrack-debug-mode):
1808 * electric.el (electric-layout-mode):
1809 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1810 * face-remap.el (text-scale-mode, buffer-face-mode):
1811 * iimage.el (iimage-mode):
1812 * image-mode.el (image-transform-mode):
1813 * minibuffer.el (completion-in-region-mode):
1814 * scroll-lock.el (scroll-lock-mode):
1815 * simple.el (next-error-follow-minor-mode):
1816 * tar-mode.el (tar-subfile-mode):
1817 * tooltip.el (tooltip-mode):
1818 * vcursor.el (vcursor-use-vcursor-map):
1819 * wid-browse.el (widget-minor-mode):
1820 * emulation/tpu-edt.el (tpu-edt-mode):
1821 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1822 * international/iso-ascii.el (iso-ascii-mode):
1823 * language/thai-util.el (thai-word-mode):
1824 * mail/supercite.el (sc-minor-mode):
1825 * net/goto-addr.el (goto-address-mode):
1826 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1827 * progmodes/cwarn.el (cwarn-mode):
1828 * progmodes/flymake.el (flymake-mode):
1829 * progmodes/glasses.el (glasses-mode):
1830 * progmodes/hideshow.el (hs-minor-mode):
1831 * progmodes/pascal.el (pascal-outline-mode):
1832 * textmodes/enriched.el (enriched-mode):
1833 * vc/smerge-mode.el (smerge-mode):
1834 Doc fixes (minor mode argument).
1835
5e0d957f
EZ
18362012-02-07 Eli Zaretskii <eliz@gnu.org>
1837
1838 * ls-lisp.el (ls-lisp-sanitize): New function.
1839 (ls-lisp-insert-directory): Use it to fix or remove any elements
1840 in file-alist with missing attributes. (Bug#4673)
1841
98d7371e
AM
18422012-02-07 Alan Mackenzie <acm@muc.de>
1843
1844 Fix spurious recognition of c-in-knr-argdecl.
1845
1846 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1847 putative K&R region.
1848
667ced3a
AM
18492012-02-07 Alan Mackenzie <acm@muc.de>
1850
eb864a71
LM
1851 * progmodes/cc-engine.el (c-forward-objc-directive):
1852 Prevent looping in "#pragma mark @implementation".
667ced3a 1853
5b77774d
MA
18542012-02-07 Michael Albinus <michael.albinus@gmx.de>
1855
1856 * notifications.el (notifications-on-closed-signal): Make `reason'
1857 optional. (Bug#10744)
1858
af008560
GM
18592012-02-07 Glenn Morris <rgm@gnu.org>
1860
60d47423
GM
1861 * emacs-lisp/easy-mmode.el (define-minor-mode):
1862 Doc fixes for the macro and the mode it defines.
1863
dd605cc4
GM
1864 * image.el (imagemagick-types-inhibit): Doc fix.
1865
af008560
GM
1866 * cus-start.el (imagemagick-render-type): Add it.
1867
5cc59a37
LI
18682012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1869
1870 * progmodes/cc-mode.el
1871 (c-standard-font-lock-fontify-region-function): Set the default at
1872 load time, too, so that `font-lock-fontify-buffer' can be called
1873 without setting up the entire mode first. This fixes a bug in
1874 `mm-inline-text' with C MIME parts.
1875
9a6dd747
CY
18762012-02-06 Chong Yidong <cyd@gnu.org>
1877
2d16b285
CY
1878 * simple.el (list-processes--refresh): Delete exited processes
1879 (Bug#8094).
1880
171e9b6e
CY
1881 * comint.el (comint-next-prompt): next-single-char-property-change
1882 and prev-single-char-property-change never return nil (Bug#8657).
1883
9a6dd747
CY
1884 * custom.el (defcustom): Doc fix (Bug#9711).
1885
aa4589a7
CY
18862012-02-05 Chong Yidong <cyd@gnu.org>
1887
5c2a252f
CY
1888 * cus-edit.el (custom-variable-reset-backup): Quote the value
1889 before storing it in the customized-value property (Bug#6712).
4aab9006 1890 (custom-display): Add a customization type tag.
983b9602 1891 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1892
aa4589a7
CY
1893 * wid-edit.el (widget-field-value-get): New optional arg to
1894 suppress trailing whitespace truncation.
1895 (character): Use it (Bug#2689).
1896
1ff980ae
AS
18972012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1898
1899 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1900 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1901
03988c98
CY
19022012-02-05 Chong Yidong <cyd@gnu.org>
1903
eeb6cc88
CY
1904 * cus-edit.el (custom-variable-value-create): For mismatched
1905 types, show the current value (Bug#7600).
1906
03988c98
CY
1907 * custom.el (defcustom): Doc fix.
1908
f8cdeef0
GM
19092012-02-05 Glenn Morris <rgm@gnu.org>
1910
1911 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1912
0696d255
JB
19132012-02-05 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1916 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1917 (pp-last-sexp): Use `looking-at-p'.
1918
34c99998
GM
19192012-02-04 Glenn Morris <rgm@gnu.org>
1920
8f05da42
GM
1921 * files.el (revert-buffer):
1922 Doc fix (mention revert-buffer-in-progress-p).
1923
f160676e
GM
1924 * emacs-lisp/ert-x.el (ert-simulate-command):
1925 Check deferred-action-list (which is obsolete) is bound.
1926
c7291ad9
GM
1927 * subr.el (with-wrapper-hook): Doc fixes.
1928
34c99998
GM
1929 * simple.el (filter-buffer-substring-functions)
1930 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1931
6283a7d3
LL
19322012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1933
1934 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1935 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1936
e96e3013
LL
19372012-02-04 Leo Liu <sdl.web@gmail.com>
1938
1939 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1940
8ded50f2
GM
19412012-02-04 Glenn Morris <rgm@gnu.org>
1942
82ff1d13
GM
1943 * image.el (image-extension-data): Add obsolete alias.
1944
987a0a16
GM
1945 * isearch.el (isearch-update): Doc fix.
1946
ea32ef46
GM
1947 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1948
8ded50f2
GM
1949 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1950
eea14f31
GM
19512012-02-03 Glenn Morris <rgm@gnu.org>
1952
1953 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1954 (image-animate-timeout): Doc fix.
1955
1956 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1957
12f381b7
GM
19582012-02-02 Glenn Morris <rgm@gnu.org>
1959
953cebf5
GM
1960 * server.el (server-auth-dir): Doc fix.
1961 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1962
12f381b7
GM
1963 * subr.el (run-mode-hooks): Doc fix.
1964
953a8c3b
JL
19652012-02-02 Juri Linkov <juri@jurta.org>
1966
1967 * image-mode.el (image-toggle-display-image): Remove tautological
1968 `major-mode' from the `derived-mode-p' test.
1969
c5d3843c
KH
19702012-02-02 Kenichi Handa <handa@m17n.org>
1971
9f6e692e 1972 * composite.el (compose-region): Cancel previous change.
c5d3843c 1973
159462d4 19742012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1975
1976 * composite.el (compose-region, compose-string): Signal error for
1977 a null string component (Bug#6988).
1978
9f562668
CY
19792012-02-01 Chong Yidong <cyd@gnu.org>
1980
e2cef717
CY
1981 * view.el (view-buffer-other-window, view-buffer-other-frame):
1982 Handle special modes like view-buffer (Bug#10650).
1983 (view-buffer): Simplify.
1984
9f562668
CY
1985 * frame.el (set-frame-font): Tweak meaning of third argument.
1986
9f6e692e
JB
1987 * dynamic-setting.el (font-setting-change-default-font):
1988 Use set-frame-font (Bug#9982).
9f562668 1989
781acb9f
GM
19902012-02-01 Glenn Morris <rgm@gnu.org>
1991
6035be52
GM
1992 * progmodes/compile.el (compilation-internal-error-properties):
1993 Respect compilation-first-column in the "*compilation*" buffer.
1994
781acb9f
GM
1995 * emacs-lisp/easy-mmode.el (define-minor-mode):
1996 Relax :variable's test for a named function.
1997
abbceb00
AM
19982012-01-31 Alan Mackenzie <acm@muc.de>
1999
2000 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2001 off by one error.
2002
fce3fdeb
CY
20032012-01-31 Chong Yidong <cyd@gnu.org>
2004
2005 * frame.el (set-frame-font): New arg ALL-FRAMES.
2006
2007 * menu-bar.el (menu-set-font): Use set-frame-font.
2008
2009 * faces.el (face-spec-reset-face): Don't apply unspecified
2010 attribute values to the default face.
2011
47893581
JB
20122012-01-31 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * progmodes/cwarn.el (cwarn): Remove dead link.
2015 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2016 Remove * from defcustom docstrings.
2017 (turn-on-cwarn-mode): Make obsolete.
2018 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2019 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2020
e58e988a
GM
20212012-01-31 Glenn Morris <rgm@gnu.org>
2022
60dc2671 2023 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2024 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2025 Allow named functions to be used as the cdr of :variable.
e58e988a 2026
7a3f511d
GM
20272012-01-30 Glenn Morris <rgm@gnu.org>
2028
2029 * emacs-lisp/authors.el (authors-fixed-entries):
2030 Remove reference to deleted file rnewspost.el.
2031
cb882333
JB
20322012-01-29 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * window.el (window-with-parameter): Remove unused variable `windows'.
2035 (window--side-check): Remove unused variable `code'.
2036 (window--resize-siblings): Remove unused variable `first'.
2037 (adjust-window-trailing-edge): Remove unused variable `failed'.
2038 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2039 Use `let', not `let*'.
2040 (balance-windows-2): Remove unused variable `found'.
2041 (window--state-put-2): Remove unused variable `splits'.
2042 (window-state-put): Remove unused variable `selected'.
2043 (same-window-p): Use `string-match-p'.
2044 (display-buffer-assq-regexp): Remove unused variable `value'.
2045 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2046 Mark argument ALIST as ignored.
2047 (pop-to-buffer): Remove unused variable `old-window'.
2048
907201af
EZ
20492012-01-29 Eli Zaretskii <eliz@gnu.org>
2050
2051 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2052 and .lzma compressed files.
2053
ea162670
CY
20542012-01-29 Chong Yidong <cyd@gnu.org>
2055
5b95ee8a
CY
2056 * frame.el (window-system-default-frame-alist): Doc fix.
2057
ea162670
CY
2058 * dynamic-setting.el (font-setting-change-default-font): Don't
2059 change the default face if SET-FONT argument is non-nil (Bug#9982).
2060
d6e6f4b1
SB
20612012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2062
2063 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2064
0f29fa41 20652012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2066
2067 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2068 breakpoints in files outside current directory (Bug#6098).
2069
db174434
CY
20702012-01-29 Chong Yidong <cyd@gnu.org>
2071
6b25e4e2
SE
2072 * progmodes/python.el: Require ansi-color at top-level.
2073
6df6ae42
JB
2074 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2075 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2076 (lisp-mode-abbrev-table): Add doc.
2077 (lisp-mode-variables): Don't set local-abbrev-table.
2078 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2079
e70ee681
RW
20802012-01-28 Roland Winkler <winkler@gnu.org>
2081
2082 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2083
ace88aa2
RW
20842012-01-28 Roland Winkler <winkler@gnu.org>
2085
2086 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2087 (bibtex-set-dialect): Use it. Either set global values of
2088 dialect-dependent variables or bind these variables buffer-locally
2089 (Bug#10254).
2090 (bibtex-mode): Call bibtex-set-dialect via
2091 hack-local-variables-hook.
eb864a71
LM
2092 (bibtex-dialect): Update docstring.
2093 Add safe-local-variable predicate.
ace88aa2
RW
2094 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2095 bibtex-set-dialect.
2096 (bibtex-mode-map): Define menu for each dialect.
2097 (bibtex-entry): Fix docstring.
2098
93376c5b
CY
20992012-01-28 Chong Yidong <cyd@gnu.org>
2100
2101 * eshell/esh-arg.el (eshell-quote-argument): New function.
2102
2103 * eshell/esh-ext.el (eshell-invoke-batch-file):
2104 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2105 first arg to eshell-parse-command (Bug#10523).
2106
4372494f
DA
21072012-01-28 Drew Adams <drew.adams@oracle.com>
2108
2109 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2110 `default-directory' is non-nil.
2111
4d4ec1f8
EZ
21122012-01-28 Eli Zaretskii <eliz@gnu.org>
2113
2114 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2115 line that displays system-configuration-options. (Bug#9924)
2116
7c188927
DA
21172012-01-28 Drew Adams <drew.adams@oracle.com>
2118
2119 * descr-text.el (describe-char): Show information about POS, in
2120 addition to information about the character at POS. Improve and
2121 update the doc string. Change "code point" to "code point in
2122 charset", to avoid confusion with the character's Unicode code
2123 point shown above that. (Bug#10129)
2124
e0da685a
EZ
21252012-01-28 Eli Zaretskii <eliz@gnu.org>
2126
2127 * descr-text.el (describe-char): Show the raw character, not only
2128 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2129 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2130 for the reasons.
2131
70550acf
PH
21322012-01-28 Phil Hagelberg <phil@hagelb.org>
2133
eb864a71
LM
2134 * emacs-lisp/package.el (package-install):
2135 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2136
0ce8e868
CY
21372012-01-28 Chong Yidong <cyd@gnu.org>
2138
cb882333
JB
2139 * emacs-lisp/package.el (package-maybe-load-descriptor):
2140 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2141 (package-maybe-load-descriptor): Use it.
2142 (package-download-transaction): Fully load required packages
2143 inside the loop, so that `require' calls work (Bug#10593).
2144 (package-install): No need to call package-initialize now.
2145
2e7f3bea
CY
21462012-01-28 Chong Yidong <cyd@gnu.org>
2147
6e9bad14
CY
2148 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2149
f823b8ca
CY
2150 * tooltip.el (tooltip-mode): Doc fix.
2151 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2152
2680c309
CY
2153 * frame.el (set-cursor-color): Doc fix (Bug#352).
2154
d7a9e63b
CY
2155 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2156 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2157
2e7f3bea
CY
2158 * cus-edit.el (custom-buffer-create-internal): Fix search button
2159 action (Bug#10542).
2ae01800 2160 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2161
fc4f7a23
EW
21622012-01-27 Eduard Wiebe <usenet@pusto.de>
2163
2164 * dired.el (dired-mark-files-regexp):
2165 Include any subdirectory components. (Bug#10445)
2166
7dd37071
ML
21672012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2168
2169 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2170 Handle [host]:port syntax. (Bug#10533)
2171
a268160b
AH
21722012-01-27 Alex Harsanyi <harsanyi@mac.com>
2173
2174 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2175
e43273ef
GM
21762012-01-26 Glenn Morris <rgm@gnu.org>
2177
2178 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2179 * term.el (term-raw-escape-map): Use Control-X-prefix.
2180 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2181
1edf595d
MR
21822012-01-25 Martin Rudalics <rudalics@gmx.at>
2183
2184 * window.el (window-state-get, window--state-get-1): Don't deal
2185 with fixed-sizeness of windows. Simplify code.
2186
fa8eafef
JC
21872012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2188
6df6ae42
JB
2189 * window.el (window--state-get-1, window--state-put-2):
2190 Don't save and restore the mark.
fa8eafef 2191
0b21c100
CY
21922012-01-25 Chong Yidong <cyd@gnu.org>
2193
2194 * custom.el (custom-variable-p): Doc fix.
2195
5ae1a6c8
GM
21962012-01-25 Glenn Morris <rgm@gnu.org>
2197
40047858
GM
2198 * dired.el (dired-goto-file): Handle some of the more common
2199 characters that `ls -b' escapes. (Bug#10596)
2200
5ddce96c
GM
2201 * progmodes/compile.el (compilation-next-error-function):
2202 Respect compilation-first-column in the "*compilation*" buffer.
2203 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2204
5ae1a6c8
GM
2205 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2206
b559f1a9
GM
22072012-01-24 Glenn Morris <rgm@gnu.org>
2208
2209 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2210
6725d21a
JD
22112012-01-24 Julien Danjou <julien@danjou.info>
2212
2213 * color.el (color-rgb-to-hsl): Fix value computing.
2214 (color-hue-to-rgb): New function.
2215 (color-hsl-to-rgb): New function.
2216 (color-clamp, color-saturate-hsl, color-saturate-name)
2217 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2218 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2219
70df4bbe
GM
22202012-01-24 Glenn Morris <rgm@gnu.org>
2221
2222 * vc/vc-rcs.el (vc-rcs-create-tag):
2223 * vc/vc-sccs.el (vc-sccs-create-tag):
2224 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2225
802a2ae2
ML
22262012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2227
2228 * eshell/esh-util.el (eshell-read-hosts-file):
2229 Skip comment lines. (Bug#10549)
2230
d7128bb1
ML
2231 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2232
d1a5c3b4
JB
22332012-01-23 Juanma Barranquero <lekktu@gmail.com>
2234
2724d9c7
JB
2235 * subr.el (display-delayed-warnings): Doc fix.
2236 (collapse-delayed-warnings): New function to collapse identical
2237 adjacent warnings.
2238 (delayed-warnings-hook): Add it.
d1a5c3b4 2239
a5509865
MA
22402012-01-22 Michael Albinus <michael.albinus@gmx.de>
2241
2242 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2243
2244 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2245 properties, when "login-as" is set.
2246
2247 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2248 (tramp-default-user-alist): Don't add "pscp".
2249 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2250 property "login-as", if set. (Bug#10530)
2251
cc6d5805
MA
22522012-01-21 Michael Albinus <michael.albinus@gmx.de>
2253
2254 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2255 "plink1" and "psftp". (Bug#10530)
2256
22572012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2258
2259 * international/mule-cmds.el (prefer-coding-system): Show a
2260 warning message if the default value of file-name-coding-system
2261 was not changed.
2262
f0960428
JC
22632012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2264
cb882333
JB
2265 * windmove.el (windmove-reference-loc):
2266 Fix windmove-reference-loc miscalculation.
f0960428 2267
dd6f2a63
JB
22682012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2269
2270 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2271 default unit.
2272
7b447e9b
GM
22732012-01-21 Glenn Morris <rgm@gnu.org>
2274
117a9ea1
GM
2275 * international/mule.el (auto-coding-alist): Add .tbz.
2276
7b447e9b
GM
2277 * files.el (local-enable-local-variables): Doc fix.
2278 (inhibit-local-variables-regexps): Rename from
2279 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2280 Doc fix. Add some extensions from auto-coding-alist.
2281 (inhibit-local-variables-suffixes):
2282 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2283 (inhibit-local-variables-p):
2284 New function, extracted from set-auto-mode-1.
2285 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2286 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2287 (hack-local-variables): Doc fix. Make the mode-only case
2288 respect enable-local-variables and friends.
2289 Respect inhibit-local-variables-regexps for file-locals, but
2290 not for directory-locals.
2291 (set-visited-file-name):
2292 Take account of inhibit-local-variables-regexps.
2293 Whether it applies may change as the file name is changed.
2294 * jka-cmpr-hook.el (jka-compr-install):
2295 * jka-compr.el (jka-compr-uninstall):
2296 Update for inhibit-first-line-modes-suffixes name change.
2297
dd6e3cdd
MR
22982012-01-20 Martin Rudalics <rudalics@gmx.at>
2299
2300 * help-macro.el (make-help-screen): Temporarily restore original
2301 binding for minor-mode-map-alist (Bug#10454).
2302
0d0deb38
JD
23032012-01-19 Julien Danjou <julien@danjou.info>
2304
2305 * color.el (color-name-to-rgb): Use the white color to find the max
2306 color component value and return correctly computed values.
2307 (color-name-to-rgb): Add missing float conversion for max value.
2308
34a02f46
MR
23092012-01-19 Martin Rudalics <rudalics@gmx.at>
2310
2311 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2312 special state value for window-persistent-parameters.
2313 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2314 (window--state-put-2): Reset all window parameters to nil before
2315 assigning values of persistent parameters.
2316
606c44c4
AM
23172012-01-18 Alan Mackenzie <acm@muc.de>
2318
2319 Eliminate sluggishness and hangs in fontification of "semicolon
2320 deserts".
2321
cb882333
JB
2322 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2323 Change value 10000 -> 3000.
606c44c4
AM
2324 (c-state-safe-place): Reformulate so it doesn't stack up an
2325 infinite number of wrong entries in c-state-nonlit-pos-cache.
2326 (c-determine-limit-get-base, c-determine-limit): New functions to
2327 determine backward search limits disregarding literals.
2328 (c-find-decl-spots): Amend commenting.
2329 (c-cheap-inside-bracelist-p): New function which detects "={".
2330
2331 * progmodes/cc-fonts.el
2332 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2333 backward search.
2334 (c-font-lock-declarations): Fix an occurrence of point being
2335 undefined. Check additionally for point being in a bracelist or
2336 near a macro invocation without a semicolon so as to avoid a
2337 fruitless time consuming search for a declarator. Give a more
2338 precise search limit for declarators using the new
2339 c-determine-limit.
2340
f3860cea
GM
23412012-01-18 Glenn Morris <rgm@gnu.org>
2342
2343 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2344 (set-auto-mode): Doc fixes.
2345
1db03b16
GM
23462012-01-17 Glenn Morris <rgm@gnu.org>
2347
0e6038be
GM
2348 * isearch.el (search-nonincremental-instead): Fix doc typo.
2349
1db03b16
GM
2350 * dired.el (dired-insert-directory): Handle newlines in directory name.
2351 (dired-build-subdir-alist): Unescape newlines in directory name.
2352
4cb0aa75
MA
23532012-01-17 Michael Albinus <michael.albinus@gmx.de>
2354
2355 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2356 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2357 (tramp-action-terminal): Use it. (Bug#10530)
2358
1d00653d
SM
23592012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2362
6a6ee00d
MR
23632012-01-16 Martin Rudalics <rudalics@gmx.at>
2364
2365 * window.el (window-state-ignored-parameters): Remove variable.
2366 (window--state-get-1): Rename argument MARKERS to IGNORE.
2367 Handle persistent window parameters. Make copy of clone-of
2368 parameter only if requested. (Bug#10348)
2369 (window--state-put-2): Install a window parameter only if it has
2370 a non-nil value or an existing parameter shall be overwritten.
2371
97912def
MA
23722012-01-15 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2375
688070a5
EZ
23762012-01-14 Eli Zaretskii <eliz@gnu.org>
2377
2378 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2379 don't pass the (nil) value of `upnode' to string-match.
2380
301afadc
CY
23812012-01-14 Chong Yidong <cyd@gnu.org>
2382
2383 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2384 Fix values recognized by the cursorBlink resource.
301afadc 2385
9e5788aa
PE
23862012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2387
2388 * epg.el (epg--make-temp-file): Avoid permission race condition
2389 when running on old Emacs versions (bug#10403).
2390
3cdb7f5a
GM
23912012-01-14 Glenn Morris <rgm@gnu.org>
2392
2393 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2394
8c82b1b4
AM
23952012-01-13 Alan Mackenzie <acm@muc.de>
2396
2397 Fix filling for when filladapt mode is enabled.
2398
2399 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2400 c-mask-paragraph, pass in `fill-paragraph' rather than
2401 `fill-region-as-paragraph'. (This is a reversion of a previous
2402 change.)
eb864a71
LM
2403 * progmodes/cc-mode.el (c-basic-common-init):
2404 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2405
e517eda4
GM
24062012-01-13 Glenn Morris <rgm@gnu.org>
2407
1498536e
GM
2408 * dired.el (dired-switches-escape-p): New function.
2409 (dired-insert-directory): Use dired-switches-escape-p.
2410 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2411
e517eda4
GM
2412 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2413
328f984d
GM
24142012-01-12 Glenn Morris <rgm@gnu.org>
2415
2416 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2417 changes in adaptive-fill-regexp. (Bug#10276)
2418
2cc769a8
AM
24192012-01-11 Alan Mackenzie <acm@muc.de>
2420
2421 Fix Emacs bug #10463 - put `widen's around the critical spots.
2422
1d00653d 2423 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2424 widen around each invocation of c-state-pp-to-literal. Remove an
2425 unused let variable.
2426
e52c37fa
GM
24272012-01-11 Glenn Morris <rgm@gnu.org>
2428
2429 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2430 Doc fix.
e52c37fa 2431
96f8741e
CY
24322012-01-10 Chong Yidong <cyd@gnu.org>
2433
1d00653d
SM
2434 * net/network-stream.el (network-stream-open-starttls):
2435 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2436 response to the capability command.
2437
b09a806e
GM
24382012-01-10 Glenn Morris <rgm@gnu.org>
2439
2440 * mail/unrmail.el (unrmail): Tweak previous change.
2441
7655cb66
CY
24422012-01-09 Chong Yidong <cyd@gnu.org>
2443
2444 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2445
9d5a8f0b
AM
24462012-01-08 Alan Mackenzie <acm@muc.de>
2447
2448 Optimise font locking in long enum definitions.
2449
2450 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2451 arm to a cond form to handle enums.
2452 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2453 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2454
9a0115ab 24552012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2456
2457 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2458 (Bug#10401)
6bb72cbd 2459
f186bb95
LMI
24602012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2461
29232a68
LMI
2462 * faces.el (set-face-attribute): Clarify the meaning of the nil
2463 frame (bug#10294).
2464
4e5d086d
LMI
2465 * subr.el (with-selected-frame): Mention that the selected frame
2466 is restored (bug#9980).
2467
8e66aebe
LMI
2468 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2469 (bug#9759).
2470
cd394be1 2471 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2472 (password-read): Don't autoload unused function.
2473
adf4e762
JB
24742012-01-07 Juanma Barranquero <lekktu@gmail.com>
2475
2476 * progmodes/which-func.el (which-func-mode): Turn into a
2477 non-interactive function and mark as obsolete (bug#10428).
2478
89bd9ccd
CY
24792012-01-06 Chong Yidong <cyd@gnu.org>
2480
2481 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2482 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2483 functions, along with 1 and -1.
2484
4afee9d5
EZ
24852012-01-06 Eli Zaretskii <eliz@gnu.org>
2486
2487 * time.el (display-time-load-average)
2488 (display-time-default-load-average): Doc fixes. See the thread
2489 starting at
2490 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2491 for the details.
2492
536aea70
GM
24932012-01-06 Glenn Morris <rgm@gnu.org>
2494
665ae865
GM
2495 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2496 has no messages. (Bug#10377)
2497
c869783d
GM
2498 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2499 than Info-edit. (Bug#10385)
2500
2bb4227e
GM
2501 * time.el (display-time-load-average, display-time-next-load-average):
2502 Doc fixes.
2503
7d5944b9
GM
2504 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2505 local setting of buffer-read-only to the input buffer. (Bug#10419)
2506
536aea70
GM
2507 * calendar/calendar.el (calendar-mode):
2508 Locally set scroll-margin to 0. (Bug#10379)
2509
7dccca16
UM
25102012-01-06 Ulrich Mueller <ulm@gentoo.org>
2511
2512 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2513
afbb7930
GM
25142012-01-05 Glenn Morris <rgm@gnu.org>
2515
2516 * eshell/em-unix.el (diff-no-select): Autoload it.
2517 (eshell/diff): Use diff-no-select. (Bug#10420)
2518
04482335
CY
25192012-01-05 Chong Yidong <cyd@gnu.org>
2520
7baca3bc
CY
2521 * shell.el (shell-dynamic-complete-functions): Revert last change.
2522 (shell-command-completion-function): New function.
2523 (shell-completion-vars): Use it to implement
2524 shell-completion-execonly (Bug#10417).
2525
04482335
CY
2526 * custom.el (enable-theme): Don't set custom-safe-themes.
2527
1d00653d
SM
2528 * cus-theme.el (custom-theme-merge-theme):
2529 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2530
bb5aa5d6
MM
25312012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2532
2533 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2534 first prompt in `sql-interacive-mode'.
2535 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2536 keywords.
6df6ae42 2537 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2538 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2539 context of original buffer. Invoke `sql-login-hook'.
2540
a7183d7c
EZ
25412012-01-04 Eli Zaretskii <eliz@gnu.org>
2542
2543 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2544 letters in cite-prefix.
2545
a1eacd1e
LMI
25462012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2547
2548 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2549
787cdb34
CY
25502012-01-03 Chong Yidong <cyd@gnu.org>
2551
1d00653d
SM
2552 * shell.el (shell-dynamic-complete-functions):
2553 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2554 comint-filename-completion first (Bug#10417).
2555
30710442
RS
25562012-01-02 Richard Stallman <rms@gnu.org>
2557
2558 * battery.el (battery-status-function):
2559 Detect when to use battery-yeeloong-sysfs.
2560 (battery-echo-area-format): Add string for Yeeloong.
2561 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2562 (battery-yeeloong-sysfs): New function.
2563
f75bfc33
CY
25642012-01-02 Chong Yidong <cyd@gnu.org>
2565
2566 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2567 (dirtrack): Merge code for handling relative filenames in prompt
2568 from shell-dir-cookie-watcher.
2569 (dirtrack-debug-message): New arg to avoid excess format calls.
2570
2571 * shell.el (shell-dir-cookie-re): Variable deleted.
2572 (shell-dir-cookie-watcher): Function deleted.
2573 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2574 with dirtrack-mode.
2575
651e947e
EZ
25762012-01-01 Eli Zaretskii <eliz@gnu.org>
2577
1d00653d
SM
2578 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2579 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2580 libgnutls-26.dll.
2581
94d4c7dc
AS
25822011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2583
2584 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2585
8d43f3cd
EZ
25862011-12-31 Eli Zaretskii <eliz@gnu.org>
2587
2588 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2589 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2590
98c8795a
MA
25912011-12-29 Michael Albinus <michael.albinus@gmx.de>
2592
2593 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2594 also for alternative shells.
2595 (tramp-open-connection-setup-interactive-shell): Check, whether
2596 the shell is a busybox.
2597 (tramp-send-command): Don't suppress multiple prompts for
2598 busyboxes, it hurts.
2599
51281b32
CY
26002011-12-28 Chong Yidong <cyd@gnu.org>
2601
2602 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2603 (gdb-get-source-file): Move mode line update to
2604 gdb-get-source-file (Bug#10087).
2605
2170cb53
CY
26062011-12-25 Chong Yidong <cyd@gnu.org>
2607
2608 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2609 gud-gdb-marker-filter without taking it as an argument.
2610 (gud-gdb-run-command-fetch-lines): Caller changed.
2611 (gud-gdb-completion-function): New variable.
2612 (gud-gdb-completion-at-point): Use it.
2613 (gud-gdb-completions-1): Split from gud-gdb-completions.
2614
2615 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2616 function as separate arguments.
2617 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2618 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2619 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2620 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2621 (gdb-stopped, def-gdb-auto-update-trigger)
2622 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2623 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2624 Callers changed.
2170cb53
CY
2625 (gud-gdbmi-completions): New function.
2626 (gdb): Use it for generating the completion table.
2627
be8b11bb
AM
26282011-12-24 Alan Mackenzie <acm@muc.de>
2629
2630 Introduce a mechanism to widen the region used in context font
1d00653d 2631 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2632
1d00653d
SM
2633 * progmodes/cc-langs.el (c-before-font-lock-functions):
2634 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2635 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2636 functions to be run just before context (etc.) font locking.
2637
2638 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2639 New, functionality extracted from
be8b11bb 2640 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2641 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2642 (c-after-change): Set c-in-after-change-fontification.
2643 (c-set-fl-decl-start): Rejig its interface, so it can be called
2644 from both after-change and context fontifying.
b81d40f0
JB
2645 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2646 New functions.
2647 (c-standard-font-lock-fontify-region-function): New variable.
2648 (c-font-lock-fontify-region): New function.
be8b11bb 2649
341cf6ac
JL
26502011-12-24 Juri Linkov <juri@jurta.org>
2651
2652 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2653 (Bug#10348)
2654
bffcee0a
MA
26552011-12-23 Michael Albinus <michael.albinus@gmx.de>
2656
2657 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2658 existence of source file. (Bug#10325)
2659
cb5e207c
AM
26602011-12-23 Alan Mackenzie <acm@muc.de>
2661
2662 Fix unstable fontification inside templates.
2663
b81d40f0
JB
2664 * progmodes/cc-langs.el (c-before-font-lock-functions):
2665 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2666 additionally has c-set-fl-decl-start. The other languages (apart
2667 from AWK) have that as a single entry.
2668
b81d40f0
JB
2669 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2670 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2671 c-set-fl-decl-start.
2672
b81d40f0
JB
2673 * progmodes/cc-mode.el (c-common-init, c-after-change):
2674 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2675 (c-set-fl-decl-start): New function, extracted from
2676 c-font-lock-enclosing-decls and enhanced.
2677
60ff536c
JB
26782011-12-23 Juanma Barranquero <lekktu@gmail.com>
2679
2680 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2681
1c4757d6
JL
26822011-12-22 Juri Linkov <juri@jurta.org>
2683
2684 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2685
d031f2c7
CY
26862011-12-22 Chong Yidong <cyd@gnu.org>
2687
2688 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2689
bace743a
DA
26902011-12-21 Drew Adams <drew.adams@oracle.com>
2691
2692 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2693
728a1f2b
JC
26942011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2695
2696 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2697
0d373f73
TZ
26982011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2699
fec0aaa4
TZ
2700 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2701 highlighting and support. Fix up comments for capitalization.
2702 (cfengine-mode-debug): New var.
2703 (cfengine3-mode): Change the modeline indicator to "CFE3".
2704 (cfengine3-font-lock-keywords): Improve defun highlighting.
2705 (cfengine2-actions): Rename from `cfengine-actions'.
2706 (cfengine2-font-lock-keywords): Rename from
2707 `cfengine-font-lock-keywords'.
2708 (cfengine2-imenu-expression): Rename from
2709 `cfengine-imenu-expression'.
2710 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2711 (cfengine2-beginning-of-defun): Rename from
2712 `cfengine-beginning-of-defun'.
2713 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2714 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2715 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2716 modeline indicator to "CFE2".
2717 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2718 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2719
bc86f573
CY
27202011-12-21 Chong Yidong <cyd@gnu.org>
2721
2722 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2723 filename argument.
2724
d45ba96b
MR
27252011-12-20 Martin Rudalics <rudalics@gmx.at>
2726
2727 * window.el (window-normalize-buffer-to-display): Remove.
2728 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2729
a6198c90
CY
27302011-12-19 Chong Yidong <cyd@gnu.org>
2731
2732 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2733 Don't signal an error in a predicate function; return non-nil.
2734 (vc-dir-mark-file): Move the error here.
2735 (vc-dir-mark-unmark): If acting on the region, keep going if one
2736 of the entries cannot be marked/unmarked.
2737 (vc-dir-mark-all-files): If current entry is a directory, mark
2738 only child files, as documented.
2739
34c5fb55
VB
27402011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2741
2742 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2743 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2744 addition.
2745
c803b2b7
JD
27462011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2747
2748 * term/ns-win.el (ns-get-selection-internal)
2749 (ns-store-selection-internal): Declare.
1154d12e
JB
2750 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2751 Declare as obsolete.
2752 (ns-get-pasteboard, ns-paste-secondary):
2753 Use ns-get-selection-internal.
2754 (ns-set-pasteboard, ns-copy-including-secondary):
2755 Use ns-store-selection-internal.
c803b2b7 2756
9cff91f8 27572011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2758
2759 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2760 (vc-deduce-fileset): Doc fix.
99a289d9 2761
f16c898a
AS
27622011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2763
2764 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2765
763237c4
SS
27662011-12-13 Sam Steingold <sds@gnu.org>
2767
2768 * man.el (Man-getpage-in-background): When running under a
2769 window-system, ignore $MANWIDTH and $COLUMNS.
2770
5fc1c122
KH
27712011-12-15 Kenichi Handa <handa@m17n.org>
2772
2773 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2774 (setup-ethiopic-environment-internal): Comment out key-binding for
2775 ethio-toggle-punctuation.
2776
13d49cbb
AM
27772011-12-13 Alan Mackenzie <acm@muc.de>
2778
898169a2
AM
2779 Add the switch statement to AWK Mode.
2780
7a71b18d 2781 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2782 "default" to the keywords regexp.
2783
7a71b18d 2784 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2785 expression as the rest.
1d00653d
SM
2786 (c-nonlabel-token-key): Allow string literals for AWK.
2787 Refactor for the other modes.
898169a2 2788
13d49cbb 2789 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2790 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2791 routines. Limit backward searching in c-font-lock-enclosing.decl.
2792
2793 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2794 pp-state and literal type in addition to the limits.
1d00653d 2795 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2796 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2797 (c-slow-in-literal, c-fast-in-literal): Remove.
2798 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2799
2800 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2801 being in a literal. Add a limit for backward searching.
2802
2803 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2804 c-slow-in-literal.
2805
15e0efc7
SM
28062011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2809
454592a6
MR
28102011-12-13 Martin Rudalics <rudalics@gmx.at>
2811
2812 * window.el (delete-other-windows): Use correct frame in call to
2813 window-with-parameter.
2814
87393f26
DP
28152011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2816
2817 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2818 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2819 (makefile-gmake-statements, makefile-makepp-statements):
2820 Use it and add new makepp keywords.
2821 (makefile-makepp-font-lock-keywords): Add new patterns.
2822 (makefile-match-function-end): Match new [...] and [[...]].
2823
11636b22
JB
28242011-12-11 Juanma Barranquero <lekktu@gmail.com>
2825
2826 * ses.el (ses-call-printer-return, ses-cell-property-get)
2827 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2828 (ses-create-cell-variable, ses-reset-header-string)
2829 (ses-cell-set-formula, ses-repair-cell-reference-all)
2830 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2831 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2832 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2833 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2834 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2835 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2836 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2837 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2838 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2839 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2840 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2841 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2842
cf018193
VB
28432011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2844
2845 * ses.el: The overall change is to add cell renaming, that is
2846 setting fancy names for cell symbols other than name matching
2847 "\\`[A-Z]+[0-9]+\\'" regexp .
2848 (ses-create-cell-variable): New defun.
2849 (ses-relocate-formula): Relocate formulas only for cells the
2850 symbols of which are not renamed, i.e. symbols whose names do not
2851 match regexp "\\`[A-Z]+[0-9]+\\'".
2852 (ses-relocate-all): Relocate values only for cells the symbols of
2853 which are not renamed.
2854 (ses-load): Create cells variables as the (ses-cell ...) are read,
2855 in order to check row col consistency with cell symbol name only
2856 for cells that are not renamed.
2857 (ses-replace-name-in-formula): New defun.
2858 (ses-rename-cell): New defun.
2859
ee957461
CY
28602011-12-11 Chong Yidong <cyd@gnu.org>
2861
2862 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2863 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2864
9a9e9ef0
MR
28652011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2866
2867 * window.el (other-window): Fix docstring.
2868
92a8eba5
EZ
28692011-12-10 Eli Zaretskii <eliz@gnu.org>
2870
2871 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2872 `from' or `to' address before taking its substring.
2873 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2874 encoded name is chopped in the middle of the encoded string, and
2875 thus displayed encoded.
2876
e152e577
JB
28772011-12-10 Juanma Barranquero <lekktu@gmail.com>
2878
2879 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2880
e5d84bfe
EZ
28812011-12-10 Eli Zaretskii <eliz@gnu.org>
2882
2883 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2884 to use texinfo-update-node and commands that call it if the
2885 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2886 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2887 (texinfo-all-menus-update, texinfo-master-menu)
2888 (texinfo-update-node, texinfo-every-node-update)
2889 (texinfo-multiple-files-update): Doc fix. Warn against updating
2890 all the @node lines.
2891 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2892 argument is numeric. Explain better in the doc string what the
2893 function really does.
2894 (texinfo-insert-master-menu-list): Improve the error message
2895 displayed if there's no menu in the Top node.
2896 (Bug#2975) See also this thread:
e5d84bfe
EZ
2897 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2898
1d84e9bb
MG
28992011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2900
2901 * speedbar.el (speedbar-supported-extension-expressions):
2902 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2903
382c953b
JB
29042011-12-09 Juanma Barranquero <lekktu@gmail.com>
2905
2906 * printing.el (pr-mode-alist):
2907 * simple.el (filter-buffer-substring-functions)
2908 (completion-list-insert-choice-function):
2909 * window.el (window-with-parameter, window-atom-root)
2910 (window-sides-slots, window-size-fixed, window-min-delta)
2911 (window-max-delta, window--resize-mini-window)
2912 (window--resize-child-windows-normal, window-tree)
2913 (delete-other-windows, quit-window, split-window)
2914 (display-buffer-record-window, special-display-buffer-names)
2915 (special-display-regexps, special-display-popup-frame)
2916 (same-window-p, split-window-sensibly)
2917 (display-buffer-overriding-action, display-buffer-alist)
2918 (display-buffer-base-action, display-buffer, switch-to-buffer)
2919 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2920 (fit-window-to-buffer, recenter-positions)
2921 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2922 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2923 and remove unneeded backslashes in docstrings.
2924
39c9faef
SM
29252011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2926
98449af8
SM
2927 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2928
39c9faef
SM
2929 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2930 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2931 end in ".mk".
2932 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2933 when reading the makefile (bug#10116).
2934
86ed9fdc
SM
29352011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2938 (bug#10116).
2939
5580f89d
GM
29402011-12-06 Glenn Morris <rgm@gnu.org>
2941
2942 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2943
28d3917c
CY
29442011-12-06 Chong Yidong <cyd@gnu.org>
2945
2946 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2947
a98edce9
JB
29482011-12-06 Juanma Barranquero <lekktu@gmail.com>
2949
2950 * textmodes/table.el (table-shorten-cell): Fix typo.
2951
e65adfac
CG
29522011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2953
2954 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2955
71cc0b74
EZ
29562011-12-05 Eli Zaretskii <eliz@gnu.org>
2957
2958 * descr-text.el (describe-char): Fix display of strong
2959 right-to-left characters and directional embeddings and overrides.
2960
2961 * simple.el (what-cursor-position): Fix display of codepoints of
2962 strong right-to-left characters.
2963
315bc30d
CY
29642011-12-05 Chong Yidong <cyd@gnu.org>
2965
2966 * faces.el (read-color): Doc fix.
2967
58a70b94
GM
29682011-12-05 Glenn Morris <rgm@gnu.org>
2969
2970 * align.el (align--set-marker): Add doc-string.
2971 Don't try to move something that is not a marker. (Bug#10216)
2972
5158face
GM
29732011-12-04 Glenn Morris <rgm@gnu.org>
2974
2975 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2976 overly zealous deletion of trailing whitespace.
2977
520fca41
JB
29782011-12-04 Juanma Barranquero <lekktu@gmail.com>
2979
2980 * server.el (server-delete-client): On Windows, do not try to delete
2981 the only terminal.
2982 (server-process-filter): On Windows, treat requests for a tty frame as
2983 if they were for a GUI frame if the running server is in GUI mode.
2984
5e605a2e
GM
29852011-12-03 Glenn Morris <rgm@gnu.org>
2986
2987 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2988
5c3fe83f
SM
29892011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2990
6f5e57e7
SM
2991 * electric.el: Streamline electric-indent's hook.
2992 (electric-indent-chars): Revert to simple list.
2993 (electric-indent-functions): New var.
2994 (electric-indent-post-self-insert-function): Use it.
2995
5c3fe83f
SM
2996 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2997 there's no inferior buffer (bug#10196).
2998 (prolog-consult-compile): Don't use toggle-read-only.
2999
6bdac736
MA
30002011-12-02 Michael Albinus <michael.albinus@gmx.de>
3001
3002 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3003 interrupt. (Bug#10187)
3004
6131ba7f
SM
30052011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3006
99c79fee
SM
3007 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3008 (bug#9160).
3009
6131ba7f
SM
3010 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3011 (bug#10191).
3012
cb0a02ea
JL
30132011-12-02 Juri Linkov <juri@jurta.org>
3014
3015 * info.el (Info-search): Display "end of manual" when Isearch
3016 reaches the end of single-file Info manual. (Bug#9918)
3017
66e0570c
EZ
30182011-12-02 Eli Zaretskii <eliz@gnu.org>
3019
3020 * isearch.el (isearch-message-prefix): Run the input method part
3021 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3022
02b16839
JL
30232011-12-02 Juri Linkov <juri@jurta.org>
3024
3025 * isearch.el (isearch-occur): Use `word-search-regexp' for
3026 `isearch-word'.
3027 (isearch-search-and-update): Add condition for `isearch-word' and
3028 call `word-search-regexp'. (Bug#10145)
3029
0b950688
GM
30302011-12-01 Glenn Morris <rgm@gnu.org>
3031
3032 * eshell/em-hist.el (eshell-hist-initialize):
3033 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3034 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3035
9505c3c7
SM
30362011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3039
1bbe96b2 30402011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3041
a1beca85
SM
3042 * progmodes/verilog-mode.el (verilog-pretty-expr):
3043 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3044 verilog, such as += *= and the like.
3045 (verilog-assignment-operator-re): Regular expression to find the
3046 assigment operator in a verilog assignment.
3047 (verilog-assignment-operation-re): Regular expression to find an
3048 assignment statement for pretty-expr.
3049 (verilog-in-attribute-p): Query returns true if point is in an
3050 attribute context; used to skip these for expression line up from
3051 pretty-expr.
3052 (verilog-in-parameter-p): Query returns true if point is in an
3053 parameter definition context; used to skip these for expression
3054 line up from pretty-expr.
3055 (verilog-in-parenthesis-p): Query returns true if point is in a
3056 parenthetical expression, specifically ( ) but not [ ] or { };
3057 used by pretty-expr.
3058 (verilog-just-one-space): If there is no space, don't add one.
3059 (verilog-get-lineup-indent-2): Specifically skip just attribute
3060 contexts for expression lineup, rather than skipping all
3061 parenthetical expressions.
3062 (verilog-calculate-indent): Fix comment, and fix indent.
3063 (verilog-do-indent): Indent declarations in lists (suggested by
3064 Joachim Lechner).
3065 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3066 skeleton items.
3067 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3068 by Alain Mellan).
3069
1bbe96b2 30702011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3071
3072 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3073 parameters with embedded comments. Reported by Ray Stevens.
3074 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3075 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3076 Reported by Tim Holt.
3077 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3078 instantiated by upper module causing wrong expansion until AUTOed a
3079 second time. Reported by K C Buckenmaier.
3080 (verilog-diff-auto): Fix showing .* as a difference when
3081 `verilog-auto-star-save' off. Reported by Dan Dever.
3082 (verilog-auto-reset, verilog-read-always-signals)
3083 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3084 temporary signals in reset list if
3085 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3086 style to each signal's assignment type, bug381.
3087 Reported by Thomas Esposito.
6288f0ca
WS
3088 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3089 (verilog-uvm-statement-re): Support UVM indentation and
3090 highlighting, with old OVM keywords only.
a1beca85 3091 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3092 Support AUTOTIEOFF creating non-wire data types.
3093 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3094 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3095 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3096 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3097 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3098 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3099 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3100 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3101 non-numeric vector width. Reported by Alex Reed.
3102 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3103 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3104 (verilog-auto-delete-trailing-whitespace):
3105 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3106 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3107 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3108 Fix verilog-scan-cache corruption when running user AUTO expansion
3109 hooks that call indentation routines.
3110 (verilog-simplify-range-expression): Fix typo ignoring lower case
3111 identifiers.
3112 (verilog-delete-auto): Fix delete-autos to also remove user created
3113 automatics, as long as they start with AUTO.
3114 (verilog-batch-diff-auto, verilog-diff-auto)
3115 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3116 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3117 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3118 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3119 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3120 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3121 is disabled and its cache will get corrupt, causing AUTOS not to
3122 expand. Instead use only -quick functions.
3123 (verilog-scan-region): Fix scanning over escaped quotes.
3124 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3125 (verilog-re-search-backward-quick)
3126 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3127 related functions now ignore strings, to fix misparsing of strings
3128 with magic comments embedded in them.
a1beca85
SM
3129 (verilog-read-auto-template):
3130 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3131 Reported by Brad Dobbie.
3132 (verilog-read-auto-template):
3133 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3134 Reported by Brad Dobbie.
6288f0ca
WS
3135 (verilog-auto-inst, verilog-auto-inst-param)
3136 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3137 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3138 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3139 debugging templates without merge conflicts, bug357.
3140 Reported by Brad Dobbie.
3141 (verilog-read-auto-template):
3142 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3143 Reported by Brad Dobbie.
3144 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3145 abbrevs so user won't be asked to save.
3146 (verilog-read-auto-lisp-present): Fix to start at beginning of
3147 buffer in case called outside of verilog-auto.
3148 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3149 to "X-2". Reported by Matthew Myers.
3150 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3151 all inputs from module templates. Reported by Leith Johnson.
3152 (verilog-module-inside-filename-p): Fix locating programs as with
3153 modules.
3154 (verilog-auto-inst-port): Fix vl-width expressions when using
3155 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3156 (verilog-decls-get-regs, verilog-decls-get-signals,
3157 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3158 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3159 verilog-read-decls): Combine reg and wire structures into one var
3160 structure to represent SystemVerilog concepts.
3161 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3162 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3163 (verilog-auto-wire-type, verilog-insert-definition):
3164 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3165 SystemVerilog "logic" keyword instead of "wire"/"reg".
3166 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3167 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3168 ifdef or generate if so there's not a driver conflict).
3169 Reported by Matthew Myers.
3170 (verilog-auto-declare-nettype, verilog-insert-definition):
3171 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3172 `default_nettype none. Reported by Julian Gorfajn.
3173 (verilog-read-always-signals-recurse, verilog-read-decls)
3174 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3175 malformed end statement, bug325. Reported by Joshua Wise and
3176 Andrew Drake.
3177 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3178 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3179 when expanding .* in interfaces, bug320.
3180 Reported by Pierre-David Pfister.
6288f0ca 3181 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3182 name and open parenthesis, bug317.
3183 Reported by Pierre-David Pfister.
6288f0ca
WS
3184 (verilog-simplify-range-expression): Fix simplification of
3185 multiplications inside AUTOWIRE connections, bug303.
3186 (verilog-auto-inst-port): Support parameter expansion in
3187 multidimensional arrays.
3188 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3189 after "assert property". Reported by Julian Gorfajn.
3190 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3191 with multiplication, bug303.
3192 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3193 Reported by Jan Frode Lonnum.
3194
1bbe96b2
GM
31952011-11-30 Juanma Barranquero <lekktu@gmail.com>
3196
3197 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3198 (hfy-shell-file-name, hfy-shell):
3199 * international/fontset.el (x-decompose-font-name): Fix typos.
3200
32012011-11-29 Ken Brown <kbrown@cornell.edu>
3202
3203 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3204 (gdb-version): Remove defvar.
3205 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3206 (gdb-gud-context-command, gdb-non-stop-handler)
3207 (gdb-current-context-command, gdb-stopped): Use it.
3208 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3209 (gdb-non-stop-handler): Don't enable pretty-printing here.
3210 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3211 non-stop mode. Use the following.
3212 (gdb-check-target-async): New defun.
3213 (gud-watch, gdb-stopped): Fix whitespace.
3214 (gdb-get-source-file): Don't try to display the source file if
3215 `gdb-main-file' is nil.
3216
32172011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * align.el: Try to generate fewer markers (bug#10047).
3220 (align--set-marker): New macro.
3221 (align-region): Use it.
3222
c935221f
SM
32232011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3226
e70b5064
CY
32272011-11-29 Chong Yidong <cyd@gnu.org>
3228
3229 * indent.el (indent-for-tab-command, indent-according-to-mode):
3230 Doc fix.
3231 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3232
f3af92b7
MA
32332011-11-29 Michael Albinus <michael.albinus@gmx.de>
3234
3235 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3236 aware of remote file names. (Bug#10124)
3237
ed472be9
CY
32382011-11-29 Chong Yidong <cyd@gnu.org>
3239
3240 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3241
24510c22
SM
32422011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * files.el (find-file): Don't use force-same-window (bug#10144).
3245 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3246 use pop-to-buffer if the selected window can't be used.
3247 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3248
c60c3703
EZ
32492011-11-28 Eli Zaretskii <eliz@gnu.org>
3250
3251 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3252 special-mode-map.
3253
e95def75
CY
32542011-11-28 Chong Yidong <cyd@gnu.org>
3255
3256 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3257
c3f1c606
NR
32582011-11-27 Nick Roberts <nickrob@snap.net.nz>
3259
3260 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3261 gdb-get-source-file-list on gdb-create-source-file-list.
3262
00db469c
EZ
32632011-11-26 Eli Zaretskii <eliz@gnu.org>
3264
3265 * whitespace.el (whitespace-newline): Use a different foreground
3266 color for 16-color light-background displays.
3267
4ad3bc2a
CY
32682011-11-24 Chong Yidong <cyd@gnu.org>
3269
3270 * window.el (display-buffer--special-action): Doc fix.
3271
e9fce1ac
JB
32722011-11-25 Juanma Barranquero <lekktu@gmail.com>
3273
3274 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3275 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3276 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3277 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3278 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3279 (avl-tree-stack-first):
3280 * emacs-lisp/cconv.el (cconv--analyse-use):
3281 * net/gnutls.el (gnutls-negotiate): Fix typos.
3282
cb825e5d
GM
32832011-11-24 Glenn Morris <rgm@gnu.org>
3284
3adbe224
GM
3285 * lpr.el (lpr-windows-system, lpr-lp-system):
3286 * mail/binhex.el (binhex-begin-line):
3287 * progmodes/grep.el (grep-history, grep-find-history):
3288 * textmodes/flyspell.el:
3289 * vc/pcvs-defs.el (cvs-global-menu):
3290 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3291 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3292 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3293
321decc8
GM
3294 * net/tls.el: Fix case of "GnuTLS".
3295
420b63ad
GM
3296 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3297
cb825e5d
GM
3298 * version.el (emacs-build-system): Give it a doc-string.
3299
a0649f08
JL
33002011-11-24 Juri Linkov <juri@jurta.org>
3301
3302 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3303
c0bc0fd4
GM
33042011-11-24 Glenn Morris <rgm@gnu.org>
3305
3306 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3307 if called on a non-mime message just toggle the headers. (Bug#8006)
3308
20db1522
JB
33092011-11-24 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3312 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3313 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3314 (allout-rebullet-heading, allout-open-sibtopic)
3315 (allout-toggle-current-subtree-encryption)
3316 (allout-toggle-subtree-encryption, allout-encrypt-string)
3317 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3318 (allout-distinctive-bullets-string, allout-auto-activation):
3319 * window.el (window-normalize-buffer-to-display):
3320 * progmodes/verilog-mode.el (verilog-batch-indent):
3321 * textmodes/bibtex.el (bibtex-field-braces-opt)
3322 (bibtex-field-strings-opt):
3323 * vc/cvs-status.el (cvs-tree-merge):
3324 Fix typos.
3325
7262a87c
MA
33262011-11-23 Michael Albinus <michael.albinus@gmx.de>
3327
3328 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3329 `non-essential' to t, in order to avoid remote connections.
3330
283430a1
EZ
33312011-11-23 Eli Zaretskii <eliz@gnu.org>
3332
a1beca85
SM
3333 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3334 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3335 case-insensitively.
3336
d2992a38
ML
33372011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3338
3339 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3340
50419064
GM
33412011-11-23 Glenn Morris <rgm@gnu.org>
3342
da94eca1
GM
3343 * paths.el (rmail-file-name): Reformat the doc-string so that it
3344 is picked up.
3345
9aac4de2
GM
3346 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3347 (rmail-auto-file): Ignore case in the "special" field names,
3348 as mail-fetch-field does for all others.
3349
8038d2d2
GM
3350 * mail/rmail.el (rmail-forward):
3351 * mail/rmailkwd.el (rmail-set-label):
3352 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3353 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3354
f3fe222a
GM
3355 * mail/rmail.el (rmail-current-message): Doc fix.
3356
50419064
GM
3357 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3358
28109f49
SM
33592011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3362
394c65f1
GM
33632011-11-22 Glenn Morris <rgm@gnu.org>
3364
3365 * mail/rmailmm.el (test-rmail-mime-handler)
3366 (test-rmail-mime-bulk-handler)
3367 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3368
f2a0aa3a
JL
33692011-11-21 Juri Linkov <juri@jurta.org>
3370
1154d12e
JB
3371 * calc/calc.el (calc-read-key-sequence):
3372 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3373
9c34a344
LMI
33742011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3375
3376 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3377 Tell the caller that the next line needs recomputation, even
3378 though it doesn't start a sexp (bug#10094).
3379
f04a3be9
SM
33802011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3381
3382 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3383
7978747f
SM
33842011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3385
f04a3be9
SM
3386 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3387 Use force-same-window.
7978747f 3388
fe7a3057
JB
33892011-11-20 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * descr-text.el (describe-char-unicode-data):
3392 * json.el (json-string-escape):
3393 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3394 (Footnote-unicode, Footnote-style-p):
3395 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3396
24901d61
CY
33972011-11-20 Chong Yidong <cyd@gnu.org>
3398
3399 * window.el (replace-buffer-in-windows): Restore interactive spec.
3400
bac7ff22
SM
34012011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3402
24f3d7b9
SM
3403 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3404
bac7ff22
SM
3405 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3406 (byte-compile-global-not-obsolete-vars): New var.
3407 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3408 Use it.
3409 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3410
cd1181db
JB
34112011-11-20 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3414 * progmodes/pascal.el (electric-pascal-equal):
3415 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3416 * xml.el (xml-substitute-special): Fix typos.
3417
7fb18e9e
GM
34182011-11-20 Glenn Morris <rgm@gnu.org>
3419
3420 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3421 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3422 Doc fixes.
3423 (rmail-decode-mime-charset): Mark as obsolete.
3424
3425 * mail/rmailsum.el (rmail-message-regexp-p-1):
3426 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3427 Before using mime functions, check they are set. (Bug#10077)
3428
d5a6b3ba
JL
34292011-11-19 Juri Linkov <juri@jurta.org>
3430
3431 * info.el (Info-finder-find-node): Use `package--builtins' instead
3432 of `package-alist'. Use node names formed by the pattern "Keyword "
3433 and the keyword name.
3434
e981b61f
AS
34352011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3436
1d00653d 3437 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3438
3ffbc301
JL
34392011-11-19 Juri Linkov <juri@jurta.org>
3440
3441 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3442 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3443 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3444 `old-history', `old-history-forward'. Add let-binding
3445 `window-selected'. Remove calls to `kill-buffer',
3446 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3447 before calling `Info-find-node', so `Info-find-node-2' will reread
3448 the Info file. Restore window positions only when `window-selected'
3449 is non-nil.
3450
30c62133
JL
34512011-11-19 Juri Linkov <juri@jurta.org>
3452
3453 * isearch.el (isearch-lazy-highlight-new-loop):
3454 Remove condition `(not isearch-error)'. (Bug#9918)
3455
3456 * misearch.el (multi-isearch-search-fun): Add condition
3457 `(not bound)' to ignore lazy-highlighting search.
3458 Add the search-failed message "end of multi" when the end of
3459 multi-sequence is reached. Uncapitalize the search-failed
3460 message "Repeat for next buffer".
3461
3462 * info.el (Info-search): Add the search-failed message
3463 "end of the manual" when the end of the manual is reached
3464 in Isearch mode.
3465
645ca9cf
JL
34662011-11-19 Juri Linkov <juri@jurta.org>
3467
3468 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3469 Use non-destructive `remove' instead of `delete' because
3470 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3471 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3472
df754f66
JL
34732011-11-19 Juri Linkov <juri@jurta.org>
3474
3475 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3476 to nil instead of binding `search-ring' and `regexp-search-ring'.
3477 (Bug#9185)
3478
0e23d96a
EZ
34792011-11-19 Eli Zaretskii <eliz@gnu.org>
3480
3481 * simple.el (line-move): Force movement by logical lines for any
3482 hscrolled window, not only when auto-hscroll-mode is on.
3483 (line-move-visual): Update doc string to that effect. (Bug#10076)
3484
8a6ccb66
AS
34852011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3486
3487 * language/european.el (macintosh): Define as alias for mac-roman.
3488
49ae5b39
EZ
34892011-11-19 Eli Zaretskii <eliz@gnu.org>
3490
3491 * mail/rmailmm.el (rmail-mime-display-header)
3492 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3493 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3494 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3495 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3496 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3497 of a raw aref.
3498 (rmail-mime-entity-segment): To get past the tagline, move forward
3499 2 more lines, to account for the 2 empty lines that precede and
3500 follow the line with the buttons.
3501 (rmail-mime-update-tagline): Move one more line, to get past the
3502 empty line that follows the buttons in the tagline. (Bug#9520)
3503
c56cad4a
MR
35042011-11-19 Martin Rudalics <rudalics@gmx.at>
3505
3506 * window.el (window-max-delta-1, window-min-delta-1)
3507 (window-min-size-1, window-state-get-1, window-state-put-1)
3508 (window-state-put-2): Use "window--" prefix.
3509
cbe71af3
SM
35102011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3511
2ad52c60
SM
3512 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3513 (smie-warning-count): New var.
3514 (smie-set-prec2tab): Use it.
3515 (smie-bnf->prec2): Improve warnings. Add docstring.
3516 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3517 (smie-bnf--set-class): New function.
3518 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3519 corner case.
3520
6944dbc1
SM
3521 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3522 (compilation-error-properties, compilation-move-to-column):
3523 Handle compilation-first-column while in the target buffer.
3524
c400c4d7
SM
3525 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3526 Don't hardcode point-min==1.
3527
6dbe3e96
SM
3528 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3529 (eshell-rewrite-for-command): Remove workaround.
3530 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3531 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3532 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3533
cbe71af3
SM
3534 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3535
a8e1496d
GM
35362011-11-17 Glenn Morris <rgm@gnu.org>
3537
3538 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3539 Ignore buffer-local generated-autoload-file if it is the same
3540 as the global value. (Bug#10049)
3541
df85d315
JB
35422011-11-17 Juanma Barranquero <lekktu@gmail.com>
3543
3544 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3545 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3546 (reftex-toc-previous-heading, reftex-toc-max-level)
3547 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3548 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3549 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3550 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3551 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3552 (reftex-toc-rename-label, reftex-toc-visit-location)
3553 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3554 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3555 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3556 leaving "*toc*" only for references to the buffer.
3557
a0c2d0ae
MR
35582011-11-17 Martin Rudalics <rudalics@gmx.at>
3559
3560 * window.el (window-resize, delete-window, split-window):
3561 Replace window-splits by window-combination-resize.
1d00653d 3562 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3563
35c0bac8
GM
35642011-11-17 Glenn Morris <rgm@gnu.org>
3565
3566 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3567 Make bash entry derive from sh entry, not shell entry.
3568
d0c8fc8a
MA
35692011-11-16 Michael Albinus <michael.albinus@gmx.de>
3570
d0c8fc8a
MA
3571 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3572 properties of linked files. (Bug#9879)
3573
7262a87c
MA
3574 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3575 local file name.
3576
7877f373
JB
35772011-11-16 Juanma Barranquero <lekktu@gmail.com>
3578
3579 * menu-bar.el (menu-bar-file-menu):
3580 * printing.el (pr-ps-utility):
3581 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3582 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3583 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3584 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3585 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3586 (icalendar--convert-cyclic-to-ical)
3587 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3588 (icalendar--convert-ical-to-diary)
3589 (icalendar--convert-recurring-to-diary)
3590 (icalendar--convert-non-recurring-all-day-to-diary)
3591 (icalendar-import-format-sample):
3592 * progmodes/idlw-shell.el (idlwave-shell-mode):
3593 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3594 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3595 (vhdl-ps-print-init): Fix typos.
3596
10649b82
KM
35972011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3598
9d0cfcd6
GM
3599 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3600 FSF and collapse date sequence, obscure author/maintainer email address
3601 better, remove extra version line, track relocation of author's webpage.
10649b82 3602
9d0cfcd6
GM
3603 * progmodes/python.el (python-pdbtrack-input-prompt)
3604 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3605 regular python pdb prompts. Adjustments shamelessly taken exactly as
3606 suggested in EmacsWiki page (tiny change):
3607 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3608
58179cce
JB
36092011-11-16 Juanma Barranquero <lekktu@gmail.com>
3610
3611 * expand.el (expand-pos, expand-index, expand-point):
3612 Remove redundant info from docstring.
3613 (expand-add-abbrevs): Doc fix.
3614 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3615 (expand-sample-perl-mode-expand-list): Fix typos.
3616
3617 * net/dbus.el (dbus-event-member-name):
3618 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3619 * term/pc-win.el (msdos-create-frame-with-faces):
3620 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3621
b6f67890
MR
36222011-11-16 Martin Rudalics <rudalics@gmx.at>
3623
3624 * window.el (split-window, window-state-get-1)
3625 (window-state-put-1, window-state-put-2): Rename occurrences of
3626 window-nest to window-combination-limit.
1d00653d 3627 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3628
ce7ddba0
CY
36292011-11-16 Chong Yidong <cyd@gnu.org>
3630
3631 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3632 regexp (Bug#10033).
3633
3ae704f4
SM
36342011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3637 `completing-read' will remove *Completions* and will preserve
3638 current-buffer for us.
3639 (tmm-add-prompt): Users of *Completions* will always (re)set its
3640 major mode.
3641 (tmm-old-comp-map): Remove.
3642
6ad1cdde
GM
36432011-11-16 Glenn Morris <rgm@gnu.org>
3644
3645 * mail/rmailedit.el: Require rmailmm when compiling.
3646 (rmail-old-mime-state): New declaration.
3647 (rmail-edit-current-message): If editing a mime message,
3648 edit the "raw" message from the mbox buffer.
3649 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3650
d20faa20
GM
36512011-11-15 Glenn Morris <rgm@gnu.org>
3652
3653 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3654 which wasn't being used. Add optional arg to force given state.
3655 (rmail-mime): Add optional arg to force given state.
3656
c7015153
JB
36572011-11-15 Juanma Barranquero <lekktu@gmail.com>
3658
3659 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3660 * frame.el (display-mm-dimensions-alist):
3661 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3662 (outline-move-subtree-down):
3663 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3664 (newsticker--treeview-do-get-node):
3665 * net/quickurl.el (quickurl-list-buffer-name):
3666 * progmodes/dcl-mode.el (dcl-mode):
3667 * progmodes/gdb-mi.el (gdb-mapcar*):
3668 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3669
45261b50
GM
36702011-11-15 Glenn Morris <rgm@gnu.org>
3671
3672 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3673 in a boolean sense, so just make it a boolean, and fix the doc.
3674 (rmail-show-mime-function, rmail-mime-feature)
3675 (rmail-require-mime-maybe): Doc fixes.
3676 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3677
3678 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3679
0d26e0b6
JB
36802011-11-15 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3683 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3684 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3685 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3686
447f30f6
GM
36872011-11-15 Glenn Morris <rgm@gnu.org>
3688
672b871d
GM
3689 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3690 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3691 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3692 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3693 (rmail-mime, rmail-show-mime): Doc fixes.
3694
f6aa5bb1
GM
3695 * term/ns-win.el (mode-line-frame-identification):
3696 Leave it alone. (Bug#10051)
3697
947cd66b
GM
3698 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3699
447f30f6
GM
3700 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3701 Handle empty buffers. (Bug#9978)
3702
0b381c7e
JB
37032011-11-14 Juanma Barranquero <lekktu@gmail.com>
3704
3705 * international/mule.el (define-charset):
3706 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3707 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3708 * progmodes/verilog-mode.el (verilog-backward-token):
3709 * textmodes/ispell.el (lookup-words):
3710 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3711
71e027ac
GM
37122011-11-14 Glenn Morris <rgm@gnu.org>
3713
56632ce4
GM
3714 * progmodes/executable.el
3715 (executable-make-buffer-file-executable-if-script-p):
3716 Handle file-modes returning nil.
3717
40500957
GM
3718 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3719 message - not necessary, and causes problems. (Bug#9831)
3720
071c2340
GM
3721 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3722
d3cfca60
GM
3723 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3724
71e027ac
GM
3725 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3726 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3727 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3728
89d61221
MR
37292011-11-12 Martin Rudalics <rudalics@gmx.at>
3730
3731 * window.el (window-resize, delete-window): Use window-splits
3732 variable instead of function.
3733 (window-state-get-1, window-state-put-2, window-state-put):
3734 Don't deal with windows' splits status.
3735
98282f6f
GM
37362011-11-12 Glenn Morris <rgm@gnu.org>
3737
3738 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3739 (apropos-documentation): Doc fixes.
3740
40a8bdf6
JB
37412011-11-11 Juanma Barranquero <lekktu@gmail.com>
3742
3743 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3744 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3745
65bd19ff
SM
37462011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * electric.el (electric-indent-post-self-insert-function): Make it
3749 possible for a char to only indent in some circumstances.
3750 (electric-indent-mode): Simplify.
3751
54f9154c
MR
37522011-11-11 Martin Rudalics <rudalics@gmx.at>
3753
3754 * window.el (windows-with-parameter): Remove unused function.
3755 (windows-at-side): Rename to window-at-side-list.
3756 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3757 (window-side-check, window-size-ignore, window-size-fixed-1)
3758 (window-in-direction-2): Prefix with "window--".
3759 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3760
68cbc58b
GM
37612011-11-11 Glenn Morris <rgm@gnu.org>
3762
3763 * subr.el (eval-after-load): If FILE is already loaded,
3764 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3765
b2621720
GM
37662011-11-10 Glenn Morris <rgm@gnu.org>
3767
9a4de110
GM
3768 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3769 Call svn via vc-svn-command rather than vc-do-command.
3770 (vc-svn-command): Add --non-interactive. (Bug#9993)
3771 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3772
b2621720
GM
3773 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3774 Add toggle-read-only. (Bug#7292)
3775 * files.el (toggle-read-only): Mention that it should only
3776 be used interactively. (Bug#10006)
3777
1dce7193
SM
37782011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3779
d9ac1a1e
SM
3780 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3781 Adjust regexp for OCaml warnings.
3782
0c325082
SM
3783 * electric.el (electric-pair-post-self-insert-function): Let user
3784 turn it off buffer-locally (bug#9932).
3785
90132c14
SM
3786 * progmodes/python.el (python-beginning-of-statement):
3787 Rewrite (bug#2703).
3788
1dce7193
SM
3789 * progmodes/compile.el: Better handle TABs (bug#9749).
3790 (compilation-internal-error-properties)
3791 (compilation-next-error-function): Obey the target buffer's
3792 compilation-error-screen-columns.
3793
c4e7c63a
JB
37942011-11-09 Juanma Barranquero <lekktu@gmail.com>
3795
3796 * progmodes/meta-mode.el: Remove obsolete comments.
3797 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3798 Fix typos in docstrings.
3799
2cffd681
MR
38002011-11-09 Martin Rudalics <rudalics@gmx.at>
3801
3802 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3803 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3804 (window--resizable): New function. Make all callers of
3805 window-resizable call window--resizable instead.
3806 (window-resizable): Rewrite in terms of window--resizable.
3807
0edcba87
GM
38082011-11-08 Glenn Morris <rgm@gnu.org>
3809
3810 * progmodes/delphi.el (delphi-mode-syntax-table):
3811 Let define-derived-mode define a proper syntax table. (Bug#9994)
3812
4b0d61e3
SM
38132011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * window.el: Stay away from defsubst.
3816 (window-list-no-nils): Remove.
3817 (window-state-get-1, window-state-get): Use backquote instead.
3818
cd394be1 38192011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3820
4b0d61e3 3821 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3822 Fix incorrect use of default argument in `completing-read'.
3823
e1c2c6f2
MR
38242011-11-08 Martin Rudalics <rudalics@gmx.at>
3825
3826 * window.el (display-buffer-function, special-display-function):
3827 Mention display-buffer-record-window but do not mention
3828 help-setup parameter in doc-strings.
b3f4a882 3829 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3830
105216ed
CY
38312011-11-08 Chong Yidong <cyd@gnu.org>
3832
3833 * window.el (window-total-height, window-total-width): Doc fix.
3834 (window-body-size): Move from C.
3835 (window-body-height, window-body-width): Move to C.
3836
0a9f9ab5
SM
38372011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * window.el: Make special-display like display-buffer-alist (bug#9532).
3840 (display-buffer--special-action): New function, morphed
3841 from display-buffer--special.
3842 (display-buffer): Use it to handle special-display-buffers at higher
3843 priority (just after display-buffer-alist).
3844 (display-buffer-fallback-action, display-buffer--other-frame-action)
3845 (pop-to-buffer-same-window): Remove display-buffer--special.
3846
a769dd15
GM
38472011-11-07 Glenn Morris <rgm@gnu.org>
3848
3849 * calendar/cal-menu.el (cal-menu-set-date-title):
3850 Do nothing if not in a calendar. (Bug#9976)
3851
05a61ee3
SM
38522011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * files.el (find-file): Always use selected-window.
3855
be7f5545
MR
38562011-11-07 Martin Rudalics <rudalics@gmx.at>
3857
3858 * window.el (window-combinations): Make WINDOW argument
3859 mandatory. Rewrite doc-string.
3860 (walk-window-subtree, window-atom-check, window-min-delta)
3861 (window-max-delta, window--resize-this-window)
3862 (window--resize-root-window-vertically, window-tree)
3863 (balance-windows, window-state-put): Rewrite doc-strings as to
3864 not mention the term "subwindow".
3865 (window--resize-subwindows-skip-p): Rename to
3866 window--resize-child-windows-skip-p.
3867 (window--resize-subwindows-normal): Rename to
3868 window--resize-child-windows-normal.
3869 (window--resize-subwindows): Rename to
3870 window--resize-child-windows.
3871 (window-or-subwindow-p): Rename to window--in-subtree-p.
3872
3c6702ef
ML
38732011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3874
3875 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3876 Ensure that mbox format messages end in two newlines (Bug#9974).
3877
49745b39
CY
38782011-11-06 Chong Yidong <cyd@gnu.org>
3879
3880 * window.el (window-combination-p): Function deleted; its
3881 side-effect is not used in any existing code.
3882 (window-combinations, window-combined-p): Call window-*-child
3883 directly.
3884
24300f5f
CY
38852011-11-05 Chong Yidong <cyd@gnu.org>
3886
3887 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3888 (window-size-ignore, window-state-get): Callers changed.
3889 (window-normalize-window): Rename from window-normalize-any-window.
3890 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3891 (window-normalize-live-window): Delete.
447f16b8
CY
3892 (window-combination-p, window-combined-p, window-combinations)
3893 (walk-window-subtree, window-atom-root, window-min-size)
3894 (window-sizable, window-sizable-p, window-size-fixed-p)
3895 (window-min-delta, window-max-delta, window-resizable)
3896 (window-resizable-p, window-full-height-p, window-full-width-p)
3897 (window-current-scroll-bars, window-point-1, set-window-point-1)
3898 (window-at-side-p, window-in-direction, window-resize)
3899 (adjust-window-trailing-edge, maximize-window, minimize-window)
3900 (window-deletable-p, delete-window, delete-other-windows)
3901 (record-window-buffer, unrecord-window-buffer)
3902 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3903 (quit-window, split-window, window-state-put)
3904 (set-window-text-height, fit-window-to-buffer)
3905 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3906
89bd5ee1
EZ
39072011-11-04 Eli Zaretskii <eliz@gnu.org>
3908
53479029
EZ
3909 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3910 rfc2047-decode-string.
3911 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3912 warnings.
3913
89bd5ee1
EZ
3914 * window.el (window-body-height, window-body-width): Mention in
3915 the doc string that the return values are in frame's canonical
3916 units. (Bug#9949)
3917
bd17fdee
AM
39182011-11-03 Alan Mackenzie <acm@muc.de>
3919
3920 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3921 change in cc-engine.el.
3922
acc825c5
SM
39232011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3926
1885e5b8
MR
39272011-11-02 Martin Rudalics <rudalics@gmx.at>
3928
3929 * window.el (quit-window): Call unrecord-window-buffer after
3930 showing another buffer in the window. (Bug#9937)
acc825c5 3931 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3932
ebe06da9
JB
39332011-11-02 Juanma Barranquero <lekktu@gmail.com>
3934
3935 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3936 Accept status with more than 9 shelves. (Bug#9935)
3937 Reported by Colin D Bennett <colin@gibibit.com>.
3938
4ee88440
MR
39392011-11-01 Martin Rudalics <rudalics@gmx.at>
3940
3941 * help.el (with-help-window): Don't reference
3942 temp-buffer-show-specifiers in doc-string.
3943
08e1d82c
AS
39442011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3945
3946 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3947 menu-item.
3948
84bd6e9e
VJL
39492011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3950
3951 * whitespace.el: New version 13.2.2.
3952 (whitespace-newline-mode): Disable properly. Reported by Sarah
3953 <EmacsWiki>.
3954
dba0634a
UJ
39552011-10-30 Ulf Jasper <ulf.jasper@web.de>
3956
3957 * net/newst-treeview.el: Remove "Time-stamp".
3958 (newsticker--group-manage-orphan-feeds): Do not call
3959 newsticker--treeview-tree-update.
db22a3c2
JB
3960 (newsticker-treeview-update, newsticker-treeview):
3961 Call newsticker--treeview-tree-update if necessary.
dba0634a 3962
3d8daefe
MR
39632011-10-30 Martin Rudalics <rudalics@gmx.at>
3964
3965 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3966 (window-iso-combinations): Remove "iso-" infix.
3967 Suggested by Chong Yidong.
3d8daefe
MR
3968 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3969 (window-max-delta-1, window-resize, window--resize-siblings)
3970 (window--resize-this-window, adjust-window-trailing-edge)
3971 (split-window, balance-windows-1)
3972 (shrink-window-if-larger-than-buffer):
3973 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3974 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3975
1bc4c3ae
SM
39762011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3979 in place (bug#9907).
3980 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3981 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3982 (eshell-structure-basic-command, eshell-rewrite-while-command)
3983 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3984 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3985 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3986 (eshell-do-pipelines-synchronously, eshell-eval-command):
3987 Use backquotes and prefer setq to set.
3988 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3989 (eshell-macrop): Use functionp.
c1e2f5fa 3990 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3991
30b65d9c
CY
39922011-10-30 Chong Yidong <cyd@gnu.org>
3993
3994 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3995 instead of set-mark (Bug#9810).
3996
2d197ffb
CY
39972011-10-30 Chong Yidong <cyd@gnu.org>
3998
3999 * window.el (split-window-below, split-window-right): Rename from
4000 split-window-above-each-other and split-window-side-by-side
4001 respectively. All callers changed.
4002 (split-window-sensibly, split-window-sensibly): Use them.
4003 (split-window-keep-point): Doc fix.
4004
4005 * isearch.el: Add isearch-scroll property to split-window-below
4006 and split-window-right.
4007
4008 * follow.el (follow-mode):
4009 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4010 * progmodes/ada-xref.el (ada-gdb-application):
4011 * emulation/vip.el (vip-buffer-in-two-windows):
4012 * image-dired.el (image-dired-dired-with-window-configuration):
4013 * dired-x.el (dired-do-find-marked-files):
4014 * dired.el (dired-pop-to-buffer):
4015 * bs.el (bs--show-with-configuration):
4016 * vc/emerge.el (emerge-setup-windows):
4017 * textmodes/two-column.el (2C-two-columns):
4018 * textmodes/reftex-toc.el (reftex-toc):
4019 * progmodes/gdb-mi.el (gdb-setup-windows):
4020 * progmodes/fortran.el (fortran-window-create):
4021 * net/newst-treeview.el (newsticker--treeview-window-init):
4022 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4023 * emulation/tpu-edt.el (tpu-gold-map):
4024 * emulation/crisp.el (crisp-mode-map):
4025 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4026
38bb2ca8
CY
40272011-10-29 Chong Yidong <cyd@gnu.org>
4028
aa4de341
CY
4029 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4030
e1eb5385
CY
4031 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4032
5d2ece3c
CY
4033 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4034 forged Ispell output (Bug#7904).
4035
38bb2ca8
CY
4036 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4037
d0af9f77
SM
40382011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * doc-view.el: Avoid ugly errors about not finding nil.
4041 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4042 (doc-view-dvipdf-program, doc-view-unoconv-program)
4043 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4044 Avoid nil or absolute file name as default value.
4045 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4046
52bedd34
AM
40472011-10-28 Alan Mackenzie <acm@muc.de>
4048
db22a3c2 4049 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4050
7e43cfa5
AM
40512011-10-28 Alan Mackenzie <acm@muc.de>
4052
4053 Amend the handling of c-beginning/end-of-defun in nested declaration
4054 scopes.
4055
52bedd34
AM
4056 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4057 cc-langs.el. Change it to a defcustom.
7e43cfa5 4058
52bedd34
AM
4059 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4060 cc-vars.el.
7e43cfa5 4061
d0af9f77
SM
4062 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4063 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4064
52bedd34 4065 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4066 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4067 (c-widen-to-enclosing-decl-scope): New function.
4068 (c-while-widening-to-decl-block): New macro.
4069 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4070 outward for defun boundaries, and correspondingly change symbol
4071 `respect-enclosure' to `go-outward'.
4072 (c-declaration-limits): Change algorithm to report only the "innermost"
4073 defun's boundaries.
4074
1a2ce9ee
DD
40752011-10-28 Deniz Dogan <deniz@dogan.se>
4076
4077 * net/rcirc.el (rcirc-mode): Use hard newlines.
4078
bc97a826
AM
40792011-10-28 Alan Mackenzie <acm@muc.de>
4080
4081 Amend to indent and fontify macros "which include their own semicolon"
4082 correctly, using the "virtual semicolon" mechanism.
4083
52bedd34 4084 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4085
d0af9f77 4086 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4087 Recode to scan one line at a time rather than having \n and \r
58179cce 4088 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4089 (c-forward-label): Amend for virtual semicolons.
58179cce 4090 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4091
52bedd34
AM
4092 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4093 of the new C macros.
bc97a826 4094
52bedd34 4095 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4096 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4097 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4098 (c-opt-cpp-macro-define): Make into a full language variable.
4099 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4100 AWK Mode (including \n, \r) removed, no longer needed.
4101
d0af9f77
SM
4102 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4103 Invoke c-make-macro-with-semi-re.
bc97a826 4104
52bedd34
AM
4105 * progmodes/cc-vars.el (c-macro-with-semi-re):
4106 (c-macro-names-with-semicolon): New variables.
58179cce 4107 (c-make-macro-with-semi-re): New function.
bc97a826 4108
7a6c0941
SM
41092011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * vc/log-edit.el: Fill empty field rather than adding new one.
4112 (log-edit-add-field): New function.
4113 (log-edit-insert-changelog): Use it.
4114
b0c4cdcf
ML
41152011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4116
4117 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4118
ee1f1da9
SM
41192011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4122 (gdb--check-interpreter): New function.
4123 (gdb): Use it.
4124
51bc5f8b
GM
41252011-10-27 Glenn Morris <rgm@gnu.org>
4126
416a2c45
GM
4127 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4128 (least-positive-float, least-negative-float)
4129 (least-positive-normalized-float, least-negative-normalized-float)
4130 (float-epsilon, float-negative-epsilon):
4131 Remove unnecessary declarations.
4132
4133 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4134 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4135 (least-positive-float, least-negative-float)
4136 (least-positive-normalized-float, least-negative-normalized-float)
4137 (float-epsilon, float-negative-epsilon): Add doc-strings,
4138 based on those in cl.texi.
4139
51bc5f8b
GM
4140 * files.el (set-visited-file-name): If the major-mode changed,
4141 reload the local variables. (Bug#9796)
4142
15de15c6
CY
41432011-10-27 Chong Yidong <cyd@gnu.org>
4144
4145 * subr.el (change-major-mode-after-body-hook): New hook.
4146 (run-mode-hooks): Run it.
4147
ee1f1da9
SM
4148 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4149 Use change-major-mode-before-body-hook.
15de15c6
CY
4150
4151 * simple.el (fundamental-mode):
4152 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4153 change introducing fundamental-mode-hook.
4154
5430d399
JB
41552011-10-26 Juanma Barranquero <lekktu@gmail.com>
4156
acc825c5 4157 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4158
ad74a69e
MA
41592011-10-26 Michael Albinus <michael.albinus@gmx.de>
4160
4161 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4162 tramp.el explicitly. (Bug#7583)
ad74a69e 4163
71d4c2a5
SM
41642011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * progmodes/octave-mod.el:
4167 * progmodes/octave-inf.el: Update maintainer.
4168
b1f6fa26
CY
41692011-10-26 Chong Yidong <cyd@gnu.org>
4170
4171 * subr.el (with-wrapper-hook): Rewrite doc.
4172
3f04efd6
MA
41732011-10-25 Michael Albinus <michael.albinus@gmx.de>
4174
4175 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4176 filenames "/method:foo:". (Bug#9793)
3f04efd6 4177
410488d3
SM
41782011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4181 (bug#9865).
4182
c1ebb47e
GM
41832011-10-24 Glenn Morris <rgm@gnu.org>
4184
4185 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4186
7f5c46c7
MA
41872011-10-24 Michael Albinus <michael.albinus@gmx.de>
4188
4189 * notifications.el: Add the requirement of a running D-Bus session
4190 bus to the Commentary.
4191
db2440b6
JL
41922011-10-24 Juri Linkov <juri@jurta.org>
4193
4194 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4195 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4196 (Bug#9364)
4197
feecf435
JL
41982011-10-24 Juri Linkov <juri@jurta.org>
4199
4200 * info.el (Info-following-node-name-re): Add newline to the list
4201 of allowed characters for leading space. (Bug#9824)
4202
a3839de2
SM
42032011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4204
acc825c5
SM
4205 * progmodes/octave-inf.el (inferior-octave-mode-map):
4206 Fix C-c C-h binding.
a3839de2
SM
4207 * progmodes/octave-mod.el (octave-help): Remove.
4208
09388e76
MA
42092011-10-23 Michael Albinus <michael.albinus@gmx.de>
4210
4211 Sync with Tramp 2.2.3.
4212
4213 * net/tramp-cache.el (top): Pacify byte-compiler using
4214 `init-file-user' and `site-run-file'.
4215
4216 * net/trampver.el: Update release number.
4217
86c60681
CY
42182011-10-23 Chong Yidong <cyd@gnu.org>
4219
4220 * files.el (toggle-read-only): Remove obsolete comment about
4221 version control.
4222
4223 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4224 for toggle-read-only. Note that this hasn't called vc-next-action
4225 since 2008-05-02, though it wasn't documented at the time.
4226
a3839de2
SM
4227 * vc/ediff-init.el (ediff-toggle-read-only-function):
4228 Use toggle-read-only.
86c60681 4229
cd5495ff
AM
42302011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4231
4232 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4233 of c-parse-state.
4234
00b77525 4235 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4236 correct faulty logical expression.
cd5495ff
AM
4237 (c-parse-state-state, c-record-parse-state-state):
4238 (c-replay-parse-state-state): New defvar/defuns.
4239 (c-debug-parse-state): Use new functions.
4240
42ee24ed
MR
42412011-10-22 Martin Rudalics <rudalics@gmx.at>
4242
4243 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4244 last fix. Use window-in-direction correctly.
42ee24ed 4245
a7dee7e7
CY
42462011-10-21 Chong Yidong <cyd@gnu.org>
4247
4248 * progmodes/idlwave.el (idlwave-mode):
4249 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4250 require-final-newline; that's done in prog-mode.
4251 Suggested by Stefan Monnier.
a7dee7e7 4252
e07b9a6d
MR
42532011-10-21 Martin Rudalics <rudalics@gmx.at>
4254
4255 * mouse.el (mouse-drag-window-above)
4256 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4257 (mouse-drag-mode-line-1, mouse-drag-header-line)
4258 (mouse-drag-vertical-line-rightward-window): Remove.
4259 (mouse-drag-line): New function.
4260 (mouse-drag-mode-line, mouse-drag-header-line)
4261 (mouse-drag-vertical-line): Call mouse-drag-line.
4262 * window.el (window-at-side-p, windows-at-side): New functions.
4263
7e1361d9
UM
42642011-10-21 Ulrich Mueller <ulm@gentoo.org>
4265
4266 * tar-mode.el (tar-grind-file-mode):
4267 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4268
30fcaf3a
CY
42692011-10-21 Chong Yidong <cyd@gnu.org>
4270
4271 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4272 * progmodes/vera-mode.el (vera-mode):
4273 Use mode-require-final-newline.
30fcaf3a 4274
516eddb0
GM
42752011-10-20 Glenn Morris <rgm@gnu.org>
4276
db22a3c2 4277 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4278
10d5f513
CS
42792011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4280
4281 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4282
ac6c8639
CY
42832011-10-20 Chong Yidong <cyd@gnu.org>
4284
4285 * emulation/cua-base.el (cua-mode):
4286 * mail/footnote.el (footnote-mode):
4287 * mail/mailabbrev.el (mail-abbrevs-mode):
4288 * net/xesam.el (xesam-minor-mode):
4289 * progmodes/bug-reference.el (bug-reference-mode):
4290 * progmodes/cap-words.el (capitalized-words-mode):
4291 * progmodes/compile.el (compilation-minor-mode)
4292 (compilation-shell-minor-mode):
4293 * progmodes/gud.el (gud-tooltip-mode):
4294 * progmodes/hideif.el (hide-ifdef-mode):
4295 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4296 * progmodes/subword.el (subword-mode):
4297 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4298 * progmodes/which-func.el (which-function-mode):
4299 * term/tvi970.el (tvi970-set-keypad-mode):
4300 * term/vt100.el (vt100-wide-mode):
4301 * textmodes/flyspell.el (flyspell-mode):
4302 * textmodes/ispell.el (ispell-minor-mode):
4303 * textmodes/nroff-mode.el (nroff-electric-mode):
4304 * textmodes/paragraphs.el (use-hard-newlines):
4305 * textmodes/refill.el (refill-mode):
4306 * textmodes/reftex.el (reftex-mode):
4307 * textmodes/rst.el (rst-minor-mode):
4308 * textmodes/sgml-mode.el (html-autoview-mode)
4309 (sgml-electric-tag-pair-mode):
4310 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4311 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4312 * emulation/crisp.el (crisp-mode):
4313 * emacs-lisp/eldoc.el (eldoc-mode):
4314 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4315 minor mode behavior.
4316
aa42ab43
JL
43172011-10-19 Juri Linkov <juri@jurta.org>
4318
4319 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4320 the list of hard-coded chars with escape-glyph face.
4321
89400f1d
SM
43222011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4325
305c07f6
MA
43262011-10-19 Michael Albinus <michael.albinus@gmx.de>
4327
4328 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4329 running process.
4330
13754b54
GM
43312011-10-19 Glenn Morris <rgm@gnu.org>
4332
4333 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4334 Ignore ignored files. (Bug#9726)
4335
06e21633
CY
43362011-10-19 Chong Yidong <cyd@gnu.org>
4337
4338 Doc fix for minor modes, stating that an omitted argument enables
4339 the mode unconditionally when called from Lisp.
4340
4341 * abbrev.el (abbrev-mode):
4342 * allout.el (allout-mode):
4343 * autoinsert.el (auto-insert-mode):
4344 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4345 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4346 (global-auto-revert-mode):
4347 * battery.el (display-battery-mode):
4348 * composite.el (global-auto-composition-mode)
4349 (auto-composition-mode):
4350 * delsel.el (delete-selection-mode):
4351 * desktop.el (desktop-save-mode):
4352 * dired-x.el (dired-omit-mode):
4353 * dirtrack.el (dirtrack-mode):
4354 * doc-view.el (doc-view-minor-mode):
4355 * double.el (double-mode):
4356 * electric.el (electric-indent-mode, electric-pair-mode):
4357 * emacs-lock.el (emacs-lock-mode):
4358 * epa-hook.el (auto-encryption-mode):
4359 * follow.el (follow-mode):
4360 * font-core.el (font-lock-mode):
4361 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4362 * help.el (temp-buffer-resize-mode):
4363 * hilit-chg.el (highlight-changes-mode)
4364 (highlight-changes-visible-mode):
4365 * hi-lock.el (hi-lock-mode):
4366 * hl-line.el (hl-line-mode, global-hl-line-mode):
4367 * icomplete.el (icomplete-mode):
4368 * ido.el (ido-everywhere):
4369 * image-file.el (auto-image-file-mode):
4370 * image-mode.el (image-minor-mode):
4371 * iswitchb.el (iswitchb-mode):
4372 * jka-cmpr-hook.el (auto-compression-mode):
4373 * linum.el (linum-mode):
4374 * longlines.el (longlines-mode):
4375 * master.el (master-mode):
4376 * mb-depth.el (minibuffer-depth-indicate-mode):
4377 * menu-bar.el (menu-bar-mode):
4378 * minibuf-eldef.el (minibuffer-electric-default-mode):
4379 * mouse-sel.el (mouse-sel-mode):
4380 * msb.el (msb-mode):
4381 * mwheel.el (mouse-wheel-mode):
4382 * outline.el (outline-minor-mode):
4383 * paren.el (show-paren-mode):
4384 * recentf.el (recentf-mode):
4385 * reveal.el (reveal-mode, global-reveal-mode):
4386 * rfn-eshadow.el (file-name-shadow-mode):
4387 * ruler-mode.el (ruler-mode):
4388 * savehist.el (savehist-mode):
4389 * scroll-all.el (scroll-all-mode):
4390 * scroll-bar.el (scroll-bar-mode):
4391 * server.el (server-mode):
4392 * shell.el (shell-dirtrack-mode):
4393 * simple.el (auto-fill-mode, transient-mark-mode)
4394 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4395 (line-number-mode, column-number-mode, size-indication-mode)
4396 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4397 * strokes.el (strokes-mode):
4398 * time.el (display-time-mode):
4399 * t-mouse.el (gpm-mouse-mode):
4400 * tool-bar.el (tool-bar-mode):
4401 * tooltip.el (tooltip-mode):
4402 * type-break.el (type-break-mode-line-message-mode)
4403 (type-break-query-mode):
4404 * view.el (view-mode):
4405 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4406 (global-whitespace-mode, global-whitespace-newline-mode):
4407 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4408
a3839de2
SM
4409 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4410 Fix autogenerated docstring.
06e21633 4411
5214e501
JL
44122011-10-19 Juri Linkov <juri@jurta.org>
4413
4414 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4415 by checking environment variables "DESKTOP_SESSION" and
4416 "XDG_CURRENT_DESKTOP". (Bug#9779)
4417
195f8db9
JL
44182011-10-19 Juri Linkov <juri@jurta.org>
4419
4420 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4421 (browse-url-chromium-program, browse-url-chromium-arguments):
4422 New defcustoms.
4423 (browse-url-default-browser): Check for `browse-url-chromium' and
4424 call `browse-url-chromium-program'.
4425 (browse-url-chromium): New command. (Bug#9779)
4426
343a34ff
JB
44272011-10-18 Juanma Barranquero <lekktu@gmail.com>
4428
4429 * facemenu.el (list-colors-duplicates): On Windows, detect more
4430 duplicates by assuming that only colors matching "^System" are
4431 special "system colors". (Bug#9722)
4432
6978a151
SM
44332011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4436 to distinguish the author from the committer.
4437
6a80b297
MA
44382011-10-18 Michael Albinus <michael.albinus@gmx.de>
4439
4440 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4441
b31a5677
JK
44422011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4443
4444 * international/mule.el (sgml-html-meta-auto-coding-function):
4445 Add support for detecting encoding in HTML5 specified only as
4446 <meta charset="UTF-8">. Implementation just makes http-equiv and
4447 content-type parts from HTML4 encoding string optional. (Bug#9716)
4448
80c6d77f
GM
44492011-10-18 Glenn Morris <rgm@gnu.org>
4450
4451 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4452
08b0fee8
CY
44532011-10-18 Chong Yidong <cyd@gnu.org>
4454
4455 * faces.el (cursor): Doc fix.
4456
67e729a5
CY
44572011-10-17 Chong Yidong <cyd@gnu.org>
4458
4459 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4460
343a34ff 44612011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4462
4463 * dirtrack.el (dirtrack): Support shell buffers with path
4464 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4465
0bc06380
TZ
44662011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4467
4468 * json.el: Bump version to 1.3 and note change in History.
4469 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4470
8b79f3e0
SM
44712011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4472
5a7c536b
SM
4473 * comint.el (comint-insert-input, comint-send-input)
4474 (comint-get-old-input-default, comint-backward-matching-input)
4475 (comint-next-prompt): Use nil instead of `input' for field property of
4476 past user input (bug#114).
4477
96a8a0df
SM
4478 * minibuffer.el (completion--replace): Inherit surrounding properties
4479 (bug#114).
4480 (minibuffer-complete-and-exit): Use it.
4481
8b79f3e0
SM
4482 * comint.el (comint--table-subvert): Quote the all-completions output
4483 (bug#9160).
4484
b8f7ff0d
MR
44852011-10-17 Martin Rudalics <rudalics@gmx.at>
4486
8b79f3e0 4487 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4488
b8f7ff0d 4489 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4490 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4491 entries and separate them from frame entries.
4492
c235b555
GM
44932011-10-15 Glenn Morris <rgm@gnu.org>
4494
4495 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4496 Doc fixes.
4497
6bbfa6e1
CY
44982011-10-15 Chong Yidong <cyd@stupidchicken.com>
4499
8b79f3e0
SM
4500 * net/network-stream.el (network-stream-open-starttls):
4501 Improve detection of failure due to lack of TLS support.
ec5c990d 4502
6bbfa6e1
CY
4503 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4504 putting the input text in front and in bold.
4505
98488977
SM
45062011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4507
3d1337be
SM
4508 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4509
ee0b45e4
SM
4510 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4511 empty buffer.
4512
98488977
SM
4513 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4514 unread-command-events rather than pushing yet-another event.
4515
186f4720
EZ
45162011-10-14 Eli Zaretskii <eliz@gnu.org>
4517
4518 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4519 the explanation of the possible choices. Make the options passed
4520 to completing-read shorter.
4521
8b7a997c
AM
45222011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4523
4524 * textmodes/flyspell.el (flyspell-large-region): Make sure
4525 extended character mode is used if defined (Bug#1339).
4526
12587bbb
EZ
45272011-10-13 Eli Zaretskii <eliz@gnu.org>
4528
4529 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4530 character info for LRE, LRO, RLE, and RLO characters by appending
4531 an invisible PDF.
12587bbb 4532
bad41229
SM
45332011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4534
4535 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4536 even in case of error; add debug spec; simplify data flow.
4537 (with-timeout-handler): Remove.
4538
28dbc92f
MA
45392011-10-12 Michael Albinus <michael.albinus@gmx.de>
4540
4541 Fix Bug#6019, Bug#9315.
4542
4543 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4544 complete `buffer-file-name', the local file name part could look
4545 remotely (for example on VMS).
4546
4547 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4548 `tramp-run-real-handler'.
4549 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4550 already quoted by '"'.
4551
4552 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4553 Let `file-name-handler-alist' be nil, the local file name part
4554 could look remotely (for example on VMS).
4555
e1b0b23a
SM
45562011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4559 from here...
4560 (flyspell-post-command-hook): ...to here.
4561
a120bde9
SM
45622011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4565 if not needed.
4566 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4567 using completion. Protect against "slow" callers.
4568 Remove the "message hack".
4569
7ce7717b
JL
45702011-10-11 Juri Linkov <juri@jurta.org>
4571
4572 * isearch.el (isearch-lazy-highlight-word): New variable.
4573 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4574 Use it. (Bug#9727)
4575
c02ee9d6
GM
45762011-10-11 Glenn Morris <rgm@gnu.org>
4577
4578 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4579 like f90-previous-statement does.
4580
93e616fd 45812011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4582
1f190e73 4583 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4584 only in interactive use, to avoid error.
4585
af7b6078
SM
45862011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * minibuffer.el (completion-file-name-table): Fix last change,
4589 i.e. ignore normal errors but not the other ones.
4590
0563dae9
MR
45912011-10-10 Martin Rudalics <rudalics@gmx.at>
4592
4593 * window.el (special-display-buffer-names)
4594 (special-display-regexps): Remove some remnants of earlier
4595 changes from doc-strings.
366ca7f3
MR
4596 (quit-windows-on): New function.
4597
4598 * vc/vc.el (vc-revert, vc-rollback):
4599 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4600 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4601 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4602
49677495
MR
46032011-10-09 Martin Rudalics <rudalics@gmx.at>
4604
4605 * window.el (frame-auto-hide-function): Add version tag.
4606 (Bug#9699)
4607
56f2d1e1
MA
46082011-10-09 Michael Albinus <michael.albinus@gmx.de>
4609
4610 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4611 condition.
4612
112a6592
LL
46132011-10-09 Leo Liu <sdl.web@gmail.com>
4614
4615 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4616 (Bug#9701)
4617
0812589b
GM
46182011-10-08 Glenn Morris <rgm@gnu.org>
4619
4620 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4621 before the first code statement zero indent. (Bug#9690)
4622
b2b0776e
CY
46232011-10-08 Chong Yidong <cyd@stupidchicken.com>
4624
4625 * simple.el (count-words-region): Always count in the region.
4626 Report the number of lines and characters too.
4627 (count-words): New command, which counts in the buffer if the
4628 region is inactive, as count-words-region used to.
4629 (count-words--message): New function. Handle plurals.
4630 (count-lines-region): Make it an alias for count-words-region.
4631
4632 * bindings.el (esc-map): Replace count-lines-region with
4633 count-words-region.
4634
c557cd6b
MR
46352011-10-08 Martin Rudalics <rudalics@gmx.at>
4636
4637 * window.el (window--delete): Delete dedicated frame
4638 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4639 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4640
61a57ef4 46412011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4642
3a7d293b 4643 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4644
c3833279
CY
46452011-10-07 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * bindings.el ([M-left],[M-right]): Bind to left-word and
4648 right-word respectively.
4649
21ce8245
GM
46502011-10-07 Glenn Morris <rgm@gnu.org>
4651
4652 * cus-start.el (debug-on-quit): Fix custom type.
4653
6d823bb2
LMI
46542011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4655
0181e193
LMI
4656 * subr.el (define-key-after): Clarify that the function is not
4657 useful for non-menu keymaps.
4658
6d823bb2
LMI
4659 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4660
8e3459ce 46612011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4662
21ce8245 4663 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4664 in current minibuffer (Fix bug with recursive minibuffers).
4665
a1c2d21e
CY
46662011-10-06 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * progmodes/gdb-mi.el (gdb): Doc fix.
4669
5a4cf282
MR
46702011-10-05 Martin Rudalics <rudalics@gmx.at>
4671
4672 * window.el (frame-auto-hide-function): New option replacing
4673 frame-auto-delete. Suggested by Stefan Monnier.
4674 (window--delete): Call frame-auto-hide-function instead of
4675 investigating frame-auto-delete.
c96111ea
MR
4676 (window-point-1, set-window-point-1): New functions.
4677 (window-in-direction, record-window-buffer, window-state-get-1)
4678 (display-buffer-record-window): Use window-point-1 instead of
4679 window-point.
4680 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4681
9854542e
SM
46822011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4685
8943cfb0
GM
46862011-10-05 Glenn Morris <rgm@gnu.org>
4687
4688 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4689 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4690
647ab967
LL
46912011-10-05 Leo Liu <sdl.web@gmail.com>
4692
4693 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4694 works with buffer object.
4695
3ddfbced
SM
46962011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * mpc.el (mpc-tool-bar-map): Add labels.
4699
bdfa5dd2
GM
47002011-10-04 Glenn Morris <rgm@gnu.org>
4701
4702 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4703
0e2070b5
MR
47042011-10-04 Martin Rudalics <rudalics@gmx.at>
4705
4706 * window.el (window--delete): New function.
4707 (frame-auto-delete): Resuscitate option.
4708 (bury-buffer, replace-buffer-in-windows)
4709 (quit-window): Rewrite using window--delete.
4710 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4711 Pass display-buffer-mark-dedicated to window--display-buffer-2
4712 (Bug#9639).
4713
3dc61a09
SM
47142011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4715
915a9b64
SM
4716 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4717 returns a list (bug#9554). Add remote file name completion.
4718 * comint.el (comint--table-subvert): Curry and get quote&unquote
4719 functions as arguments.
4720 (comint--complete-file-name-data): Adjust call accordingly.
4721 * pcomplete.el (pcomplete--table-subvert): Remove.
4722 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4723
3dc61a09
SM
4724 * minibuffer.el (completion-table-case-fold): Use currying.
4725 (completion--styles-type, completion--cycling-threshold-type):
4726 New constants.
4727 (completion-styles, completion-category-overrides)
4728 (completion-cycle-threshold): Use them.
4729 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4730 completion-table-case-fold.
4731
8ea0a993
SB
47322011-10-03 Stephen Berman <stephen.berman@gmx.net>
4733
4734 * minibuffer.el (completion-category-overrides): Fix type of styles
4735 and add more user friendly tags (bug#9660).
4736
8c24b7f6
SM
47372011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4740 (mule-input-method-string): New widget.
4741 (default-input-method, language-info-custom-alist): Use it.
4742
428fe61a
SM
47432011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4744
32c1fffd
SM
4745 * pcomplete.el: Require comint.
4746 (pcomplete--common-suffix): Remove.
4747 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4748 (pcomplete--table-subvert): Sync with comint--table-subvert.
4749 (pcomplete--entries): Use comint-completion-file-name-table.
4750 * comint.el (comint-unquote-filename): Simplify.
4751 (comint-completion-file-name-table): New function (bug#9616).
4752 (comint--complete-file-name-data): Use it.
4753
428fe61a
SM
4754 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4755 (pcmpl-gnu-tar-buffer): Remove.
4756 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4757 around. Make sure pcomplete-suffix-list is only changed temporarily.
4758 Don't look inside the tar's file if it's too large.
428fe61a 4759
04c52e2f
CY
47602011-10-01 Chong Yidong <cyd@stupidchicken.com>
4761
ce3cefcc
CY
4762 * cus-edit.el (custom-mode-map):
4763 * epa.el (epa-key-list-mode-map):
4764 * man.el (Man-mode-map):
4765 * startup.el (splash-screen-keymap):
4766 * simple.el (special-mode-map): Use scroll-up-command and
4767 scroll-down-command.
4768
4769 * progmodes/idlw-help.el (idlwave-help-mode-map):
4770 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4771 * net/newst-plainview.el (newsticker-mode-map):
4772 * emulation/ws-mode.el (wordstar-mode-map):
4773 * emulation/vi.el (vi-com-map):
4774 * calc/calc-graph.el (calc-graph-show-dumb):
4775 * term/sun.el (terminal-init-sun):
4776 * term/ns-win.el (global-map):
4777 * progmodes/grep.el (grep-mode-map):
4778 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4779 * mail/rmail.el (rmail-mode-map):
4780 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4781
04c52e2f
CY
4782 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4783 custom-safe-themes as special.
4784
79adf8c8
JD
47852011-10-01 Julien Danjou <julien@danjou.info>
4786
4787 * notifications.el (notifications-notify): Fix docstring.
4788
63bd50d3
PS
47892011-10-01 Per Starbäck <per@starback.se>
4790
4791 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4792
199e4c7e
MR
47932011-09-30 Martin Rudalics <rudalics@gmx.at>
4794
4795 * startup.el (command-line-1): Fix last fix by inserting
4796 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4797 (Bug#9605) and (Bug#9636)
199e4c7e 4798
fe5f08dd
EZ
47992011-09-29 Eli Zaretskii <eliz@gnu.org>
4800
4801 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4802 window is hscrolled, move by logical lines. (Bug#9607)
4803 (line-move-visual): Update the doc string to the above effect.
4804
b5516bbd
MR
48052011-09-29 Martin Rudalics <rudalics@gmx.at>
4806
ccee00c0
MR
4807 * window.el (display-buffer-record-window): When WINDOW is the
4808 selected window use `point' instead of `window-point'. (Bug#9626)
4809
b5516bbd
MR
4810 * startup.el (command-line-1): Use insert-before-markers when
4811 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4812
b5516bbd
MR
4813 * help.el (help-window): Remove variable.
4814
52aa0014
GM
48152011-09-29 Glenn Morris <rgm@gnu.org>
4816
4817 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4818
df9a7357
JB
48192011-09-29 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * descr-text.el (describe-char-categories): Accept category
4822 descriptions more than one line long.
4823
a8406c20
SM
48242011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4825
88d9610c
SM
4826 * simple.el (delete-trailing-whitespace): Fix last change.
4827
a5daf810
SM
4828 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4829 Don't confuse "y => 3" as the beginning of a `y' operation.
4830
a8406c20
SM
4831 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4832 object has more than 4 slots (bug#9613).
4833
a239d4e9
JB
48342011-09-28 Juanma Barranquero <lekktu@gmail.com>
4835
4836 * subr.el (with-output-to-temp-buffer):
4837 * net/quickurl.el (quickurl, quickurl-browse-url):
4838 Fix typos in docstrings.
4839
693fbdb6
EZ
48402011-09-27 Eli Zaretskii <eliz@gnu.org>
4841
4842 * minibuffer.el (completion-styles)
4843 (completion-category-overrides): Cross reference each other in doc
4844 strings.
4845
8b457e28
GM
48462011-09-27 Glenn Morris <rgm@gnu.org>
4847
4848 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4849 to split-string. (Bug#9606)
4850
85a16208
LMI
48512011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
4853 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4854 (bug#9615).
4855
502f9ebd
CY
48562011-09-27 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * emacs-lisp/package.el (list-packages): Fix echo area message.
4859
7690bdea
LL
48602011-09-27 Leo Liu <sdl.web@gmail.com>
4861
4862 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4863
e2ee6f30
MA
48642011-09-25 Michael Albinus <michael.albinus@gmx.de>
4865
4866 * net/dbus.el (dbus-unregister-object): Don't release services for
4867 registered signals. (Bug#9581)
4868
f3f98342
TZ
48692011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4870
4871 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4872 function that picks between cfengine 2 and 3 support
4873 automatically. Update docs accordingly.
4874
dd7aa8dd
KH
48752011-09-22 Kenichi Handa <handa@m17n.org>
4876
4877 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4878 ZERO.
4879 (indian-itrans-v5-table-for-tamil): New variable.
4880 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4881
3f2b07f8
KM
48822011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4883
4884 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4885 that's true if the current command involved collapsing of text.
4886 It's reset to false at the beginning of the next command.
4887 (allout-post-command-business): Move the cursor to the beginning
4888 of entry if the cursor is hidden and collapsing activity just
4889 happened.
4890
371d6a61
CY
48912011-09-24 Chong Yidong <cyd@stupidchicken.com>
4892
4893 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4894 tracking (Bug#9541).
4895
2ac2721a
UJ
48962011-09-24 Ulf Jasper <ulf.jasper@web.de>
4897
4898 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4899 (newsticker-show-news): Automatically load html rendering package
4900 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4901 because w3m-fill-column is let-bound" and the error "Symbol's value
4902 as variable is void: w3m-fill-column".
2ac2721a 4903
fac7ae53
MA
49042011-09-24 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4907 Release services only if they are defined. (Bug#9581)
4908
e08b633b
RS
49092011-09-23 Richard Stallman <rms@gnu.org>
4910
e488d29c
RS
4911 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4912 distinguish start of paragraph from start of its text.
4913
19c38752
RS
4914 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4915
e08b633b
RS
4916 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4917 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4918 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4919
0a39f27e
AS
49202011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4921
4922 * international/mule-diag.el (mule-diag): Insert a newline after
4923 each fontset description.
4924
db4e950d
SM
49252011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * simple.el (delete-trailing-whitespace):
4928 Document last change; simplify.
4929
eca3f3ea
PW
49302011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4931
d68e189a
PW
4932 * simple.el (delete-trailing-whitespace): Also delete
4933 extra newlines at the end of the buffer.
4934
eca3f3ea
PW
4935 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4936 (picture-newline): Use forward-line so as to ignore fields.
4937
01c157cc
SM
49382011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * subr.el (with-wrapper-hook): Fix edebug spec.
4941
022de23e
LMI
49422011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4945 (bug#4538).
4946
91683089
MA
49472011-09-23 Michael Albinus <michael.albinus@gmx.de>
4948
eca3f3ea
PW
4949 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4950 Fix nasty bug using wrong cached values.
91683089 4951
5bdd6fa4
AM
49522011-09-23 Alan Mackenzie <acm@muc.de>
4953
4954 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4955
97adfb97
CY
49562011-09-23 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * window.el (pop-to-buffer): Ensure right window is selected if we
4959 chose another frame.
4960
d4ef2b50
EZ
49612011-09-22 Eli Zaretskii <eliz@gnu.org>
4962
4963 * simple.el (what-cursor-position): Use get-char-property-change
4964 and next-single-char-property-change, to be able to show display
4965 properties that come from overlays as well as text properties.
4966
72258fe5
CY
49672011-09-22 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4970
4971 * cmuscheme.el (run-scheme, switch-to-scheme):
4972 * cus-edit.el (customize-group, custom-buffer-create)
4973 (customize-browse):
4974 * info.el (info):
4975 * shell.el (shell):
4976 * mail/sendmail.el (mail):
4977 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4978
8f098516
RS
49792011-09-22 Richard Stallman <rms@gnu.org>
4980
4981 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4982 move back only to line beg, don't move back over blank lines.
4983
e74f1bb6
MA
49842011-09-22 Michael Albinus <michael.albinus@gmx.de>
4985
4986 * files.el (copy-directory): Set directory attributes only in case
4987 they could be retrieved from the source directory. (Bug#9565)
4988
bfeef8b6
DK
49892011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4990
4991 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4992 (hs-find-block-beginning, hs-hide-level-recursive):
4993 Ignore strings as well as comments. (Bug#9502)
4994
7e423bb8
AS
49952011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4996
4997 * progmodes/sql.el (sql-comint-postgres):
4998 Convert port number to a string. (Bug#9566)
4999
b4d72fcf
MR
50002011-09-22 Martin Rudalics <rudalics@gmx.at>
5001
5002 * window.el (quit-window): Undedicate window when switching to
5003 previous buffer. Reported by Thierry Volpiatto
5004 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5005 (special-display-popup-frame): When popping up a new frame reset
5006 its previous buffers to nil. Simplify code.
b4d72fcf 5007
a7b88dc6
MA
50082011-09-21 Michael Albinus <michael.albinus@gmx.de>
5009
5010 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5011 and process filter, as done also in `shell-command'.
5012
cf4eacfd
MR
50132011-09-21 Martin Rudalics <rudalics@gmx.at>
5014
eca3f3ea 5015 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5016 Call set-window-start with NOFORCE argument t.
5017 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5018 (quit-window): Reword doc-string. Handle new format of
5019 quit-restore parameter. Don't delete window if it has a
5020 previous buffer we can show instead of the present one.
5021 (display-buffer-record-window): Rewrite using a new format for
5022 the quit-restore window parameter
5023 (special-display-popup-frame, display-buffer-same-window)
5024 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5025 (display-buffer-pop-up-window, display-buffer-use-some-window):
5026 Adapt symbol passed to display-buffer-record-window.
5027 * help.el (help-window-setup): Handle new format of quit-restore
5028 parameter.
5029
8d28cb95
SM
50302011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5031
94ab793f
SM
5032 * faces.el (face-list): Fix docstring (bug#9564).
5033
8d28cb95
SM
5034 * window.el (display-buffer--action-function-custom-type):
5035 Don't include internal functions in the Custom interface.
5036
3820edeb
JL
50372011-09-20 Juri Linkov <juri@jurta.org>
5038
5039 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5040 (Info-forward-node, Info-backward-node, Info-next-preorder)
5041 (Info-last-preorder): Use it. (Bug#9528)
5042
5147931d
JL
50432011-09-20 Juri Linkov <juri@jurta.org>
5044
5045 * info.el (Info-last-preorder): Visit last menu item only when
5046 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5047
cf499a1a
JD
50482011-09-20 Julien Danjou <julien@danjou.info>
5049
5050 * password-cache.el (password-cache-remove): Remove entries even if the
5051 value is nil, so that password with a nil value (negative caching) is
5052 possible to invalidate.
5053
f84e2fe2
LM
50542011-09-20 Lawrence Mitchell <wence@gmx.li>
5055
5056 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5057 all whitespace around breakpoint. (Bug#9553)
5058 (f90-find-breakpoint): Only break at whitespace inside a comment.
5059
78054a46
SM
50602011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * minibuffer.el (completion-file-name-table): Keep track of errors.
5063 (completion-table-with-predicate): Handle the case where pred1 is nil.
5064 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5065
345083b2
SM
50662011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5067
e24e27be
SM
5068 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5069 (debugger-return-value): Signal an error if the debugging context does
5070 not await any return value.
5071
345083b2
SM
5072 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5073 * image-mode.el (image-toggle-display-text)
5074 (image-toggle-display-image): Stay away from evil `intangible'.
5075
08d355e3
LL
50762011-09-19 Leo Liu <sdl.web@gmail.com>
5077
5078 * replace.el (occur-revert-arguments): Make it permanent-local.
5079 (occur-mode): Don't call font-lock-defontify.
5080
f01da43f
CY
50812011-09-19 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * net/ldap.el (ldap-search-internal): Don't push empty search
5084 result (Bug#9508).
5085
b6072fa6
SM
50862011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5089
443d6696
MA
50902011-09-19 Michael Albinus <michael.albinus@gmx.de>
5091
5092 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5093 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5094
7cc6e154
JL
50952011-09-18 Juri Linkov <juri@jurta.org>
5096
5097 * buff-menu.el (Buffer-menu-mode-map):
5098 * dired.el (dired-mode-map):
5099 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5100 (lisp-interaction-mode-map):
5101 * emacs-lisp/package.el (package-menu-mode-map):
5102 * epa.el (epa-key-list-mode-map):
5103 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5104 (menu-bar-options-menu):
5105 * outline.el (outline-mode-menu-bar-map):
5106 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5107 * vc/vc-dir.el (vc-dir-menu-map):
5108 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5109 Capitalize non-function content words in menu item strings.
5110
5111 * dired.el (dired-mode-map): Add menu item for
5112 `image-dired-dired-toggle-marked-thumbs'.
5113
80302a81
JL
51142011-09-18 Juri Linkov <juri@jurta.org>
5115
5116 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5117 to `isearch-case-fold-search' and restore its original value
5118 after the `isearch-mode' call.
5119
46c5cf66
JL
51202011-09-18 Juri Linkov <juri@jurta.org>
5121
5122 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5123 because `zgrep' returns 1 for successful matches (bug#9226).
5124
d18b513b
JL
51252011-09-18 Juri Linkov <juri@jurta.org>
5126
5127 * info.el (Info-extract-menu-node-name): Check the second match
5128 for empty string (second test-case of bug#9528).
5129 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5130 intermediate nodes to the history (first test-case of bug#9528).
5131
72753f87
JL
51322011-09-18 Juri Linkov <juri@jurta.org>
5133
5134 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5135 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5136
c9384295
JL
51372011-09-18 Juri Linkov <juri@jurta.org>
5138
1154d12e
JB
5139 * info.el (Info-file-supports-index-cookies):
5140 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5141 outputs one more line for long file names (bug#4142).
c9384295 5142
d473dce8
CY
51432011-09-18 Chong Yidong <cyd@stupidchicken.com>
5144
5145 * newcomment.el (comment-normalize-vars): If prompting for
5146 comment-start, set comment-start-skip too (Bug#8424).
5147
2176854d
JB
51482011-09-18 Johan Bockgård <bojohan@gnu.org>
5149
5150 * icomplete.el: Fix previous fix of Bug#5849.
5151 (icomplete-mode): Don't set completion-show-inline-help.
5152 (icomplete-minibuffer-setup): Set completion-show-inline-help
5153 locally during icompletion.
5154
3aace4e4
CY
51552011-09-18 Chong Yidong <cyd@stupidchicken.com>
5156
c940224f
CY
5157 * woman.el (woman2-process-escapes): Don't delete unrecognized
5158 escapes (Bug#7843).
5159
3aace4e4
CY
5160 * files.el (inhibit-first-line-modes-regexps): Add image files.
5161 (hack-local-variables-prop-line): Return nil for malformed
5162 prop-lines (Bug#9044).
5163
710dec63
MA
51642011-09-18 Michael Albinus <michael.albinus@gmx.de>
5165
5166 * net/tramp.el (top): Don't require 'shell.
5167 (tramp-methods): Fix docstring.
5168 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5169 Return complete remote file name. Handle "smb" case.
5170 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5171 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5172
5173 * net/tramp-compat.el (top): Require 'shell.
5174
5175 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5176 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5177 `tramp-current-host'.
5178 (tramp-get-remote-tmpdir): Remove.
5179
5180 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5181 `tramp-tmpdir' entries.
5182 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5183 (tramp-smb-handle-file-attributes): Ignore errors.
5184 (tramp-smb-wait-for-output): Check also for process end.
5185
5d5ac8ec
LMI
51862011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5187
5188 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5189 when sending QUIT (bug#9312).
5190
8c0f49f0
CY
51912011-09-17 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5194 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5195 occur-mode-display-occurrence.
5196 (occur-edit-mode): Add usage message.
5197 (occur-cease-edit): New command.
5198 (occur-after-change-function): Use text properties to find the
5199 position of the prefix text.
5200 (occur-engine): Set stickiness of prefix text properties.
5201
8f1383f7
GM
52022011-09-17 Glenn Morris <rgm@gnu.org>
5203
5204 * progmodes/etags.el (complete-tag):
5205 Fix call to completion-in-region. (Bug#9526)
5206
744ba0e3
JL
52072011-09-17 Juri Linkov <juri@jurta.org>
5208
5209 * textmodes/ispell.el (ispell-word): Add to the error message
5210 the word, ispell program name and current dictionary (bug#9121).
5211 (ispell-tex-arg-end): Capitalize "error" in the error message.
5212
d9bbf400
AS
52132011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5214
5215 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5216 check. (Bug#4251)
5217
8da11505
JL
52182011-09-17 Juri Linkov <juri@jurta.org>
5219
5220 * window.el (window-safe-min-height, window-safe-min-width):
5221 Fix typos (followup to bug#9522).
5222
a91adc7e
SJ
52232011-09-17 Sven Joachim <svenjoac@gmx.de>
5224
5225 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5226
064f328a
EZ
52272011-09-16 Eli Zaretskii <eliz@gnu.org>
5228
5229 * simple.el (line-move): If goal-column is set, move by logical
5230 lines, not by display lines. (Bug#971)
5231 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5232 to reflect the above change.
5233
e69df516
SM
52342011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5235
5236 * image.el (imagemagick-register-types): Use regexp-opt.
5237
cbb0f9ab
CY
52382011-09-15 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * window.el (display-buffer-base-action): Rename from
5241 display-buffer-default-action. Make default value empty.
5242 (display-buffer-overriding-action): Convert to defvar.
5243 (display-buffer-fallback-action): New var.
5244
25322144
CY
52452011-09-15 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5248 declaration.
5249 (package--add-to-archive-contents): If there is a duplicate entry
5250 with an older version, remove it.
5251 (package-menu-mark-delete, package-menu-mark-install)
5252 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5253 (package-menu-mark-obsolete-for-deletion):
5254 Use package-menu-get-status instead of a regexp search.
25322144
CY
5255 (package-menu-get-status): Use tabulated-list-entry.
5256 (package-menu-mark-upgrades): New command.
d770725a 5257 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5258 (package-menu-execute): Do installation before deletion.
5259 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5260 instead of checking major-mode.
5261 (package-menu--find-upgrades): New function.
5262
7520339c
LMI
52632011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5264
5265 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5266 passwords in the log buffer.
65a046c4
LMI
5267 (smtpmail-process-filter): Update the process marker so that the
5268 "broken by peer" status message is inserted in the right place.
7520339c 5269
d3c30954
SM
52702011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5271
3fe48822
SM
5272 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5273 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5274 bibtex-completion-at-point-function.
5275 (bibtex-completion-at-point-function): Use them.
5276
1b8b3954
SM
5277 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5278
d3c30954
SM
5279 * mpc.el (mpc-constraints-tag-lookup): New function.
5280 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5281 also to browser "album|playlist".
5282
72779976
JL
52832011-09-14 Juri Linkov <juri@jurta.org>
5284
5285 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5286 (isearch-edit-string): Use length of `isearch-string' when
5287 `isearch-fail-pos' returns nil.
5288 (isearch-message): Remove duplicate code and call
5289 `isearch-fail-pos' with arg `t'.
5290
a0bf2bcd
CY
52912011-09-14 Chong Yidong <cyd@stupidchicken.com>
5292
17bb0a2d
CY
5293 * replace.el (occur-mode-goto-occurrence): Don't force using other
5294 window (Bug#9499).
5295
a0bf2bcd
CY
5296 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5297
f678e0b6
MR
52982011-09-14 Martin Rudalics <rudalics@gmx.at>
5299
5300 * window.el (display-buffer-window): Remove.
5301 (display-buffer-record-window): Use help-setup window parameter
5302 instead of variable display-buffer-window.
5303 (display-buffer-function, special-display-buffer-names)
5304 (special-display-function): Mention help-setup parameter instead
5305 of display-buffer-window in doc-string.
d3c30954
SM
5306 * help.el (help-window-setup): New argument help-window.
5307 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5308 Reword some messages.
5309 (with-help-window): Pass window used for displaying the buffer
5310 to help-window-setup. Don't set display-buffer-window.
5311
8e39b2e8
GM
53122011-09-13 Glenn Morris <rgm@gnu.org>
5313
5314 * emacs-lisp/debug.el (debugger-make-xrefs):
5315 Preserve point. (Bug#9462)
5316
85e9c04b
CY
53172011-09-13 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * window.el (window-deletable-p): Use next-frame.
5320
1b36ed6a
MR
53212011-09-13 Martin Rudalics <rudalics@gmx.at>
5322
5323 * window.el (window-auto-delete): Remove.
5324 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5325 dedication and previous buffers.
1b36ed6a
MR
5326 (switch-to-prev-buffer): Don't delete window.
5327 (delete-windows-on): Delete a window's frame if and only if the
5328 window is dedicated.
5329 (replace-buffer-in-windows): Delete buffer's window or frame if
5330 and only if window is dedicated.
5331 (quit-window): Handle quit-restore as before last change.
4d61f28d 5332 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5333
ef8ef9fb
CY
53342011-09-13 Chong Yidong <cyd@stupidchicken.com>
5335
5336 * window.el (window-deletable-p): Never delete the last frame on a
5337 given terminal.
5338
b2cba41e
GM
53392011-09-13 Glenn Morris <rgm@gnu.org>
5340
5341 * help.el (describe-key-briefly): Copy previous standard-output change.
5342
51553db6 53432011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5344
5345 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5346
b7556719
GM
53472011-09-13 Glenn Morris <rgm@gnu.org>
5348
5349 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5350 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5351
64b51947
CY
53522011-09-12 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * dired-aux.el (dired-mark-read-string): Don't return default
5355 value on empty input (Bug#9361).
5356 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5357 Omit initial minibuffer contents.
5358 (dired-do-chmod): Signal an error on empty input.
5359 (dired-mark-read-string): Don't return default on empty input.
5360
5361 * files.el (file-modes-symbolic-to-number): Doc fix.
5362
393a301e
SM
53632011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * international/mule-cmds.el (ucs-completions): Remove.
5366 (read-char-by-name): Use complete-with-action instead; add metadata.
5367
fa5660f9
CY
53682011-09-11 Chong Yidong <cyd@stupidchicken.com>
5369
5370 * window.el (display-buffer--action-function-custom-type)
5371 (display-buffer--action-custom-type): New vars.
5372 (display-buffer-alist, display-buffer-default-action)
5373 (display-buffer-overriding-action): Add defcustom types.
5374
4a592f66
CY
5375 * frame.el (delete-other-frames): Doc fix (Bug#276).
5376
73d56dbd
LMI
53772011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5378
5379 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5380
37ac18a3
CY
53812011-09-11 Chong Yidong <cyd@stupidchicken.com>
5382
5383 Change modes that used same-window-* vars to use switch-to-buffer.
5384
5385 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5386 Use switch-to-buffer.
5387
5388 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5389 (customize-browse, custom-buffer-create-other-window):
5390 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5391
5392 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5393 (Info-prev, Info-up, Info-speedbar-goto-node)
5394 (info-display-manual): Use switch-to-buffer.
5395 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5396
5397 * mail/sendmail.el (mail): Use switch-to-buffer.
5398 (mail-recover): Use switch-to-buffer-other-window.
5399
5400 * cmuscheme.el (run-scheme, switch-to-scheme):
5401 * ielm.el (ielm):
5402 * shell.el (shell):
5403 * net/rlogin.el (rlogin):
5404 * net/telnet.el (telnet, rsh):
5405 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5406
10195bd6
AS
54072011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5408
5409 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5410
b322f63a
LMI
54112011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5412
39d7fed6
LMI
5413 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5414 so don't mention it (bug#9301).
ba5a81f1 5415 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5416
ee0e9f11
LMI
5417 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5418 match `x', `w32' and `ns', like the manual says (bug#9029).
5419
0b1c89c1 5420 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5421 (process-kill-buffer-query-function): Mention the buffer name in
5422 the query.
0b1c89c1 5423
77549ea8
LMI
5424 * image-mode.el (image-next-line): The line parameter is mandatory
5425 (bug#9258).
5426
803ef892
LMI
5427 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5428 which can be useful (bug#9301).
5429
12980837
LMI
5430 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5431
91054f8f
LMI
5432 * subr.el (match-string): Mention that the current buffer should
5433 be the same as the search was done in (bug#9282).
5434
b322f63a
LMI
5435 * facemenu.el: Disable the remove-* commands if the mark isn't
5436 active (bug#9162).
5437
3199b96f
CY
54382011-09-10 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5441 of display-buffer.
5442 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5443
5444 * replace.el (occur-mode-goto-occurrence)
5445 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5446 and display-buffer.
5447
5448 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5449 display-buffer.
5450
5451 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5452 special-display and same-window variables.
5453 (mail-other-window): Use switch-to-buffer-other-window.
5454 (mail-other-frame): USe switch-to-buffer-other-frame.
5455
393a301e
SM
5456 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5457 Use display-buffer-other-frame.
3199b96f
CY
5458 (gdb-display-gdb-buffer): Use pop-to-buffer.
5459
5460 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5461
5462 * progmodes/python.el: Don't set same-window-buffer-names.
5463
5464 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5465
5466 * window.el (display-buffer-alist): Add *Python*.
5467
8319e0bf
CY
54682011-09-10 Chong Yidong <cyd@stupidchicken.com>
5469
5470 * window.el (display-buffer-alist): Add entry for buffers
5471 previously handled same-window-*.
5472 (display-buffer-alist, display-buffer-default-action)
5473 (display-buffer-overriding-action): Mark as risky.
5474 (display-buffer-alist): Document action function changes.
5475 (display-buffer--same-window-action)
5476 (display-buffer--other-frame-action): New variables.
5477 (switch-to-buffer, display-buffer-other-frame): Use them.
5478 (display-buffer): Rename reuse-frame entry to reusable-frames.
5479 (display-buffer-reuse-selected-window): Function deleted.
5480 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5481 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5482 (display-buffer-special): New function.
5483 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5484 display-buffer-reuse-or-pop-window. Split off special-display
5485 part into display-buffer-special.
5486 (display-buffer-use-some-window): Don't perform any special
5487 pop-up-frames handling.
5488 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5489 (display-buffer--maybe-same-window): Rename from
0d3ff375 5490 display-buffer-maybe-same-window.
8319e0bf 5491
919a69aa
CY
5492 * info.el: Don't set same-window-regexps.
5493 (info-setup): New function.
5494 (info-other-window, info): Call it.
5495
5496 * cus-edit.el: Don't set same-window-regexps.
5497 (customize-group): New argument.
5498 (customize-group-other-window): Use it.
5499 (customize-face, customize-face-other-window): Likewise.
5500 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5501
8319e0bf
CY
5502 * net/rlogin.el:
5503 * net/telnet.el:
5504 * progmodes/gud.el: Don't set same-window-regexps.
5505
5506 * cmuscheme.el:
5507 * ielm.el:
5508 * shell.el:
5509 * mail/sendmail.el:
5510 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5511
25173000
JL
55122011-09-10 Juri Linkov <juri@jurta.org>
5513
5514 * isearch.el (isearch-edit-string): Remove obsolete mention of
5515 `C-w' (`isearch-yank-word-or-char') from docstring.
5516 (isearch-query-replace): Fix typo in docstring (bug#9466).
5517
056e44ef
JL
55182011-09-10 Juri Linkov <juri@jurta.org>
5519
5520 * paren.el (show-paren-function): Don't show escaped parens.
5521 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5522
c3760c17
EZ
55232011-09-10 Eli Zaretskii <eliz@gnu.org>
5524
5525 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5526 (mm-default-file-encoding): Remove autoload forms, they are
5527 replaced with autoload cookies in mml.el and mm-encode.el.
5528 (mail-add-attachment): New command.
5529 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5530 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5531 the doc string.
5532 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5533
fece895e
RT
55342011-09-10 Reuben Thomas <rrt@sc3d.org>
5535
e69df516
SM
5536 * simple.el (count-words-region): Use buffer if there's no region
5537 (bug#9429).
fece895e 5538
5e68ce4a
JL
55392011-09-09 Juri Linkov <juri@jurta.org>
5540
5541 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5542 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5543 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5544
0a6b9622
AM
55452011-09-09 Alan Mackenzie <acm@muc.de>
5546
5547 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5548 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5549
14a29deb
EZ
55502011-09-09 Eli Zaretskii <eliz@gnu.org>
5551
5552 Fix for Savannah bug#9392.
5553 * simple.el (mail-encode-mml): New defvar.
5554
5555 * mail/rmail.el (mail-encode-mml): Add a defvar.
5556 (rmail-enable-mime-composing): Default to t.
5557 (rmail-forward): Use MIME method of forwarding only if both
5558 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5559 Set mail-encode-mml non-nil if the MIME method was used.
5560
5561 * mail/sendmail.el (mml-to-mime): Add autoload form.
5562 (mail-encode-mml): Add a defvar.
5563 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5564 to nil.
5565 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5566 message through mml-to-mime, and reset mail-encode-mml to nil.
5567
28c45130
GM
55682011-09-09 Glenn Morris <rgm@gnu.org>
5569
5570 * woman.el (woman-if-body): When processing an .el block,
5571 do not delete the next .el block as well. (Bug#9447)
69f4b618 5572 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5573
9b1c252e
MR
55742011-09-08 Martin Rudalics <rudalics@gmx.at>
5575
5576 * window.el (window-deletable-p): Make sure window is live before
5577 invoking window-prev-buffers.
5578
567457e3
LL
55792011-09-08 Leo Liu <sdl.web@gmail.com>
5580
5581 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5582
97f05794
JL
55832011-09-08 Juri Linkov <juri@jurta.org>
5584
5585 * progmodes/compile.el (compilation-environment): Make it
5586 a defcustom (bug#8340).
5587
8b0874b5
MR
55882011-09-08 Martin Rudalics <rudalics@gmx.at>
5589
5590 * window.el (frame-auto-delete): Rename to window-auto-delete.
5591 Make it control auto-deletion of windows and/or frames.
5592 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5593 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5594 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5595 Rewrite handling of case when window/frame can be deleted.
5596 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5597 argument t. (Bug#9456)
8b0874b5 5598
4feb6e73
CY
55992011-09-07 Chong Yidong <cyd@stupidchicken.com>
5600
5601 * help-mode.el (help-mode): Restore autoload.
5602
91ab9c13
JL
56032011-09-07 Juri Linkov <juri@jurta.org>
5604
5605 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5606 `compilation-environment'. Set buffer-local
5607 `compilation-environment' to `thisenv' later after (funcall mode).
5608 (Bug#8340)
5609
5610 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5611 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5612 instead of replacing its value. (Bug#8340)
5613
0527e251
JL
56142011-09-07 Juri Linkov <juri@jurta.org>
5615
5616 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5617 based on text properties put by `grep-filter' instead of matching
5618 escape sequences.
5619 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5620 to the value of `grep-error-screen-columns' (bug#9438).
5621
249f792c
JL
56222011-09-07 Juri Linkov <juri@jurta.org>
5623
5624 * simple.el (next-error-highlight, next-error-highlight-no-select):
5625 Doc fix (bug#9432).
5626
ff7271b9
OT
56272011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5628
5629 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5630 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5631
183fc730
LL
56322011-09-07 Leo Liu <sdl.web@gmail.com>
5633
5634 * net/rcirc.el (rcirc-mode): Conditionally initialize
5635 rcirc-input-ring.
5636
77694924
SM
56372011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * emacs-lisp/find-func.el (find-function-C-source): Only set
5640 find-function-C-source-directory after checking that we found a source
5641 file there (bug#9440).
5642
d809b8eb
AM
56432011-09-06 Alan Mackenzie <acm@muc.de>
5644
5645 * isearch.el (isearch-other-meta-char): Wherever a key list is
5646 unread, "unread" the prefix arg, too. This fixes bug #8901.
5647
453de99f
OG
56482011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5649
5650 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5651
90439906
JL
56522011-09-05 Juri Linkov <juri@jurta.org>
5653
5654 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5655
f62bd846
JL
56562011-09-05 Juri Linkov <juri@jurta.org>
5657
5658 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5659 keeping point where processing of grep matches begins, and
5660 continue to delete remaining escape sequences from the same point.
5661 (grep-filter): Make leading zero optional in "0?1;31m" because
5662 git-grep emits "\033[1;31m" escape sequences unlike expected
5663 "\033[01;31m" as GNU Grep does (bug#9408).
5664 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5665
045820ec
JL
56662011-09-05 Juri Linkov <juri@jurta.org>
5667
5668 * subr.el (y-or-n-p): Capitalize "yes".
5669
f5e29b9b
MA
56702011-09-04 Michael Albinus <michael.albinus@gmx.de>
5671
5672 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5673 `tramp-cache-unload-hook' where appropriate.
5674 (tramp-methods): Rename `tramp-remote-sh' to
5675 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5676 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5677
5678 * net/tramp-sh.el (top): Don't require 'shell.
5679 (tramp-methods): Add `tramp-remote-shell' and
5680 `tramp-remote-shell-args' entries.
5681 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5682 (tramp-sh-handle-shell-command): Remove.
5683 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5684 Use `tramp-remote-shell'.
5685
2784c434
CY
56862011-09-03 Chong Yidong <cyd@stupidchicken.com>
5687
393a301e 5688 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5689 (sendmail-query-once): Save directly to send-mail-function.
5690 Update message-send-mail-function too.
5691
5692 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5693
464cdf56
CS
56942011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5695
5696 * progmodes/python.el (python-mode-map): Use correct function to
5697 start python interpreter from menu-bar (as reported by Geert
5698 Kloosterman).
5699 (inferior-python-mode-map): Fix typo.
393a301e 5700 (python-shell-map): Remove.
464cdf56 5701
d37e5c87
DD
57022011-09-03 Deniz Dogan <deniz@dogan.se>
5703
5704 * net/rcirc.el (rcirc-print): Simplify code for
5705 rcirc-scroll-show-maximum-output. There is no need to walk
5706 through all windows to find the right one.
5707
f3ada0ee
CS
57082011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5709
5710 * help.el (help-return-method): Doc fix.
5711
1f3c99ca
MR
57122011-09-03 Martin Rudalics <rudalics@gmx.at>
5713
5714 * window.el (window-deletable-p): Don't return a non-nil value
5715 when there's a buffer that was shown in the window before.
5716 (Bug#9419)
393a301e
SM
5717 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5718 Set window's previous buffers to nil.
1f3c99ca 5719
a3cf097f
EZ
57202011-09-03 Eli Zaretskii <eliz@gnu.org>
5721
5722 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5723 newline before and after the tag line, so it doesn't interfere
5724 with determining the paragraph direction of bidirectional text.
5725
3d03de90
LL
57262011-09-03 Leo Liu <sdl.web@gmail.com>
5727
5728 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5729
c3313451
CY
57302011-09-02 Chong Yidong <cyd@stupidchicken.com>
5731
393a301e 5732 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5733 (pop-to-buffer): Change interactive spec. Pass second argument
5734 directly to display-buffer.
5735 (display-buffer): Fix interactive spec. Use functionp to
5736 distinguish between a function and a list of functions.
5737
5738 * abbrev.el (edit-abbrevs):
5739 * arc-mode.el (archive-extract):
5740 * autoinsert.el (auto-insert):
5741 * bookmark.el (bookmark-bmenu-list):
5742 * files.el (find-file):
5743 * view.el (view-buffer):
5744 * progmodes/compile.el (compilation-goto-locus):
5745 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5746
89894cd8
CY
57472011-09-02 Chong Yidong <cyd@stupidchicken.com>
5748
5749 * window.el (display-buffer-alist): Doc fix.
5750 (display-buffer): Add docstring. Don't treat
5751 display-buffer-default specially.
5752 (display-buffer-reuse-selected-window)
5753 (display-buffer-same-window, display-buffer-maybe-same-window)
5754 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5755 (display-buffer-pop-up-window)
5756 (display-buffer-reuse-or-pop-window)
5757 (display-buffer-use-some-window): New functions.
5758 (display-buffer-default-action): Use them.
393a301e 5759 (display-buffer-default): Delete.
89894cd8
CY
5760 (pop-to-buffer-1): Fix choice of actions.
5761
ae0bc9fb
SM
57622011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * minibuffer.el (completion--insert-strings): Don't get confused by
5765 completion entries that end with an LF char.
5766
e9d90883
EZ
57672011-09-01 Eli Zaretskii <eliz@gnu.org>
5768
5769 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5770
437014c8
CY
57712011-09-01 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5774 (display-buffer-same-window, display-buffer-other-window):
5775 New functions.
437014c8
CY
5776 (pop-to-buffer-1): New function. Use the above.
5777 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5778 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5779
5780 * view.el (view-buffer-other-window, view-buffer-other-frame):
5781 Just use pop-to-buffer.
5782
a5e063d5
TV
57832011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5784
5785 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5786
793d32bb
WH
57872011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5788
5789 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5790
d65e4c15
RS
57912011-08-31 Richard Stallman <rms@gnu.org>
5792
5793 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5794 of the separation of rmail-view-buffer from rmail-buffer.
5795 If you say no to "replace original", the decrypt is in the
5796 view buffer. If you say yes, the decrypt goes into the
5797 rmail buffer also.
5798
f818cd2a
MR
57992011-08-31 Martin Rudalics <rudalics@gmx.at>
5800
5801 * window.el (display-buffer-window): Rewrite doc-string.
5802 (display-buffer-record-window): New function.
5803 (display-buffer-macro-specifiers)
5804 (display-buffer-even-window-sizes, display-buffer-set-height)
5805 (display-buffer-set-width, display-buffer-in-window)
5806 (display-buffer-reuse-window, display-buffer-split-specifiers)
5807 (display-buffer-side-specifiers, display-buffer-split-window-1)
5808 (display-buffer-split-window, display-buffer-split-atom-window)
5809 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5810 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5811 (display-buffer-other-window-means-other-frame)
5812 (display-buffer-normalize-special)
5813 (display-buffer-normalize-default)
5814 (display-buffer-normalize-argument)
5815 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5816 (display-buffer-normalize-specifiers, display-buffer-frame)
5817 (display-buffer-same-window, display-buffer-same-frame)
5818 (display-buffer-other-window)
5819 (display-buffer-same-frame-other-window)
5820 (display-buffer-other-frame, pop-to-buffer-same-window)
5821 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5822 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5823 (switch-to-buffer-same-frame)
5824 (switch-to-buffer-other-window-same-frame)
5825 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5826 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5827 (display-buffer-alist-set): Remove.
5828 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5829 (special-display-regexps, special-display-function):
5830 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5831 parameter.
5832 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5833 (special-display-frame-alist, special-display-popup-frame)
5834 (same-window-buffer-names, same-window-regexps, same-window-p)
5835 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5836 (split-window-preferred-function, split-height-threshold)
5837 (split-width-threshold, window-splittable-p)
5838 (split-window-sensibly, window--try-to-split-window)
5839 (window--frame-usable-p, even-window-heights)
5840 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5841 (window--display-buffer-2, display-buffer-other-frame):
5842 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5843 (display-buffer-default, display-buffer-assq-regexp): New functions.
5844 (display-buffer-alist): Rewrite doc-string.
5845 (display-buffer-default-action)
5846 (display-buffer-overriding-action): New variables.
5847 (display-buffer, switch-to-buffer): Rewrite.
5848 (pop-to-buffer): Restore Emacs 23 behavior but use
5849 window-normalize-buffer-to-display.
5850 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5851 Restore Emacs 23 behavior but use
5852 window-normalize-buffer-to-switch-to.
5853 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5854 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5855 Rewrite using Emacs 23 options.
f818cd2a 5856
5bc3b51d
MA
58572011-08-31 Michael Albinus <michael.albinus@gmx.de>
5858
5859 * net/tramp.el (tramp-root-regexp): Remove.
5860 (tramp-completion-file-name-regexp-unified)
5861 (tramp-completion-file-name-regexp-separate)
5862 (tramp-completion-file-name-regexp-url): Don't use leading volume
5863 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5864 (tramp-drop-volume-letter): Simplify definition.
5865 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5866
b1a4f8e1
SM
58672011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5870 (bug#9356).
5871
5664fa7b
RT
58722011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5873
b1a4f8e1 5874 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5875
9a45d6c3
JL
58762011-08-29 Juri Linkov <juri@jurta.org>
5877
5878 * isearch.el (isearch-done): Don't display message "Mark saved"
5879 when arg `edit' is non-nil to prevent its flicker in the echo area.
5880
fb87e0fb
CY
58812011-08-28 Chong Yidong <cyd@stupidchicken.com>
5882
5883 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5884 obsolete packages for deletion.
5885
09ac1c2a
CS
58862011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5887
5888 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5889 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5890 view-mode from help-mode.
5891 (help-xref-override-view-map): Remove.
5892 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5893 view-mode is not used anymore.
5894
7a1ff57f
CY
58952011-08-28 Chong Yidong <cyd@stupidchicken.com>
5896
5897 * server.el (server-port): Doc fix.
5898
b9696605
CY
5899 * cus-theme.el (custom-theme-choose-mode): Inherit from
5900 special-mode (Bug#9124).
5901 (custom-theme-choose-mode-map): Add special-mode to parent.
5902
ef8cdf8c
AM
59032011-08-28 Alan Mackenzie <acm@muc.de>
5904
5905 * progmodes/cc-fonts.el
5906 (c-make-font-lock-BO-decl-search-function): New function.
5907 (c-basic-matchers-after - "Fontify the clauses after various
5908 keywords"): Extract the three keyword lists for the 3 erroneous
5909 constructs from the list of four, and use the new function above
5910 in place of an old one.
5911
27de4e20
DD
59122011-08-28 Deniz Dogan <deniz@dogan.se>
5913
5914 * net/rcirc.el (rcirc-insert-prev-input)
5915 (rcirc-insert-next-input): Remove unused argument.
5916
356a3681
SM
59172011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5920
3fc9b218
AM
59212011-08-27 Alan Mackenzie <acm@muc.de>
5922
5923 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5924 handle function pointer parameters properly.
5925
538a061c
MR
59262011-08-27 Martin Rudalics <rudalics@gmx.at>
5927
5928 * window.el (display-buffer-reuse-window): Fix case where
5929 selected window was reused with non-nil OTHER-WINDOW argument.
5930 (Bug#9381)
5931
35b1c40c
DD
59322011-08-27 Deniz Dogan <deniz@dogan.se>
5933
5934 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5935 oftc's NickServ messages.
5936
2f6a3e79
GM
59372011-08-27 Glenn Morris <rgm@gnu.org>
5938
5939 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5940
7254299e
CY
59412011-08-26 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * emacs-lisp/package.el (package-install): Call package-initialize
5944 if called interactively.
5945
f8ccf167
LL
59462011-08-26 Leo Liu <sdl.web@gmail.com>
5947
5948 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5949
3e8cd5ce
JL
59502011-08-25 Juri Linkov <juri@jurta.org>
5951
5952 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5953 `search-whitespace-regexp' (bug#9364).
5954
93eb7113
JL
59552011-08-25 Juri Linkov <juri@jurta.org>
5956
5957 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5958 `regexp-search-ring' to their global values to protect from
5959 updating by `read-from-minibuffer' (bug#9185).
5960
f65d1611
JL
59612011-08-25 Juri Linkov <juri@jurta.org>
5962
5963 * textmodes/ispell.el (ispell-command-loop): Add newline
5964 at the end of the "Use option `i'..." line.
5965
f1cf7a31
JL
59662011-08-25 Juri Linkov <juri@jurta.org>
5967
5968 * battery.el (display-battery-mode): If `battery-status-function'
5969 or `battery-mode-line-format' is nil, display the message and set
5970 `display-battery-mode' to nil (bug#9363).
5971
0c95fcf7
EZ
59722011-08-25 Eli Zaretskii <eliz@gnu.org>
5973
5974 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5975 bidi-string-mark-left-to-right; they are unnecessary now.
5976
a2ebe600
DD
59772011-08-25 Deniz Dogan <deniz@dogan.se>
5978
5979 * net/quickurl.el: Documentation typo fixes.
5980
e4ed06f1
CY
59812011-08-25 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5984
e5f1c99e
GM
59852011-08-25 Glenn Morris <rgm@gnu.org>
5986
b2948976
GM
5987 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5988
e5f1c99e
GM
5989 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5990 (smtpmail-via-smtp): Handle nil response from smtp.
5991
f22f4808
JL
59922011-08-24 Juri Linkov <juri@jurta.org>
5993
5994 * proced.el (proced-marked): Inherit from `error' instead of
5995 `font-lock-warning-face'.
5996
5997 * ibuffer.el (ibuffer-marked-face): Change default face from
5998 `font-lock-warning-face' to `warning'.
5999 (ibuffer-deletion-face): Change default face from
6000 `font-lock-type-face' to `error'.
6001
6002 * battery.el (battery-update): Use the face `error' instead of
6003 `font-lock-warning-face' (bug#6117).
6004
6a93965e
JL
60052011-08-24 Juri Linkov <juri@jurta.org>
6006
6007 * faces.el (success): Change face color from "Green3" to
6008 "ForestGreen" on light background (bug#9353).
6009
1ed43b09
CY
60102011-08-24 Chong Yidong <cyd@stupidchicken.com>
6011
5664fa7b
RT
6012 * window.el (quit-window): Rename from quit-restore-window.
6013 Use same arglist as old quit-window.
1ed43b09
CY
6014 (frame-auto-delete): Doc fix.
6015
6016 * view.el (view-mode-exit): Use quit-window.
6017
11dcdbb2
JL
60182011-08-24 Juri Linkov <juri@jurta.org>
6019
6020 * isearch.el (isearch-ring-adjust1): Start visiting previous
6021 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6022 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6023 for empty search string (when the last search string is reused
6024 automatically) to adjust the isearch ring to the last element and
6025 prepare the correct index for further M-p commands (bug#9185).
6026
de62b4df
KH
60272011-08-24 Kenichi Handa <handa@m17n.org>
6028
6029 * international/ucs-normalize.el: If decomposition property of
6030 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6031 nil.
6032 (nfd, nfkd): Likewise.
6033
963b492b
SM
60342011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6037 from process filters aren't reliably transmitted to the surrounding
6038 accept-process-output.
6039 (mpc-proc-check): New function.
6040 (mpc-proc-sync): Use it (bug#8293)
6041
93b6b5e1
SM
60422011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6045 Add compatibility functions (bug#9313).
6046
bca633fb
EZ
60472011-08-23 Eli Zaretskii <eliz@gnu.org>
6048
b177498a
EZ
6049 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6050
6df6ae42 6051 * international/uni-bidi.el: Regenerate.
bca633fb 6052
0902a04e
KH
60532011-08-23 Kenichi Handa <handa@m17n.org>
6054
6055 * international/charprop.el:
6056 * international/uni-bidi.el:
6057 * international/uni-category.el:
6058 * international/uni-combining.el:
6059 * international/uni-comment.el:
6060 * international/uni-decimal.el:
6061 * international/uni-decomposition.el:
6062 * international/uni-digit.el:
6063 * international/uni-lowercase.el:
6064 * international/uni-mirrored.el:
6065 * international/uni-name.el:
6066 * international/uni-numeric.el:
6067 * international/uni-old-name.el:
6068 * international/uni-titlecase.el:
6069 * international/uni-uppercase.el: Regenerate.
6070
3bbf23bc
MR
60712011-08-23 Martin Rudalics <rudalics@gmx.at>
6072
6073 * help.el (help-window-setup): Fix message displayed when other
6074 window is reused. (Bug#9341)
6075
b3fd59bd
SM
60762011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6077
1802e444
SM
6078 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6079 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6080
b3fd59bd
SM
6081 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6082 Mark obsolete.
6083 * shell.el (shell-parse-pcomplete-arguments): New function.
6084 (shell-completion-vars): Use it instead (bug#9160).
6085
4eb61348
SM
60862011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6087
867cab74
SM
6088 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6089 strings and comments (bug#9333).
6090
4eb61348
SM
6091 * emacs-lisp/debug.el (debug-arglist): New function.
6092 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6093 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6094
262a1439
JL
60952011-08-22 Juri Linkov <juri@jurta.org>
6096
56ee679c
JL
6097 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6098 Revert regexp that highlights output switches to its old
6099 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6100
262a1439
JL
6101 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6102 to check for empty output (bug#9226).
6103
f13f86fb
CY
61042011-08-22 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6107 symbol-constituent as the default, as that stops font-lock from
6108 working properly (Bug#8843).
6109
c65c9622
LMI
61102011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6111
6112 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6113 `coding-system-for-*' around the process open call to avoid
6114 auth-source side effects.
e7f2c178 6115 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6116 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6117 probe hangs.
c65c9622 6118
23a8a5ab
CY
61192011-08-21 Chong Yidong <cyd@stupidchicken.com>
6120
ff98b2dd
CY
6121 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6122
23a8a5ab
CY
6123 * emacs-lisp/find-func.el (find-function-noselect): New arg
6124 lisp-only.
6125
6126 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6127 signal an error for built-in functions (Bug#6664).
6128
f5e3c598
LMI
61292011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6130
6131 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6132 (smtpmail-try-auth-methods): Use it.
6133
a3f2468a
CY
61342011-08-21 Chong Yidong <cyd@stupidchicken.com>
6135
2c34e8da
CY
6136 * font-lock.el (font-lock-fontify-region)
6137 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6138 (font-lock-default-unfontify-buffer)
6139 (font-lock-default-fontify-region)
6140 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6141
b3fd59bd
SM
6142 * progmodes/compile.el (compilation-error-properties):
6143 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6144 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6145 `ant' regexp.
ee31aabc 6146
a3f2468a
CY
6147 * net/browse-url.el (browse-url-firefox): Don't call
6148 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6149
8e999f70
GM
61502011-08-20 Glenn Morris <rgm@gnu.org>
6151
c21a496a
GM
6152 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6153
59ee0542
GM
6154 * tutorial.el (tutorial--default-keys): Update some default bindings.
6155
8e999f70
GM
6156 * files.el (hack-local-variables): Fully ignore case for "mode:".
6157
e3715033
AM
61582011-08-20 Alan Mackenzie <acm@muc.de>
6159
6160 Resolve invalid use of a regexp in regexp-opt.
6161
4d61f28d
JB
6162 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6163 detection for a java annotation.
e3715033 6164
4d61f28d 6165 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6166 detection for a java annotation.
6167
4d61f28d
JB
6168 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6169 handling for java.
e3715033
AM
6170 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6171
04ed2e9c
CY
61722011-08-20 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6175 (Bug#9274).
6176
826cee64
AM
61772011-08-20 Alan Mackenzie <acm@muc.de>
6178
58179cce 6179 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6180 such a construct. Mainly for when jit-lock etc. starts a chunk
6181 here.
6182
58179cce 6183 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6184 variable.
58179cce 6185 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6186 c-make-font-lock-search-function.
6187 (c-make-font-lock-search-function): Use the above function.
6188 (c-make-font-lock-context-search-function): New function.
6189 (c-cpp-matchers): Enhance the preprocessor expression case with
6190 the above function
6191 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6192 which takes an expression.
6193
6194 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6195
13009bd8
MR
61962011-08-20 Martin Rudalics <rudalics@gmx.at>
6197
6198 * window.el (display-buffer-reuse-window)
6199 (display-buffer-pop-up-window): Don't reuse or split a side
6200 window.
6201
9234ff7f
GM
62022011-08-19 Glenn Morris <rgm@gnu.org>
6203
6204 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6205 Downcase "Mode:". (Bug#9331)
9234ff7f 6206
f635daa1
CY
62072011-08-18 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * international/characters.el: Add L and R categories.
6210
6211 * subr.el (bidi-string-mark-left-to-right): Rename from
6212 string-mark-left-to-right. Use category search.
6213
6214 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6215
bc987f8b
JL
62162011-08-18 Juri Linkov <juri@jurta.org>
6217
6218 * faces.el (error, warning, success): New faces with definitions
6219 copied from old default values of `font-lock-warning-face',
6220 `compilation-warning', `compilation-info' (bug#6117).
6221
6222 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6223
6224 * progmodes/compile.el (compilation-error): Inherit from `error'.
6225 (compilation-warning): Inherit from `warning'.
6226 (compilation-info): Inherit from `success'.
6227
6228 * dired.el (dired-marked): Inherit from `warning'.
6229 (dired-flagged): Inherit from `error'.
6230
57173b96
LMI
62312011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6232
3e79eb87
LMI
6233 * mail/smtpmail.el (auth-source): Require to avoid problems with
6234 binding variables (bug#9298). Also clean up some unused
6235 autoloads.
6236
b3fd59bd
SM
6237 * net/network-stream.el (network-stream-open-starttls):
6238 Support using starttls.el without using gnutls-cli.
57173b96 6239
02b404de
JL
62402011-08-17 Juri Linkov <juri@jurta.org>
6241
6242 * progmodes/grep.el (rgrep): Handle the case when
6243 `grep-find-command' is a cons cell (bug#9278).
6244
8c9177f2
MR
62452011-08-17 Martin Rudalics <rudalics@gmx.at>
6246
6247 * window.el (display-buffer-pop-up-frame): Run frame creation
6248 function with BUFFER current (as special-display-popup-frame
6249 does). Reported by Drew Adams.
6250
3644a0ab
DU
62512011-08-17 Daiki Ueno <ueno@unixuser.org>
6252
6253 * epa-mail.el: Simplify GnuPG group expansion using
6254 epg-expand-group.
6255 (epa-mail-group-alist, epa-mail-group-modtime)
6256 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6257 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6258 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6259 Remove.
6260
5e617bc2 62612011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6262
6263 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6264
9c4aeabf
AM
62652011-08-16 Alan Mackenzie <acm@muc.de>
6266
6267 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6268 Correct, to avoid the inside of macros.
6269
3a99bf64
RS
62702011-08-16 Richard Stallman <rms@gnu.org>
6271
04963aa8
RS
6272 * epa-mail.el: Handle GnuPG group definitions.
6273 (epa-mail-group-alist, epa-mail-group-modtime)
6274 (epa-mail-gnupg-conf-file): New variables.
6275 (epa-mail-parse-groups, epa-mail-sync-groups)
6276 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6277 (epa-mail-expand-recipients): New functions.
6278 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6279
177549d0
RS
6280 * mail/rmail.el (rmail-epa-decrypt): New command.
6281
fe38beef
RS
6282 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6283 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6284 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6285 (epa-decrypt-armor-in-region): Make error message clearer.
6286
934eacb9
SM
62872011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6290 and "a2b" to "ab" for `prefix'.
6291
d024fb4e
CY
62922011-08-14 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6295 filter groups.
de148fee
CY
6296 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6297 Fourquet (Bug#8804).
d024fb4e 6298
62f1ca49
JB
62992011-08-12 Juanma Barranquero <lekktu@gmail.com>
6300
6301 * startup.el (argi): Declare as global variable (bug#9275).
6302
9ccaaa4b
CY
63032011-08-12 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * subr.el (string-mark-left-to-right): Search the entire string
6306 for RTL script, not just the terminating character. Doc fix.
6307
a3dae87a
SM
63082011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6cd18349
SM
6310 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6311 New function.
6312 (js--regexp-literal, js-syntax-propertize-function): Remove.
6313 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6314 (js-mode-map): Don't rebind electric keys.
6315 (js-insert-and-indent): Remove.
6316 (js-mode): Setup electric-layout and electric-indent instead.
6317
a3dae87a
SM
6318 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6319
9d5cb631
DU
63202011-08-12 Daiki Ueno <ueno@unixuser.org>
6321
6322 * epa.el (epa-progress-callback-function): Fix the logic of
6323 displaying progress.
6324 * epa-file.el (epa-file-insert-file-contents): Make progress
6325 display more user-friendly.
6326 (epa-file-write-region): Ditto.
6327
3e26a4a2
CY
63282011-08-10 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * subr.el (string-mark-left-to-right): New function.
6331
6332 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6333 Use string-mark-left-to-right.
6334 (list-buffers-noselect): Caller changed.
6335
a3dae87a
SM
6336 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6337 Use string-mark-left-to-right.
3e26a4a2
CY
6338 (tabulated-list-print): Recenter after moving point.
6339
ac8cf6e6
JL
63402011-08-10 Juri Linkov <juri@jurta.org>
6341
6342 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6343 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6344 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6345
8d96c9a4
CY
63462011-08-09 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6349 (Bug#7554).
6350
7be1c708 63512011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6352
6353 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6354 character. (Bug#6594)
6355
37e11a63
CY
63562011-08-08 Chong Yidong <cyd@stupidchicken.com>
6357
839dde57
CY
6358 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6359 (image-dired--with-db-file): New macro.
6360 (image-dired-write-tags, image-dired-remove-tag)
6361 (image-dired-create-gallery-lists, image-dired-write-comments)
6362 (image-dired-get-comment, image-dired-mark-tagged-files)
6363 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6364 (image-dired-gallery-generate): Use insert-file-contents.
6365
37e11a63
CY
6366 * time.el (display-time-world-list, display-time-world-display):
6367 * time-stamp.el (time-stamp-string):
6368 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6369 set-time-zone-rule (Bug#7337).
6370
0b4946c4
DU
63712011-08-08 Daiki Ueno <ueno@unixuser.org>
6372
6373 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6374 (epg-error-to-string, epg-errors-to-string): New function.
6375 (epg-wait-for-completion): Reverse errors list.
6376 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6377 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6378 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6379 (epg-sign-keys, epg-generate-key-from-file)
6380 (epg-generate-key-from-string): Format errors by using
6381 epg-errors-to-string (bug#9255).
6382 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6383
75bfc667
JL
63842011-08-07 Juri Linkov <juri@jurta.org>
6385
6386 * faces.el (list-faces-display): Remove extra angle bracket
6387 from `help-mode-map'.
6388
6389 * info.el (Info-history-toc-nodes): Doc fix.
6390
6391 * longlines.el (longlines-mode): Doc fix.
6392
673e08bb
SM
63932011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6394
4640dd88
SM
6395 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6396 of statements and in a few more cases (bug#9183).
6397
673e08bb
SM
6398 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6399 New functions.
6400 (cl-transform-lambda): Use them (bug#9239).
6401
89b3f019
MR
64022011-08-05 Martin Rudalics <rudalics@gmx.at>
6403
6404 * window.el (display-buffer-same-window)
6405 (display-buffer-same-frame, display-buffer-other-window)
6406 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6407 (pop-to-buffer-other-window)
6408 (pop-to-buffer-same-frame-other-window)
6409 (pop-to-buffer-other-frame): Make them defuns.
6410 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6411
640c8776
SM
64122011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * subr.el (make-composed-keymap): Move from C. Change calling
6415 convention, and improve docstring to bring attention to a subtle point.
6416 * minibuffer.el (completing-read-default): Adjust accordingly.
6417
63648a95
MA
64182011-08-03 Michael Albinus <michael.albinus@gmx.de>
6419
6420 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6421 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6422
6423 * net/trampver.el: Update release number.
6424
b796c9b7
SM
64252011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6428 "in" (bug#9190).
6429
2239d7d5
LMI
64302011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6431
e07dd7c3
LMI
6432 * mail/sendmail.el (sendmail-query-once): Restore the current
6433 buffer after querying (bug#9074).
6434
0e6a2bd7
LMI
6435 * dired.el (dired-flagged): Use different faces for marked and
6436 flagged files (bug#6117).
6437
ce887515
LMI
6438 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6439 (bug#4433).
6440
92f2affc
LMI
6441 * ido.el (ido-mode): Switch off the message if called
6442 non-interactively.
6443
57d5aff0
LMI
6444 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6445 before 587, since it appears that that's more likely to work for
6446 more people.
6447
98cd6c18 6448 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6449 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6450 exist.
6451
b96dec83
LMI
6452 * info.el: Remove the `Info-beginning-of-buffer' function
6453 (bug#8325).
6454
b796c9b7
SM
6455 * net/network-stream.el (network-stream-open-starttls):
6456 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6457
d90e2ea0
MR
64582011-08-01 Martin Rudalics <rudalics@gmx.at>
6459
6460 * window.el (display-buffer-in-window): Don't set dedicated status
6461 of window here (Bug#9215).
6462 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6463 (display-buffer-pop-up-side-window)
b796c9b7 6464 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6465
cca09170
SM
64662011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6469 before binding generated-autoload-file.
6470
027b979c
DD
64712011-08-01 Deniz Dogan <deniz@dogan.se>
6472
6473 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6474
3c7ee4f3
MA
64752011-07-30 Michael Albinus <michael.albinus@gmx.de>
6476
6477 Sync with Tramp 2.2.2.
6478
6479 * net/trampver.el: Update release number.
6480
2cc8e51a
JL
64812011-07-30 Juri Linkov <juri@jurta.org>
6482
6483 * dired-aux.el (dired-touch-initial): Remove function.
6484 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6485 current time, and `default' to the last modification time of the
6486 current marked file (bug#6887).
6487
a514d856
JM
64882011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6489
6490 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6491 numeric argument to read-number (bug#9163).
a514d856 6492
8a7eddd7
MA
64932011-07-27 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6496 connection process, it could be nil.
6497
1ddd96f5
LL
64982011-07-27 Leo Liu <sdl.web@gmail.com>
6499
6500 Simplify url handling in rcirc-mode.
6501
6502 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6503 (rcirc-browse-url-at-mouse): Remove.
6504 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6505
b248a85d
AM
65062011-07-26 Alan Mackenzie <acm@muc.de>
6507
6508 Fontify bitfield declarations properly.
6509
6510 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6511 (c-symbol-chars): Now exported as a lang variable.
6512 (c-not-primitive-type-keywords): New lang variable.
6513
6514 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6515 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6516 parsed as a bitfield declaration.
b248a85d 6517
b796c9b7
SM
6518 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6519 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6520 (c-punctuation-in): New function.
6521 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6522 declarations properly.
6523
68575ab0
UJ
65242011-07-26 Ulf Jasper <ulf.jasper@web.de>
6525
6526 * calendar/icalendar.el (icalendar--all-events): Take care of
6527 multiple vcalendars in a single file.
b796c9b7 6528 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6529
0f0a88b9
DD
65302011-07-25 Deniz Dogan <deniz@dogan.se>
6531
6532 * image.el (insert-image): Clarifying docstring.
6533
0b3f36df
MA
65342011-07-24 Michael Albinus <michael.albinus@gmx.de>
6535
6536 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6537 `tramp-send-command-and-check' if there is no error.
6538 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6539
a9901f61
AM
65402011-07-22 Alan Mackenzie <acm@muc.de>
6541
6542 Prevent cc-langs.elc being loaded at run time.
6543
6544 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6545 cc-langs.
6546
4d61f28d 6547 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6548 "(require 'cc-langs)". Quote a form so it will evaluate at
6549 (cc-mode's) compilation time.
6550
11d074b2
MA
65512011-07-22 Michael Albinus <michael.albinus@gmx.de>
6552
6553 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6554 loading. (Bug#9114)
6555
938b94c8
MR
65562011-07-21 Martin Rudalics <rudalics@gmx.at>
6557
6558 * window.el (display-buffer-pop-up-window)
6559 (display-buffer-pop-up-side-window)
6560 (display-buffer-in-side-window): Call display-buffer-set-height
6561 and display-buffer-set-width after setting the new window's
b796c9b7 6562 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6563
bfa4f190
SS
65642011-07-20 Sam Steingold <sds@gnu.org>
6565
6566 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6567 (etags-tags-included-tables): Call `convert-standard-filename' on
6568 the file names contained in TAGS so that windows Emacs can handle
6569 TAGS files created by cygwin ctags.
6570
8ca42262
LMI
65712011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6572
6573 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6574 which apparently didn't work.
6575
5db2afd2 65762011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6577
5db2afd2
RW
6578 * proced.el (proced-send-signal): For *Marked Processes* buffer
6579 put point at beginning of buffer.
6580
92e15d10
SB
65812011-07-19 Stephen Berman <stephen.berman@gmx.net>
6582
6583 * proced.el (proced-format): Make header lines align with the text
6584 (bug#1779).
6585
1bfd59e5
LMI
65862011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6587
6588 * view.el (view-buffer): Allow running in `special' modes if we're
6589 visiting a file (bug#8615).
6590
f5aae37c
MR
65912011-07-19 Martin Rudalics <rudalics@gmx.at>
6592
6593 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6594 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6595 New functions.
f5aae37c
MR
6596 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6597 more accurately.
6598
bf2c1571
AM
65992011-07-18 Alan Mackenzie <acm@muc.de>
6600
6601 Fontify declarators properly when, e.g., a jit-lock chunk begins
6602 inside a declaration.
6603
6604 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6605
b796c9b7
SM
6606 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6607 New function.
bf2c1571
AM
6608 (c-complex-decl-matchers): Insert reference to
6609 c-font-lock-enclosing-decls.
6610
6611 * progmodes/cc-engine.el (c-backward-single-comment):
6612 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6613 to nil around calls to (forward-comment -1).
6614
4e190b80
LMI
66152011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6616
12dc863d
LMI
6617 * image.el (put-image): Doc typo fix.
6618
a762e966
LMI
6619 * progmodes/etags.el (tags-search): Doc typo fix.
6620
4e190b80
LMI
6621 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6622 password if we get errors 550 to 554.
6623
f019fb21
LMI
66242011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6625
b796c9b7 6626 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6627
81746738
LMI
6628 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6629 indentation character (bug#6380).
6630
3ee3a1b5
LMI
6631 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6632
c82f64de
LMI
6633 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6634 to clarify what the problem is (bug#4291).
6635
f019fb21
LMI
6636 * simple.el (current-kill): Clarify what
6637 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6638 (auto-fill-mode): Document `auto-fill-function' in relation to
6639 `auto-fill-mode' (bug#2470).
f019fb21 6640
0794775d
LM
66412011-07-16 Lawrence Mitchell <wence@gmx.li>
6642
6643 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6644 method if slot is read-only (bug#9035).
6645
be39b8cc
MR
66462011-07-16 Martin Rudalics <rudalics@gmx.at>
6647
b796c9b7 6648 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6649 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6650 selected before, see discussion of (Bug#8615), (Bug#6954).
6651 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6652
6ccf7859
GM
66532011-07-15 Glenn Morris <rgm@gnu.org>
6654
6655 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6656 Respect help-form.
6ccf7859 6657
87e86684
LM
66582011-07-09 Lawrence Mitchell <wence@gmx.li>
6659
6660 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6661 (gnutls-negotiate): Use it.
6662
d6066239
LMI
66632011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6664
b796c9b7
SM
6665 * net/gnutls.el (gnutls-negotiate):
6666 Upcase `gnutls-algorithm-priority'.
d6066239 6667
bd23ebc0
GM
66682011-07-15 Glenn Morris <rgm@gnu.org>
6669
c65bca65
GM
6670 * jka-compr.el (jka-compr-verbose): Move from here...
6671 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6672 Add missing :version tag.
6673 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6674
478615cc
LMI
66752011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6676
7b41decb
LMI
6677 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6678 (gnutls-negotiate): Use it.
6679
dbc44fcd
LMI
6680 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6681
06789f97
LMI
6682 * info.el (Info-beginning-of-buffer): New command.
6683 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6684 announcing `b' as the key (bug#8325).
ab896c37 6685 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6686
c39da690
LMI
6687 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6688
3aa5f34b
LMI
6689 * international/mule-cmds.el
6690 (describe-specified-language-support): Make the error message
6691 clearer (bug#8905).
6692
4bf0979f
LMI
6693 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6694
478615cc
LMI
6695 * isearch.el (isearch-barrier): Add a doc string, since it's
6696 mentioned in a function doc string (bug#8678).
6697
75c68aa1
MR
66982011-07-15 Martin Rudalics <rudalics@gmx.at>
6699
6700 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6701 buffer argument (Bug#9083) and self-identifying label argument.
6702
a7c33da2
GM
67032011-07-15 Glenn Morris <rgm@gnu.org>
6704
6705 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6706
2f5c6024
LMI
67072011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6708
6709 * man.el (Man-fontify-manpage): Fix message when formatting the
6710 man page (bug#7929).
6711
0bb23927 67122011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6713
6714 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6715 argument LRM; if non-nil, append an invisible LRM character to the
6716 buffer name.
6717 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6718 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6719 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6720 paragraph direction.
cce4b0a7 6721
621ef9ab
LMI
67222011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6723
d1583c48
LMI
6724 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6725 the man page name (bug#7929).
6726
6a57fb5f
LMI
6727 * image.el (put-image): Mention the `put-image' overlay property
6728 (bug#7834).
6729
d7956b14
LMI
6730 * scroll-bar.el (set-scroll-bar-mode): Mention that
6731 `scroll-bar-mode' lists the values (bug#7772).
6732
5b2d4a66
LMI
6733 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6734 command (bug#7729).
6735
7509a874
LMI
6736 * rect.el (apply-on-rectangle): Return the point after the last
6737 operation.
6738 (string-rectangle): Go to the point after the last operation
6739 (bug#7522).
6740
4fe74b19
LMI
6741 * printing.el (pr-toggle-region): Clarify the documentation
6742 slightly (bug#7493).
6743
b796c9b7
SM
6744 * time.el (display-time-update):
6745 Allow `display-time-mail-function' to return nil (bug#7158).
6746 Fix suggested by Detlev Zundel.
ab283561 6747
fc233c9d
LMI
6748 * vc/diff.el (diff): Clarify the order the file names are read
6749 (bug#7111).
6750
43f5740b
LMI
6751 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6752 the doc string (bug#7015).
6753
f2182a76
LMI
6754 * font-lock.el (font-lock-maximum-decoration): Mention what
6755 numeric levels mean (bug#6935).
6756
621ef9ab
LMI
6757 * startup.el (initial-buffer-choice): Don't mention the `none'
6758 selection, which is against policy.
6759
adc47434
MR
67602011-07-14 Martin Rudalics <rudalics@gmx.at>
6761
b796c9b7
SM
6762 * window.el (display-buffer-normalize-special):
6763 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6764
7e5bfb8f
EZ
67652011-07-14 Eli Zaretskii <eliz@gnu.org>
6766
6767 * subr.el (version<, version<=, version=): Mention "-CVS" and
6768 "-12345" alpha version numbers.
6769
27fa387a
CY
67702011-07-14 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * bindings.el: Add advertised binding for set-mark-command
6773 (Bug#5772).
6774
8bdfa064
CY
67752011-07-14 Chong Yidong <cyd@stupidchicken.com>
6776
6777 * bindings.el (mode-line-other-buffer):
6778 * bookmark.el (bookmark-bmenu-2-window):
6779 * bs.el (bs-cycle-next, bs-cycle-previous):
6780 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6781 switch-to-buffer.
6782
6783 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6784 Delete.
8bdfa064 6785
5eba16a3
JB
67862011-07-14 Juanma Barranquero <lekktu@gmail.com>
6787
6788 * follow.el (follow-debug-message, follow-redisplay):
6789 * jka-cmpr-hook.el (with-auto-compression-mode):
6790 Fix typos in docstrings.
6791
15853710
LMI
67922011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6793
a28e4607
LMI
6794 * subr.el (with-silent-modifications): Clarify somewhat what the
6795 macro inhibits (bug#6525).
6796
15853710
LMI
6797 * simple.el (eval-expression): Note what it does if called
6798 interactively (bug#6495).
6799
bee0fcef
CY
68002011-07-13 Chong Yidong <cyd@stupidchicken.com>
6801
b796c9b7
SM
6802 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6803 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6804
6805 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6806 Remove switch-to-buffer.
6807
58274504
LMI
68082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6809
bd2fcc8d
LMI
6810 * files.el (make-directory): Clarify that an error will be raised
6811 if there's an error (bug#6397).
6812
0f04b32c
LMI
6813 * startup.el (initial-buffer-choice): Add `none' as a choice
6814 (bug#6234).
6815
465c5fc8
LMI
6816 * subr.el (add-hook): Clarify section about buffer-local hooks
6817 (bug#6218).
6818
58274504
LMI
6819 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6820
bead9a43
JB
68212011-07-13 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * tabify.el (untabify): Preserve the current column so that point
6824 doesn't move (bug#6032).
6825
3af98a7b
LMI
68262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6827
b796c9b7
SM
6828 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6829 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6830
6240145a
GM
68312011-07-13 Glenn Morris <rgm@gnu.org>
6832
6833 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6834 (dired-insert-directory): Give a message the first time
6835 if ls is found not to support --dired.
6836
1d8c2ccc
LMI
68372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6838
6839 * simple.el (toggle-truncate-lines): Clarify what is toggled
6840 (bug#5580). Text by Drew Adams.
6841
5fc4038e
CY
68422011-07-13 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * simple.el (blink-matching-open): Make the error message from the
6845 last change less verbose.
6846
bf6012e5
DN
68472011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6848
6849 * font-lock.el (font-lock-comment-face): Use the high contrast
6850 "yellow" color for font-lock-comment-face on low color terminals
6851 using a dark background color (bug#4221).
6852
343c3b5a
LMI
68532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6854
7e9505c5
LMI
6855 * dired.el (dired-insert-set-properties): Make the doc string
6856 reflect what it does now (bug#5325).
6857
c26fdcf5
LMI
6858 * simple.el (blink-matching-open): Say that we were unable to find
6859 the match within the limit, if we're limited (bug#5122).
6860
bb388cc5
LMI
6861 * international/mule-cmds.el (prefer-coding-system): Add an
6862 example (bug#4869).
6863
343c3b5a
LMI
6864 * progmodes/etags.el (tags-search): Document `file-list-form'
6865 (bug#4731).
6866
2a517d45
LM
68672011-07-13 Lawrence Mitchell <wence@gmx.li>
6868
6869 * net/browse-url.el (browse-url-default-browser)
6870 (browse-url-browser-function): Make the default browser choice a
6871 bit more logical (bug#4300). Also clean up the doc string.
6872
b6c78ef2
JB
68732011-07-13 Juanma Barranquero <lekktu@gmail.com>
6874
6875 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6876 binary endings (bug#4440).
6877
1c4dd947
LMI
68782011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6879
a2014063
LMI
6880 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6881 which can be pretty annoying (bug#8971).
6882
9c9c2d88
LMI
6883 * jka-compr.el (jka-compr-verbose): New variable, and use
6884 throughout (bug#8971).
6885
1c4dd947
LMI
6886 * info.el (Info-find-file): Fall back on the installation
6887 directory if we can't find the info node anywhere else.
6888
a1c9f41b
SO
68892011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6890
6891 * vc/vc.el (vc-revert-file):
6892 Don't set file time-stamp in the past. (Bug#5181)
6893
536f3d36
LMI
68942011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6895
7152b011
LMI
6896 * files.el (after-find-file): Give a better error message when
6897 trying to find a symlink that points to a file that doesn't exist
6898 (bug#4398).
6899
536f3d36
LMI
6900 * progmodes/cc-vars.el: Remove (probably) misleading comment
6901 (bug#4396).
6902
460c0fba
JB
69032011-07-12 Johan Bockgård <bojohan@gnu.org>
6904
6905 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6906
7a6bda45
CY
69072011-07-12 Chong Yidong <cyd@stupidchicken.com>
6908
6909 * mouse-sel.el: Hack restoring functionality, while keeping
6910 compatibility with 2010-07-03 changes to mouse selection.
6911 (mouse-sel-primary-overlay): New var.
6912 (mouse-sel-selection-alist): Use it.
6913 (mouse-sel-mode): Doc fix; remove points that are default features
6914 of mouse.el.
6915
c79598ef
JB
69162011-07-12 Johan Bockgård <bojohan@gnu.org>
6917
6918 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6919 Fix previous fix (bug#2490).
6920
ff8be6ef
RW
69212011-07-12 Roland Winkler <winkler@gnu.org>
6922
b796c9b7
SM
6923 * textmodes/bibtex.el (bibtex-initialize):
6924 Use pop-to-buffer-same-window.
ff8be6ef
RW
6925 (bibtex-search-entries): Fix interactive call.
6926
296ba3ee
LMI
69272011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6928
f5242a02 6929 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6930 Fontise bytecomp Error lines more correctly (bug#2490).
6931 Fix suggested by Johan Bockgård.
f5242a02 6932
296ba3ee
LMI
6933 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6934
6935 * dired-x.el (dired-guess-default): Use `delete-dups'.
6936
f69fd0d2
CY
69372011-07-12 Chong Yidong <cyd@stupidchicken.com>
6938
6939 * dired.el (dired-mark-prompt):
6940 * dired-aux.el (dired-read-shell-command): Doc fix.
6941
eab5dc07
LMI
69422011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6943
b796c9b7
SM
6944 * mail/sendmail.el (sendmail-query-once):
6945 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6946 emacs -Q.
6947
6948 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6949
eab5dc07
LMI
6950 * cus-edit.el (custom-file): Take an optional no-error variable.
6951 (customize-save-variable): Set the variable, and give a warning if
6952 running under "emacs -q".
6953
a1e65d42
JB
69542011-07-11 Juanma Barranquero <lekktu@gmail.com>
6955
6956 * loadhist.el (unload-feature-special-hooks):
6957 Add `auto-coding-functions', `fill-nobreak-predicate' and
6958 `find-directory-functions' (bug#5327).
6959
1d52da10
LMI
69602011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6961
be958f1d
LMI
6962 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6963
5bedb26c
LMI
6964 * cus-edit.el (custom-guess-name-alist): -alist variables should
6965 use the `alist' type (bug#3120). Suggested by Drew Adams.
6966
1d52da10
LMI
6967 * printing.el: Add documentation to all the `pr-toggle-' commands.
6968
cd394be1 69692011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6970
6971 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6972 backends where it makes sense (bug#2623).
6973
dcc88d8a
LMI
69742011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6975
c3de9feb
LMI
6976 * dired-x.el (dired-guess-default): Remove duplicate shell command
6977 entries (bug#2028).
8a93078b 6978 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6979 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6980
dcc88d8a
LMI
6981 * subr.el (remove-duplicates): New conveniency function.
6982
505e3645
LMI
69832011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6984
6985 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6986 (bug#1526).
6987
69882011-07-10 Martin Rudalics <rudalics@gmx.at>
6989
6990 * window.el (display-buffer-normalize-default): Don't invert
6991 meaning of even-window-heights. Reported by Eli Zaretskii
6992 <eliz@gnu.org>.
6993
455e4fa1
BR
69942011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6995
6996 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6997
8e0bc3e9
CY
69982011-07-10 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * window.el (display-buffer): Fix arguments to
7001 display-buffer-reuse-window in last change.
7002
fa7c3228
CY
7003 * faces.el (link): Use a less saturated blue on light backgrounds.
7004
7005 * startup.el (fancy-startup-text, fancy-about-text)
7006 (fancy-startup-tail): Use font-lock faces, for background safety.
7007
c0a7f300
BN
70082011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7009
b796c9b7
SM
7010 * emulation/viper-cmd.el (viper-change-state-to-vi):
7011 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7012
4dc2a129
MR
70132011-07-09 Martin Rudalics <rudalics@gmx.at>
7014
7015 * window.el (display-buffer-default-specifiers): Remove.
7016 (display-buffer-macro-specifiers): Remove default specifiers.
7017 (display-buffer-alist): Default to nil.
b796c9b7 7018 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7019 (display-buffer-pop-up-window): Allow splitting internal
7020 windows. Check whether a live window was created.
7021 (display-buffer-other-window-means-other-frame)
7022 (display-buffer-normalize-arguments): Rename to
7023 display-buffer-normalize-argument and rewrite. Set the
7024 other-window specifier.
7025 (display-buffer-normalize-special): New function.
7026 (display-buffer-normalize-options): Rename to
7027 display-buffer-normalize-default and rewrite.
7028 (display-buffer-normalize-options-inhibit): Remove.
7029 (display-buffer-normalize-specifiers): Rewrite.
7030 (display-buffer): Process other-window specifier and call
7031 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7032 more faithfully.
b796c9b7 7033 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7034 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7035 (display-buffer-in-window, display-buffer-alist-set):
7036 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7037 <tassilo@member.fsf.org>.
7038
2d43b8c9
LL
70392011-07-09 Leo Liu <sdl.web@gmail.com>
7040
7041 * register.el (insert-register): Restore accidental change on
7042 2011-06-26. (Bug#9028)
7043
7f9b7c53
GM
70442011-07-09 Glenn Morris <rgm@gnu.org>
7045
7046 * subr.el (remq): Handle the empty list. (Bug#9024)
7047
f042cfd8
AS
70482011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7049
7050 * mail/sendmail.el (send-mail-function): No longer delay custom
7051 initialization.
7052 * custom.el (custom-initialize-delay): Doc fix.
7053
856b2f11
SM
70542011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7057
afae1d68
MA
70582011-07-08 Michael Albinus <michael.albinus@gmx.de>
7059
7060 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7061 human-friendly prompt.
7062
0757af94
SM
70632011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7066 provided by a particular plugin.
7067
d760b731
LMI
70682011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7069
7070 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7071 save customizations (with "emacs -Q"), just set the variable
7072 instead of erroring out.
7073
7074 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7075
cd79ce90
JL
70762011-07-08 Juri Linkov <juri@jurta.org>
7077
7078 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7079 (archive-zip-update-case): Use 7z if found by `executable-find'.
7080 The order of searching the available programs is the same as in
7081 `archive-zip-extract' (bug#8968).
7082
14cc04aa
CY
70832011-07-07 Chong Yidong <cyd@stupidchicken.com>
7084
7085 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7086 (menu-bar-options-menu): Tweak descriptions.
7087
0a1848ec
LMI
70882011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7089
7090 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7091 menu items into verb phrases (bug#1421). Also refill to fit under
7092 80 columns.
7093
f5bd0689
CY
70942011-07-07 Chong Yidong <cyd@stupidchicken.com>
7095
538e85c6
CY
7096 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7097 (Info-read-node-name): Doc fix (Bug#1084).
7098
f5bd0689
CY
7099 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7100 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7101 (end-of-sexp, beginning-of-sexp)
7102 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7103 (forward-symbol, forward-same-syntax, word-at-point)
7104 (sentence-at-point): Doc fix (Bug#1144).
7105
56ec5115
LMI
71062011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7107
f3f8e37f
LMI
7108 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7109 should cover it (bug#1281).
7110
0757af94 7111 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7112
e9fce1ac 7113 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7114 negotiation fails, then possibly try again with a non-encrypted
7115 connection (bug#9017).
7116
56ec5115
LMI
7117 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7118 be used.
7119
c2f9aec8
RS
71202011-07-07 Richard Stallman <rms@gnu.org>
7121
7122 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7123 property, and handle its changed format.
7124 Look for the correct line number.
7125 Use file's line contents (but not past first =) to find
7126 correct line in message.
7127
ef7b981d 71282011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7129
7130 * international/characters.el (build-unicode-category-table):
7131 Delete it.
0757af94 7132 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7133
0757af94 7134 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7135 to src/chartab.c.
7136 (get-char-code-property): Call unicode-property-table-internal to
7137 load a file. Call get-unicode-property-internal where necessary.
7138 (put-char-code-property): Call unicode-property-table-internal to
7139 load a file. Call put-unicode-property-internal where necessary.
7140 put-unicode-property-internal where necessary.
0757af94
SM
7141 (char-code-property-description):
7142 Call unicode-property-table-internal to load a file.
c805dec0
KH
7143
7144 * international/charprop.el:
7145 * international/uni-bidi.el:
7146 * international/uni-category.el:
7147 * international/uni-combining.el:
7148 * international/uni-comment.el:
7149 * international/uni-decimal.el:
7150 * international/uni-decomposition.el:
7151 * international/uni-digit.el:
7152 * international/uni-lowercase.el:
7153 * international/uni-mirrored.el:
7154 * international/uni-name.el:
7155 * international/uni-numeric.el:
7156 * international/uni-old-name.el:
7157 * international/uni-titlecase.el:
7158 * international/uni-uppercase.el: Regenerate.
7159
7160 * loadup.el: Load international/charprop.el before
7161 international/characters.
7162
e14b388a
CY
71632011-07-07 Chong Yidong <cyd@stupidchicken.com>
7164
7165 * window.el (next-buffer, previous-buffer): Signal an error if
7166 called from a minibuffer window.
7167
7168 * bindings.el: Revert 2011-07-04 change.
7169
354cf0ba
RS
71702011-07-06 Richard Stallman <rms@gnu.org>
7171
7172 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7173 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7174 Treat markers like ints.
7175 (rmail-mime-entity): Doc fix.
7176
a48868a7
LMI
71772011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7178
4906cd3d
LMI
7179 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7180 defcustom again for backwards compatibility.
7181
e0457abe
LMI
7182 * simple.el (shell-command-on-region): Fill.
7183
d67f7e1f
LMI
7184 * dired-aux.el (dired-kill-line): Add a doc string.
7185
fe204702
LMI
7186 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7187 to "\\sw\\|\\s_" (bug#358).
7188
a48868a7
LMI
7189 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7190 (dired-unmark-backward): Ditto.
7191 (dired-flag-backup-files): Ditto.
7192
7193 * dired-x.el (dired-mark-sexp): Ditto.
7194
aa8a705c
RS
71952011-07-06 Richard Stallman <rms@gnu.org>
7196
7197 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7198 (rmail-mime-entity): New arg TRUNCATED.
7199 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7200 New functions.
7201 (rmail-mime-save): Warn if entity is truncated.
7202 (rmail-mime-toggle-hidden): Likewise, for showing.
7203 (rmail-mime-process-multipart): Record when an entity is truncated.
7204
a9a936b9
RS
7205 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7206 if ENTITY is a string.
7207
1f2b92cb
LMI
72082011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7209
f4f73198 7210 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7211 of faces when `M-C-x'-ing their definitions (bug#8378).
7212 Also clean up the code slightly.
f4f73198 7213
12b16734 7214 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7215 because that makes the colors go away.
12b16734 7216
f0691d22
LMI
7217 * mail/sendmail.el (send-mail-function): Change the default to
7218 `sendmail-query-once'.
9e87df06 7219 (sendmail-query-once): Add an autoload cookie.
f0691d22 7220
1f2b92cb
LMI
7221 * net/network-stream.el (network-stream-open-starttls): Try using
7222 a plain connection even if the server offered STARTTLS, and we
7223 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7224 capability. This should make smtpmail.el work in slightly more
7225 configurations.
7226
1cdd2a1b
MA
72272011-07-06 Michael Albinus <michael.albinus@gmx.de>
7228
7229 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7230 New defun.
7231 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7232
fbcc67e2
MM
72332011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7234
7235 * progmodes/sql.el: Version 3.0
0757af94 7236 (sql-product-alist): Add product :completion-object,
fbcc67e2 7237 :completion-column, and :statement attributes.
0757af94 7238 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7239 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7240 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7241 ansi keywords.
7242 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7243 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7244 (sql-oracle-show-reserved-words): New function for development.
7245 (sql-product-font-lock): Simplify for source code buffers.
7246 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7247 New functions.
7248 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7249 (sql-mode-map): Add statement movement functions.
7250 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7251 New variable.
fbcc67e2
MM
7252 (sql-statement-regexp, sql-beginning-of-statement)
7253 (sql-end-of-statement, sql-signum): New functions.
0757af94 7254 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7255 (sql-show-sqli-buffer): Bug fix.
7256 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7257 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7258 with sql-interactive-mode.
7259 (sql-save-connection): Save buffer local settings.
0757af94 7260 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7261 (sql-product-interactive): Bug fix.
7262 (sql-preoutput-hold): New variable.
7263 (sql-interactive-remove-continuation-prompt): Bug fixes.
7264 (sql-debug-redirect): New variable.
7265 (sql-str-literal): New function.
7266 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7267 Redesign.
fbcc67e2
MM
7268 (sql-oracle-save-settings, sql-oracle-restore-settings)
7269 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7270 (sql-completion-object, sql-completion-column)
7271 (sql-completion-sqlbuf): New variables.
7272 (sql-build-completions-1, sql-build-completions)
7273 (sql-try-completion): New functions.
7274 (sql-read-table-name): Use them.
7275 (sql-contains-names): New buffer local variable.
7276 (sql-list-all, sql-list-table): Use it.
7277 (sql-oracle-completion-types): New variable.
7278 (sql-oracle-completion-object, sql-sqlite-completion-object)
7279 (sql-postgres-completion-object): New functions.
7280
d4eaeab1
GM
72812011-07-06 Glenn Morris <rgm@gnu.org>
7282
7283 * window.el (pop-to-buffer): Doc fix.
7284
322b7dab 72852011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7286
7287 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7288
322b7dab 72892011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7290
322b7dab 7291 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7292
322b7dab 7293 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7294
605dd5bf
CY
72952011-07-05 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * button.el (button): Inherit from link face. Suggested by Dan
7298 Nicolaescu.
7299
7dbfa719
SM
73002011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7301
3db614b0
SM
7302 * progmodes/gdb-mi.el: Fit in 80 columns.
7303 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7304 switch-to-buffer.
7305
7dbfa719
SM
7306 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7307 if imenu is simply not configured (bug#8941).
7308
919d884a
KM
73092011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7310
7311 * allout.el (allout-post-undo-hook): New allout outline-change
7312 event hook to signal undo activity.
7313 (allout-post-command-business): Run allout-post-undo-hook if an
7314 undo just occurred.
7dbfa719
SM
7315 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7316 * allout-widgets.el (allout-widgets-after-undo-function):
7317 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7318 in the vicinity of an undo.
7319 (allout-widgets-mode): Include allout-widgets-after-undo-function
7320 on the new allout-post-undo-hook.
7321
450a0f09
SM
73222011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7325 Let define-derived-mode define it.
7326 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7327 cycles of abbrev-table inheritance (bug#8998).
7328
2de69e00
RW
73292011-07-05 Roland Winkler <winkler@gnu.org>
7330
7331 * textmodes/bibtex.el: Add support for biblatex.
7332 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7333 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7334 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7335 (bibtex-entry-alist, bibtex-field-alist): New variables.
7336 (bibtex-entry-field-alist): Obsolete alias for
7337 bibtex-BibTeX-entry-alist.
7338 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7339 (bibtex-set-dialect): New command.
7340 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7341 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7342 Bind via bibtex-set-dialect.
2de69e00
RW
7343 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7344 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7345 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7346 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7347 Define via bibtex-set-dialect.
450a0f09
SM
7348 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7349 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7350 (bibtex-vec-push, bibtex-vec-incr): New functions.
7351 (bibtex-format-entry, bibtex-field-list)
7352 (bibtex-print-help-message, bibtex-validate)
7353 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7354
2dcdbdd9
SM
73552011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * progmodes/compile.el (compilation-goto-locus):
7358 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7359 * bs.el (bs-cycle-next, bs-cycle-previous):
7360 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7361 * bindings.el (mode-line-other-buffer):
7362 * autoinsert.el (auto-insert):
7363 * arc-mode.el (archive-extract):
7364 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7365
b27640fe
JB
73662011-07-05 Juanma Barranquero <lekktu@gmail.com>
7367
7368 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7369 Fix check of `emacs-lock-unlockable-modes'.
7370 Coerce true values of `emacs-lock--try-unlocking' to t.
7371
53bbe3ad
JB
73722011-07-05 Juanma Barranquero <lekktu@gmail.com>
7373
7374 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7375 * emacs-lock.el: New file.
7376
1d3cdbc7
JD
73772011-07-05 Julien Danjou <julien@danjou.info>
7378
7379 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7380 than `boundp' to check if face is set.
7381
9173deec
JB
73822011-07-05 Juanma Barranquero <lekktu@gmail.com>
7383
7384 * register.el (registerv-make):
7385 * window.el (window-min-height): Fix typos in docstrings.
7386
869795d6
JD
73872011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7388
9173deec 7389 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7390 Update doc string.
7391
b768cdcd
JB
73922011-07-04 Juanma Barranquero <lekktu@gmail.com>
7393
7394 * server.el (server-execute): Catch quit and call
7395 `server-return-error' to pass the error back to emacsclient and
7396 close the connection (bug#8942).
7397
13aa217b
KM
73982011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7399
7400 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7401 insecure exception for current topic. Also note that auto-saves
7402 are handled differently.
7403
7404 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7405 State variables for tracking auto-save inhibition situation.
7406
7407 (allout-write-contents-hook-handler): Rename from
7408 'allout-write-file-hook-handler', and describe how it depends on
7409 write-contents-functions sensitivity to non-nil value to prevent
7410 file write.
7411
7412 (allout-auto-save-hook-handler): Remove. auto-save does not check
7413 this in individual buffers, only in the starting buffer, so this
7414 is not the right way for us to inhibit auto-save in a buffer
7415 according to its condition.
7416
7417 (allout-mode): Use new allout-write-contents-hook-handler, and
7418 only with write-contents-functions. Remove auto-save provisions -
7419 they're implemented elsewhere.
7420
7421 (allout-before-change-handler): If undo is in progress, note that
7422 for attention of allout-post-command-business.
7423
7424 (allout-post-command-business): If the command we're following was
7425 an undo, check for change in the status of encrypted items and
7426 adjust auto-save inhibitions accordingly.
7427
7428 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7429 according to whether there are or aren't any plain-text topics
7430 pending encryption.
7431
2dcdbdd9 7432 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7433 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7434 if there are plain-text topics pending encryption.
13aa217b
KM
7435
7436 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7437 buffer-saved-size and some allout state to not inhibit auto-saves
7438 if there are no longer any plain-text topics pending encryption.
7439
0757af94
SM
7440 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7441 No longer provide for exemption of the current topic.
13aa217b 7442
ac89b32c
JL
74432011-07-04 Juri Linkov <juri@jurta.org>
7444
7445 Add 7z operations to delete and save changed members (bug#8968).
7446 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7447 New defcustoms.
7448 (archive-7z-write-file-member): New function.
7449 (archive-7z-summarize): Fix the number of dashes in the
7450 listing output.
7451
8fa39615
SM
74522011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7455 (bug#8958).
7456
2f11b3f1
CY
74572011-07-04 Chong Yidong <cyd@stupidchicken.com>
7458
d66fef2b
CY
7459 * bindings.el: Ignore next-buffer and previous-buffer in
7460 minibuffer-local-map.
7461
2f11b3f1
CY
7462 * font-lock.el (font-lock-builtin-face): Change light background
7463 color to dark slate blue (Bug#6693).
7464
f932a347
WD
74652011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7466
7467 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7468
c8af70e1
SM
74692011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7472 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7473 Add switch-to-buffer.
7474
f158badc
LMI
74752011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7476
7477 * isearch.el (isearch-search-fun-function): Clarify further the
7478 meaning of the function returned.
7479
6d95bd46
MA
74802011-07-04 Michael Albinus <michael.albinus@gmx.de>
7481
7482 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7483
7484 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7485 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7486 Use it.
7487 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7488 `tramp-default-remote-path' does not exist.
7489 (tramp-send-command-and-read): New optional argument NOERROR.
7490 (tramp-open-connection-setup-interactive-shell)
7491 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7492 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7493 (tramp-process-sentinel): Flush also process' connection property.
7494 (tramp-sh-handle-start-file-process): Do not set process
7495 sentinel. It is done now ...
7496 (tramp-maybe-open-connection): ... here. (Bug#8929)
7497
909e6b67
MK
74982011-07-04 MON KEY <monkey@sandpframing.com>
7499
7500 * play/animate.el (animate-string): Doc fixes and allow changing
7501 the buffer name (bug#5417).
7502
75032011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7504
c8af70e1 7505 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7506
f34755dc
PE
75072011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7508
396cec72
PE
7509 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7510 This is simpler and helps future-proof the code.
7511 (timer-until): Use time-subtract and float-time.
08235028 7512 (timer--time-less-p): Use time-less-p.
f34755dc 7513
56e6cc31
JB
75142011-07-04 Juanma Barranquero <lekktu@gmail.com>
7515
3abb79e5
JB
7516 * type-break.el (timep): Use the value of `float-time' to avoid a
7517 byte-compiler warning.
7518
56e6cc31
JB
7519 * server.el (server-eval-and-print): Return any result, even nil.
7520
7b9430b4
PE
75212011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7522
7523 * type-break.el: Accept time formats that the builtins accept.
7524 (timep, type-break-time-difference): Accept any format that
7525 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7526 This is simpler and helps future-proof the code.
7527 (type-break-time-difference): Round rather than ignoring
7528 subseconds components.
7529
3034e9e7
LMI
75302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7531
7532 * info.el (Info-apropos-matches): Make non-interactive, since it
7533 doesn't seem to do anything useful as a command (bug#8829).
7534
1485f4c0
CY
75352011-07-03 Chong Yidong <cyd@stupidchicken.com>
7536
7537 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7538 Move from faces.el.
1485f4c0
CY
7539 (frame-default-terminal-background): New function.
7540
7541 * custom.el (custom-push-theme): Don't record faces in `changed'
7542 theme; this doesn't work correctly for per-frame face settings.
7543 (disable-theme): Use face-set-after-frame-default to reset faces.
7544 (custom--frame-color-default): New function.
7545
9fa3dd45
LMI
75462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7547
c8af70e1 7548 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7549 (bug#8769).
7550
6cbbc20c
KR
75512011-03-29 Kevin Ryde <user42@zip.com.au>
7552
7553 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7554 `perl-Test2' extend to match possible "fail #N" rep count
7555 (bug#8377).
7556
c7f98048
LMI
75572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7558
65676592
LMI
7559 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7560 `smtpmail-via-smtp' now returns the error instead of nil.
7561
c7f98048
LMI
7562 * isearch.el (isearch-search-fun-function): Clarify the doc string
7563 (bug#8101).
7564
56e6cc31 75652011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7566
7567 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7568 unnecessary spaces (bug#8987).
7569
2b216704
LMI
75702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7571
7572 * net/network-stream.el (open-network-stream): Use the
7573 :end-of-capability command thoughout.
7574
75752011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7576
7577 * net/network-stream.el (open-network-stream): Add the
7578 :end-of-capability command parameter, used by pop3.el.
7579
36adf6ce
LMI
75802011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7581
1ca0da0e
LMI
7582 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7583
fc00f69c
LMI
7584 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7585 for list)" (bug#6475).
7586
28fd8759 7587 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7588 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7589 an error (bug#6297).
7590
0dd8b6da
LMI
7591 * man.el (Man-reference-regexp): Allow matching possible
7592 word-wrapped references (bug#6289).
7593
ce1438d6
LMI
7594 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7595 for consistency with the other vc buffers (bug#6197).
7596 (vc-checkin): Ditto.
7597
7598 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7599
36adf6ce
LMI
7600 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7601
e83cc1f7
LMI
76022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7603
8a20ca4c
LMI
7604 * custom.el (defcustom): Clarify that :set is only used in the
7605 Customize user interface (bug#6089).
7606
83319045
LMI
7607 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7608 associated with a file, refuse to run instead of erroring out
7609 (bug#6084).
7610
a8392169
LMI
7611 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7612 the doc string, since it appears that using `fill-column' always
7613 controls the width (bug#7845).
7614
e83cc1f7
LMI
7615 * simple.el (shell-command-on-region): Say where the error output
7616 went if `shell-command-default-error-buffer' is set (bug#6857).
7617
e47ca23b
KM
76182011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7619
7620 * allout.el (allout-yank-processing): Adjust cursor position for
7621 backwards-deleted space.
7622
7623 (allout-rebullet-heading): Register changes with
7624 allout-exposure-changed-hook, so the modified topic is properly
7625 decorated.
7626
5cf56143
LMI
76272011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7628
08549772
LMI
7629 * minibuffer.el (completion-in-region): Document PREDICATE
7630 (bug#7136).
7631
48e96771
LMI
7632 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7633 of keyword/argument pairs (bug#6904).
7634
c8af70e1
SM
7635 * replace.el (multi-occur):
7636 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7637
e17d05e2
LMI
76382011-07-02 Drew Adams <drew.adams@oracle.com>
7639
7640 * dired.el (dired-mark-if): Make the message about whether it's
7641 marking or unmarking clearer (bug#8523).
7642
063b0e45
LMI
76432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7644
7645 * disp-table.el (display-table-print-array): New function.
7646 (describe-display-table): Use it to print the vectors more pretty
7647 (Bug#8859).
7648
28545e04
MR
76492011-07-02 Martin Rudalics <rudalics@gmx.at>
7650
7651 * window.el (window-state-get-1): Don't assign clone numbers.
7652 Add clone-of item to list of window parameters.
7653 (window-state-put-2): Don't process clone numbers.
7654 (display-buffer-alist): Fix doc-string.
7655
3349e122
SM
76562011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * subr.el (remq): Don't allocate if it's not needed.
7659 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7660 (keymap--merge-bindings): New functions.
7661 (keymap-canonicalize): Use them to refine the canonicalization.
7662 * minibuffer.el (minibuffer-local-completion-map)
7663 (minibuffer-local-must-match-map): Move initialization from C.
7664 (minibuffer-local-filename-completion-map): Move initialization from C;
7665 don't inherit from anything here.
7666 (minibuffer-local-filename-must-match-map): Make obsolete.
7667 (completing-read-default): Use make-composed-keymap to combine
7668 minibuffer-local-filename-completion-map with either
7669 minibuffer-local-must-match-map or
7670 minibuffer-local-filename-completion-map.
7671
d224ac83
GM
76722011-07-01 Glenn Morris <rgm@gnu.org>
7673
3de63bf8
GM
7674 * type-break.el (type-break-time-sum): Use dolist.
7675
d224ac83
GM
7676 * textmodes/flyspell.el (flyspell-word-search-backward):
7677 Replace CL function.
7678
1a1e3f32
SM
76792011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7680
fe3f64d5
SM
7681 * mouse.el (mouse--strip-first-event): New function.
7682 (function-key-map): Use it to map fringe clicks to normal clicks
7683 by default.
7684
eb604e34
SM
7685 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7686 (vc-bzr-revision-completion-table): Add support for annotate and date.
7687
1a1e3f32
SM
7688 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7689 inherit from parent.
7690
5bd35902
LMI
76912011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7692
ace6c69c 7693 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7694 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7695
191e2bed
LMI
7696 * dired.el (dired-mode): Fix up the doc string as suggested by
7697 Drew Adams (bug#8817).
7698
5bd35902
LMI
7699 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7700 cookie, since the manual says that it should be possible to add
7701 this function to `find-file-hook' (bug#8709).
7702
eee8207a
TZ
77032011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7704
7705 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7706 here. Noted Ted Zlatanov as the maintainer.
7707 (cfengine-common-settings, cfengine-common-syntax): New functions
7708 to set up common things between `cfengine-mode' and
7709 `cfengine3-mode'.
7710 (cfengine3-mode): New mode.
7711 (cfengine3-defuns cfengine3-defuns-regex
7712 (cfengine3-class-selector-regex cfengine3-category-regex)
7713 (cfengine3-vartypes cfengine3-font-lock-keywords)
7714 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7715 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7716
36b148cf
MA
77172011-07-01 Michael Albinus <michael.albinus@gmx.de>
7718
7719 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7720
7721 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7722
0bf4ba9a
MR
77232011-07-01 Martin Rudalics <rudalics@gmx.at>
7724
7725 * window.el (same-window-buffer-names, same-window-regexps)
7726 (same-window-p, special-display-frame-alist)
7727 (special-display-popup-frame, special-display-function)
7728 (special-display-buffer-names, special-display-regexps)
7729 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7730 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7731 (split-window-preferred-function, split-height-threshold)
7732 (split-width-threshold, even-window-heights)
7733 (display-buffer-mark-dedicated, window-splittable-p)
7734 (split-window-sensibly, window-safely-shrinkable-p):
7735 Un-obsolete.
7736 (display-buffer): Don't spread args with function specifier
7737 because special-display-popup-frame won't like it.
7738
35837f51
PE
77392011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7740
d0672f86
PE
7741 Time-stamp simplifications and fixes.
7742 These improve accuracy slightly, and future-proof the code
7743 against some potential changes to current-time format.
7744
b9444d97
PE
7745 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7746 by using time-since and float-time.
7747
0ef923dc
PE
7748 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7749 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7750 + NNN microseconds".
7751
2f81380d
PE
7752 * type-break.el (type-break-time-sum): Rewrite using time-add.
7753
845b5c3e
PE
7754 * play/hanoi.el (hanoi-current-time-float): Remove.
7755 All uses replaced by float-time.
7756
ee6f1be0
PE
7757 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7758 This yields a more-accurate answer.
7759 (rng-time-to-float): Remove; no longer needed.
7760
fe955043
PE
7761 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7762
5777162a
PE
7763 * calendar/timeclock.el (timeclock-seconds-to-time):
7764 Defalias to seconds-to-time, since they're the same thing.
7765
3103f8b6 7766 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7767 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7768 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7769
0e61a35f
SM
77702011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * window.el (bury-buffer): Don't iconify the only frame.
7773 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7774 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7775
ddd63a1e
CY
77762011-07-01 Chong Yidong <cyd@stupidchicken.com>
7777
0e61a35f
SM
7778 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7779 Add mouse-yank-primary.
ddd63a1e 7780
055f4923
TZ
77812011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7782
7783 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7784
6a2fb145
SM
77852011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7788 (find-library-name): Use it to find relative load names when provided
7789 absolute file name (bug#8803).
7790
fd4983f2
LMI
77912011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7792
887d14ad
LMI
7793 * textmodes/flyspell.el (flyspell-word): Consider words that
7794 differ only in case as potential doublons (bug#5687).
7795
c53dc7fc
LMI
7796 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7797 Remove two rather uninteresting debugging-like messages to make
7798 debbugs.el more silent.
7799
fd4983f2
LMI
7800 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7801 a password-like phrase.
7802
7a71b18d 78032011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7804
7805 * progmodes/cc-guess.el: New file.
7806
6a2fb145 7807 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7808
7809 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7810 derived from `c-basic-common-init'.
7811
7812 * progmodes/cc-mode.el (top-level): Require cc-guess.
7813 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7814
1fa280a3
LM
78152011-06-30 Lawrence Mitchell <wence@gmx.li>
7816
7817 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7818
e6597158
AM
78192011-06-30 Alan Mackenzie <acm@muc.de>
7820
1fa280a3
LM
7821 * progmodes/cc-engine.el (c-guess-continued-construct):
7822 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7823 lock is disabled. Name this case as "CASE G".
7824
68ba37fb
KM
78252011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7826
7827 * allout.el (allout-yank-processing): Fix injection of extra space
7828 between bullet and non-whitespace character in first topic when
7829 pasting, ensuring that the actual spacing in the pasted topic
7830 following the bullet char is preserved. This extra space was
7831 causing pasted encrypted topics to get a decrypted status even
7832 when the content was actually still encrypted. Now the decryption
7833 status from before the paste is preserved.
7834
7835 (allout-flag-region): Set all allout overlays so they evaporate
7836 when reduced to zero length (evanescent), to prevent overlay
7837 leakage.
7838
887a0b34
GM
78392011-06-30 Glenn Morris <rgm@gnu.org>
7840
94b9acce
GM
7841 * w32-fns.el (w32-charset-info-alist): Declare.
7842
1d9b46d4
GM
7843 * find-dired.el (find-grep-options): Simplify.
7844
cc232200
GM
7845 * term/ns-win.el (ns-set-resource): Declare.
7846
28e77c46
GM
7847 * ses.el (row, col): Declare dynamic variables honestly.
7848
887a0b34
GM
7849 * textmodes/reftex-parse.el (index-tags): Declare.
7850
658d8eb8
CY
78512011-06-30 Chong Yidong <cyd@stupidchicken.com>
7852
7853 * cus-edit.el (customize-push-and-save): New function.
7854
7855 * files.el (hack-local-variables-confirm): Use it.
7856
1fa280a3
LM
7857 * custom.el (load-theme): New arg NO-CONFIRM.
7858 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7859 (custom-enabled-themes): Doc fix.
7860
7861 * cus-theme.el (customize-create-theme)
7862 (custom-theme-merge-theme): Callers to load-theme changed.
7863
bb617717
LMI
78642011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7865
d61bdd5d
LMI
7866 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7867 short URLs have at least one dot in them (bug #7614).
7868
bb617717
LMI
7869 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7870 nil, because using a pty is apparently too slow (bug #895).
7871
2f31f37a
LMI
78722011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7873
7874 * mail/sendmail.el (sendmail-query-once): New function.
7875 (sendmail-query-once-function): New variable.
7876
3076b24e
GM
78772011-06-29 Glenn Morris <rgm@gnu.org>
7878
faf2a174
GM
7879 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7880
3076b24e
GM
7881 * ses.el (top-level): Require cl when compiling.
7882 (ses-set-localvars): Fix error statement.
7883 Call it at compile time to silence a storm of warnings.
7884
5386012d
MR
78852011-06-29 Martin Rudalics <rudalics@gmx.at>
7886
7887 * window.el (normalize-live-buffer): Rename to
7888 window-normalize-buffer.
7889 (normalize-live-frame): Rename to window-normalize-frame.
7890 (normalize-any-window): Rename to window-normalize-any-window.
7891 (normalize-live-window): Rename to window-normalize-live-window.
7892 (make-window-atom): Rename to window-make-atom.
7893 (window-resize-reset): Rename to window--resize-reset.
7894 (window-resize-reset-1): Rename to window--resize-reset-1.
7895 (resize-mini-window): Rename to window--resize-mini-window.
7896 (resize-subwindows-skip-p): Rename to
7897 window--resize-subwindows-skip-p.
7898 (resize-subwindows-normal): Rename to
7899 window--resize-subwindows-normal.
7900 (resize-subwindows): Rename to window--resize-subwindows.
7901 (resize-other-windows): Rename to window--resize-siblings.
7902 (resize-this-window): Rename to window--resize-this-window.
7903 (resize-root-window): Rename to window--resize-root-window.
7904 (resize-root-window-vertically): Rename to
7905 window--resize-root-window-vertically.
7906 (normalize-buffer-to-display): Rename to
7907 window-normalize-buffer-to-display.
7908 (normalize-buffer-to-switch-to): Rename to
7909 window-normalize-buffer-to-switch-to.
7910 Correspondingly update all callers of the functions listed
7911 above.
7912 (display-buffer-alist, display-buffer-normalize-arguments)
7913 (display-buffer-normalize-options, display-buffer)
7914 (display-buffer-alist-set): Use "function" instead of
7915 "fun-with-args".
7916
1176868d
CY
79172011-06-28 Chong Yidong <cyd@stupidchicken.com>
7918
7919 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7920 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7921 debbugs.gnu.org. Mention acknowledgment email.
7922
20a7a65f
LMI
79232011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7924
7925 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7926 buffer multibyteness, since it shouldn't matter.
7927
5f45cca5
MR
79282011-06-28 Martin Rudalics <rudalics@gmx.at>
7929
7930 * window.el (display-buffer-in-side-window): Handle dedicated
7931 windows as in display-buffer-reuse-window.
7932 (display-buffer-normalize-alist): Use value of override
7933 specifier.
7934 (display-buffer-normalize-specifiers): Use value of
7935 other-window-means-other-frame specifier.
7936 (display-buffer-alist): Rewrite some texts in widgets.
7937 (display-buffer): Spread arguments when calling function
7938 specified by fun-with-args.
7939
ad85fe1f
DD
79402011-06-28 Deniz Dogan <deniz@dogan.se>
7941
1fa280a3
LM
7942 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7943 Unnest `let'.
da68c4c8 7944
ad85fe1f
DD
7945 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7946 selectors (Bug#5732).
ec49bd31 7947 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7948
a08cc025
JA
79492011-06-27 Jari Aalto <jari.aalto@cante.net>
7950
7951 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7952 (eshell-ls-date-format): New defcustom.
7953 (eshell-ls-file): Use it.
7954
e2b551c5
SM
79552011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7958
8982b231
KY
79592011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7962 (ange-ftp-make-tmp-name): New arg.
7963 (ange-ftp-file-local-copy): Use it.
7964
36c9fa27
J
79652011-06-27 Jambunathan K <kjambunathan@gmail.com>
7966
7967 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7968 no-conversion (Bug#8870).
7969
d68443dc
MR
79702011-06-27 Martin Rudalics <rudalics@gmx.at>
7971
7972 * window.el (window-right, window-left, window-child)
7973 (window-child-count, window-last-child)
7974 (window-iso-combination-p, walk-window-tree-1)
7975 (window-atom-check-1, window-tree-1, delete-window)
7976 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7977 new naming conventions - window-vchild, window-hchild,
7978 window-next and window-prev are now called window-top-child,
7979 window-left-child, window-next-sibling and window-prev-sibling
7980 respectively.
d615d6d2
MR
7981 (resize-window-reset): Rename to window-resize-reset.
7982 (resize-window-reset-1): Rename to window-resize-reset-1.
7983 (resize-window): Rename to window-resize.
7984 (window-min-height, window-min-width)
7985 (resize-mini-window, resize-this-window, resize-root-window)
7986 (resize-root-window-vertically, adjust-window-trailing-edge)
7987 (enlarge-window, shrink-window, maximize-window)
7988 (minimize-window, delete-window, quit-restore-window)
7989 (split-window, balance-windows, balance-windows-area-adjust)
7990 (balance-windows-area, window-state-put-2)
7991 (display-buffer-even-window-sizes, display-buffer-set-height)
7992 (display-buffer-set-width, set-window-text-height)
7993 (fit-window-to-buffer): Rename all "resize-window" prefixed
7994 calls to use the "window-resize" prefix convention.
7995 (display-buffer-alist): Fix symbol for label specifier.
7996 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7997 corresponding specifier.
7998 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7999
b6458526
VB
80002011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8001
8002 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8003 convention.
8004 (ses-call-printer): Does not pass an empty string to formatter when the
8005 cell is empty to keep from barking printer Calc math-format-value.
8006
d31fd9ac
RS
80072011-06-27 Richard Stallman <rms@gnu.org>
8008
43d5bf84
RS
8009 * battery.el (battery-mode-line-limit): New variable.
8010 (battery-update): Handle it.
8011
d31fd9ac
RS
8012 * mail/rmailmm.el (rmail-mime-process-multipart):
8013 Handle truncated messages.
8014
819a6054
GM
80152011-06-27 Glenn Morris <rgm@gnu.org>
8016
8017 * progmodes/flymake.el (flymake-err-line-patterns):
8018 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8019
cedc73f2
VB
80202011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8021
819a6054 8022 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8023 (ses--clean-!, ses--clean-_): New functions.
8024 (ses-range): Add configurability of readout order, and conversion
8025 to Calc vector.
8026
5e5d49b6
VB
8027 * ses.el (ses-repair-cell-reference-all): New function.
8028 (ses-cell-symbol): Set macro as safe, so that it can be used in
8029 formulas.
8030
56e6cc31 8031 * ses.el: Update cycle detection algorithm.
90ca8b49 8032 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8033 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8034 (ses-set-localvars): New function.
8035 (ses-make-cell): Add property-list as a cell element.
8036 (ses-cell-property-get-fun, ses-cell-property-get)
8037 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8038 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8039 New functions.
90ca8b49
VB
8040 (ses-cell-property-set, ses-cell-property-pop)
8041 (ses-cell-property-get-handle): New macro.
8042 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8043 New aliases, used for code readability.
8044 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8045 cycle detection.
8046 (ses-self-reference-early-detection): New defcustom.
fac916bf 8047 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8048 (ses-mode): Use ses-set-localvars.
8049 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8050 before lauching the update processing.
8051 (ses-initialize-Dijkstra-attempt): New function.
8052 (ses-recalculate-cell): Update for cycle detection based on
8053 Dijkstra algorithm.
8054
2bb63e81
VB
8055 * ses.el: Fix commenting and indenting convention.
8056
c9d29fb8
SM
80572011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * bs.el (bs-cycle-next): Complete last change.
8060
d8e4b68b
JB
80612011-06-27 Drew Adams <drew.adams@oracle.com>
8062
8063 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8064
40098786
LMI
80652011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8066
c9d29fb8
SM
8067 * net/network-stream.el (network-stream-open-starttls):
8068 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8069 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8070
40098786
LMI
8071 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8072 to binary to possibly avoid line encoding issues on Windows (among
8073 other things).
8074
468d09d4
LMI
80752011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8076
8077 * net/network-stream.el (open-network-stream): Return an :error
8078 saying what the problem was, if possible.
8079
8080 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8081 server.
8082
8083 * net/network-stream.el (network-stream-open-starttls): If we
8084 wanted to use STARTTLS, and the server offered it, but we weren't
8085 able to because we had no STARTTLS support, then close the connection.
8086 (open-network-stream): Return an :error element, if present.
8087
16f07dd7
CY
80882011-06-26 Chong Yidong <cyd@stupidchicken.com>
8089
88821ca0
CY
8090 * hl-line.el (hl-line-sticky-flag): Doc fix.
8091 (global-hl-line-sticky-flag): New option (Bug#8323).
8092 (global-hl-line-highlight): Obey it.
8093
16f07dd7
CY
8094 * vc/vc.el (vc-revert-show-diff): Default to t.
8095
6b5ccddf
KM
80962011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8097
c9d29fb8
SM
8098 * allout-widgets.el (allout-widgets-post-command-business):
8099 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8100 undecorated when an isearch is continued past, and isearch
8101 automatically collapses them. This leads to "widget leaks", where
8102 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8103 hidden widgets can slow down cursor travel, substantially.
8104 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8105 so we're doing without this nicety.
8106
8107 (allout-widgets-tally-string): Don't try to do a hash-table-count
8108 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8109 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8110 *Messages* when allout-widgets-maintain-tally is t.
8111
355f2e07
MR
81122011-06-26 Martin Rudalics <rudalics@gmx.at>
8113
8114 * window.el (display-buffer-normalize-argument): Rename to
8115 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8116 LABEL argument. Respect special-display-function when popping up
8117 a new frame. Fix code searching for a window showing the buffer
8118 on another frame.
c9d29fb8
SM
8119 (display-buffer-normalize-specifiers):
8120 Call display-buffer-normalize-arguments.
355f2e07
MR
8121 (display-buffer-in-window): Don't undedicate the window if its
8122 buffer remains the same.
8123 Reported by Drew Adams <drew.adams@oracle.com>.
8124 (display-buffer-alist): Add choice for same-window macro
8125 specfier.
8126 (display-buffer): Mention special meaning of LABEL argument in
8127 doc-string. Fix quoting. Don't pop up a new frame even as
8128 fallback.
8129
7ca8fc42
JB
81302011-06-26 Juanma Barranquero <lekktu@gmail.com>
8131
8132 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8133 avoid deleting the current window in some cases (bug#8911).
8134
bc312254
AS
81352011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8136
8137 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8138 (Bug#8934)
8139
2db18f3f
LMI
81402011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8141
c9d29fb8
SM
8142 * net/network-stream.el (network-stream-open-starttls):
8143 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8144 (network-stream-open-tls): Ditto.
8145
6302e0d3
LL
81462011-06-26 Leo Liu <sdl.web@gmail.com>
8147
8148 * register.el (registerv): New struct.
8149 (registerv-make): New function.
c9d29fb8
SM
8150 (jump-to-register, describe-register-1, insert-register):
8151 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8152 struct. (Bug#8415)
8153
5fdd4046
CY
81542011-06-26 Chong Yidong <cyd@stupidchicken.com>
8155
2afef60a
CY
8156 * vc/vc.el (vc-revert-show-diff): New defcustom.
8157 (vc-diff-internal): New arg specifying diff buffer.
8158 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8159 reuse an existing *vc-diff* buffer (Bug#8927).
8160
5fdd4046
CY
8161 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8162
e93db24a
GM
81632011-06-26 Glenn Morris <rgm@gnu.org>
8164
8165 * progmodes/f90.el (f90-critical-indent): New option.
8166 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8167 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8168 (f90-mode): Doc fix.
8169 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8170 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8171 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8172 (f90-match-end): Handle block, critical.
8173
eefff499
GM
81742011-06-25 Glenn Morris <rgm@gnu.org>
8175
f6ba4cc9
GM
8176 * calendar/diary-lib.el (diary-included-files): Doc fix.
8177 (diary-include-files): New function, extracted from
8178 diary-include-other-diary-files and diary-mark-included-diary-files.
8179 (diary-include-other-diary-files, diary-mark-included-diary-files):
8180 Just call diary-include-files.
8181 (diary-mark-entries): Reset diary-included-files on first call.
8182
16712304
GM
8183 * calendar/diary-lib.el (diary-mark-entries)
8184 (diary-mark-included-diary-files):
8185 Visit included diary-files in temp buffers.
8186
5d8e0d43
GM
8187 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8188 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8189 (f90-start-block-re, f90-imenu-generic-expression)
8190 (f90-looking-at-program-block-start, f90-no-block-limit):
8191 Add support for submodules.
8192
ccf7a5d5
GM
8193 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8194 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8195
11fdef7d 81962011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8197
8198 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8199 buffer-file-type before setting its value, to avoid disastrous
eefff499 8200 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8201
74f53697
JB
82022011-06-25 Juanma Barranquero <lekktu@gmail.com>
8203
8204 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8205
8206 * ses.el (ses-unload-function):
8207 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8208
8209 * proced.el (proced-unload-function):
8210 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8211
18a4ce5e
AR
82122011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8213
8214 * server.el (server-create-window-system-frame): Add parameters arg.
8215 (server-process-filter): Doc fix. Handle frame-parameters.
8216
519d22cc
JB
82172011-06-25 Juanma Barranquero <lekktu@gmail.com>
8218
8219 Fix bug#8730, bug#8781.
8220
8221 * loadhist.el (unload--set-major-mode): New function.
8222 (unload-feature): Use it.
8223
8224 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8225 (python-unload-function): New function.
8226
c206f5b0
SM
82272011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8230
f9ad64f3
GS
82312011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8232
8233 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8234 the candidates list.
8235
7d0da90e
JB
82362011-06-24 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8239
14b4e83d
RS
82402011-06-23 Richard Stallman <rms@gnu.org>
8241
8242 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8243 (rmail-variables): Set next-error-move-function.
8244 (rmail-what-message): Take argument POS.
8245 (rmail-next-error-move): New function.
8246
273d2baf
SM
82472011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8250 messages for adjacent non-terminals.
8251
56c2cc9a
RS
82522011-06-23 Richard Stallman <rms@gnu.org>
8253
8254 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8255 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8256 (rmail-start-mail): Don't specify use of rmail-mail-return;
8257 that's done by mail-bury now.
8258 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8259
d59eb518
MA
82602011-06-23 Michael Albinus <michael.albinus@gmx.de>
8261
8262 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8263 SIZE is a number.
8264
02cfc6d6
MR
82652011-06-23 Martin Rudalics <rudalics@gmx.at>
8266
8267 * window.el (get-lru-window, get-mru-window)
8268 (get-largest-window): Never return a minibuffer window.
8269 (display-buffer-pop-up-window): Fix a bug that could lead to
8270 reusing the minibuffer window.
8271 (display-buffer): Pass original specifier argument to
8272 display-buffer-function instead of the normalized one.
8273 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8274
4e323265
LL
82752011-06-22 Leo Liu <sdl.web@gmail.com>
8276
8277 * minibuffer.el (completing-read-function)
8278 (completing-read-default): Move from minibuf.c
8279
7a70468f
RS
82802011-06-22 Richard Stallman <rms@gnu.org>
8281
50718fc2
RS
8282 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8283 to Rmail even if not started by a special Rmail command.
8284
7a70468f
RS
8285 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8286 Copy the buffer currently showing just one message.
8287
297dde5a
RW
82882011-06-22 Roland Winkler <winkler@gnu.org>
8289
8290 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8291 (bibtex-clean-entry): First delete the old key so that a
8292 customized algorithm for generating the new key does not get
8293 confused by the old key.
8294 (bibtex-url): Obey regexp of first step.
8295 (bibtex-search-entries): Do not use add-to-list with local
8296 list-var.
8297
97bb1093
LMI
82982011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8299
8300 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8301 stored a user name, then query for the password first, instead of
8302 waiting for SMTP to give an error message and the trying again.
8303
1c0f1a19
JD
83042011-06-22 Lawrence Mitchell <wence@gmx.li>
8305
8306 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8307 BUFFER in call-process.
8308
396f7c9d
LMI
83092011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8310
8311 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8312 QUIT twice.
ddb7ffee
LMI
8313 (smtpmail-try-auth-methods): Require user name and password from
8314 auth-source.
396f7c9d 8315
8998d1b3
MR
83162011-06-22 Martin Rudalics <rudalics@gmx.at>
8317
8318 * window.el (display-buffer-default-specifiers)
8319 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8320 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8321 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8322
8323 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8324 (special-display-frame-alist, special-display-popup-frame):
8325 Remove duplicate declarations. These are now in window.el.
8326
4ea31e07
LMI
83272011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8328
c9d29fb8
SM
8329 * mail/smtpmail.el (smtpmail-via-smtp):
8330 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8331 server supports it. SMTP servers that support STARTTLS commonly
8332 require it.
8333
8334 * net/network-stream.el (network-stream-open-starttls): Support
8335 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8336 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8337
95f41d9a
LMI
8338 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8339 upgrades with `open-network-stream', and rely solely on
8340 auth-source for all credentials. Big changes throughout the file,
8341 but in particular:
c9d29fb8
SM
8342 (smtpmail-auth-credentials): Remove.
8343 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8344 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8345 MAIL FROM, too.
95f41d9a 8346
c9d29fb8
SM
8347 * net/network-stream.el (network-stream-open-starttls):
8348 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8349 STARTTLS.
8350 (auth-source): Require.
8351 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8352 (network-stream-certificate): Change cert-cert to cert and
8353 cert-key to key.
4ea31e07 8354
065ec2c7
MA
83552011-06-21 Michael Albinus <michael.albinus@gmx.de>
8356
8357 * net/tramp-cache.el (top): Don't load the persistency file when
8358 "emacs -Q" has been called.
8359
cd93b359
DR
83602011-06-21 Tim Harper <timcharper@gmail.com>
8361
d8e4b68b
JB
8362 * term/ns-win.el (ns-initialize-window-system):
8363 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8364 resource to NO as it is not yet supported by the NS port.
8365
ae9c0411
JB
83662011-06-21 Juanma Barranquero <lekktu@gmail.com>
8367
8368 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8369 (list-dynamic-libraries): ...not here.
8370
7f3f739f
LL
83712011-06-21 Leo Liu <sdl.web@gmail.com>
8372
8373 * subr.el (sha1): Implement sha1 using secure-hash.
8374
327c8fb1
MR
83752011-06-21 Martin Rudalics <rudalics@gmx.at>
8376
8377 * window.el (display-buffer-alist): In default value do not
8378 enforce searching a window on any but the selected frame.
8379 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8380 (display-buffer-select-window): Remove function.
8381 (display-buffer-in-window): When a window on another frame gets
8382 reused, do not select it any more but just raise its frame if
8383 necessary (Bug#8851) and (Bug#8856).
8384 (display-buffer-normalize-options): Handle pop-up-frames related
8385 options more faithfully.
8386 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8387 window if it is on another frame.
c9d29fb8
SM
8388 (display-buffer-alist, display-buffer-default-specifiers):
8389 Don't make new frame unsplittable by default.
9e9de014
MR
8390 (display-buffer-normalize-argument): Fix doc-string typo and use
8391 'same-frame-other-window instead of 'other-window when associating
8392 with display-buffer-macro-specifiers.
327c8fb1 8393
7cf3f556
VB
83942011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8395
8396 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8397 New functions.
8398 (5x5-mode-map, 5x5-mode-menu): Bind them.
8399 (5x5-draw-grid): Tweak the solver's rendering.
8400
60a406cf
SM
84012011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8404 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8405
d8e4b68b 84062011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8407
8408 * menu-bar.el: Use function variable instead of switch-to-buffer.
8409 (menu-bar-select-buffer-function): New variable.
60a406cf 8410 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8411
478d6f95
SM
84122011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8415 variable's status.
8416
ca530739
JD
84172011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8418
8419 * x-dnd.el (x-dnd-version-from-flags)
8420 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8421 and long as number (Bug#8899).
8422 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8423
bcd70d97
SM
84242011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8425
60a406cf 8426 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8427 (completion-try-completion, completion-all-completions): Compute the
8428 metadata argument if it's missing; make it optional (bug#8795).
8429
60a406cf 8430 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8431 (widget-complete): Use new :completion-function property.
8432 (widget-completions-at-point): New function.
8433 (default): Use :completion-function instead of :complete.
60a406cf
SM
8434 (widget-default-completions): Rename from widget-default-complete;
8435 Rewrite.
bcd70d97
SM
8436 (widget-string-complete, widget-file-complete, widget-color-complete):
8437 Remove functions.
8438 (file, symbol, function, variable, coding-system, color):
8439 * international/mule-cmds.el (default-input-method, charset)
8440 (language-info-custom-alist):
8441 * cus-edit.el (face): Use new property :completions.
8442
8443 * progmodes/pascal.el (pascal-completions-at-point): New function.
8444 (pascal-mode): Use it.
8445 (pascal-mode-map): Use completion-at-point.
8446 (pascal-toggle-completions): Make obsolete.
8447 (pascal-complete-word, pascal-show-completions):
8448 * progmodes/octave-mod.el (octave-complete-symbol):
8449 Redefine as obsolete alias.
8450 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8451 Signal absence of completion info for old Octave,
8452 (inferior-octave-complete): Redefine as obsolete alias.
8453 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8454 (meta-completions-at-point): Rename from meta-complete-symbol and
8455 adapt it for use on completion-at-point-functions.
8456 (meta-common-mode): Use it.
8457 (meta-looking-at-backward, meta-match-buffer): Remove.
8458 (meta-complete-symbol): Redefine as obsolete alias.
8459 (meta-common-mode-map): Use completion-at-point.
8460 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8461 (makefile-mode-map): Use completion-at-point.
8462 (makefile-completions-at-point): Rename from makefile-complete and
8463 adapt it for use on completion-at-point-functions.
8464 (makefile-mode): Use it.
8465 (makefile-complete): Redefine as obsolete alias.
8466
aebf69c8
DD
84672011-06-20 Deniz Dogan <deniz@dogan.se>
8468
8469 * net/rcirc.el: Delete trailing whitespaces once and for all.
8470
bfbbb27d
DC
84712011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8472
8473 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8474
d264a46b
CY
84752011-06-19 Chong Yidong <cyd@stupidchicken.com>
8476
4ca009e5
CY
8477 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8478
d264a46b
CY
8479 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8480
fbf5b3ce
MR
84812011-06-19 Martin Rudalics <rudalics@gmx.at>
8482
8483 * window.el (display-buffer-other-window-means-other-frame):
8484 Call display-buffer-normalize-alist.
8485 (display-buffer-normalize-specifiers-1): Rename to
8486 display-buffer-normalize-argument. New argument other-frame.
8487 Rewrite.
8488 (display-buffer-normalize-specifiers-2): Rename to
8489 display-buffer-normalize-options.
8490 (display-buffer-normalize-alist-1): New function.
8491 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8492 display-buffer-normalize-alist.
8493 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8494 (display-buffer-normalize-options-inhibit): New variable.
8495 (display-buffer-normalize-specifiers): Rewrite calling
8496 display-buffer-normalize-alist,
8497 display-buffer-normalize-argument, and
8498 display-buffer-normalize-options. Don't call the latter if
8499 display-buffer-normalize-options-inhibit is non-nil.
8500 (frame-auto-delete): New option.
8501 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8502 (window-list-no-nils, window-state-ignored-parameters)
8503 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8504 (window-state-put-1, window-state-put-2, window-state-put):
8505 New functions.
9a028c23
MR
8506 (display-buffer-normalize-options): Move special-display-p group
8507 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8508
6d10d800
CY
85092011-06-18 Chong Yidong <cyd@stupidchicken.com>
8510
6420d28b
CY
8511 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8512 groups (Bug#8776).
8513 (rx-submatch-n): New function.
8514 (rx): Document it.
8515
ddb8b596
CY
8516 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8517 (Bug#8768).
8518
8519 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8520
77080289
CY
8521 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8522
61dfb316
CY
8523 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8524 anytime existing face settings are present (Bug#8889).
8525
6d10d800
CY
8526 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8527 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8528 Remove unused argument.
8529
be3fb2b8
MR
85302011-06-18 Martin Rudalics <rudalics@gmx.at>
8531
bcd70d97
SM
8532 * window.el (display-buffer-default-specifiers):
8533 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8534 pop-up-window-min-width, and another reuse-window specifier
8535 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8536 (display-buffer-normalize-specifiers-2):
8537 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8538 pop-up-windows is unset. Add a reuse-window specifier for the
8539 case popping up a new window fails.
8540 (special-display-popup-frame): Remove double quoting.
28dec25a 8541 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8542
1c6d8c76
SM
85432011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8546 according to comint-completion-addsuffix.
8547
8548 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8549 (pcomplete-suffix-list): Mark as obsolete.
8550 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8551 pcomplete-seen in the closure.
8552 (pcomplete-comint-setup): Setup completion-at-point as well.
8553 (pcomplete--entries): New function.
8554 (pcomplete--env-regexp): New var.
8555 (pcomplete-entries): Rewrite to work with partial-completion and
8556 without relying on pcomplete-suffix-list.
8557 (pcomplete-pare-list): Remove, unused.
8558
25aef8b8
MR
85592011-06-17 Martin Rudalics <rudalics@gmx.at>
8560
8561 * window.el (display-buffer-alist): Set pop-up-window-min-height
8562 and pop-up-window-min-width in default value. Reported by
8563 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8564 other-window-means-other-frame.
8565 (display-buffer-macro-specifiers): Comment out entry for
8566 other-window specifier.
8567 (display-buffer-other-window-means-other-frame): New function.
8568 (display-buffer-normalize-specifiers-1): New arguments
8569 buffer-name and label. Treat other-window case specially.
8570 (display-buffer-normalize-specifiers-2): Treat other-window case
8571 specially.
8572 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8573 (display-buffer-normalize-specifiers):
8574 Call display-buffer-normalize-specifiers-3.
25aef8b8 8575
dbad4f69
MR
85762011-06-17 Martin Rudalics <rudalics@gmx.at>
8577
8578 * window.el (same-window-p): Fix two typos introduced when
8579 adding with-no-warnings.
d1067961
MR
8580 (display-buffer-normalize-specifiers-1): Don't check
8581 pop-up-frames for 'unset initialization.
8582 (display-buffer-normalize-specifiers-2): Major rewrite using
8583 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8584 (pop-up-frames, display-buffer-reuse-frames)
8585 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8586 Suggested by David Engster <deng@randomsample.de>.
8587 (even-window-heights): Initialize to 'unset.
8588 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8589 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8590 other window case.
dbad4f69 8591
9b9c9e3a
MR
85922011-06-16 Martin Rudalics <rudalics@gmx.at>
8593
bcd70d97
SM
8594 * window.el (display-buffer-normalize-specifiers-1):
8595 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8596 second argument of display-buffer (Bug#8865).
981d5c09
MR
8597 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8598 (switch-to-buffer-other-window-same-frame)
8599 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8600 Adams (Bug#8875).
9c2755e9
MR
8601 (display-buffer): Don't check noninteractive when calling
8602 display-buffer-pop-up-frame.
8603 (display-buffer-pop-up-frame): Never pop up a frame in
8604 noninteractive mode (Bug#8857).
67222e1d
MR
8605 (enlarge-window, shrink-window): Don't report an error when the
8606 window can't be resized as requested (Bug#8862).
9b9c9e3a 8607
2b75be67
SM
86082011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8609
9ffdd3ba
SM
8610 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8611
cb581a67
SM
8612 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8613
2b75be67
SM
8614 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8615
8c0e3589
AM
86162011-06-15 Alan Mackenzie <acm@muc.de>
8617
cb581a67
SM
8618 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8619 for declarators, disable knr checking to speed up for normal files.
8620 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8621
b96e6cde
LMI
86222011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8623
4bba86e6
LMI
8624 * net/network-stream.el (open-network-stream): Add the keyword
8625 :always-query-capabilities for the case where you want to force a
8626 `plain' network connection, but the protocol still requires the
8627 capabilitiy command (i.e., SMTP and EHLO).
8628
2b75be67 8629 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8630 consistency with other `-live-p' functions.
8631
efdcdbf8
SM
86322011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * window.el (same-window-buffer-names, same-window-regexps)
8635 (special-display-frame-alist, special-display-popup-frame)
8636 (special-display-function, special-display-buffer-names)
8637 (special-display-regexps, pop-up-frame-alist)
8638 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8639 (pop-up-windows, split-window-preferred-function)
8640 (split-height-threshold, split-width-threshold, even-window-heights)
8641 (display-buffer-mark-dedicated): Don't encourage the use of
8642 display-buffer-alist from Elisp code.
8643
c5cde042
DN
86442011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8645
8646 * progmodes/python.el (python-mode): Derive from prog-mode.
8647 * progmodes/ps-mode.el (ps-mode):
8648 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8649 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8650 * progmodes/ld-script.el (ld-script-mode): Likewise.
8651
baa1c9ab
MR
86522011-06-15 Martin Rudalics <rudalics@gmx.at>
8653
8654 * window.el (display-buffer-alist): Trim default value to avoid
8655 popping up a new frame (Bug#8857) or reusing an arbitrary window
8656 on another frame.
8657 (display-buffer): Do not fall back on popping up a new frame in
8658 batch mode (Bug#8857).
8659
c5dd5a51
CY
86602011-06-14 Chong Yidong <cyd@stupidchicken.com>
8661
8662 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8663 (custom-theme-summary): New function.
8664 (customize-themes): Use it.
8665
d647b7c4
GM
86662011-06-13 Glenn Morris <rgm@gnu.org>
8667
8668 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8669
9481c002
MR
86702011-06-13 Martin Rudalics <rudalics@gmx.at>
8671
357f93d2
MR
8672 * help.el (help-window): Remove variable.
8673 (help-window-point-marker, temp-buffer-max-height)
8674 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8675 (help-print-return-message): Don't set help-window.
8676 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8677 (help-window-setup-finish): Remove.
8678 (help-window-display-message, help-window-setup)
8679 (with-help-window): Major rewrite based on new
8680 display-buffer-window variable.
8681
8682 * help-mode.el (help-mode-finish): Remove help-window related
8683 code.
8684
8685 * view.el (view-exits-all-viewing-windows): Remove reference to
8686 view-return-to-alist in doc-string.
8687 (view-return-to-alist): Make obsolete.
8688 (view-buffer): Call pop-to-buffer-same-window and remove
8689 undo-window code.
8690 (view-buffer-other-window): Call pop-to-buffer-other-window and
8691 simplify code. Ignore second argument.
8692 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8693 simplify code. Ignore second argument.
8694 (view-return-to-alist-update): Make obsolete.
8695 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8696 Rewrite using quit-restore window parameters.
2b75be67
SM
8697 (view-mode-exit): Rename second argument to EXIT-ONLY.
8698 Rewrite using quit-restore-window.
357f93d2
MR
8699 (View-exit, View-exit-and-edit, View-leave, View-quit)
8700 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8701 appropriate arguments.
8702 (view-end-message): Use quit-restore window parameter.
8703
9481c002
MR
8704 * window.el (display-buffer-function): Rewrite doc-string.
8705 (display-buffer-window, display-buffer-alist): New variables.
8706 (display-buffer-split-specifiers)
8707 (display-buffer-side-specifiers)
8708 (display-buffer-macro-specifiers): New constants.
8709 (display-buffer-even-window-sizes, display-buffer-set-height)
8710 (display-buffer-set-width, display-buffer-select-window)
8711 (display-buffer-in-window, display-buffer-reuse-window)
8712 (display-buffer-split-window-1, display-buffer-split-window)
8713 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8714 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8715 (display-buffer-in-side-window, normalize-buffer-to-display)
8716 (display-buffer-normalize-specifiers-1)
8717 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8718 (display-buffer-normalize-specifiers, display-buffer-frame):
8719 New functions.
9481c002
MR
8720 (display-buffer): Major rewrite.
8721 (display-buffer-other-window, display-buffer-other-frame)
8722 (pop-to-buffer, switch-to-buffer-other-window)
8723 (switch-to-buffer-other-frame): Rewrite.
8724 (display-buffer-same-window, display-buffer-same-frame)
8725 (display-buffer-same-frame-other-window)
8726 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8727 (pop-to-buffer-other-window)
8728 (pop-to-buffer-same-frame-other-window)
8729 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8730 (switch-to-buffer-other-window-same-frame): New functions.
8731 (same-window-p, special-display-p): Rewrite disabling warnings.
8732 Make obsolete.
8733 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8734 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8735 Make obsolete
8736 (same-window-buffer-names, same-window-regexps)
8737 (special-display-frame-alist, special-display-popup-frame)
8738 (special-display-function, special-display-buffer-names)
8739 (special-display-regexps, pop-up-frame-alist)
8740 (pop-up-frame-function, split-window-preferred-function)
8741 (split-height-threshold, split-width-threshold)
8742 (even-window-heights): Make obsolete.
8743
9db51aca
GM
87442011-06-12 Glenn Morris <rgm@gnu.org>
8745
8746 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8747 Misc simplifications.
9db51aca 8748
39cffb44
MR
87492011-06-12 Martin Rudalics <rudalics@gmx.at>
8750
8751 * window.el (window-safely-shrinkable-p): Restore function which
8752 was inadvertently removed in change from 2011-06-11. Declare as
8753 obsolete.
8754
2b75be67
SM
8755 * calendar/calendar.el (calendar-generate-window):
8756 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8757 window-safely-shrinkable-p.
8758
a8955be7
GM
87592011-06-12 Glenn Morris <rgm@gnu.org>
8760
8761 * progmodes/fortran.el (fortran-mode-syntax-table):
8762 * progmodes/f90.el (f90-mode-syntax-table):
8763 Set % to punctuation. (Bug#8820)
8764 (f90-find-tag-default): Remove, no longer needed.
8765
f0d4059d
DC
87662011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8767
8768 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8769
1100a63c
CY
87702011-06-11 Chong Yidong <cyd@stupidchicken.com>
8771
8772 * image.el (image-animated-p): Return animation delay in seconds.
8773 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8774 (image-animate-timeout): Remove DELAY argument. Don't assume
8775 every subimage has the same delay; get it from image-animated-p.
8776 (image-animate): Caller changed.
8777
def722bf
MA
87782011-06-11 Michael Albinus <michael.albinus@gmx.de>
8779
8780 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8781 to ignored backtrace functions.
8782
0a2bb1a9
GM
87832011-06-11 Glenn Morris <rgm@gnu.org>
8784
8785 * calendar/appt.el (appt-disp-window-function): Doc fix.
8786 (appt-check): Handle overlapping appointments. (Bug#8337)
8787
6198ccd0
MR
87882011-06-11 Martin Rudalics <rudalics@gmx.at>
8789
8790 * window.el (window-tree-1, window-tree): New functions, moving
8791 the latter to window.el.
8792 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8793 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8794 (bw-refresh-edges): Remove.
8795 (balance-windows-1, balance-windows-2): New functions.
8796 (balance-windows): Rewrite in terms of window tree functions,
8797 balance-windows-1 and balance-windows-2.
8798 (bw-adjust-window): Remove.
8799 (balance-windows-area-adjust): New function with functionality of
8800 bw-adjust-window but using resize-window.
2b75be67
SM
8801 (set-window-text-height): Rewrite doc-string.
8802 Use normalize-live-window and resize-window.
8803 (enlarge-window-horizontally, shrink-window-horizontally):
8804 Rename argument to DELTA.
6198ccd0
MR
8805 (window-buffer-height): New function.
8806 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8807 Rewrite using new window resize routines.
2b75be67
SM
8808 (kill-buffer-and-window, mouse-autoselect-window-select):
8809 Use ignore-errors instead of condition-case.
6198ccd0
MR
8810 (quit-window): Call delete-frame instead of delete-windows-on
8811 for the only buffer on frame.
8812
9397e56f
MR
88132011-06-10 Martin Rudalics <rudalics@gmx.at>
8814
8815 * loadup.el (top-level): Load window before files for the sake
8816 of replace-buffer-in-windows.
8817
8818 * files.el (read-buffer-to-switch)
8819 (switch-to-buffer-other-window)
2b75be67
SM
8820 (switch-to-buffer-other-frame, display-buffer-other-frame):
8821 Move to window.el.
9397e56f
MR
8822
8823 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8824 (previous-buffer): Move to window.el.
8825
8826 * bindings.el (unbury-buffer): Move to window.el.
8827
8828 * window.el (delete-other-windows-vertically): Move after
8829 definition of delete-other-windows.
8830 (other-window, delete-windows-on, replace-buffer-in-windows):
8831 Move here from window.c.
8832 (record-window-buffer, unrecord-window-buffer)
8833 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8834 (switch-to-next-buffer): New functions.
8835 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8836 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8837 (previous-buffer): Move here from simple.el.
8838 Call switch-to-prev-buffer.
9397e56f
MR
8839 (bury-buffer): Move here from buffer.c. Switch to previous
8840 buffer when window cannot be deleted.
8841 (unbury-buffer): Move here from bindings.el.
8842 (ctl-x-map): Move binding for other-window from window.c to
8843 here.
8844 (read-buffer-to-switch, switch-to-buffer-other-window)
8845 (switch-to-buffer-other-frame): Move here from files.el.
8846 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8847 (switch-to-buffer): Move here from buffer.c.
8848 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8849
562dd5e9
MR
88502011-06-10 Martin Rudalics <rudalics@gmx.at>
8851
8852 * window.el (window-min-height, window-min-width): Move here
8853 from window.c. Add defcustoms and rewrite doc-strings.
8854 (resize-mini-window, resize-window): New functions.
8855 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8856 Move here from window.c.
8857 (maximize-window, minimize-window): New functions.
8858 (delete-window, delete-other-windows, split-window): Move here
8859 from window.c.
8860 (window-split-min-size): New function.
8861 (split-window-keep-point): Mention split-window-above-each-other
8862 instead of split-window-vertically.
2b75be67 8863 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8864 Rename split-window-vertically to split-window-above-each-other
8865 and provide defalias for old definition.
8866 (split-window-side-by-side, split-window-horizontally):
8867 Rename split-window-horizontally to split-window-side-by-side
8868 and provide defalias for the old definition.
562dd5e9
MR
8869 (ctl-x-map): Move bindings for delete-window,
8870 delete-other-windows and enlarge-window here from window.c.
8871 Replace bindings for split-window-vertically and
8872 split-window-horizontally by bindings for
8873 split-window-above-each-other and split-window-side-by-side.
8874
8875 * cus-start.el (all): Remove entries for window-min-height and
8876 window-min-width. Add entries for window-splits and
8877 window-nest.
8878
f0da764a
GM
88792011-06-09 Glenn Morris <rgm@gnu.org>
8880
80675c21
GM
8881 * calendar/appt.el (appt-mode-line): New function.
8882 (appt-check, appt-disp-window): Use it.
8883
f0da764a
GM
8884 * files.el (hack-one-local-variable-eval-safep):
8885 Allow minor-modes with explicit +/-1 arguments.
8886
59f623b7
TZ
88872011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8888
8889 * term/xterm.el (xterm): Add defgroup.
8890 (xterm-extra-capabilities): Add defcustom to supply known xterm
8891 capabilities, skip querying them, or query them (default).
8892 (terminal-init-xterm): Use it.
8893 (terminal-init-xterm-modify-other-keys): New function to set up
8894 modifyOtherKeys support to simplify `terminal-init-xterm'.
8895
9aab8e0d
MR
88962011-06-09 Martin Rudalics <rudalics@gmx.at>
8897
8898 * window.el (resize-window-reset, resize-window-reset-1)
8899 (resize-subwindows-skip-p, resize-subwindows-normal)
8900 (resize-subwindows, resize-other-windows, resize-this-window)
8901 (resize-root-window, resize-root-window-vertically)
8902 (window-deletable-p, window-or-subwindow-p)
8903 (frame-root-window-p): New functions.
8904
e8b08aee
GM
89052011-06-09 Glenn Morris <rgm@gnu.org>
8906
8907 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8908 (ange-ftp-get-files): Use it.
8909
254c37a5
AK
89102011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8911
8912 * mail/sendmail.el (mail-recover-1, mail-recover):
8913 * files.el (recover-file, recover-session):
8914 Handle dired-listing-switches not being just a single short option.
8915
35d7dbd3
GM
89162011-06-09 Glenn Morris <rgm@gnu.org>
8917
8918 * calendar/appt.el (appt-display-message, appt-disp-window):
8919 Handle lists of appointments.
8920
387522b2
MR
89212011-06-08 Martin Rudalics <rudalics@gmx.at>
8922
2b75be67
SM
8923 * window.el (one-window-p): Move down in code.
8924 Rewrite doc-string.
8925 (window-current-scroll-bars): Rewrite doc-string.
8926 Normalize live window argument.
387522b2
MR
8927 (walk-windows, get-window-with-predicate, count-windows):
8928 Rewrite doc-string. Use window-list-1.
8929 (window-in-direction-2, window-in-direction, get-mru-window):
8930 New functions.
8931
d8e4b68b 89322011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8933
8934 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8935 Doc fix (Bug#8713).
8936
89372011-06-08 Chong Yidong <cyd@stupidchicken.com>
8938
8939 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8940
89412011-06-08 Juanma Barranquero <lekktu@gmail.com>
8942
8943 * loadhist.el (unload-feature-special-hooks):
8944 Add `comint-output-filter-functions'.
8945
0de12c52
IK
89462011-06-08 Ivan Kanis <gnu@kanis.fr>
8947
8948 * calendar/appt.el (appt-check): Move some initializations into the let.
8949
f3d1777e
MR
89502011-06-08 Martin Rudalics <rudalics@gmx.at>
8951
8952 * window.el (window-height): Defalias to window-total-height.
8953 (window-width): Defalias to window-body-width.
8954
18af70d0
CY
89552011-06-07 Chong Yidong <cyd@stupidchicken.com>
8956
8957 * image-mode.el (image-toggle-animation): New command.
8958 (image-mode-map): Bind it to RET.
8959 (image-mode): Update message.
8960 (image-toggle-display-image): Avoid a spurious cache flush.
8961 (image-transform-rotation): Doc fix.
8962 (image-transform-properties): Return quickly in the normal case.
8963 (image-animate-loop): Rename from image-animate-max-time.
8964
2b75be67 8965 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8966 (create-animated-image): Remove unnecessary function.
8967 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8968 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8969 (image-animate-timer): Use car-safe.
8970 (image-animate-timeout): Rename argument.
8971
190b47e6
MR
89722011-06-07 Martin Rudalics <rudalics@gmx.at>
8973
8974 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8975 window.c. Rename first argument to ALL-FRAMES.
8976 Rephrase doc-strings.
8977 (get-buffer-window-list): Rewrite using window-list-1.
8978 Rephrase doc-string.
a1511caf
MR
8979 (window-safe-min-height, window-safe-min-width): New constants.
8980 (window-size-ignore, window-min-size, window-min-size-1)
8981 (window-sizable, window-sizable-p, window-size-fixed-1)
8982 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8983 (window-max-delta-1, window-max-delta, window-resizable)
8984 (window-resizable-p, window-total-height, window-total-width)
8985 (window-body-width): New functions.
8986 (window-full-height-p, window-full-width-p): Rewrite using
8987 window-total-size.
8988 (window-body-height): Rewrite using window-body-size.
190b47e6 8989
85cc1f11
MR
89902011-06-06 Martin Rudalics <rudalics@gmx.at>
8991
8992 * window.el (window-right, window-left, window-child)
8993 (window-child-count, window-last-child, window-any-p)
8994 (normalize-live-buffer, normalize-live-frame)
8995 (normalize-any-window, normalize-live-window)
8996 (window-iso-combination-p, window-iso-combined-p)
8997 (window-iso-combinations)
8998 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8999 (windows-with-parameter, window-with-parameter)
9000 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9001 (window-atom-check, window-side-check, window-check):
9002 New functions.
85cc1f11
MR
9003 (ignore-window-parameters, window-sides, window-sides-vertical)
9004 (window-sides-slots): New variables.
9005 (window-size-fixed): Move down in code. Minor doc-string fix.
9006
e7156492
AS
90072011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9008
9009 * comint.el (comint-dynamic-complete-as-filename)
9010 (comint-dynamic-complete-filename): Correctly call
9011 completion-in-region.
9012
7e821d0d
DD
90132011-06-05 Deniz Dogan <deniz@dogan.se>
9014
9015 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9016 in last change.
9017
ac09b8a1
DD
90182011-06-05 Deniz Dogan <deniz@dogan.se>
9019
9020 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9021 (rcirc): Use it to prompt for encryption.
9022
34699b85
RW
90232011-06-05 Roland Winkler <winkler@gnu.org>
9024
9025 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9026 (bibtex-search-entries): New command bound to C-c C-a.
9027 (bibtex-display-entries): New function.
9028
004dedd3
RW
90292011-06-05 Roland Winkler <winkler@gnu.org>
9030
9031 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9032 (bibtex-insert-kill): After yanking insert newline if necessary.
9033 (bibtex-initialize): Call bibtex-string-files-init only once.
9034 (bibtex-mode): Do not call easy-menu-add.
9035 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9036 (bibtex-yank): Set arg properly if nil.
9037
022fe7ce
RW
90382011-06-05 Roland Winkler <winkler@gnu.org>
9039
2b75be67
SM
9040 * textmodes/bibtex.el (bibtex-search-entry-globally):
9041 New variable.
022fe7ce
RW
9042 (bibtex-search-entry): Use it.
9043
b7c3692a
RW
90442011-06-05 Roland Winkler <winkler@gnu.org>
9045
9046 * textmodes/bibtex.el (bibtex-entry-format): New option
9047 sort-fields.
9048 (bibtex-format-entry, bibtex-reformat): Honor this option.
9049 (bibtex-parse-entry): Return fields in proper order.
9050
8eda563d
JB
90512011-06-05 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * doc-view.el (doc-view-remove-if): Move computation of result out
9054 of `dolist' to silence misleading lexical-binding warning.
9055
7dbe3dbc
CY
90562011-06-04 Chong Yidong <cyd@stupidchicken.com>
9057
9058 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9059 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9060
0c33dd17
MA
90612011-06-04 Michael Albinus <michael.albinus@gmx.de>
9062
9063 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9064 "SunOS 5.10".
9065
f8f91c2b
MA
90662011-06-04 Michael Albinus <michael.albinus@gmx.de>
9067
9068 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9069 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9070 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9071 (tramp-parse-putty):
9072 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9073 (tramp-completion-function-alist-ssh)
9074 (tramp-completion-function-alist-telnet)
9075 (tramp-completion-function-alist-su)
9076 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9077 cookie.
9078
9079 * net/tramp-ftp.el:
9080 * net/tramp-sh.el:
9081 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9082 load "tramp.el" `tramp-set-completion-function'.
9083
e17d9003
SM
90842011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * shell.el: Require and use pcomplete.
9087 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9088 (shell-completion-vars): Set pcomplete-default-completion-function.
9089
6c4cab03
DD
90902011-06-04 Deniz Dogan <deniz@dogan.se>
9091
9092 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9093 `memq' (Bug#8799).
9094
ea9fafe0
SM
90952011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9098
b3e945d3
JB
90992011-06-02 Juanma Barranquero <lekktu@gmail.com>
9100
9101 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9102 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9103 * vc/log-view.el (log-view-beginning-of-defun):
9104 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9105 (smerge-refine-forward, smerge-refine-chopup-region):
9106 Silence warning for unused `dotimes' counter variables.
9107
7d520089
SM
91082011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * net/tramp.el (tramp-with-progress-reporter): Rename from
9111 with-progress-reporter. Use `declare'.
9112 * net/tramp-smb.el:
9113 * net/tramp-sh.el:
9114 * net/tramp-gvfs.el: Update all uses.
9115
a1c2400f
JB
91162011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9117
9118 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9119 buffer isn't killed before making it current.
9120
2403c841
SM
91212011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 Silence various byte-compiler warnings.
9124 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9125 `access-type' and new obsolescence format.
9126 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9127 new format.
9128 (byte-compile-check-variable): New `access-type' argument.
9129 Only warn if the access-type is obsolete.
9130 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9131 (byte-compile-variable-set): Adjust callers.
9132 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9133 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9134 setting it as obsolete.
9135 * simple.el (minibuffer-completing-symbol):
9136 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9137 access as obsolete.
9138 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9139 obsolete yet.
9140 * international/quail.el (quail-mouse-choose-completion): Remove unused
9141 code referring to obsolete var.
9142 (quail-choose-completion-string): Remove.
9143 * server.el (server-clients-with, server-kill-buffer-query-function)
9144 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9145 * proced.el (proced-send-signal):
9146 * emacs-lisp/lisp.el (lisp-complete-symbol):
9147 Replace completion-annotate-function with completion-extra-properties.
9148
2462470b
SM
91492011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9150
fb5b2591
SM
9151 * simple.el (goto-line): Use read-number.
9152 (overriding-map-is-bound): Remove.
9153 (saved-overriding-map): Change default.
9154 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9155 Take the map as argument.
9156 (universal-argument, negative-argument, digit-argument): Use it.
9157 (restore-overriding-map): Adjust.
9158 (do-auto-fill): Use fill-forward-paragraph.
9159 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9160
fd6fa53f
SM
9161 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9162 (minibuffer-inactive-mode): New major mode.
9163 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9164 the *Messages* buffer" hack.
9165 (mouse-popup-menubar): Don't burp if the event is a normal key.
9166
2462470b
SM
9167 Miscellaneous tweaks.
9168 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9169 lexical scoping as in subr.el's dolist and dotimes.
9170 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9171 Silence compiler warning.
9172 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9173 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9174 * international/ccl.el (ccl-compile): Trivial simplification.
9175 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9176 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9177 `printflag' argument.
9178 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9179 Purecopy the whole obsolescence data.
9180
108bf785
LL
91812011-06-01 Leo Liu <sdl.web@gmail.com>
9182
9183 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9184 improve doc-string as suggested by Marco Pessotto
9185 <melmothx@gmail.com>.
9186 (rcirc-print): Fix last change.
9187
30a23501
SM
91882011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * minibuffer.el (complete-with-action): Return nil for the metadata and
9191 boundaries of non-functional tables.
9192 (completion-table-dynamic): Return nil for the metadata.
9193 (completion-table-with-terminator): Add default case, using
9194 complete-with-action.
9195 (completion--metadata): New function.
9196 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9197 to try and avoid pathological performance problems.
9198 (completion--embedded-envvar-table): Return `category' metadata.
9199
bcd54f83
LMI
92002011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9201
9202 * subr.el (process-alive-p): New tiny convenience function.
9203
e227544d
SM
92042011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9207 content but also its previous major mode.
9208
e8296fdc
HE
92092011-05-31 Helmut Eller <eller.helmut@gmail.com>
9210
4d61f28d 9211 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9212 *Backtrace* buffer when we exit with C-M-c.
9213
620c53a6
SM
92142011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * minibuffer.el: Add metadata method to completion tables.
9217 (completion-category-overrides): New defcustom.
9218 (completion-metadata, completion--field-metadata)
9219 (completion-metadata-get, completion--styles)
9220 (completion--cycle-threshold): New functions.
9221 (completion-try-completion, completion-all-completions):
9222 Add `metadata' argument to choose completion-styles.
9223 (completion--do-completion): Use metadata to choose cycling.
9224 (completion-all-sorted-completions): Use metadata for sorting.
9225 Remove :completion-cycle-penalty which is not needed any more.
9226 (completion--try-word-completion): Add `metadata' argument.
9227 (minibuffer-completion-help): Check metadata for annotation function
9228 and sorting.
9229 (completion-file-name-table): Return `category' metadata.
9230 (minibuffer-completing-file-name): Make obsolete.
9231 * simple.el (minibuffer-completing-symbol): Make obsolete.
9232 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9233 completion-try-completion.
9234
1257e755
SM
92352011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9236
9237 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9238
3767e706
LL
92392011-05-30 Leo Liu <sdl.web@gmail.com>
9240
9241 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9242 (rcirc-print): Decode all incoming messages (bug#8744).
9243 (rcirc-decode-coding-system): Allow value nil for automatic coding
9244 system detection.
3767e706 9245
d1a5d56a
GM
92462011-06-01 Glenn Morris <rgm@gnu.org>
9247
9248 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9249
e8cbec34
CY
92502011-05-29 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * image.el (image-animate-max-time): Allow nil and t values.
9253 Default to nil.
9254 (create-animated-image): Doc fix.
9255 (image-animate-start): Remove second arg; just use
9256 image-animate-max-time.
9257 (image-animate-timeout): Doc fix. Args changed.
9258
9259 * image-mode.el (image-toggle-display-image): Ensure that the
9260 image spec passed to the animate timer is the same object as in
58179cce 9261 the buffer's display property (Bug#6981).
e8cbec34
CY
9262 (image-transform-properties): Doc fix.
9263
9264 * image.el (image-animate-max-time): Default to nil.
9265
159daf87
MR
92662011-05-29 Martin Rudalics <rudalics@gmx.at>
9267
9268 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9269 entire buffer list (Bug#8184).
9270
d66c4c7c
CY
92712011-05-29 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * image.el (imagemagick-types-inhibit)
9274 (imagemagick-register-types): Doc fix.
9275
80aec780
DD
92762011-05-29 Deniz Dogan <deniz@dogan.se>
9277
9278 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9279 default.
9280
1dd3c2d9
CY
92812011-05-29 Chong Yidong <cyd@stupidchicken.com>
9282
9283 * select.el: Don't perform clipboard-manager saving in hooks;
9284 leave the hooks empty.
9285
60e56523
LL
92862011-05-28 Leo Liu <sdl.web@gmail.com>
9287
9288 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9289 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9290 (occur-edit-mode): New major mode (Bug#8463).
9291 (occur-after-change-function): New function.
9292 (occur-engine): Give Occur tags a read-only property.
9293
2b1e1a22
KR
92942011-05-28 Kevin Ryde <user42@zip.com.au>
9295
9296 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9297
5d344e88
CY
92982011-05-28 Chong Yidong <cyd@stupidchicken.com>
9299
8e6ca83d
CY
9300 * bindings.el (help-echo): Make the initial non-indicator dash
9301 empty on graphical terminals (Bug#7295).
9302
5d344e88
CY
9303 * files.el (auto-mode-alist): Move config rule after the
9304 in-stripping one (Bug#8547).
9305
bfbbace7
CY
9306 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9307
fbeba6e2
CY
9308 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9309 setting (Bug#8740).
9310
60ed8c72
AA
93112011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9312
4ac619f0
AA
9313 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9314 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9315 (Bug#8539).
60ed8c72 9316
23db196e
CY
93172011-05-28 Chong Yidong <cyd@stupidchicken.com>
9318
9319 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9320
5012f24c
DK
93212011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9322
9323 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9324 (hs-hide-block-at-point, hs-find-block-beginning)
9325 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9326 (Bug#8279).
9327
6a639b16
GM
93282011-05-28 Glenn Morris <rgm@gnu.org>
9329
9330 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9331
d43eaf2c
CY
93322011-05-28 Chong Yidong <cyd@stupidchicken.com>
9333
5199bde1
CY
9334 * help-fns.el (describe-function-1): If the function is a derived
9335 major mode, print the parent mode.
9336
d43eaf2c
CY
9337 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9338 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9339
423428a8
SM
93402011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9341
0ff8e1ba 9342 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9343 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9344 * progmodes/etags.el (tags-completion-at-point-function):
9345 * info-look.el (info-lookup-completions-at-point): Mark as
9346 non-exclusive.
9347 (info-complete): Adjust accordingly.
9348
423428a8
SM
9349 * info-look.el: Convert to lexical-binding and completion-at-point.
9350 (info-lookup-completions-at-point): New function.
9351 (info-complete): Use it and completion-in-region.
9352
b74aa22b
DA
93532011-05-28 Drew Adams <drew.adams@oracle.com>
9354
9355 * isearch.el: Let M-e start with point at the first mismatched char.
9356 (isearch-fail-pos): New function.
9357 (isearch-edit-string): Use it.
9358
66e2e71d
DK
93592011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9360
9361 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9362
b1890b0f 93632011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9364
9365 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9366 traversal functions for avl-trees.
9367 (avl-tree--stack): New struct.
9368 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9369 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9370 (avl-tree--do-enter): Add optional `updatefun' arg.
9371 Change return value.
eb95d01d 9372 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9373 (avl-tree--do-delete): Add `test' and `nilflag' args.
9374 Change return value.
eb95d01d
TC
9375 (avl-tree-member): Add optional `nilflag'
9376 (avl-tree-member-p): New function.
9377 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9378 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9379 (avl-tree-stack-empty-p): New functions.
9380
3769ddcf
TC
9381 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9382 avl-tree--del-balance1 and make it work both ways.
9383 (avl-tree--del-balance2): Remove.
9384 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9385 make it work both ways.
9386 (avl-tree--enter-balance2): Remove.
9387 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9388 New macros.
9389 (avl-tree--mapc, avl-tree-map): Add direction argument.
9390
eb95d01d 93912011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9392
9393 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9394
a9f737ee
CY
93952011-05-27 Chong Yidong <cyd@stupidchicken.com>
9396
9397 * select.el: Support clipboard managers with built-in function
9398 x-clipboard-manager-save, via delete-frame-functions and
9399 kill-emacs-hook.
9400 (xselect-convert-to-targets): Add MULTIPLE target to list.
9401 (xselect-convert-to-save-targets): New function.
9402
c92a1e54
KH
94032011-05-27 Kenichi Handa <handa@m17n.org>
9404
9405 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9406 let-binding rfc2047-encode-encoded-words to nil.
9407
e145f188
GM
94082011-05-27 Glenn Morris <rgm@gnu.org>
9409
5ec8a862
GM
9410 * mail/emacsbug.el: Don't require url-util.
9411
4b29d9fb
GM
9412 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9413
e145f188
GM
9414 * files.el (set-auto-mode):
9415 Also respect mode: entries at the end of the file. (Bug#8586)
9416
7d15102b
GM
94172011-05-26 Glenn Morris <rgm@gnu.org>
9418
98f593b8
GM
9419 * files.el (hack-local-variables-prop-line, hack-local-variables):
9420 Downcase mode names, as seems to be traditional.
27b48e63 9421 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9422
7d15102b
GM
9423 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9424 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9425
51d5b4ec
JD
94262011-05-25 Julien Danjou <julien@danjou.info>
9427
9428 * textmodes/rst.el (rst-define-level-faces): Do not define face
9429 symbol if it is already defined.
9430
91513f63
VB
94312011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9432
9433 * play/5x5.el (5x5-new-game, 5x5-randomize):
9434 Reset 5x5-solver-output to nil when a new grid is cast.
9435 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9436 these debugging traces, as defmacro breaks the compiled code.
9437
4d90d6d0
DK
94382011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9439
9440 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9441
e1b90ef6
LL
94422011-05-24 Leo Liu <sdl.web@gmail.com>
9443
9444 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9445 (vc-bzr-sha1): Adapt.
9446
d8e4b68b 9447 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9448
9449 * bindings.el: Provide sha1 feature.
9450
db0406bb 94512011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9452
9453 * mail/sendmail.el: Require `rfc2047'.
9454 (mail-insert-from-field): Do not perform RFC2047 encoding.
9455 (mail-encode-header): New function.
9456 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9457 buffer to the return value of select-message-coding-system.
9458 Call mail-encode-header.
b8d747b9
KH
9459
9460 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9461
db0406bb 94622011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9463
4d90d6d0
DK
9464 * mail/supercite.el (sc-default-cite-frame):
9465 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9466
eb8a5e9b
GM
94672011-05-24 Glenn Morris <rgm@gnu.org>
9468
f8630703
GM
9469 * progmodes/python.el (brm-menu): Declare.
9470
8831bbed
GM
9471 * emulation/viper.el (viper-set-hooks): Declare.
9472
eb8a5e9b
GM
9473 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9474 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9475 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9476 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9477 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9478 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9479
a2a25d24
SM
94802011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 Add an :exit-function for completion-at-point.
9483
9484 * minibuffer.el (completion--done): New fun.
9485 (completion--do-completion): Use it. New arg `expect-exact'.
9486 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9487 since completion--do-completion does it for us now.
9488 (minibuffer-force-complete): Use completion--done and
9489 completion--replace. Handle sole-completion case with more care.
9490 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9491 (completion-extra-properties): New var.
9492 (completion-annotate-function): Make obsolete.
9493 (minibuffer-completion-help): Adjust accordingly.
9494 Use completion-list-insert-choice-function.
9495 (completion-at-point, completion-help-at-point):
9496 Bind completion-extra-properties.
9497 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9498 * simple.el (completion-list-insert-choice-function): New var.
9499 (completion-setup-function): Preserve it.
9500 (choose-completion): Pay attention to it, shuffle the code a bit.
9501 (choose-completion-string): New arg `insert-function'.
9502
9503 * textmodes/bibtex.el: Convert to lexical binding.
9504 (bibtex-mode-map): Use completion-at-point.
9505 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9506 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9507 (bibtex-complete): Define as obsolete alias.
9508 (bibtex-complete-internal): Remove.
9509 (bibtex-format-entry): Remove unused sub-group in regexp.
9510 * shell.el (shell--command-completion-data)
9511 (shell-environment-variable-completion):
9512 * pcomplete.el (pcomplete-completions-at-point):
9513 * comint.el (comint--complete-file-name-data): Use :exit-function
9514 instead of completion-table-with-terminator so it also works for
9515 choose-completion.
9516
e44e373d
SM
95172011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9518
4f91a816
SM
9519 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9520
782fc819
SM
9521 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9522 (bug#8710).
9523
e44e373d
SM
9524 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9525
381987c3
KM
95262011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9527
9528 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9529 customization variable and implement: If non-nil, auto-fill will
9530 be inhibited while on topic's header line.
9531
b776bc70
VB
95322011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9533
9534 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9535 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9536 always have a solution in grid size = 5 cases.
9537 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9538 (5x5-solver-output, 5x5-log-buffer): New vars.
9539 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9540 Make these variables buffer local to achieve 5x5 multi-session-ness.
9541 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9542 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9543 (5x5-solve-suggest): New funs.
9544 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9545 randomize a grid so that we ensure that there is always a solution.
9546 (5x5-make-random-grid): Allow other movement than flipping.
9547
7de88b6e
KR
95482011-05-23 Kevin Ryde <user42@zip.com.au>
9549
9550 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9551 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9552 advice and passes PREDICATE.
9553
b1ef1257
SM
95542011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9555
bbca48fe
SM
9556 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9557 byte-compile-lambda if it's actually a lambda.
9558
b1ef1257
SM
9559 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9560 Fix function quoting. Use backquote better.
9561
92a9cc65
YS
95622011-05-22 Yuanle Song <sylecn@gmail.com>
9563
9564 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9565 matching (Bug#8516).
9566
f0fb8059
JA
95672011-01-22 Jari Aalto <jari.aalto@cante.net>
9568
9569 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9570 different face (Bug#8178).
9571
d5b44c93
CY
95722011-05-22 Chong Yidong <cyd@stupidchicken.com>
9573
9574 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9575 defface (Bug#8144).
9576
79106a44
SM
95772011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9c848d8a
SM
9579 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9580 funcall as well (bug#8712). Warn when performing those conversions.
9581 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9582
79106a44
SM
9583 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9584
88dfa756
GM
95852011-05-22 Glenn Morris <rgm@gnu.org>
9586
9587 * files.el (hack-local-variables-prop-line): Small simplifications.
9588 (hack-local-variables, hack-local-variables-prop-line):
9589 If MODE-ONLY, return the mode, rather than just `t'.
9590
b7cf2c79
SM
95912011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9594
3f1a8558
GM
95952011-05-21 Glenn Morris <rgm@gnu.org>
9596
7e4ccca3
GM
9597 * files.el (hack-local-variables-prop-line, hack-local-variables):
9598 If only interested in the mode, don't bother doing the other stuff.
9599
637d46ca
GM
9600 * image-mode.el (image-after-revert-hook):
9601 Redraw all frames on which the image is visible. (Bug#8567)
9602
973d955b
GM
9603 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9604
3f1a8558
GM
9605 * wid-edit.el (widget-checklist-match-inline):
9606 Fix 2011-04-19 change. (Bug#8649)
9607
96479927
SM
96082011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9609
1dcf791f
SM
9610 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9611 Also allow singlespace after single-letter capitals followed by a dot.
9612
96479927
SM
9613 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9614 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9615
35fd0881
N
96162011-05-20 Nix <nix@esperi.org.uk>
9617
9618 * files.el (basic-save-buffer-2):
9619 Fix handling of break-hardlink-on-save with non-existent files.
9620
82745640
DD
96212011-05-19 Deniz Dogan <deniz@dogan.se>
9622
9623 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9624 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9625
4a720484
GM
96262011-05-19 Glenn Morris <rgm@gnu.org>
9627
d1f21341
GM
9628 * progmodes/f90.el (f90-type-def-re):
9629 Handle "type, bind(c)". (Bug#8691)
9630
4a720484
GM
9631 * emacs-lisp/autoload.el (batch-update-autoloads):
9632 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9633
2fb0a219
MA
96342011-05-18 Michael Albinus <michael.albinus@gmx.de>
9635
9636 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9637 property for the correct connection in case of multihops.
9638
e565dd37
GM
96392011-05-18 Glenn Morris <rgm@gnu.org>
9640
c2571358 9641 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9642 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9643
e565dd37
GM
9644 Rationalize calendar handling of day and month abbrev-arrays.
9645 * calendar/calendar.el (calendar-customized-p): New function.
9646 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9647 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9648 Add :set function.
9649 (calendar-abbrev-length, calendar-day-abbrev-array)
9650 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9651 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9652 Elements may no longer be nil.
9653 (calendar-day-name, calendar-month-name):
9654 Update for changed nature of abbrev arrays.
9655 * calendar/diary-lib.el (diary-name-pattern):
9656 Update for changed nature of abbrev arrays.
9657 (diary-mark-entries-1): Update calendar-make-alist calls.
9658 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9659 * calendar/cal-html.el (cal-html-day-abbrev-array):
9660 Simply inherit from calendar-day-abbrev-array.
9661
1d99a745
SM
96622011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * progmodes/grep.el (grep-mode): Disable default
9665 compilation-directory-matcher setting (bug#8684).
9666
7c1d9aa0
MA
96672011-05-17 Michael Albinus <michael.albinus@gmx.de>
9668
9669 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9670 instead of "head" and "tail". There were problems with SunOS 5.9,
9671 and it performs better.
9672
3952e9d8
GM
96732011-05-17 Glenn Morris <rgm@gnu.org>
9674
2dd12e7f
GM
9675 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9676
e4157b9c
GM
9677 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9678 Replace obsolete function.
9679
8e249bbd
GM
9680 * shell.el (pcomplete-parse-arguments-function): Declare.
9681
3952e9d8
GM
9682 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9683 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9684 (appt-check): Doc fixes.
9685 (appt-disp-window-function, appt-delete-window-function):
9686 Remove needless special case in custom :type.
9687 (appt-display-count): Default to 0, not nil.
9688 (appt-check): Reset appt-display-count to 0, not nil.
9689
c71a0d48 96902011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9691
c71a0d48
GM
9692 * progmodes/python.el (python-font-lock-keywords):
9693 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9694
31d55be9
SM
96952011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9698
3bfacb2f
KR
96992011-05-16 Kevin Ryde <user42@zip.com.au>
9700
9701 * info-look.el (makefile-automake-mode): New setups, looking in
9702 automake manual, then makefile-mode.
9703 (makefile-mode): Remove automake manual, have it just in
9704 makefile-automake-mode since there's various things different or
9705 not relevant to plain make.
9706 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9707 believe a hypothetical automake-mode would go to makefile-mode,
9708 not the other way around.
9709
c8e83751
CY
97102011-05-15 Chong Yidong <cyd@stupidchicken.com>
9711
5e9e35cd
CY
9712 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9713 hunk-end tags (Bug#8672).
9714
c8e83751
CY
9715 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9716 vc-annotate-show-diff-revision-at-line (Bug#8671).
9717
50b23e5a
GM
97182011-05-14 Glenn Morris <rgm@gnu.org>
9719
7210a739
GM
9720 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9721 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9722 (change-log-font-lock-keywords): Also handle multiple author lines
9723 with leading tabs. (Bug#8644)
7210a739 9724
4691905a
GM
9725 * calendar/appt.el (appt-check): Rename some local variables.
9726 Some simplification/reordering.
9727
50b23e5a
GM
9728 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9729 (feedmail-sendmail-f-doesnt-sell-me-out)
9730 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9731 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9732 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9733 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9734 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9735 (feedmail-binmail-gnulinuxish-template):
9736 Rename from feedmail-binmail-linuxish-template.
9737 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9738 Use insert-buffer-substring.
9739
215cda7c
BC
97402011-05-14 Bill Carpenter <bill@carpenter.org>
9741
9742 * mail/feedmail.el (feedmail-patch-level): Increase.
9743 (feedmail-debug): New custom group.
9744 (feedmail-confirm-outgoing-timeout)
9745 (feedmail-sendmail-f-doesnt-sell-me-out)
9746 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9747 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9748 (feedmail-sender-line, feedmail-from-line)
9749 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9750 (feedmail-spray-this-address)
215cda7c
BC
9751 (feedmail-spray-address-fiddle-plex-list)
9752 (feedmail-queue-use-send-time-for-date)
9753 (feedmail-queue-use-send-time-for-message-id)
9754 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9755 (feedmail-buffer-eating-function):
9756 Doc fixes.
9757 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9758 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9759 (feedmail-message-action-scroll-down): New functions.
9760 (feedmail-queue-directory, feedmail-queue-draft-directory):
9761 Use expand-file-name.
9762 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9763 Remove C-v help entry.
9764 (feedmail-queue-buffer-file-name): New variable.
9765 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9766 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9767 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9768 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9769 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9770 (feedmail-message-action-toggle-spray)
9771 (feedmail-run-the-queue-no-prompts)
9772 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9773 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9774 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9775 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9776 (feedmail-envelope-deducer, feedmail-fiddle-from)
9777 (feedmail-fiddle-sender, feedmail-default-date-generator)
9778 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9779 (feedmail-fiddle-spray-address)
9780 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9781 (feedmail-fiddle-list-of-fiddle-plexes)
9782 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9783 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9784 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9785 Change default. Doc fix.
9786 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9787 (feedmail-binmail-linuxish-template): New constant.
9788 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9789 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9790 (feedmail-send-it): Add debug call.
9791 Use feedmail-queue-buffer-file-name, and
9792 feedmail-send-it-immediately-wrapper.
9793 (feedmail-message-action-send): Add debug call.
9794 Use feedmail-send-it-immediately-wrapper.
9795 (feedmail-queue-express-to-queue): Add debug call.
9796 Run feedmail-queue-express-hook.
9797 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9798 (feedmail-message-action-help-blat):
9799 Rename from feedmail-queue-send-edit-prompt-help-first.
9800 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9801 Check line-endings. Handle errors better.
9802 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9803 Doc fix. Add debug call.
9804 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9805 Use feedmail-queue-send-edit-prompt-inner.
9806 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9807 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9808 from feedmail-queue-send-edit-prompt.
9809 (feedmail-queue-send-edit-prompt-help)
9810 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9811 (feedmail-tidy-up-slug): Add debug call.
9812 Respect feedmail-queue-slug-suspect-regexp.
9813 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9814 (feedmail-dump-message-to-queue): Add debug call.
9815 Expand queue-directory.
9816 (feedmail-dump-message-to-queue): Change message slightly.
9817 Use feedmail-say-chatter.
9818 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9819 (feedmail-send-it-immediately-wrapper): New function.
9820 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9821 Insert empty string rather than newline. Handle full-frame case.
9822 Use catch/throw. Use feedmail-say-chatter.
9823 (feedmail-fiddle-from): Try mail-host-address.
9824 (feedmail-default-message-id-generator): Doc fix.
9825 Bind system-time-locale. Handle missing end.
9826 (feedmail-fiddle-x-mailer): Add debug call.
9827 Handle feedmail-x-mailer-line being nil.
9828 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9829 Add debug call. Use buffer-substring-no-properties.
9830 (feedmail-say-debug, feedmail-say-chatter): New functions.
9831 (feedmail-find-eoh): Give an explicit error.
9832
42c7e61e
UJ
98332011-05-13 Ulf Jasper <ulf.jasper@web.de>
9834
c2571358 9835 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9836 family from helvetica to sans.
c2571358 9837 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9838 etc/images/newsticker.
9839
c2571358 9840 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9841 family from helvetica to sans.
9842
9843 * net/newst-plainview.el (newsticker-new-item-face)
9844 (newsticker-old-item-face, newsticker-immortal-item-face)
9845 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9846 (newsticker-statistics-face): Change default family from
42c7e61e 9847 helvetica to sans.
c2571358 9848 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9849 etc/images/newsticker.
9850
9851 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9852 (newsticker--process-auto-mark-filter-match): : Tell user about
9853 auto-marking.
9854
8497a297
DV
98552011-05-13 Didier Verna <didier@xemacs.org>
9856
9857 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9858 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9859 TODO entries.
8497a297
DV
9860 (lisp-lambda-list-keyword-parameter-indentation)
9861 (lisp-lambda-list-keyword-parameter-alignment)
9862 (lisp-lambda-list-keyword-alignment): New customizable user options.
9863 (lisp-indent-defun-method): Improve docstring.
9864 (extended-loop-p): Fix comment.
9865 (lisp-indent-lambda-list-keywords-regexp): New variable.
9866 (lisp-indent-lambda-list): New function.
9867 (lisp-indent-259): Use it.
9868 (lisp-indent-defmethod): Support for more than one
9869 method qualifier and properly indent methods lambda-lists.
9870 (defgeneric): Provide a missing common-lisp-indent-function property.
9871
f278f87f
SM
98722011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9875 bounds for the empty string (bug#8667).
9876
5233edd7
GM
98772011-05-13 Glenn Morris <rgm@gnu.org>
9878
5237a44f
GM
9879 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9880
8340026c 9881 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9882 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9883
5233edd7 9884 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9885 (appt-time-msg-list): Doc fix.
a5464014 9886 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9887
92d10796
AS
98882011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9889
9890 * progmodes/ld-script.el (ld-script-keywords)
9891 (ld-script-builtins): Update keywords list.
9892
914a0ae1
SM
98932011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9894
c89be45f
SM
9895 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9896
914a0ae1
SM
9897 * shell.el (shell-completion-vars): New function.
9898 (shell-mode):
9899 * simple.el (read-shell-command): Use it.
9900 (blink-matching-open): No need for " [...]" in minibuffer-message.
9901
98dc3df3
GM
99022011-05-12 Glenn Morris <rgm@gnu.org>
9903
9904 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9905 (appt-check): Simplify.
9906
d2fc7e3d 99072011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9908
4d61f28d 9909 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9910 literal "/dev/null".
9911
d2fc7e3d 99122011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9913
9914 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9915 Fix typo.
9916
d2fc7e3d 99172011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9918
3f254caa
SM
9919 * progmodes/which-func.el (which-function):
9920 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9921 which might not be defined (Bug#8260).
9922
d45885f7
GM
99232011-05-12 Glenn Morris <rgm@gnu.org>
9924
9925 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9926 Let byte-compile-initial-macro-environment always take precedence.
9927
488086f4
SM
99282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * net/rcirc.el: Add support for SSL/TLS connections.
9931 (rcirc-server-alist): New field `encryption'.
9932 (rcirc): Check `encryption' settings.
9933 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9934 Merge make-local-variable into `set'.
9935 (rcirc--connection-open-p): New function.
9936 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9937 the process is not a network process (e.g. running gnutls-cli).
9938 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9939 Make rcirc-(en|de)code-coding-system local here.
9940 (rcirc-mode): Merge make-local-variable into `set'.
9941 (rcirc-parent-buffer): Make permanent buffer-local.
9942 (rcirc-multiline-minor-mode): Don't do it here.
9943 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9944 there's no server buffer.
9945
7d3b9d44
GM
99462011-05-11 Glenn Morris <rgm@gnu.org>
9947
f64049c6
GM
9948 * newcomment.el (comment-kill): Prefix "unused" local.
9949
93c9df73
GM
9950 * term/w32console.el (get-screen-color): Declare.
9951
7d3b9d44
GM
9952 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9953 Handle symbol elements of byte-compile-initial-macro-environment.
9954
9e2dd53f
LL
99552011-05-10 Leo Liu <sdl.web@gmail.com>
9956
488086f4
SM
9957 * bookmark.el (bookmark-bmenu-mode-map):
9958 Bind bookmark-bmenu-search to `/'.
8b340240 9959
9e2dd53f 9960 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9961 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9962 (Footnote-unicode): New function.
9963 (footnote-style-alist): Add unicode style to the list.
9964 (footnote-style): Doc fix.
9e2dd53f 9965
79b70037
GM
99662011-05-10 Jim Meyering <meyering@redhat.com>
9967
9968 Fix doubled-word typos.
9969 * international/quail.el (quail-insert-kbd-layout): and and -> and
9970 * kermit.el: and and -> and
9971 * net/ldap.el (ldap-search-internal): to to -> to
9972 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9973 * progmodes/js.el (js-mode): and and -> and
9974 * textmodes/artist.el (artist-move-to-xy): at at -> at
9975 (artist-draw-region-trim-line-endings): if if -> if
9976 And Safetyc -> Safety.
9977 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9978
b8f82dc1 99792011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9980 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9981
9982 * files.el (hack-one-local-variable-eval-safep):
9983 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9984
4f99f44b
GM
99852011-05-10 Glenn Morris <rgm@gnu.org>
9986
9987 * calendar/diary-lib.el (diary-list-entries-hook)
9988 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9989 (diary-nongregorian-marking-hook, diary-list-entries)
9990 (diary-include-other-diary-files, diary-mark-entries)
9991 (diary-mark-included-diary-files): Doc fixes.
9992
84f29e6b
JB
99932011-05-09 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * misc.el: Require tabulated-list.el during compilation.
9996
9bedd73a
CY
99972011-05-09 Chong Yidong <cyd@stupidchicken.com>
9998
488086f4
SM
9999 * progmodes/compile.el (compilation-start):
10000 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10001 (compilation-filter-hook): Doc fix.
10002
797c735c
DD
100032011-05-09 Deniz Dogan <deniz@dogan.se>
10004
10005 * wdired.el: Remove outdated installation comment. Fix usage
10006 comment.
10007
5f4b1dfe
JB
100082011-05-09 Juanma Barranquero <lekktu@gmail.com>
10009
10010 * misc.el: Implement new command `list-dynamic-libraries'.
10011 (list-dynamic-libraries--loaded-only-p): New variable.
10012 (list-dynamic-libraries--refresh): New function.
10013 (list-dynamic-libraries): New command.
10014
4c44026c
CY
100152011-05-09 Chong Yidong <cyd@stupidchicken.com>
10016
488086f4
SM
10017 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10018 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10019 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10020 higher priority to avoid clobbering by gnu.
10021
027f966d
CY
100222011-05-08 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10025 if the face has existing theme settings (Bug#8454).
10026
085f5d7d
CY
100272011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10028
488086f4
SM
10029 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10030 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10031
2a86a00c
RS
10032 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10033 special file names `.' and `..' (Bug#8259).
10034
d9c54a06
CY
100352011-05-08 Chong Yidong <cyd@stupidchicken.com>
10036
488086f4
SM
10037 * progmodes/grep.el (grep-mode-font-lock-keywords):
10038 Remove buffer-changing entries.
d9c54a06
CY
10039 (grep-filter): New function.
10040 (grep-mode): Add it to compilation-filter-hook.
10041
10042 * progmodes/compile.el (compilation-filter-hook)
10043 (compilation-filter-start): New defvars.
10044 (compilation-filter): Call compilation-filter-hook prior to
10045 updating the process mark.
10046
c4662635
SM
100472011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10050
b0512a1d
EZ
100512011-05-07 Eli Zaretskii <eliz@gnu.org>
10052
605c9376
EZ
10053 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10054 mailclient-send-it even if window-system is nil. (Bug#8595)
10055
c4662635
SM
10056 * term/w32console.el (terminal-init-w32console):
10057 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10058 background-mode. (Bug#8597)
10059
d1dc2cc2
SM
100602011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10063 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10064 New functions.
10065 (defgeneric, eieio--defmethod): Use them.
10066 (eieio-defgeneric): Remove.
10067 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10068
915d1300
GM
100692011-05-07 Glenn Morris <rgm@gnu.org>
10070
a3961c3e
GM
10071 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10072 Use let rather than let*.
10073 (timeclock-find-discrep): Remove unused local.
10074
314347b9
GM
10075 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10076
915d1300
GM
10077 * calendar/appt.el (appt-time-msg-list): Doc fix.
10078
275b59b0
NF
100792011-05-06 Noah Friedman <friedman@splode.com>
10080
10081 * apropos.el (apropos-print-doc): Only use
10082 emacs-lisp-docstring-fill-column when it is bound to an integer,
10083 per that variable's documentation.
10084
6c19f744
SM
100852011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10088 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10089
60f884b2
GM
100902011-05-06 Glenn Morris <rgm@gnu.org>
10091
5006e634
GM
10092 * calendar/appt.el (appt-message-warning-time): Doc fix.
10093 (appt-warning-time-regexp): New option.
10094 (appt-make-list): Respect appt-message-warning-time.
10095
548d0a63
GM
10096 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10097 New options.
10098 (diary-add-to-list): Strip comments from the displayed string.
10099 (diary-mode): Set comment-start and comment-end.
10100
60f884b2
GM
10101 * vc/diff-mode.el (smerge-refine-subst): Declare.
10102 (diff-refine-hunk): Don't require smerge-mode when compiling.
10103
989681bb
JB
101042011-05-06 Juanma Barranquero <lekktu@gmail.com>
10105
10106 * simple.el (list-processes): Return nil as the docstring says.
10107
a6bc05e1
MA
101082011-05-05 Michael Albinus <michael.albinus@gmx.de>
10109
10110 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10111 to "".
10112 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10113 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10114 determining of binary transfer. (Bug#7383)
10115
23c22e9a
MA
101162011-05-05 Michael Albinus <michael.albinus@gmx.de>
10117
c4662635
SM
10118 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10119 Fix port computation bug. (Bug#8618)
23c22e9a 10120
0bff894f
GM
101212011-05-05 Glenn Morris <rgm@gnu.org>
10122
b8296902
GM
10123 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10124
1f522ce8
GM
10125 * simple.el (shell-dynamic-complete-functions)
10126 (comint-dynamic-complete-functions): Declare.
10127
cf5bee67
GM
10128 * net/network-stream.el (gnutls-negotiate):
10129 * simple.el (tabulated-list-print): Fix declarations.
10130
10131 * progmodes/gud.el (syntax-symbol, syntax-point):
10132 Remove unnecessary and incorrect declarations.
10133
0bff894f
GM
10134 * emacs-lisp/check-declare.el (check-declare-scan):
10135 Handle byte-compile-initial-macro-environment in bytecomp.el
10136
9869b3ae
SM
101372011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 Fix earlier half-done eieio-defmethod change (bug#8338).
10140 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10141 Streamline and change calling convention.
10142 (defmethod): Adjust accordingly and simplify.
10143 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10144 new eieio--defmethod.
10145 (slot-boundp): Minor CSE simplification.
10146
9c1d5ac5
MZ
101472011-05-05 Milan Zamazal <pdm@zamazal.org>
10148
10149 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10150 (glasses-make-readable): Use glasses-separate-capital-groups.
10151
455c834e
JB
101522011-05-05 Juanma Barranquero <lekktu@gmail.com>
10153
10154 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10155 (warning-series): Doc fix.
10156 (display-warning): Don't try to create the buffer if we just found it.
10157
9ed7c8cb
CY
101582011-05-04 Chong Yidong <cyd@stupidchicken.com>
10159
10160 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10161 (autoload-find-generated-file): New function.
10162 (generate-file-autoloads): Bind generated-autoload-file to
10163 buffer-file-name.
9869b3ae
SM
10164 (update-file-autoloads, update-directory-autoloads):
10165 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10166 output file (Bug#7989).
10167 (batch-update-autoloads): Doc fix.
10168
0898ca10
JB
101692011-05-04 Juanma Barranquero <lekktu@gmail.com>
10170
10171 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10172
31dfb76c
GM
101732011-05-04 Glenn Morris <rgm@gnu.org>
10174
f330b642
GM
10175 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10176 function, so it follows changes in calendar-date-style.
10177 (diary-fancy-date-matcher): New function.
10178 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10179 (diary-fancy-font-lock-fontify-region-function):
10180 Use diary-fancy-date-pattern as a function.
10181
31dfb76c
GM
10182 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10183 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10184
48e79d6a
TZ
101852011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10186
10187 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10188 instead of positional arguments. Allow :keylist and :crlfiles
10189 arguments.
10190 (open-gnutls-stream): Call it.
10191
10192 * net/network-stream.el (network-stream-open-starttls): Adjust to
10193 call `gnutls-negotiate' with :process and :hostname arguments.
10194
dd5a5ee0
SM
101952011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10196
ef80fc09
SM
10197 * minibuffer.el (completion--message): New function.
10198 (completion--do-completion, minibuffer-complete)
10199 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10200 (completion--do-completion): Don't ignore completion-auto-help when in
10201 icomplete-mode.
10202
dd5a5ee0
SM
10203 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10204 internal encoding (e.g. tibetan zero is not whitespace).
10205 (global-whitespace-mode): Prefer save-current-buffer.
10206 (whitespace-trailing-regexp): Remove useless save-match-data.
10207 (whitespace-empty-at-bob-regexp): Minor simplification.
10208
b7d22a83
CY
102092011-05-03 Chong Yidong <cyd@stupidchicken.com>
10210
10211 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10212
5192af46
AM
102132011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10214
10215 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10216 Use `concat' to create string for insertion.
5192af46 10217
5767d190
SM
102182011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10221 Avoid open-line which runs post-self-insert-hook.
10222 (bibtex-fill-entry): Remove unused `end' var.
10223
bf242939
AM
102242011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10225
5767d190
SM
10226 * textmodes/ispell.el (ispell-add-per-file-word-list):
10227 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10228
25666126
LL
102292011-05-03 Leo Liu <sdl.web@gmail.com>
10230
10231 * isearch.el (isearch-yank-pop): New command.
5767d190 10232 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10233 (isearch-forward): Mention it.
10234
52d3c2d0
SM
102352011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10236
1bcace58
SM
10237 * simple.el (minibuffer-complete-shell-command): Remove.
10238 (minibuffer-local-shell-command-map): Use completion-at-point.
10239 (read-shell-command): Setup completion vars here instead.
10240 (read-expression-map): Bind TAB to symbol completion.
10241
52d3c2d0
SM
10242 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10243 error directly rather via storing it into `results'.
10244
35813471
LL
102452011-05-02 Leo Liu <sdl.web@gmail.com>
10246
10247 * vc/diff.el: Fix description.
10248
e793a940
LMI
102492011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10250
10251 * server.el (server-eval-at): New function.
10252
8de66e05
LMI
102532011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10254
10255 * net/network-stream.el (open-network-stream): Take a :nowait
10256 parameter and pass it on to `make-network-process'.
10257 (network-stream-open-plain): Ditto.
10258
dcb79f20
AS
102592011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10260
10261 * faces.el (face-spec-set-match-display): Don't match toolkit
10262 options on terminal frames.
10263
14a7fbd8
SM
102642011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10265
7eabc1be
SM
10266 * progmodes/pascal.el: Use lexical binding.
10267 (pascal-mode-map): Remove author preferences.
10268
14a7fbd8
SM
10269 * pcomplete.el (pcomplete-std-complete): Don't abuse
10270 completion-at-point.
10271
50f84510
JB
102722011-04-28 Juanma Barranquero <lekktu@gmail.com>
10273
6e087a44
JB
10274 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10275 removing code that has been dead since 1991 or so.
10276
50f84510
JB
10277 * startup.el (command-line): When warning about "_emacs", use a
10278 delayed warning to allow the user to filter it out.
10279
0ba690bd
DD
102802011-04-28 Deniz Dogan <deniz@dogan.se>
10281
10282 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10283 user has not joined.
10284
08abfaad
SM
102852011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10288 aren't any completions at point.
10289
638f053a
JB
102902011-04-28 Juanma Barranquero <lekktu@gmail.com>
10291
10292 * subr.el (display-delayed-warnings): New function.
10293 (delayed-warnings-hook): New variable.
10294
8fff8daa
SM
102952011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10296
08abfaad
SM
10297 * minibuffer.el (completion-at-point, completion-help-at-point):
10298 Don't presume that a given completion-at-point-function will always
10299 use the same calling convention.
10300
8fff8daa
SM
10301 * pcomplete.el (pcomplete-completions-at-point):
10302 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10303 pcomplete-seen is non-nil.
10304 (pcomplete-comint-setup): Also recognize the new comint/shell
10305 completion functions.
10306 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10307 pcomplete-seen is non-nil.
10308
841a1577 103092011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10310
841a1577 10311 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10312 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10313 the first character in the entry. This allows for code to add its
211ec907
UJ
10314 own uid to the entry.
10315 (icalendar--convert-float-to-ical): Add export of
10316 `diary-float'-entries save for those with the optional DAY
10317 argument.
10318
2a782793
DC
103192011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10320
10321 * subr.el (shell-quote-argument): Use alternate escaping strategy
10322 when we spot a variable reference in a string.
10323
0438ce91
DC
103242011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10325
10326 * cus-start.el (all): Define customization for debug-on-event.
10327
841a1577 103282011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10329
10330 * subr.el (shell-quote-argument): Escape correctly under Windows.
10331
d090ed6c
SM
103322011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10335
bfd31217
MA
103362011-04-25 Michael Albinus <michael.albinus@gmx.de>
10337
d090ed6c
SM
10338 * net/tramp.el (tramp-process-actions): Add POS argument.
10339 Delete region between POS and (pos).
bfd31217 10340
d090ed6c
SM
10341 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10342 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10343 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10344
10345 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10346 position in `tramp-process-actions' call.
10347
10348 * net/trampver.el: Update release number.
10349
e92f3bd3
SM
103502011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10351
850256b5
SM
10352 * custom.el (defcustom): Obey lexical-binding.
10353
e92f3bd3
SM
10354 Fix octave-inf completion problems reported by Alexander Klimov.
10355 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10356 Inherit from octave-mode-syntax-table.
10357 (inferior-octave-mode): Set info-lookup-mode.
10358 (inferior-octave-completion-at-point): New function.
10359 (inferior-octave-complete): Use it and completion-in-region.
10360 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10361 comint-filename-completion.
10362 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10363 symbol elements which shouldn't be word elements.
10364 (octave-font-lock-keywords, octave-beginning-of-defun)
10365 (octave-function-header-regexp): Adjust regexps accordingly.
10366 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10367
cd22b309
JB
103682011-04-25 Juanma Barranquero <lekktu@gmail.com>
10369
10370 * net/gnutls.el (gnutls-errorp): Declare before first use.
10371
8b492194
TZ
103722011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10373
10374 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10375 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10376 default trustfile exists before going to use it. Add missing
5a5fa834 10377 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10378 Reported by Claudio Bley <claudio.bley@gmail.com>.
10379 (open-gnutls-stream): Add usage example.
10380
10381 * net/network-stream.el (network-stream-open-starttls): Give host
10382 parameter to `gnutls-negotiate'.
10383 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10384 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10385
841a1577 103862011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10387
cd22b309
JB
10388 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10389 Use correct match group (bug#8438).
05842630 10390
3ba7869c
CY
103912011-04-24 Chong Yidong <cyd@stupidchicken.com>
10392
512e3ae1
CY
10393 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10394 (package-menu--generate): New arg specifying packages to show.
10395 (package-menu-refresh, package-menu-execute, list-packages):
10396 Callers changed.
10397 (package-show-package-list): New function, replacing deleted
10398 package--list-packages (renamed because it is non-internal).
10399
10400 * finder.el (finder-list-matches): Use package-show-package-list
10401 instead of deleted package--list-packages.
10402
e92f3bd3
SM
10403 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10404 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10405 (vc-annotate-mode-map): Bind it to RET.
10406
7031be6d
UR
104072011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10408
10409 * progmodes/etags.el (next-file): Don't use set-buffer to change
10410 buffers (Bug#8478).
10411
4ef177aa
CY
104122011-04-24 Chong Yidong <cyd@stupidchicken.com>
10413
c8d173eb
CY
10414 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10415
4ef177aa
CY
10416 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10417 (apropos-accumulator): Doc fix.
10418 (apropos-function, apropos-macro, apropos-command)
10419 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10420 (apropos-plist): Add face property.
10421 (apropos-symbols-internal): Fix indentation.
10422 (apropos-print): Simplify help, and recognize apropos-multi-type.
10423 (apropos-print-doc): Use button-type-get to extract the button's
10424 face property. Fill docstring (Bug#8352).
10425
4ffd0d6b 104262011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10427
10428 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10429
c6c32125 10430 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10431 (mpuz-mode-map): Use mapc.
c6c32125
JB
10432 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10433 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10434 Fix typos in docstrings.
10435
58d468b4
JB
10436 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10437 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10438
6470c3c6
JB
10439 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10440
4ffd0d6b 104412011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10442
10443 * minibuffer.el (completion--do-completion): Avoid the "Next char
10444 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10445
3ad8bad0
CY
10446 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10447 mouse-2 into unread-command-events, it is interpreted correctly.
10448
71d73c9c 10449 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10450 (image-toggle-display): Doc fix.
71d73c9c 10451
841a1577 104522011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10453
4ffd0d6b
GM
10454 * textmodes/page.el (what-page): Use line-number-at-pos to
10455 calculate line number (Bug#6825).
6e1dbaa9 10456
c2fb1b60
JB
104572011-04-22 Juanma Barranquero <lekktu@gmail.com>
10458
10459 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10460 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10461 Pass argument NO-DEFAULT to `find-tag-interactive'.
10462
e02f48d7
JB
104632011-04-22 Juanma Barranquero <lekktu@gmail.com>
10464
10465 Lexical-binding cleanup.
10466
10467 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10468 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10469 * progmodes/ada-prj.el (ada-prj-initialize-values)
10470 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10471 (ada-prj-show-value):
10472 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10473 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10474 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10475 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10476 * progmodes/bug-reference.el (bug-reference-push-button):
10477 * progmodes/fortran.el (fortran-line-length):
10478 * progmodes/glasses.el (glasses-change):
10479 * progmodes/octave-mod.el (octave-fill-paragraph):
10480 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10481 (python-pdbtrack-grub-for-buffer, python-sentinel):
10482 * progmodes/sql.el (sql-save-connection):
10483 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10484 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10485 Mark unused parameters.
10486
10487 * progmodes/compile.el (compilation--flush-directory-cache)
10488 (compilation--flush-parse, compile-internal): Mark unused parameters.
10489 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10490 (compilation-next-error-function): Remove unused variable `timestamp'.
10491
10492 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10493 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10494
10495 * progmodes/dcl-mode.el (dcl-end-of-command):
10496 Remove unused variable `start'.
10497 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10498 (dcl-option-value-basic, dcl-option-value-offset)
10499 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10500 Mark unused parameters.
10501 (dcl-save-local-variable): Remove unused variable `val'.
10502 (mode): Declare.
10503
10504 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10505 Mark unused parameters.
10506 (delphi-ignore-changes): Move before first use.
10507 (delphi-charset-token-at): Remove unused variable `start'.
10508 (delphi-else-start): Remove unused variable `if-count'.
10509 (delphi-comment-block-start, delphi-comment-block-end):
10510 Remove unused variable `kind'.
10511 (delphi-indent-line): Remove unused variable `new-point'.
10512
10513 * progmodes/ebrowse.el (ebrowse-files-list)
10514 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10515 Mark unused parameters. Don't quote `lambda'.
10516 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10517 Don't quote `lambda'.
10518 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10519 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10520 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10521 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10522 Use `ignore-errors'.
10523 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10524 (ebrowse-view/find-file-and-search-pattern)
10525 (ebrowse-view/find-member-declaration/definition):
10526 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10527 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10528 Rename parameter PREFIX-ARG to PREFIX.
10529 (ebrowse-tags-read-name): Remove unused variables `start' and
10530 `member-info'.
10531 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10532 to `tags-file'.
10533
10534 * progmodes/etags.el (local-find-tag-hook): Declare.
10535 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10536 Mark unused parameters.
10537
10538 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10539 (executable-interpret): Mark unused parameter.
10540
10541 * progmodes/flymake.el (flymake-process-sentinel)
10542 (flymake-after-change-function)
10543 (flymake-create-temp-with-folder-structure)
10544 (flymake-get-include-dirs-dot): Mark unused parameters.
10545 (flymake-safe-delete-directory): Remove unused variable `err'.
10546
10547 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10548 (speedbar-timer-fn, speedbar-line-text)
10549 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10550 (speedbar-center-buffer-smartly): Declare functions.
10551 (gdb-find-watch-expression): Remove unused variable `array'.
10552 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10553 (gdb-starting): Mark unused parameters.
10554 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10555 (gdb-table-string): Remove unused variable `res'.
10556 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10557 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10558 (gdb-display-buffer): Remove unused variable `cur-size'.
10559
10560 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10561 allow lexical-binding compilation.
10562 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10563 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10564 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10565 Mark unused parameters.
10566 (gud-gdb-marker-filter): Remove unused variable `match'.
10567 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10568 lambda expressions and funcall them, instead of using `fset'.
10569
10570 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10571 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10572
10573 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10574 variable `header-beg'; use `let'.
10575
10576 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10577 `restart', `last-sexp' and `at-do'.
10578
10579 * progmodes/js.el (js--debug): Mark unused parameter.
10580 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10581 (js--splice-into-items): Remove unused variable `item'.
10582 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10583
10584 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10585 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10586 (makefile-complete): Remove unused variable `try'.
10587 (makefile-fill-paragraph, makefile-match-function-end):
10588 Mark unused parameters.
10589
10590 * progmodes/octave-inf.el (inferior-octave-complete):
10591 Remove unused variable `proc'.
10592 (inferior-octave-output-digest): Mark unused parameter.
10593
10594 * progmodes/perl-mode.el (perl-calculate-indent):
10595 Remove unused variable `err'.
10596
10597 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10598 (prolog-indent-line): Mark unused parameters.
10599 (prolog-indent-line): Remove unused variable `beg'.
10600
10601 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10602 (reporter-dont-compact-list): Declare.
10603
10604 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10605 Remove unused variable `char'.
10606 (sh-debug): Mark unused parameter.
10607 (sh-get-indent-info): Remove unused variable `start'.
10608 (sh-calculate-indent): Remove unused variable `var'.
10609
10610 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10611 (simula-electric-keyword): Remove unused variable `null'.
10612 (simula-search-backward, simula-search-forward): Remove unused
10613 variables `begin' and `end'.
10614
10615 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10616 Remove unused variable `pos'.
10617 (vera-electric-tab, vera-comment-uncomment-region):
10618 Mark unused parameters.
10619 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10620
7ede3b65
CY
106212011-04-22 Chong Yidong <cyd@stupidchicken.com>
10622
10623 * emacs-lisp/package.el (package--builtins, package-alist)
10624 (package-load-descriptor, package-built-in-p, package-activate)
10625 (define-package, package-installed-p)
10626 (package-compute-transaction, package-buffer-info)
10627 (package--push): Doc fix. Distinguish more clearly between
10628 version strings and version lists.
10629
121656e9
JB
106302011-04-21 Juanma Barranquero <lekktu@gmail.com>
10631
10632 Lexical-binding cleanup.
10633
10634 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10635 (5x5-make-mutate-best):
10636 * play/fortune.el (fortune-in-buffer):
10637 * play/gomoku.el (gomoku-init-display):
10638 * play/solitaire.el (solitaire, solitaire-do-check):
10639 * play/tetris.el (tetris-default-update-speed-function):
10640 Mark unused parameters.
10641
10642 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10643 (bubbles--shift): Remove unused variable `char-org'.
10644 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10645 (bubbles--show-images): Remove unused variable `char'.
10646
10647 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10648 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10649 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10650 (decipher-analyze-buffer): Use ?\s.
10651 (decipher-make-checkpoint): Remove unused variable `mapping'.
10652
10653 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10654
10655 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10656 Remove unused variable `result'; use `let'.
10657
10658 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10659 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10660 (gametree-children-shown-p, gametree-compute-reduced-score):
10661 Use `ignore-errors'.
10662
10663 * play/handwrite.el (ps-lpr-switches): Declare.
10664 (handwrite): Remove unused variables `pmin' and `lastp'.
10665
10666 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10667
10668 * play/landmark.el (landmark-init-display)
10669 (landmark-update-naught-weights): Mark unused parameters.
10670 (landmark-y): Remove unused variable `noise'. Simplify.
10671 (landmark-human-plays): Remove unused variable `score'.
10672
10673 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10674 (mpuz-try-proposal): Remove unused variable `game'.
10675
10676 * play/zone.el (life-patterns): Declare.
10677
80f499c7
JB
106782011-04-20 Juanma Barranquero <lekktu@gmail.com>
10679
10680 * vc/vc.el (ediff-vc-internal): Declare function.
10681
024ff170
SM
106822011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10683
c0a193ea
SM
10684 * shell.el: Use lexical-binding and std completion UI.
10685 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10686 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10687 comint-preoutput-filter-functions rather than on
10688 comint-output-filter-functions.
10689 (shell-command-completion, shell--command-completion-data)
10690 (shell-filename-completion, shell-environment-variable-completion)
10691 (shell-c-a-p-replace-by-expanded-directory): New functions.
10692 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10693 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10694 (shell-dynamic-complete-environment-variable): Use them.
10695 (shell-dynamic-complete-as-environment-variable)
10696 (shell-dynamic-complete-as-command): Remove.
10697 (shell-match-partial-variable): Match past point.
10698 * comint.el: Clean up use of completion-at-point-functions.
10699 (comint-completion-at-point): New function.
10700 (comint-mode): Use it completion-at-point-functions.
10701 (comint-dynamic-complete): Make it obsolete.
10702 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10703 (comint-c-a-p-replace-by-expanded-history): New function.
10704 (comint-dynamic-complete-functions)
10705 (comint-replace-by-expanded-history): Use it.
10706 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10707 termination strings. Try harder to avoid second try-completion.
10708 (completion-in-region-mode-map): Disable bindings that don't work yet.
10709
2dbaa080
SM
10710 * comint.el: Use lexical-binding. Require CL.
10711 (comint-dynamic-complete-functions): Use comint-filename-completion.
10712 (comint-completion-addsuffix): Tweak custom type.
10713 (comint-filename-completion, comint--common-suffix)
10714 (comint--common-quoted-suffix, comint--table-subvert)
10715 (comint--complete-file-name-data): New functions.
10716 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10717 (comint-dynamic-list-filename-completions): Use them.
10718 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10719
2dbaa080
SM
10720 * minibuffer.el (completion-in-region-mode):
10721 Keep completion-in-region-mode--predicate global.
10722 (completion-in-region--postch):
10723 Assume completion-in-region-mode--predicate is not null.
10724
c79a6f38
SM
10725 * progmodes/flymake.el (flymake-start-syntax-check-process):
10726 Obey `dir'. Simplify.
10727
024ff170
SM
10728 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10729 we're in VC after all.
10730
1c6c854e
CS
107312011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10732
10733 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10734 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10735 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10736
bed7f140
SM
107372011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10738
332e62ab
SM
10739 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10740 add sanity check.
10741
bed7f140
SM
10742 * obsolete/erc-hecomplete.el: Make obsolete.
10743 * obsolete/: Standardize obsolescence info in the header.
10744
f195c582
GM
107452011-04-20 Glenn Morris <rgm@gnu.org>
10746
10747 * calendar/solar.el (solar-horizontal-coordinates):
10748 Use the longitude argument rather than `calendar-longitude'.
10749 (solar-date-next-longitude): Remove unused locals.
10750
cb79b8c0
VJL
107512011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10752
10753 * whitespace.el: New version 13.2.1.
10754
107552011-04-20 felix <EmacsWiki> (tiny change)
10756
d8e4b68b 10757 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10758 switching between major modes on a file.
10759
602ea69d
SM
107602011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10763 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10764 multi-line comments as well.
10765
06b60517
JB
107662011-04-19 Juanma Barranquero <lekktu@gmail.com>
10767
10768 Lexical-binding cleanup.
10769
10770 * arc-mode.el (archive-mode-revert):
10771 * cmuscheme.el (scheme-interactively-start-process):
10772 * custom.el (custom-initialize-delay):
10773 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10774 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10775 * emacs-lock.el (emacs-lock-clear-sentinel):
10776 * ezimage.el (defezimage):
10777 * follow.el (follow-avoid-tail-recenter):
10778 * fringe.el (set-fringe-mode-1):
10779 * generic-x.el (bat-generic-mode-compile):
10780 * help-mode.el (help-info-variable, help-do-xref)
10781 (help-mode-revert-buffer):
10782 * help.el (view-emacs-todo):
10783 * iswitchb.el (iswitchb-completion-help):
10784 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10785 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10786 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10787 * locate.el (locate-update):
10788 * longlines.el (longlines-encode-region)
10789 (longlines-after-change-function):
10790 * outline.el (outline-isearch-open-invisible):
10791 * ps-def.el (declare-function, charset-dimension, char-width)
10792 (encode-char):
10793 * ps-mule.el (ps-mule-plot-string):
10794 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10795 (recentf-edit-list-select, recentf-edit-list-validate)
10796 (recentf-open-files-action):
10797 * rect.el (delete-whitespace-rectangle-line)
10798 (rectangle-number-line-callback):
10799 * register.el (window-configuration-to-register)
10800 (frame-configuration-to-register):
10801 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10802 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10803 (xselect-convert-to-targets, xselect-convert-to-delete)
10804 (xselect-convert-to-filename, xselect-convert-to-charpos)
10805 (xselect-convert-to-lineno, xselect-convert-to-colno)
10806 (xselect-convert-to-os, xselect-convert-to-host)
10807 (xselect-convert-to-user, xselect-convert-to-class)
10808 (xselect-convert-to-name, xselect-convert-to-integer)
10809 (xselect-convert-to-atom, xselect-convert-to-identity):
10810 * subr.el (declare, ignore, process-kill-without-query)
10811 (text-clone-maintain):
10812 * terminal.el (te-get-char, te-tic-sentinel):
10813 * tool-bar.el (tool-bar-make-keymap):
10814 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10815 * type-break.el (type-break-mode, type-break-noninteractive-query):
10816 * view.el (View-back-to-mark):
10817 * wid-browse.el (widget-browse-action, widget-browse-widget)
10818 (widget-browse-widgets, widget-browse-sexp):
10819 * widget.el (define-widget-keywords):
10820 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10821 Mark unused parameters.
10822
10823 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10824 (align-areas): Remove unused variable `look'.
10825 (align-region): Remove unused variables `real-end' and `pos-list'.
10826
10827 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10828
10829 * bindings.el (mode-line-modified, mode-line-remote):
10830 Mark unused parameters.
10831 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10832
10833 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10834 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10835
10836 * comint.el (comint-history-isearch-pop-state)
10837 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10838 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10839 (comint-substitute-in-file-name): Doc fix.
10840
10841 * completion.el (cmpl-statistics-block): Mark unused parameter.
10842 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10843 (save-completions-to-file, load-completions-from-file):
10844 Remove unused local variable `e'.
10845
10846 * composite.el (compose-chars): Remove unused variable `len'.
10847 (lgstring-insert-glyph): Remove unused variable `g'.
10848 (compose-glyph-string): Remove unused variables `ascent',
10849 `descent', `lbearing' and `rbearing'.
10850 (compose-glyph-string-relative): Remove unused variables
10851 `lbearing', `rbearing' and `wadjust'.
10852 (compose-gstring-for-graphic): Remove unused variables `header',
10853 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10854 (compose-gstring-for-terminal): Remove unused variables `header'
10855 and `nchars'. Use `let', not `let*'.
10856
10857 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10858 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10859 (Custom-buffer-done, custom-buffer-create-internal)
10860 (custom-browse-visibility-action, custom-browse-group-tag-action)
10861 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10862 (widget-magic-mouse-down-action, custom-toggle-parent)
10863 (custom-add-parent-links, custom-toggle-hide-variable)
10864 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10865 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10866 (custom-face-menu-create, custom-variable-menu-create, get)
10867 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10868 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10869 (customize-apropos): Remove unused variable `tests'.
10870 (custom-group-value-create): Remove unused variable `hidden-p'.
10871 (sort-fold-case): Declare.
10872
10873 * cus-theme.el (custom-reset-standard-faces-list)
10874 (custom-reset-standard-variables-list): Declare.
10875 (customize-create-theme, custom-theme-revert, custom-theme-write)
10876 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10877 Mark unused parameters.
10878
10879 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10880
10881 * delim-col.el (delimit-columns-max): Move defvar before first use.
10882
10883 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10884 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10885
10886 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10887 (auto-insert): Declare.
10888 (desktop-restore-file-buffer): Rename desktop-* parameters;
10889 mark unused ones.
10890 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10891 (desktop-buffer): Rename desktop-* parameters.
10892
10893 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10894 (dframe-reposition-frame-xemacs, dframe-help-echo)
10895 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10896 Mark unused parameters.
10897
10898 * dired-aux.el (backup-extract-version-start, overwrite-query)
10899 (overwrite-backup-query, rename-regexp-query)
10900 (rename-non-directory-query): Declare.
10901 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10902 (dired-add-entry): Remove unused variable `orig-file-name'.
10903 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10904 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10905 `dired-copy-preserve-time' directly.
10906 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10907 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10908
10909 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10910 (dired-virtual-revert, dired-make-relative-symlink):
10911 Mark unused parameters.
10912 (manual-program): Declare.
10913 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10914 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10915 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10916
10917 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10918
10919 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10920
10921 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10922 Declare.
10923
10924 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10925
10926 * electric.el (Electric-command-loop): Rename parameter
10927 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10928
10929 * expand.el (expand-in-literal): Remove unused variable `here'.
10930
10931 * facemenu.el (facemenu-add-new-color):
10932 Remove unused variable `docstring'.
10933
10934 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10935 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10936 (face-attr-construct): Mark unused parameter. Doc fix.
10937 (read-color): Remove unused variable `hex-string'.
10938
10939 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10940 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10941 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10942 (display-buffer-other-frame): Remove unused variable `old-window'.
10943 (kill-buffer-hook): Declare.
10944 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10945 Mark unused parameters.
10946 (after-find-file): Pass 1 to `auto-save-mode', not t.
10947
10948 * files-x.el (auto-insert): Declare.
10949 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10950
10951 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10952 variable `buf'. Mark unused parameter.
06b60517
JB
10953 (find-lisp-insert-directory): Mark unused parameter.
10954
10955 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10956 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10957 (format-common-tail): Remove, unused.
10958 (format-deannotate-region): Remove unused variable `loc'.
10959 (format-annotate-region): Remove unused variable `p'.
10960 (format-annotate-single-property-change): Remove unused variables
10961 `default' and `tail'.
10962
10963 * forms.el (read-file-filter): Declare.
10964 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10965
10966 * frame.el (frame-creation-function-alist): Mark unused parameter.
10967 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10968
10969 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10970 Remove unused parameters.
10971 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10972 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10973
10974 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10975 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10976 (hfy-prepare-tag-map): Mark unused parameters.
10977 (htmlfontify-buffer): Use `called-interactively-p'.
10978
10979 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10980 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10981 (ibuffer-do-occur): Mark unused parameters.
10982 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10983 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10984
10985 * ibuffer.el: Don't quote `lambda'.
10986 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10987 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10988 Mark unused parameters.
10989
10990 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10991 (ido-completing-read): Mark unused parameters.
10992 (ido-copy-current-word): Mark unused parameters;
10993 remove unused variable `name'.
10994 (ido-sort-merged-list): Remove unused parameter `dirs'.
10995
10996 * ielm.el (ielm-input-sender): Mark unused parameter.
10997 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10998 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10999 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11000 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11001 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11002
11003 * image-dired.el (image-dired-display-thumbs): Remove unused
11004 variables `curr-file' and `count'.
11005 (image-dired-remove-tag): Remove unused variable `start'.
11006 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11007 variable `curr-file'
11008 (image-dired-rotate-original): Remove unused variable `temp-file'.
11009 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11010 Remove unused variable `file'.
11011 (image-dired-gallery-generate): Remove unused variable `curr'.
11012 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11013
11014 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11015
11016 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11017
11018 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11019
11020 * isearch.el (minibuffer-history-symbol): Declare.
11021 (isearch-edit-string): Remove unused variable `err'.
11022 (isearch-message-prefix, isearch-message-suffix):
11023 Mark unused parameters.
11024
11025 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11026
11027 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11028
11029 * makesum.el (double-column): Remove unused variable `cnt'.
11030
11031 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11032 (ido-ignore-item-temp-list): Declare.
11033
11034 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11035 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11036 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11037 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11038 `mouse-col-delta'.
11039
11040 * mouse-sel.el (mouse-extend-internal):
11041 Remove unused variable `orig-window-frame'.
11042
11043 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11044 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11045 Move declarations before first use.
11046 (pcomplete-opt): Mark unused parameters; doc fix.
11047
11048 * proced.el (proced-revert): Mark unused parameter.
11049 (proced-send-signal): Remove unused variable `err'.
11050
11051 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11052 Rename parameter PREFIX-ARG to ARG.
11053 (ps-basic-plot-string, ps-basic-plot-whitespace):
11054 Mark unused parameters.
11055
11056 * replace.el (replace-count): Define.
11057 (occur-revert-function): Mark unused parameters.
11058 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11059 (isearch-case-fold-search, isearch-string): Declare.
11060 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11061 bind `case-fold-search'. Remove unused variables `beg' and `end',
11062 and simplify.
11063 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11064 COUNT and bind `replace-count'.
11065 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11066 to COUNT.
11067
11068 * savehist.el (print-readably, print-string-length): Declare.
11069
11070 * shadowfile.el (shadow-expand-cluster-in-file-name):
11071 Remove unused variable `cluster'.
11072 (shadow-copy-file): Remove unused variable `i'.
11073 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11074 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11075 (shadow-define-literal-group, shadow-define-regexp-group)
11076 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11077
11078 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11079 (shell): Use `called-interactively-p'.
11080 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11081
11082 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11083 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11084 (delete-backward-char): Remove unused variable `ocol'.
11085 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11086 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11087 (event-apply-hyper-modifier, event-apply-shift-modifier)
11088 (event-apply-control-modifier, event-apply-meta-modifier):
11089 Mark unused parameters.
11090 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11091 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11092
11093 * speedbar.el (speedbar-ignored-directory-expressions)
11094 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11095 (speedbar-find-file, speedbar-dir-follow)
11096 (speedbar-directory-buttons-follow, speedbar-tag-find)
11097 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11098 (speedbar-buffers-line-directory, speedbar-buffer-click):
11099 Mark unused parameters.
11100 (speedbar-tag-file): Remove unused variable `mode'.
11101 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11102
11103 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11104
11105 * talk.el (talk): Remove unused variable `display'.
11106
11107 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11108 (tar-write-region-annotate): Mark unused parameter.
11109
11110 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11111 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11112 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11113 warning by another.
11114
11115 * time-stamp.el (time-stamp-string-preprocess):
11116 Remove unused variable `require-padding'.
11117
11118 * tree-widget.el (widget-glyph-enable): Declare.
11119 (tree-widget-action): Mark unused parameter.
11120
11121 * w32-fns.el (x-get-selection): Mark unused parameter.
11122 (autoload-make-program, generated-autoload-file): Declare.
11123
11124 * wdired.el (wdired-revert): Mark unused parameters.
11125 (wdired-xcase-word): Remove unused variable `err'.
11126
11127 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11128 (whitespace-help-scroll): Remove unused variable `data-help'.
11129
11130 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11131 (widget-image-insert, widget-after-change, default)
11132 (widget-default-format-handler, widget-default-notify)
11133 (widget-default-prompt-value, widget-info-link-action)
11134 (widget-url-link-action, widget-function-link-action)
11135 (widget-variable-link-action, widget-file-link-action)
11136 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11137 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11138 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11139 (widget-insert-button-action, widget-delete-button-action, visibility)
11140 (widget-documentation-link-action, widget-documentation-string-action)
11141 (widget-const-prompt-value, widget-regexp-match, symbol)
11142 (widget-coding-system-prompt-value)
11143 (widget-key-sequence-value-to-external, sexp)
11144 (widget-sexp-value-to-internal, character, vector, cons)
11145 (widget-choice-prompt-value, widget-boolean-prompt-value)
11146 (widget-color--choose-action): Mark unused parameters.
11147 (widget-item-match-inline, widget-choice-match-inline)
11148 (widget-checklist-match, widget-checklist-match-inline)
11149 (widget-group-match): Rename parameter VALUES to VALS.
11150 (widget-field-value-set): Remove unused variable `size'.
11151 (widget-color-action): Remove unused variables `value' and `start'.
11152
11153 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11154 variable `dir'. Doc fix.
06b60517
JB
11155 (windmove-find-other-window): Don't pass it.
11156
11157 * window.el (count-windows): Mark unused parameter.
11158 (bw-adjust-window): Remove unused variable `err'.
11159
11160 * woman.el (woman-file-name): Remove unused variable `default'.
11161 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11162 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11163 (global-font-lock-mode): Declare.
11164 (woman-decode-region): Mark unused parameter.
11165 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11166
11167 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11168 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11169 (x-dnd-handle-moz-url): Remove unused variable `title'.
11170 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11171
11172 * xml.el (xml-parse-tag, xml-parse-attlist):
11173 Remove unused variable `pos'.
11174
bc4f7f3d
GM
111752011-04-19 Glenn Morris <rgm@gnu.org>
11176
11177 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11178 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11179 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11180 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11181 * calendar/cal-html.el (cal-html-insert-minical):
11182 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11183 (calendar-mark-date-pattern):
11184 Prefix "unused" locals.
11185
11186 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11187 optional argument `style'.
11188
11189 * calendar/appt.el (appt-make-list):
11190 * calendar/cal-china.el (calendar-chinese-date-string):
11191 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11192 (diary-hebrew-yahrzeit):
11193 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11194 * calendar/calendar.el (calendar-generate-window):
11195 * calendar/time-date.el (time-to-days):
11196 Remove unused local variables.
11197
16a43933
CY
111982011-04-18 Chong Yidong <cyd@stupidchicken.com>
11199
11200 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11201 glyphless-char-display table.
11202 (tabulated-list-glyphless-char-display): New var.
11203
7eed1860
SS
112042011-04-18 Sam Steingold <sds@gnu.org>
11205
11206 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11207 to acknowledgments.
11208
4d2d1ccd
GM
112092011-04-17 Glenn Morris <rgm@gnu.org>
11210
11211 * calendar/diary-lib.el (diary-sexp-entry):
11212 * calendar/holidays.el (holiday-sexp):
11213 Set debug-on-error rather than the removed stack-trace-on-error.
11214
239da61d
GM
112152011-04-16 Glenn Morris <rgm@gnu.org>
11216
11217 * progmodes/f90.el: Use lexical-binding.
11218 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11219
8b05752a
SM
112202011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11221
daca8ba5
SM
11222 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11223 (mail-mode): Setup mailalias completion here instead.
11224 * mail/mailalias.el: Use lexical-binding.
11225 (pattern, mailalias-done): Declare dynamic.
11226 (mail-completion-at-point-function): New function, from mail-complete.
11227 (mail-complete): Use it.
11228 (mail-completion-expand): New function.
11229 (mail-get-names): Use it.
11230 (mail-directory, mail-directory-process, mail-directory-stream):
11231 Don't use `pattern' for lexically bound arg.
11232
6f542485
SM
11233 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11234
037e7c3f
SM
11235 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11236 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11237 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11238
8b05752a
SM
11239 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11240 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11241 (byte-interactive-p): Define them again, for use when inlining
11242 old code.
11243
49093f60
JB
112442011-04-15 Juanma Barranquero <lekktu@gmail.com>
11245
11246 * loadup.el: Use `string-to-number', not `string-to-int'.
11247
b5b8e7de
SM
112482011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11251 gud-gdb-complete-command.
11252 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11253 (gud-gdb-completion-at-point): New function.
11254 (gud-gdb-completions): Remove.
11255
f42efeb5
MA
112562011-04-14 Michael Albinus <michael.albinus@gmx.de>
11257
49093f60
JB
11258 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11259 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11260 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11261 whether `executable-find' is bound.
f42efeb5
MA
11262
11263 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11264
e240cc21
SM
112652011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11266
11267 * minibuffer.el (completion-in-region-mode-predicate)
11268 (completion-in-region-mode--predicate): New vars.
11269 (completion-in-region, completion-in-region--postch)
11270 (completion-in-region-mode): Use them.
11271 (completion--capf-wrapper): Also return the hook function.
11272 (completion-at-point, completion-help-at-point):
11273 Adjust and provide a predicate.
c2bd2ab0
SM
11274
11275 Preserve arg names for advice of subr and lexical functions (bug#8457).
11276 * help-fns.el (help-function-arglist): Consolidate the subr and
11277 new-byte-code cases. Add argument `preserve-names' to extract names
11278 from the docstring when needed.
11279 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11280 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11281 (ad-arglist): Use help-function-arglist's new arg.
11282 (ad-definition-type): Use cond.
11283
c183f693
JB
112842011-04-13 Juanma Barranquero <lekktu@gmail.com>
11285
06641a47
JB
11286 * autorevert.el (auto-revert-handler):
11287 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11288 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11289 Don't quote lambda.
11290
c183f693
JB
11291 * image-mode.el (image-transform-set-scale):
11292 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11293
1e3b6001
G
112942011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11295
11296 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11297 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11298 Upgrades via gnutls-cli are too slow to be done opportunistically.
11299
2d6af8dd
JB
113002011-04-12 Juanma Barranquero <lekktu@gmail.com>
11301
11302 * dframe.el (dframe-current-frame): Remove spurious quote.
11303
c0749a51
GM
113042011-04-12 Glenn Morris <rgm@gnu.org>
11305
088d0d61
GM
11306 * calendar/cal-tex.el (cal-tex-end-document):
11307 Try to automatically use latin1 input if needed.
11308
c0749a51
GM
11309 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11310 Don't try to cons a mark onto an empty element.
11311
5c90fde0
LL
113122011-04-11 Leo Liu <sdl.web@gmail.com>
11313
11314 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11315 buffers.
11316 (ido-kill-buffer-at-head): Support killing virtual buffers.
11317
369e974d
CY
113182011-04-10 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * minibuffer.el (completion-show-inline-help): New var.
11321 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11322 (minibuffer-force-complete, minibuffer-complete-word):
11323 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11324
11325 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11326 to avoid interference from inline help (Bug#5849).
11327
37f1c930
LL
113282011-04-10 Leo Liu <sdl.web@gmail.com>
11329
099c39a4
JB
11330 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11331 Fix typo.
37f1c930 11332
a32d4040
CY
113332011-04-09 Chong Yidong <cyd@stupidchicken.com>
11334
11335 * image-mode.el (image-toggle-display-image): Signal an error if
11336 not in Image mode.
11337 (image-transform-mode, image-transform-resize)
11338 (image-transform-set-rotation): Doc fix.
daca8ba5 11339 (image-transform-set-resize): Delete.
a32d4040
CY
11340 (image-transform-set-scale, image-transform-fit-to-height)
11341 (image-transform-fit-to-width): Handle image-toggle-display-image
11342 and image-transform-resize directly.
11343
099c39a4 113442011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11345
11346 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11347 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11348 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11349 (doc-view-mode-map): Add bindings for the new functions.
11350
099c39a4 113512011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11352
4d61f28d 11353 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11354 Fix typo in docstring.
11355
3726838a
EZ
113562011-04-08 Eli Zaretskii <eliz@gnu.org>
11357
04f33f1e
EZ
11358 * files.el (file-size-human-readable): Produce one digit after
11359 decimal, like "ls -lh" does.
11360
11361 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11362 the file size representation.
11363
3726838a
EZ
11364 * simple.el (list-processes): If async subprocesses are not
11365 available, error out with a clear error message.
11366
cbb59342
CY
113672011-04-08 Chong Yidong <cyd@stupidchicken.com>
11368
11369 * help.el (help-form-show): New function, to be called from C.
11370 Put help-form output in a buffer named differently than *Help*.
11371
e3971c44
EZ
113722011-04-08 Eli Zaretskii <eliz@gnu.org>
11373
11374 * files.el (file-size-human-readable): New function.
11375
11376 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11377 computing the representation inline. Don't require `cl'.
11378
12544bbe
GM
113792011-04-08 Glenn Morris <rgm@gnu.org>
11380
a1de6c6a
GM
11381 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11382
3c4671f4
GM
11383 * net/browse-url.el (browse-url-firefox):
11384 Test system-type, not system-configuration.
11385
b605679c
GM
11386 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11387 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11388 Use log-edit-empty-buffer-p. (Bug#7598)
11389
56442f0c
GM
11390 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11391 (rlogin-mode-map): Initialize in the defvar.
11392 (rlogin): Use ignore-errors.
11393
12544bbe
GM
11394 * replace.el (occur-mode-map): Some fixes for menu items.
11395
eb237b0f
AH
113962011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11397
11398 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11399
7d668f2c
CY
114002011-04-06 Chong Yidong <cyd@stupidchicken.com>
11401
e67a13ab
CY
11402 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11403 issuing unused warnings.
11404
11405 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11406 macro directly.
11407
7d668f2c
CY
11408 * simple.el: Lisp reimplement of list-processes. Based on an
11409 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11410 (process-menu-mode): New major mode.
11411 (list-processes--refresh, list-processes):
11412 (process-menu-visit-buffer): New functions.
11413
11414 * files.el (save-buffers-kill-emacs): Don't assume any return
11415 value of list-processes, which is undocumented anyway.
11416
a83ec3c9
CY
114172011-04-06 Chong Yidong <cyd@stupidchicken.com>
11418
11419 * emacs-lisp/tabulated-list.el: New file.
11420
e91a96fe
CY
11421 * emacs-lisp/package.el: Use Tabulated List mode.
11422 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11423 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11424 table format using Tabulated List mode variables.
11425 (package--push): New macro, replacing package-list-maybe-add.
11426 (package-menu--generate): Use package--push. Renamed from
11427 package--generate-package-list.
11428 (package-menu-refresh, list-packages): Use it.
daca8ba5 11429 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11430 Return insertion data instead of inserting it directly.
099c39a4
JB
11431 (package-menu-describe-package, package-menu-execute):
11432 Use tabulated-list-get-id.
e91a96fe
CY
11433 (package-menu-mark-delete, package-menu-mark-install)
11434 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11435 (package-menu-mark-obsolete-for-deletion):
11436 Use tabulated-list-put-tag.
e91a96fe
CY
11437 (package--list-packages, package-menu-revert)
11438 (package-menu-get-package, package-menu-get-version)
11439 (package-menu-sort-by-column): Functions deleted.
11440 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11441 (package-menu--status-predicate, package-menu--version-predicate)
11442 (package-menu--name-predicate)
11443 (package-menu--description-predicate): Handle arguments in the
11444 Tabulated List format.
11445 (package-list-packages-no-fetch): Call list-packages.
11446
3e214b50
JB
114472011-04-06 Juanma Barranquero <lekktu@gmail.com>
11448
11449 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11450 (after-find-file): Don't bind it.
3e214b50
JB
11451 (revert-buffer-in-progress-p): New variable.
11452 (revert-buffer): Bind it.
11453 Pass nil for `after-find-file-from-revert-buffer'.
11454
11455 * saveplace.el (save-place-find-file-hook): Use new variable
11456 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11457
3f0f1700
GM
114582011-04-06 Glenn Morris <rgm@gnu.org>
11459
c0274801
GM
11460 * Makefile.in (AUTOGEN_VCS): New variable.
11461 (autoloads): Use $AUTOGEN_VCS.
11462
3f0f1700
GM
11463 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11464 * calendar/calendar.el (calendar-mode-map):
11465 Check for toolkit scroll bars. (Bug#8305)
11466
41ea9e48
CY
114672011-04-05 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * minibuffer.el (completion-in-region--postch)
11470 (completion-in-region-mode): Remove unnecessary messages.
11471
6194c800
JB
114722011-04-05 Juanma Barranquero <lekktu@gmail.com>
11473
33256f14
JB
11474 * font-lock.el (font-lock-refresh-defaults):
11475 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11476 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11477
6194c800
JB
11478 * info.el (Info-directory-list, Info-read-node-name-2)
11479 (Info-split-parameter-string): Doc fixes.
11480 (Info-virtual-nodes): Reflow docstring.
11481 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11482 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11483 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11484 Fix typos in docstrings.
11485 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11486 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11487 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11488 (Info-restore-desktop-buffer): Mark unused parameters.
11489 (Info-directory-find-file, Info-directory-find-node)
11490 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11491 (Info-virtual-index-find-node, Info-apropos-find-file)
11492 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11493 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11494 (Info-virtual-index): Remove unused local variable `nodename'.
11495
b87a8200 114962011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11497
b87a8200
DD
11498 * net/rcirc.el: Update my e-mail address.
11499 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11500
3b2ff876
CY
115012011-04-05 Chong Yidong <cyd@stupidchicken.com>
11502
11503 * startup.el (command-line): Save the cursor's theme-face
11504 directly, instead of using face-override-spec.
11505
11506 * custom.el (load-theme): Minor optimization in assigning faces.
11507
8d17e7ca
JB
115082011-04-04 Juanma Barranquero <lekktu@gmail.com>
11509
11510 * help-fns.el (describe-variable): Complete all variables having
11511 documentation, including keywords.
11512 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11513
2fbc1934
JB
115142011-04-04 Juanma Barranquero <lekktu@gmail.com>
11515
11516 Convert to lexical-binding.
11517
11518 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11519 (bs--get-marked-string, bs--get-modified-string)
11520 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11521 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11522 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11523
11524 * ehelp.el (electric-help-execute-extended)
11525 (electric-help-ctrl-x-prefix):
11526 * hexl.el (hexl-revert-buffer-function):
11527 * linum.el (linum-after-change, linum-after-scroll):
11528 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11529
11530 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11531
74f50695
DU
115322011-04-04 Daiki Ueno <ueno@unixuser.org>
11533
11534 * epa-dired.el:
11535 * epa-mail.el:
11536 * epa-hook.el:
11537 * epa-file.el:
11538 * epa.el:
11539 * epg.el: Use lexical binding.
11540
c11325f7
CY
115412011-04-03 Chong Yidong <cyd@stupidchicken.com>
11542
0d9e9a12
CY
11543 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11544
c11325f7 11545 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11546 dictionary case for flyspell-mark-duplications-exceptions.
11547 Use regexp matching for languages.
c11325f7
CY
11548 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11549 default dictionary (Bug#7926).
11550
da91b5f2
CY
115512011-04-02 Chong Yidong <cyd@stupidchicken.com>
11552
099c39a4
JB
11553 * emacs-lisp/package.el (package--with-work-buffer):
11554 Recognize https URLs.
da91b5f2 11555
099c39a4
JB
11556 * net/network-stream.el: Move from gnus/proto-stream.el.
11557 Change prefix to network-stream throughout.
da91b5f2
CY
11558 (open-protocol-stream): Merge into open-network-stream, leaving
11559 open-protocol-stream as an alias. Handle nil BUFFER args.
11560
11561 * subr.el (open-network-stream): Move to net/network-stream.el.
11562
afa8e9f6
GM
115632011-04-02 Glenn Morris <rgm@gnu.org>
11564
1d2e369d
GM
11565 * find-dired.el (find-exec-terminator): New option.
11566 (find-ls-option): Test for -ls support.
11567 (find-ls-subdir-switches): Test for -b in find-ls-option.
11568 (find-dired, find-grep-dired): Doc fixes.
11569 (find-dired): Use find-exec-terminator.
11570
8abb7da8 11571 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11572 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11573 (find-name-arg): Remove purecopy.
8abb7da8 11574
f3ca7378
GM
11575 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11576 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11577 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11578 accordingly. Don't add the null-device if not needed.
11579
afa8e9f6
GM
11580 * files.el (save-some-buffers): Doc fix.
11581
35eae264
EZ
115822011-04-02 Eli Zaretskii <eliz@gnu.org>
11583
11584 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11585
26b51db5
JB
115862011-04-01 Juanma Barranquero <lekktu@gmail.com>
11587
11588 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11589 Use `dolist' rather than `mapcar'.
11590
7200d79c
SM
115912011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11592
03408648 11593 Add lexical binding.
7200d79c 11594
03408648
SM
11595 * subr.el (apply-partially): Use new closures rather than CL.
11596 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11597 (dolist, dotimes): Use slightly different expansion for lexical code.
11598 (functionp): Move to C.
11599 (letrec): New macro.
11600 (with-wrapper-hook): Use it and apply-partially instead of CL.
11601 (eval-after-load): Preserve lexical-binding.
11602 (save-window-excursion, with-output-to-temp-buffer): Turn them
11603 into macros.
7200d79c 11604
03408648
SM
11605 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11606
11607 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11608 than the arglist.
11609 (help-add-fundoc-usage): Don't add `Not documented'.
11610 (help-function-arglist): Handle closures, subroutines, and new
11611 byte-code-functions.
11612 (help-make-usage): Remove leading underscores.
11613 (describe-function-1): Handle closures.
11614 (describe-variable): Use special-variable-p for completion.
11615
11616 * files.el (lexical-binding): Declare safe.
f488fb65 11617
03408648
SM
11618 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11619 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11620 (pcase): Add `let' pattern.
11621 Change memoization so it actually works.
11622 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11623 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11624 <let>: New case.
f488fb65 11625
03408648
SM
11626 * emacs-lisp/macroexp.el: Use lexical binding.
11627 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11628 Don't convert ' to #' without checking that it's indeed quoting
11629 a lambda.
11630
11631 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11632 Use eval-sexp-add-defvars.
03408648
SM
11633 (eval-sexp-add-defvars): New fun.
11634
11635 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11636
11637 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11638 Don't autoload.
11639 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11640 than the internal `byte-compile-lambda'.
11641 (defmethod): Don't hide code under quotes.
11642 (eieio-defmethod): New `code' argument.
11643
11644 * emacs-lisp/eieio-comp.el: Remove.
11645
11646 * emacs-lisp/edebug.el (edebug-eval-defun)
11647 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11648 (edebug-toggle): Avoid `eval'.
11649
11650 * emacs-lisp/disass.el (disassemble-internal): Handle new
11651 `closure' objects.
11652 (disassemble-1): Handle new byte codes.
11653
11654 * emacs-lisp/cl.el (pushnew): Silence warning.
11655
11656 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11657 (cl-byte-compile-throw): Remove.
11658 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11659
11660 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11661 closures.
11662
11663 * emacs-lisp/cconv.el: New file.
11664
11665 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11666 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11667 (byte-compile-initial-macro-environment):
11668 Handle declare-function here.
11669 (byte-compile--lexical-environment): New var.
11670 (byte-stack-ref, byte-stack-set, byte-discardN)
11671 (byte-discardN-preserve-tos): New lap codes.
11672 (byte-interactive-p): Don't use any more.
11673 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11674 New macros.
11675 (byte-compile-lapcode): Use them and handle new lap codes.
11676 (byte-compile-obsolete): Remove.
11677 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11678 (byte-compile-arglist-warn): Check late def of inlinable funs.
11679 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11680 since they should have been expanded by now.
11681 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11682 (byte-compile-from-buffer): Remove unused second arg.
11683 (byte-compile-preprocess): New function.
11684 (byte-compile-toplevel-file-form): New function to distinguish
11685 file-form calls from outside from file-form calls from hunk-handlers.
11686 (byte-compile-file-form): Simplify.
11687 (byte-compile-file-form-defsubst): Remove.
11688 (byte-compile-file-form-defmumble): Simplify now that
11689 byte-compile-lambda always returns a byte-code-function.
11690 (byte-compile): Preprocess.
11691 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11692 Remove, not used any more.
11693 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11694 (byte-compile-make-args-desc): New funs.
11695 (byte-compile-lambda): Handle lexical functions. Always return
11696 a byte-code-function.
11697 (byte-compile-reserved-constants): New var, to make up room for
11698 closed-over variables.
11699 (byte-compile-constants-vector): Obey it.
11700 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11701 (byte-compile-macroexpand-declare-function): New function.
11702 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11703 byte-code-functions.
11704 (byte-compile-form): Check obsolescence here.
11705 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11706 (byte-compile-variable-ref): Remove.
11707 (byte-compile-dynamic-variable-op): New fun.
11708 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11709 (byte-compile-variable-set): New funs.
11710 (byte-compile-discard): Add 2 args.
11711 (byte-compile-stack-ref, byte-compile-stack-set)
11712 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11713 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11714 macroexpand-all instead.
11715 (byte-compile-quote-form): Remove.
11716 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11717 (byte-compile-bind, byte-compile-unbind): New funs.
11718 (byte-compile-let): Handle let* and lexical binding.
11719 (byte-compile-let*): Remove.
11720 (byte-compile-catch, byte-compile-unwind-protect)
11721 (byte-compile-track-mouse, byte-compile-condition-case):
11722 Handle a new :fun-body form, used for lexical scoping.
11723 (byte-compile-save-window-excursion)
11724 (byte-compile-with-output-to-temp-buffer): Remove.
11725 (byte-compile-defun): Simplify.
11726 (byte-compile-stack-adjustment): New fun.
11727 (byte-compile-out): Use it.
11728 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11729
11730 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11731 handler any more.
11732
11733 * emacs-lisp/byte-opt.el: Use lexical binding.
11734 (byte-inline-lapcode): Remove (to bytecomp).
11735 (byte-compile-inline-expand): Pay attention to inlining to/from
11736 lexically bound code.
11737 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11738 any more.
11739 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11740 any more and don't call compiler-macros.
11741 (byte-compile-splice-in-already-compiled-code): Remove.
11742 (byte-code): Don't inline any more.
11743 (disassemble-offset): Receive `bytes' as argument rather than via
11744 dynamic scoping.
11745 (byte-compile-tag-number): Declare before first use.
11746 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11747 `return' even if make-spliceable.
11748 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11749 obsolete interactive-p.
11750 (byte-optimize-lapcode): Optimize new lap-codes.
11751 Don't trip up on new form of `byte-constant' lap code.
11752
11753 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11754
11755 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11756
11757 * custom.el (custom-initialize-default, custom-declare-variable):
11758 Use `defvar'.
11759
11760 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11761 New variables.
11762 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11763 (COMPILE_FIRST): Add macroexp and cconv.
11764 * makefile.w32-in: Mirror changes in Makefile.in.
11765
11766 * vc/cvs-status.el:
11767 * vc/diff-mode.el:
11768 * vc/log-edit.el:
11769 * vc/log-view.el:
11770 * vc/smerge-mode.el:
11771 * textmodes/bibtex-style.el:
11772 * textmodes/css.el:
11773 * startup.el:
11774 * uniquify.el:
da91b5f2
CY
11775 * minibuffer.el:
11776 * newcomment.el:
11777 * reveal.el:
11778 * server.el:
11779 * mpc.el:
11780 * emacs-lisp/smie.el:
11781 * doc-view.el:
11782 * dired.el:
03408648
SM
11783 * abbrev.el: Use lexical binding.
11784
0f0c1f27
EZ
117852011-04-01 Eli Zaretskii <eliz@gnu.org>
11786
11787 * info.el (info-display-manual): New function.
11788
c82b2579
SM
117892011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11790
11791 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11792
221ddf68
TH
117932011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11794
11795 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11796 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11797
cba6e77e
GM
117982011-03-31 Glenn Morris <rgm@gnu.org>
11799
e040639f
GM
11800 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11801
cba6e77e
GM
11802 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11803
6d0f1c9e
CS
118042011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11805
11806 * progmodes/python.el (python-default-interpreter)
11807 (python-python-command-args, python-jython-command-args)
11808 (python-which-shell, python-which-args, python-which-bufname)
11809 (python-file-queue, python-comint-output-filter-function)
11810 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11811 variables and functions.
11812
3e2d70fd
SM
118132011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11814
11815 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11816 (completion-in-region-mode): New minor mode.
11817 (completion-in-region): Use it.
11818 (completion-in-region--data, completion-in-region-mode-map): New vars.
11819 (completion-in-region--postch): New function.
11820 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11821 New vars.
11822 (completion--capf-wrapper): New function.
11823 (completion-at-point): Use it to track well-behavedness of
11824 hook functions.
11825 (completion-help-at-point): New command.
11826
f3e4086c
JM
118272011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11828
11829 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11830 syntax class to search for whitespace on a single line
11831 (Message-ID: <4D938140.4030905@redhat.com>).
11832
eb7ffc14
LL
118332011-03-30 Leo Liu <sdl.web@gmail.com>
11834
11835 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11836 New commands.
11837 (edit-abbrevs-map): Bind them here.
11838 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11839
d806ab68
KM
118402011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11841
11842 * allout.el (allout-hide-by-annotation, allout-flag-region):
11843 Reduce possibility of overlay leakage by making them volatile.
11844
11845 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11846 hash is not shared between buffers. Mode initialization is
11847 responsible for giving it a useful starting value.
11848 (allout-item-span): Reduce possibility of overlay leakage by
11849 making them volatile.
11850 (allout-widgets-count-buttons-in-region): Add diagnostic function
11851 for tracking down button overlay leaks.
11852
ea622834
LL
118532011-03-29 Leo Liu <sdl.web@gmail.com>
11854
11855 * ido.el (ido-read-internal): Use the default history var
11856 minibuffer-history if no HISTORY is specified.
11857
b62f8267
G
118582011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11859
03408648
SM
11860 * net/imap.el (imap-shell-open, imap-process-connection-type):
11861 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11862 Kerberos, SSL, other subprocesses.
11863
947b6566
LL
118642011-03-28 Leo Liu <sdl.web@gmail.com>
11865
11866 * abbrev.el (abbrev-table-empty-p): New function.
11867 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11868 nonempty ones. (Bug#5937)
11869
5ffb62aa
JD
118702011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11871
11872 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11873
7a097943
LL
118742011-03-27 Leo Liu <sdl.web@gmail.com>
11875
11876 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11877 for foreground and background colors.
11878 (ansi-color-make-color-map): Adapt.
11879
c5b40130
LL
118802011-03-25 Leo Liu <sdl.web@gmail.com>
11881
1f48f7d2
LL
11882 * midnight.el (midnight-time-float): Remove. Note it calculates
11883 the microsecond component incorrectly and seconds-to-time does the
11884 same job.
625897ec 11885 Remove redundant (require 'timer).
1f48f7d2 11886
c5b40130
LL
11887 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11888 (ido-completions): Remove unused arguments. (Bug#8329)
11889
d86d2721
SM
118902011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11891
11892 * minibuffer.el (completion--flush-all-sorted-completions):
11893 Remove itself from hook.
11894 (completion-at-point): Let the functions perform the completion
11895 immediately and return nil or t.
11896 * comint.el (comint-dynamic-complete-functions): Now identical to
11897 completion-at-point-functions.
11898 (comint-dynamic-list-input-ring): Remove unused var `index'.
11899 (comint--match-partial-filename, comint--unquote&expand-filename):
11900 New funs, split from comint-match-partial-filename.
11901 (comint-dynamic-complete): Use completion-at-point.
11902 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11903
e8974c48
DA
119042011-03-24 Drew Adams <drew.adams@oracle.com>
11905
11906 * thingatpt.el: Support `defun'.
11907
def71b5e
LL
119082011-03-23 Leo Liu <sdl.web@gmail.com>
11909
cb5af48e
LL
11910 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11911
def71b5e
LL
11912 * help-mode.el (help-mode-finish): Tweak regexp.
11913
927c53e7
GM
119142011-03-23 Glenn Morris <rgm@gnu.org>
11915
18d05bed
GM
11916 * eshell/esh-opt.el (eshell-eval-using-options):
11917 Do not bind unused local variable `eshell-option-stub'.
11918
927c53e7
GM
11919 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11920
9d0da923
JB
119212011-03-22 Juanma Barranquero <lekktu@gmail.com>
11922
11923 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11924 keymap variable in `with-no-warnings' to avoid a warning when the
11925 keymap has been already `defconst'ed.
11926
4b978a67
LL
119272011-03-22 Leo Liu <sdl.web@gmail.com>
11928
11929 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11930 encode all chars in abbrevs; otherwise use emacs-mule or
11931 utf-8-emacs. (Bug#8308)
11932
5fd62452
JB
119332011-03-22 Juanma Barranquero <lekktu@gmail.com>
11934
0b1596c6
JB
11935 * simple.el (backward-delete-char-untabify):
11936 Avoid warning about using `delete-backward-char'.
11937
5fd62452
JB
11938 * image.el (image-type-file-name-regexps): Make it variable.
11939 `imagemagick-register-types' modifies it, and the user may want
11940 to add new extensions for known image types.
11941 (imagemagick-register-types): Throw error if not using ImageMagick.
11942
0b4e93f1
LL
119432011-03-22 Leo Liu <sdl.web@gmail.com>
11944
11945 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11946 located before rcirc-prompt-end-marker.
11947 (rcirc-complete): Error if point is not after rcirc prompt.
11948 Handle the case when table is nil.
9882e214 11949 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11950
fccee4ab
CY
119512011-03-22 Chong Yidong <cyd@stupidchicken.com>
11952
11953 * custom.el (custom--inhibit-theme-enable): Make it affect only
11954 custom-theme-set-variables and custom-theme-set-faces.
11955 (provide-theme): Ignore custom--inhibit-theme-enable.
11956 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11957 (custom-enabling-themes): Delete variable.
d86d2721
SM
11958 (enable-theme): Accept only loaded themes as arguments.
11959 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11960 (custom-enabled-themes): Forbid themes from setting this.
11961 Eliminate use of custom-enabling-themes.
11962 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11963
af896da6
LL
119642011-03-21 Leo Liu <sdl.web@gmail.com>
11965
11966 * ido.el (ido-read-internal): Add ido-selected to history instead
11967 of user input.
11968
78f64af0
SM
119692011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11970
11971 * subr.el (deferred-action-list, deferred-action-function):
11972 Mark obsolete.
11973
b16ac1ec
LL
119742011-03-21 Leo Liu <sdl.web@gmail.com>
11975
810f7698
LL
11976 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11977 change on 2011-02-13 (bug#8309).
11978
b16ac1ec
LL
11979 * minibuffer.el (read-file-name-function): Change default value.
11980 (read-file-name--defaults): Rename from read-file-name-defaults.
11981 (read-file-name-default): Rename from read-file-name.
11982 (read-file-name): Call read-file-name-function.
11983
4e05e67e
GM
119842011-03-21 Glenn Morris <rgm@gnu.org>
11985
11986 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11987 Doc fixes.
11988
4359915b
CY
119892011-03-21 Chong Yidong <cyd@stupidchicken.com>
11990
11991 * cus-theme.el: Add missing provide statement.
11992 (customize-create-theme): Extract theme value correctly.
11993 (custom-theme-visit-theme): Autoload.
11994 (customize-create-theme): Prompt before inserting default faces.
11995
1fe275ee
JB
119962011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11997
11998 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11999 units and musical notes.
12000
cd394be1 120012011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12002
12003 * ido.el (ido-read-internal): Use completing-read-default.
12004 (ido-completing-read): Fix compatibility with completing-read.
12005
7d476bde
CO
120062011-03-20 Christian Ohler <ohler@gnu.org>
12007
12008 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12009 (ert-delete-all-tests): Use `called-interactively-p' rather than
12010 `interactive-p'.
12011 (ert--make-xrefs-region): Respect END.
12012
fe0fb33e
CY
120132011-03-19 Chong Yidong <cyd@stupidchicken.com>
12014
ff854b0b
CY
12015 * dired-aux.el (dired-create-directory): Signal an error if the
12016 directory already exists (Bug#8246).
12017
fe0fb33e
CY
12018 * facemenu.el (list-colors-display): Call list-faces-display
12019 inside with-help-window.
12020 (list-colors-print): Use display property to align the final
12021 column, instead of checking window-width.
12022
576bce32
EZ
120232011-03-19 Eli Zaretskii <eliz@gnu.org>
12024
4d61f28d 12025 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12026 windows-nt systems.
12027 (emerge-protect-metachars): Quote correctly for ms-dos and
12028 windows-nt systems.
12029
89c41d68 120302011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12031
12032 * info.el (info-initialize): Replace all uses of `:' with
12033 path-separator for compatibility with non-Unix systems.
12034 Cache quoting of path-separator. (Bug#8258)
12035
b14e3e21 120362011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12037
12038 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12039 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12040 (mouse-avoidance-mode): Fix typos in docstrings.
12041
4525ce3e
CY
120422011-03-19 Chong Yidong <cyd@stupidchicken.com>
12043
12044 * startup.el (package-subdirectory-regexp): Move from package.el.
12045 Omit \\` and \\', and let callers add them.
12046
12047 * emacs-lisp/package.el (package-strip-version)
12048 (package-load-all-descriptors): Add \\` and \\' to
12049 package-subdirectory-regexp before using it.
12050 (package-untar-buffer): New arg DIR; ensure that file untars only
12051 into this expected directory. Remove superfluous delete-region.
12052 (package-unpack): Caller changed.
12053 (package-tar-file-info): Use package-subdirectory-regexp.
12054
a904a09a 120552011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12056
a904a09a
SM
12057 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12058 diff-mode-shared-map (bug#8284).
12059 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12060
120612011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12062
12063 * calendar/time-date.el (format-seconds): Use assoc instead of
12064 assoc-string, since assoc-string doesn't exist in XEmacs.
12065
171fc304
JB
120662011-03-17 Juanma Barranquero <lekktu@gmail.com>
12067
12068 * custom.el (custom-known-themes): Reflow docstring.
12069 (custom-theme-load-path): Fix typo in docstring.
12070 (load-theme): Fix typo in error message.
12071 (custom-available-themes, custom-variable-theme-value):
12072 Use `let', not `let*'.
12073
d71990a1
JB
120742011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12075
12076 * calc/README: Mention inclusion of musical notes.
12077
12078 * calc/calc-units.el (calc-lu-quant): Rename from
12079 `calc-logunits-quantity'.
12080 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12081 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12082 (calc-db): Rename from `calc-dblevel'.
12083 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12084 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12085 (calc-np): Rename from `calc-nplevel'.
12086 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12087 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12088 (calc-lu-plus): Rename from `calc-logunits-add'.
12089 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12090 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12091 (calc-lu-minus): Rename from `calc-logunits-sub'.
12092 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12093 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12094 (calc-lu-times): Rename from `calc-logunits-mul'.
12095 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12096 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12097 (calc-lu-divide): Rename from `calc-logunits-div'.
12098 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12099 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12100
12101 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12102 functions being autoloaded.
12103
12104 * calc/calc.el (calc-lu-power-reference): Rename from
12105 `calc-logunits-power-reference'.
12106 (calc-lu-field-reference): Rename from
12107 `calc-logunits-field-reference'.
12108
7a71b18d
GM
12109 * calc/calc-help.el (calc-l-prefix-help):
12110 Mention musical note functions.
d71990a1 12111
40c2934b
SM
121122011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 * minibuffer.el (completion-all-sorted-completions):
12115 Use :completion-cycle-penalty text property if present.
12116
b0911414
KM
121172011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12118
12119 * allout.el (allout-yank-processing): Adjust for new rebulleting
12120 regime so bullet being yanked is used without prompting the user
12121 for a choice.
12122
8a05b668
JB
121232011-03-16 Juanma Barranquero <lekktu@gmail.com>
12124
12125 * startup.el (command-line): Warn the user that _emacs is deprecated.
12126
5ba5fb81
JB
121272011-03-16 Juanma Barranquero <lekktu@gmail.com>
12128
12129 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12130 (delphi-verbose, delphi-comment-face, delphi-string-face)
12131 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12132 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12133 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12134 (delphi-new-comment-line, delphi-font-lock-defaults)
12135 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12136 Fix typos in docstrings.
12137
2dab465b
KM
121382011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12139
5ba5fb81 12140 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12141 Invert the roles of character and string values for INSTEAD, so a
12142 string is used for the more common case of a defaulting prompt.
12143
0adf5618
SM
121442011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * progmodes/ruby-mode.el (ruby-backward-sexp):
12147 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12148 * play/gamegrid.el (gamegrid-make-face):
12149 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12150 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12151 * notifications.el (notifications-notify):
12152 * net/xesam.el (xesam-search-engines):
12153 * net/quickurl.el (quickurl-list-insert):
12154 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12155
d72700e5
CY
121562011-03-15 Chong Yidong <cyd@stupidchicken.com>
12157
12158 * startup.el (command-line): Update package subdirectory regexp.
12159
49c5410a
SM
121602011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12161
c6eee9aa
SM
12162 * allout.el (allout-abbreviate-flattened-numbering)
12163 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12164
49c5410a
SM
12165 * subr.el (read-char-choice): Only show the cursor after the prompt,
12166 not after the answer.
12167
047b2bb9
KR
121682011-03-15 Kevin Ryde <user42@zip.com.au>
12169
12170 * help-fns.el (variable-at-point): Skip leading quotes, if any
12171 (bug#8253).
12172
0a57d256
SM
121732011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12174
12175 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12176 warning message.
12177
77c992bc
MA
121782011-03-14 Michael Albinus <michael.albinus@gmx.de>
12179
12180 * shell.el (shell): When called interactively, offer to change the
12181 shell file name on remote hosts.
12182
eebc475d
TZ
121832011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12184
12185 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12186 integration for LDAP parameters. The host, base, user or binddn,
12187 and secret tokens can be specified in a netrc file, for instance.
12188 This is optional because an `auth-source' parameter must be
12189 specified in the search attributes.
12190
9d05d1ba
JB
121912011-03-13 Juanma Barranquero <lekktu@gmail.com>
12192
12193 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12194
09d9db2c
GM
121952011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12198 into declaration. Remove redundant and harmful binding.
12199
122002011-03-12 Eli Zaretskii <eliz@gnu.org>
12201
12202 * files.el (file-ownership-preserved-p): Pass `integer' as an
12203 explicit 2nd argument to `file-attributes'. If the file's owner
12204 is the Administrators group on Windows, and the current user is
12205 Administrator, consider that a match.
12206
12207 * server.el (server-ensure-safe-dir): Consider server directory
12208 safe on MS-Windows if its owner is the Administrators group while
12209 the current Emacs user is Administrator. Use `=' to compare
12210 numerical UIDs, since they could be integers or floats.
12211
219bd536
JB
122122011-03-12 Juanma Barranquero <lekktu@gmail.com>
12213
12214 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12215
f3afd36b
MA
122162011-03-12 Michael Albinus <michael.albinus@gmx.de>
12217
12218 Sync with Tramp 2.2.1.
12219
12220 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12221
12222 * net/trampver.el: Update release number.
12223
3aaaa6f1
SM
122242011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12225
94642599
SM
12226 * progmodes/compile.el (compilation--previous-directory): Fix up
12227 various nil/dead-marker mismatches (bug#8014).
12228 (compilation-directory-properties, compilation-error-properties):
12229 Don't call it at a position past the one we're about to change.
12230
3aaaa6f1
SM
12231 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12232 Disable obsolescence warnings in the file that declares it.
12233
14239447
KM
122342011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12235
099c39a4
JB
12236 * allout-widgets.el (allout-widgets-tally):
12237 Initialize allout-widgets-tally as a hash table rather than nil to
12238 prevent mode-line redisplay warnings. Also, clarify the module
12239 description and fix a comment typo.
14239447 12240
135e287c
JB
122412011-03-11 Juanma Barranquero <lekktu@gmail.com>
12242
12243 * help-fns.el (describe-variable): Don't complete keywords.
12244 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12245
ffbf300e
CY
122462011-03-10 Chong Yidong <cyd@stupidchicken.com>
12247
ba08b241
CY
12248 * emacs-lisp/package.el (package-version-join): Impose a standard
12249 string representation for pre/alpha/beta version lists.
12250 (package-unpack-single): Standardize the directory name by passing
12251 it through package-version-join.
12252 (package-strip-rcs-id): Accept any version string that does not
12253 signal an error in version-to-list.
ffbf300e 12254
f346fd6b
MA
122552011-03-10 Michael Albinus <michael.albinus@gmx.de>
12256
12257 * simple.el (delete-trailing-whitespace): Return nil for the
12258 benefit of `write-file-functions'.
12259
ccb55d27
GM
122602011-03-10 Glenn Morris <rgm@gnu.org>
12261
5ceaac0c
GM
12262 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12263
02da65ff
GM
12264 * vc/vc-git.el (vc-git-program): New option.
12265 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12266 (vc-git--call): Use it.
12267
b2f603cc
GM
12268 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12269
5772caab
GM
12270 * cus-edit.el (Custom-newline): If no button at point, look
12271 for a subgroup button at start-of-line. (Bug#2298)
12272
ccb55d27
GM
12273 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12274
ec6ecaed
JD
122752011-03-10 Julien Danjou <julien@danjou.info>
12276
12277 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12278 `cursor-type' is nil.
12279
9d5aa01d
JB
122802011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12281
12282 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12283
b6a5875b
KM
122842011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12285
7a71b18d 12286 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12287 preserves the existing header prefix, rebulleting it if necessary,
12288 rather than replacing it. This is necessary for proper operation
12289 of cooperative addons like allout-widgets.
1154d12e
JB
12290 (allout-make-topic-prefix, allout-rebullet-heading):
12291 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12292 value as alternate bullet to be used, instead of prompting the user
12293 for a bullet character.
b6a5875b 12294
ee545c35
MA
122952011-03-09 Michael Albinus <michael.albinus@gmx.de>
12296
d86d2721
SM
12297 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12298 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12299 `tramp-default-port'.
12300
c47971d7
DD
123012011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12302
12303 * net/rcirc.el (rcirc-handler-001): Remove useless
12304 with-rcirc-process-buffer.
12305 (rcirc-check-auth-status): Swap arguments to string-match.
12306
13522cb4
GM
123072011-03-09 Glenn Morris <rgm@gnu.org>
12308
0be6f4f1
GM
12309 * shell.el (shell-mode):
12310 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12311
13522cb4
GM
12312 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12313 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12314
515de2e3
CY
123152011-03-08 Chong Yidong <cyd@stupidchicken.com>
12316
12317 * emacs-lisp/package.el (package-refresh-contents)
12318 (package-menu-execute): Use condition-case-no-debug.
12319
b511b994
MA
123202011-03-08 Michael Albinus <michael.albinus@gmx.de>
12321
12322 * simple.el (shell-command-to-string): Use `process-file'.
12323
12324 * emacs-lisp/package.el (package-tar-file-info): Handle also
12325 remote files.
12326
d86d2721
SM
12327 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12328 Use `equal' for upload base check.
b511b994 12329
25bbfb31
AM
123302011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12331
12332 * textmodes/texinfo.el (texinfo-environments):
12333 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12334
be996521
GM
123352011-03-08 Glenn Morris <rgm@gnu.org>
12336
e9c8529f
GM
12337 * cus-start.el (cursor-in-non-selected-windows):
12338 Fix :set quoting oddness. (Bug#8192)
12339
be996521
GM
12340 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12341 in some setf expressions. (Bug#2159)
12342
2bb5649e
CY
123432011-03-08 Chong Yidong <cyd@stupidchicken.com>
12344
12345 * custom.el (custom-available-themes): Return themes in
12346 alphabetical order.
12347
33383987 12348See ChangeLog.15 for earlier changes.
e3d51b27
MR
12349
12350;; Local Variables:
12351;; coding: utf-8
e3d51b27
MR
12352;; End:
12353
acaf905b 12354 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12355
12356 This file is part of GNU Emacs.
12357
12358 GNU Emacs is free software: you can redistribute it and/or modify
12359 it under the terms of the GNU General Public License as published by
12360 the Free Software Foundation, either version 3 of the License, or
12361 (at your option) any later version.
12362
12363 GNU Emacs is distributed in the hope that it will be useful,
12364 but WITHOUT ANY WARRANTY; without even the implied warranty of
12365 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12366 GNU General Public License for more details.
12367
12368 You should have received a copy of the GNU General Public License
12369 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.