* src/dired.c (Fsystem_users): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
41f03f4d
GM
12012-04-17 Glenn Morris <rgm@gnu.org>
2
3 * mouse.el (mouse-drag-track):
4 * speedbar.el (speedbar-frame-mode):
5 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
6
f45f90f3
LL
72012-04-16 Leo Liu <sdl.web@gmail.com>
8
9 * progmodes/python.el: Trivial cleanup.
10
94ee8db5
GM
112012-04-16 Glenn Morris <rgm@gnu.org>
12
121b8917
GM
13 * vc/vc.el (vc-string-prefix-p):
14 * vc/pcvs-util.el (cvs-string-prefix-p):
15 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
16 * mpc.el (mpc-string-prefix-p):
17 Make all of these into obsolete aliases for string-prefix-p.
18 Update callers.
19 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
20
1197ecfa
GM
21 * textmodes/two-column.el: Move custom options to the start.
22 (frame-width): Remove compat definition.
23 (2C-associate-buffer, 2C-dissociate):
24 Use with-current-buffer rather than save-excursion.
25 (2C-dissociate): Force a mode-line update.
26 (2C-autoscroll): Use ignore-errors.
27
099e7202
GM
28 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
29 Autoload trivia.
30
bf350d6a
GM
31 * emacs-lisp/cl-extra.el (*random-state*):
32 Remove unnecessary declaration.
33
0e829eab
GM
34 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
35
e3ad7552
GM
36 * play/cookie1.el (cookie-snarf):
37 Give an explicit error if input file cannot be read.
38
68892d27
GM
39 * play/yow.el (yow-file): Use expand-file-name rather than concat.
40
20f0c46d
GM
41 * progmodes/perl-mode.el (c-macro-expand):
42 Remove unnecessary autoload (it is in loaddefs.el).
43
5a0978ce
GM
44 * textmodes/picture.el (picture-desired-column)
45 (picture-update-desired-column): Convert comments to doc-strings.
46 (picture-substitute): Remove function.
47 (picture-mode-map): Initialize in the defvar.
48
6b955486
GM
49 * woman.el: Remove eval-after-load for tar-mode.
50 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
51 (woman-tar-extract-file): Autoload it.
52
94ee8db5
GM
53 * frame.el (automatic-hscrolling): Make this alias obsolete.
54
177eca34
AM
552012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
56
57 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 58 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
59 (ispell-dictionary-base-alist): Revert to original XEmacs
60 friendly version for default. [:alpha:] will be added in
61 `ispell-set-spellchecker-params' if needed
177eca34 62
c505aaeb
CY
632012-04-16 Chong Yidong <cyd@gnu.org>
64
65 * image.el (imagemagick--extension-regexp): New variable.
66 (imagemagick-register-types): Use it.
67 (imagemagick-types-inhibit): Add :set function. Allow new value
68 of t to inhibit all types.
69
70 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
71 so we can preload it.
72
73 * loadup.el (fboundp): Preload regexp-opt, needed by
74 imagemagick-register-types.
75
60efac0f
CY
762012-04-15 Chong Yidong <cyd@gnu.org>
77
78 * frame.el (scrolling): Remove nearly unused customization group.
79
80 * scroll-all.el (scroll-all-mode): Move to windows group.
81
5dd1713e
CY
822012-04-15 Chong Yidong <cyd@gnu.org>
83
84 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
85
e6fd457e
CY
862012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 Avoid the use of ((lambda ...) ...) in lexical-binding code.
89 * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
90
e153c136
GM
912012-04-15 Glenn Morris <rgm@gnu.org>
92
93 * simple.el (process-file-side-effects): Doc fix.
94
e6fd457e 952012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
96
97 * international/mule-cmds.el (set-language-environment): Doc fix.
98
3603c3b1
JB
992012-04-14 Juanma Barranquero <lekktu@gmail.com>
100
101 * server.el (server-auth-key, server-generate-key): Doc fixes.
102 (server-get-auth-key): Doc fix. Use `string-match-p'.
103 (server-start): Reflow docstring.
104
e6de100c
LI
1052012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
106
107 * server.el (server-generate-key): `called-interactively-p'
108 requires a parameter.
109
29734c21
MN
1102012-04-14 Michal Nazarewicz <mina86@mina86.com>
111
112 * server.el (server-auth-key): New variable.
75f1671a 113 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
114 (server-start): Use the new variable and functions to allow
115 setting a permanent server key (bug#9423).
116
d65c9521
LL
1172012-04-14 Leo Liu <sdl.web@gmail.com>
118
119 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
120
5ae255c7
PE
1212012-04-14 Paul Eggert <eggert@cs.ucla.edu>
122
123 Spelling fixes.
124 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
125 Emacs uses American spelling.
126
d5e6342e
JB
1272012-04-14 Juanma Barranquero <lekktu@gmail.com>
128
129 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
130 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
131 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
132 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
133
ab036cd7
SM
1342012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * progmodes/which-func.el (which-func-modes): Change default.
137
35dc09a1 1382012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
139
140 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
141 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
142
35dc09a1 1432012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
144
145 * custom.el (custom-theme-set-variables): Doc fix.
146
35dc09a1 1472012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
148
149 * international/mule.el (set-auto-coding-for-load): Doc fix.
150
35dc09a1 1512012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 152
35dc09a1
GM
153 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
154 imenu work again for Objective C Mode. Correct the *-index values,
155 these having been disturbed by a previous change in 2011-08.
57f845ee 156
0de3da9f
AM
157 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
158 Correct two search limits.
159
35dc09a1 1602012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
161
162 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
163
35dc09a1 1642012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
165
166 * international/characters.el: Fix sorting.
167
35dc09a1 1682012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
169
170 * international/characters.el: Add more missing Latin case pairs.
171
35dc09a1 1722012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
173
174 * files.el (dir-locals-set-class-variables): Doc fix.
175
35dc09a1 1762012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 177
3f1b5bf8
EZ
178 * international/characters.el: Add set-case-syntax-pair call for
179 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
180 counterpart. (Bug#11209)
181
9f847f41
EZ
182 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
183
35dc09a1 1842012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
185
186 * calendar/holidays.el (calendar-check-holidays): Doc fix.
187
35dc09a1 1882012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 189
35dc09a1
GM
190 * textmodes/ispell.el (ispell-dictionary-base-alist):
191 Add data for Hebrew.
e2627d21 192
35dc09a1 1932012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 194
35dc09a1
GM
195 * net/rcirc.el (rcirc-cmd-quit):
196 Revert 2012-03-18 change (Bug#11192).
5c14e333 197
35dc09a1 1982012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
199
200 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
201
35dc09a1 2022012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 203
4517fe3a
SM
204 * minibuffer.el (completion-in-region-mode-map):
205 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 206
b472a594
VD
2072012-04-13 Vivek Dasmohapatra <vivek@etla.org>
208
209 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
210
09b95ce3
MY
2112012-04-13 Masatake YAMATO <yamato@redhat.com>
212
213 * minibuffer.el (minibuffer-local-filename-syntax): New variable
214 to allow `C-M-f' and `C-M-b' to move to the nearest path
215 separator (bug#9511).
216
4b63a9ca
LI
2172012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
218
219 * avoid.el: Require cl when compiling. And also move the
220 `provide' to the end.
221
7b55b8bf
TV
2222012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
223
224 * avoid.el (mouse-avoidance-banish-position): New variable.
225 (mouse-avoidance-banish-destination): Use it (bug#10165).
226
adedaa1f
LL
2272012-04-13 Leo Liu <sdl.web@gmail.com>
228
229 * progmodes/which-func.el (which-func-modes): Add objc-mode.
230
70e74021
KB
2312012-04-13 Ken Brown <kbrown@cornell.edu>
232
233 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 234 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
235 (browse-url-filename-alist): For the same reason, don't modify
236 file:// URLs on Cygwin.
237
e75e89ba
SM
2382012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
241 the region on shift if the binding is already shifted (bug#11221).
242
82f289a4
GM
2432012-04-12 Glenn Morris <rgm@gnu.org>
244
245 * mail/mailpost.el: Move to obsolete/.
246
d333dc4c
DA
2472012-04-12 Drew Adams <drew.adams@oracle.com>
248
249 * imenu.el (imenu--generic-function): Ignore invisible definitions
250 (bug#10123).
251
0d15b5ba
VD
2522012-04-12 Vivek Dasmohapatra <vivek@etla.org>
253
254 * hexl.el (hexl-bits): New variable.
255 (hexl-options): Mention the variable in the doc string.
75f1671a 256 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 257 (hexl-mode): Mention the new variable.
75f1671a
JB
258 (hexl-mode, hexl-current-address, hexl-current-address):
259 Use the displen.
0d15b5ba
VD
260 (hexl-ascii-start-column): New function.
261 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
262 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
263
64a440db
AM
2642012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
265
266 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
267 '("-i" ENCODING), in 2 separate command-line arguments, to specify
268 the encoding, as expected by hunspell.
269
6decb6c2
SM
2702012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * battery.el (battery--linux-sysfs-regexp): New const.
273 (battery-status-function): Use it. Remove yeeloong special case.
274 (battery-yeeloong-sysfs): Remove.
275 (battery-echo-area-format): Remove yeeloong special case.
276
088be6fb
SM
2772012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
278
6622e416
SM
279 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
280 Reported by Noah Friedman.
281
088be6fb
SM
282 * subr.el (read-passwd): Use read-string.
283
b49f886e
LMI
2842012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
285
286 * vcursor.el (vcursor-move): Increase the priority of the overlay
287 (bug#9663).
288
a63067fc
DD
2892012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
290
291 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
292 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
293
ac3cf14a
WS
2942012-04-11 William Stevenson <yhvh2000@gmail.com>
295
296 * textmodes/artist.el (artist-mode): Convert artist-mode to use
297 define-minor-mode (bug#10760).
298
c4fc691b 2992012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c
WJ
300
301 * lisp/progmodes/grep.el (rgrep): Tweak the find command line so
302 that directories matching `grep-find-ignored-files' won't be
303 pruned (bug#10351).
304
af23e2e5
CY
3052012-04-11 Chong Yidong <cyd@gnu.org>
306
307 * startup.el (command-line): Remove support for long-obsolete
308 variable font-lock-face-attributes.
309
ab7ce8c1
GM
3102012-04-11 Glenn Morris <rgm@gnu.org>
311
312 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
313
de8c03dc
SM
3142012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * window.el (window--state-get-1): Obey window-point-insertion-type.
317
050cc68b
LB
3182012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
319
320 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
321 to previous function when point is on the first character of a
75f1671a 322 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 323
a38c310c
GM
3242012-04-11 Glenn Morris <rgm@gnu.org>
325
effed0c2
GM
326 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
327 not just file-errors.
328
a38c310c
GM
329 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
330 (vc-bzr-sha1): Use internal sha1.
331
0221e323
SM
3322012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
335
43956923
SG
3362012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
337
338 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
339 that start in the middle of the line (bug#10496).
340
6a8c9eaf
DN
3412012-04-10 Dan Nicolaescu <dann@gnu.org>
342
343 * battery.el (battery-linux-proc-acpi): Only one battery is
344 discharged at a time, but that seems to confuse battery.el when
345 computing `rate-type' for the battery not being discharged
346 (bug#10332).
347
1930bf5d
SM
3482012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
349
2a718f6f
SM
350 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
351
599430d0
SM
352 * international/quail.el: Use dolist and simplify.
353 (quail-define-package, quail-update-keyboard-layout)
354 (quail-define-rules): Use dolist.
355 (quail-insert-kbd-layout, quail-get-translation): CSE.
356
a2754b6c
SM
357 * tmm.el: Use dolist, remove left over hook.
358 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
359 Use dolist.
360 (calendar-load-hook): Don't mess with it.
361
1930bf5d
SM
362 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
363 Use derived-mode-p. Run the diff asynchronously.
364
9f67961c
LMI
3652012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
366
367 * obsolete/mouse-sel.el: Add an Obsolete-since header.
368
2a8ce227
JB
3692012-04-10 Juanma Barranquero <lekktu@gmail.com>
370
371 * misc.el: Display absolute path of loaded DLLs (bug#10424).
372 (list-dynamic-libraries--loaded): New function.
373 (list-dynamic-libraries--refresh): Use it.
374
8f33b5f8
NW
3752012-04-10 Nathan Weizenbaum <nweiz@google.com>
376
1930bf5d
SM
377 * progmodes/python.el (python-fill-paragraph):
378 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
379 disabled (bug#7018).
380
b12f0439
L
3812012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
382
1930bf5d 383 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
384 DOS/MS Windows for the Baltic languages. There are still plenty
385 of texts written in this encoding/codepage (bug#6519).
b12f0439 386
57c3bd01
GM
3872012-04-10 Glenn Morris <rgm@gnu.org>
388
389 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
390 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
391
6c3eab30
FA
3922012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
393
1930bf5d 394 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
395 next-line "n" and previous-line "p" in order to make recentf more
396 consistent with ibuffer, dired or org-mode (bug#9387).
397
24d78a88
LMI
3982012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
399
bc72b5d9
LMI
400 * image.el (put-image): Return the overlay created instead of the
401 optional input string (bug#7834). Note that this may break code
402 that is (for some reason or other) depending on `put-image'
403 returning the string.
404
bd2dba5a
LMI
405 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
406
74beb59f
LMI
407 * simple.el (zap-to-char): Allow zapping using input methods
408 (bug#1580).
409
24d78a88
LMI
410 * textmodes/fill.el (fill-region): Leave point and mark where they
411 were before filling (bug#5399).
412
263f20cd
GM
4132012-04-09 Glenn Morris <rgm@gnu.org>
414
415 * version.el (emacs-bzr-get-version):
416 Handle lightweight checkouts of local branches.
417
58d1f797
AS
4182012-04-09 Andreas Schwab <schwab@linux-m68k.org>
419
263f20cd 420 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 421
b4d3bc10
CY
4222012-04-09 Chong Yidong <cyd@gnu.org>
423
424 * custom.el (custom-variable-p): Return nil for non-symbol
425 arguments instead of signaling an error.
426 (user-variable-p): Obsolete alias for custom-variable-p.
427
428 * apropos.el (apropos-variable):
429 * files-x.el (read-file-local-variable):
430 * simple.el (set-variable):
431 * woman.el (woman-mini-help):
432 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
433
fd06db5d
GM
4342012-04-09 Glenn Morris <rgm@gnu.org>
435
e5fcdb5e
GM
436 * startup.el (normal-top-level): Don't look for leim-list.el
437 in places where it will not be found. (Bug#910)
438
fd06db5d
GM
439 * international/mule-cmds.el (set-default-coding-systems):
440 * files.el (normal-mode):
441 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
442 This function was removed with ucs-tables.el in 2008.
443
b39bb7e1
EZ
4442012-04-08 Eli Zaretskii <eliz@gnu.org>
445
446 * textmodes/ispell.el (ispell-check-version): For hunspell, set
447 ispell-encoding8-command to "-i", without a trailing space.
448 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
449 separate command-line arguments, to specify the encoding, since
450 that's how hunspell expects it.
451
5c5b8e23
GM
4522012-04-08 Glenn Morris <rgm@gnu.org>
453
454 * loadup.el: Load bindings before cus-start.
455 This reduces somewhat the number of "rogue" settings in emacs -Q.
456
a1ed8b05
GM
4572012-04-07 Glenn Morris <rgm@gnu.org>
458
459 * version.el (emacs-bzr-get-version): New function.
dfae128a 460 (emacs-bzr-version): New variable.
a1ed8b05
GM
461 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
462 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
463
b142f158
EZ
4642012-04-07 Eli Zaretskii <eliz@gnu.org>
465
dfae128a
GM
466 * international/uni-bidi.el, international/uni-category.el:
467 * international/uni-combining.el, international/uni-decimal.el:
468 * international/uni-decomposition.el, international/uni-digit.el:
469 * international/uni-lowercase.el, international/uni-mirrored.el:
470 * international/uni-name.el, international/uni-numeric.el:
471 * international/uni-titlecase.el, international/uni-uppercase.el:
472 Update for Unicode 6.1.
b142f158 473
9078ead6
EZ
4742012-04-07 Eli Zaretskii <eliz@gnu.org>
475
476 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
477
f23d2c7d
LMI
4782012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
479
480 * window.el (shrink-window): Mention the `window-min-height'
481 variable in the doc string.
482
0a0a3573
BG
4832012-04-05 Bastien Guerry <bzg@altern.org>
484
485 * color.el (color-lighten-name): Fix typo.
486
e5248ac9
SM
4872012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * server.el (server--on-display-p): New function.
490 (server--on-display-p): Use it.
491
b4243e22
GV
4922012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
493
494 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
495 (bug#11145).
496
305d9f44
SM
4972012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * comint.el (comint--common-quoted-suffix): Check string boundary
500 before comparing (bug#11158).
501 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
502
3d439cd1
CY
5032012-04-04 Chong Yidong <cyd@gnu.org>
504
321cc491
CY
505 * minibuffer.el (completion-extra-properties): Doc fix.
506
3d439cd1
CY
507 * subr.el (delayed-warnings-hook): Doc fix.
508
2d562c0f
DU
5092012-04-04 Daiki Ueno <ueno@unixuser.org>
510
511 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
512 selection (Bug#11159).
513 (epa-insert-keys): Inform that the default public key will be
514 exported if no key is selected.
515
4443f204
RS
5162012-04-04 Richard Stallman <rms@gnu.org>
517
518 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
519
529c06b6
CY
5202012-04-03 Chong Yidong <cyd@gnu.org>
521
522 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
523 mail-insert-file, not its obsolete alias mail-attach-file.
524
66b907dc
MA
5252012-04-03 Michael Albinus <michael.albinus@gmx.de>
526
527 * notifications.el (notifications-notify): Fix docstring.
528
c0ea195d
GM
5292012-04-02 Glenn Morris <rgm@gnu.org>
530
531 * emacs-lisp/authors.el (authors-aliases): Another addition.
532
5ca64e00
MA
5332012-04-02 Michael Albinus <michael.albinus@gmx.de>
534
535 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
536 `tramp-compat-call-process' instead of `tramp-local-call-process'.
537 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
538
42ee526b
CY
5392012-04-01 Chong Yidong <cyd@gnu.org>
540
541 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
542 Handle root directory properly.
543 (copy-directory): Caller changed.
544
545 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
546 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
547
0b021094
GM
5482012-03-31 Glenn Morris <rgm@gnu.org>
549
40f86458
GM
550 * term/xterm.el (xterm-extra-capabilities): Doc fix.
551
7019c177
GM
552 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
553
a1daddd6
GM
554 * calendar/calendar.el (calendar-window-list)
555 (calendar-hide-window): Restore. (Bug#11140)
556 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
557
0b021094
GM
558 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
559
40311efc
TV
5602012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
561
562 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
563 Check if file is a symlink (Bug#10489).
564
565 * files.el (copy-directory): Likewise.
566
5319014e
CY
5672012-03-30 Chong Yidong <cyd@gnu.org>
568
569 * image.el (imagemagick-types-inhibit)
570 (imagemagick-register-types): Doc fix.
571
935d1290
AM
5722012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
573
574 * ispell.el (ispell-get-extended-character-mode): Disable
75f1671a
JB
575 extended-char-mode for hunspell. hunspell does not support it
576 and treats ~word as ordinary words in pipe mode.
935d1290 577
61c6e8fd
GM
5782012-03-30 Glenn Morris <rgm@gnu.org>
579
580 * tutorial.el (help-with-tutorial): Ensure local variables don't
581 happen to make the buffer read-only. (Bug#11127)
582
81fdff00
SM
5832012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
586 (perl-calculate-indent): Return `noindent' in strings.
587
6e7a6ec0
SS
5882012-03-28 Sam Steingold <sds@gnu.org>
589
590 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
591 instead of the broken adhockery which does not prevent calendar
592 buffers from being displayed at random after exit.
593 (calendar-window-list, calendar-hide-window): Remove the broken
594 adhockery.
595
fee88ca0
GM
5962012-03-28 Glenn Morris <rgm@gnu.org>
597
598 * replace.el (query-replace-map): Doc fix.
599
38de3354
AS
6002012-03-28 Andreas Schwab <schwab@linux-m68k.org>
601
602 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
603 contents. (Bug#11109)
604
b973155e
SM
6052012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
608 (bug#11077).
609 (avl-tree--check, avl-tree--check-node): New funs.
610
dcb6e7b3
MR
6112012-03-27 Martin Rudalics <rudalics@gmx.at>
612
613 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
614 (switch-to-prev-buffer, switch-to-next-buffer):
615 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
616 showing a buffer already is done on the same frame.
617
b4fa35fa
GM
6182012-03-27 Glenn Morris <rgm@gnu.org>
619
620 * startup.el (mail-host-address): Doc fix.
621
f9210e18
SM
6222012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
625 than 197 variables.
626
c0bf7753
AF
6272012-03-26 Ami Fischman <ami@fischman.org>
628
629 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
630
33da7b16
GM
6312012-03-26 Glenn Morris <rgm@gnu.org>
632
02243d9d
GM
633 * files.el (save-buffers-kill-emacs): Doc fix.
634
33da7b16
GM
635 * startup.el (normal-top-level, command-line, command-line-1):
636 Give them doc strings.
637
e5a69fd0
EZ
6382012-03-25 Eli Zaretskii <eliz@gnu.org>
639
640 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 641 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 642
9a69676a
CY
6432012-03-25 Chong Yidong <cyd@gnu.org>
644
4125cb8b
CY
645 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
646 theme if it was previously enabled before (Bug#11031).
647
dd470960
CY
648 * cus-theme.el (custom-theme-write-faces): Retrieve current face
649 spec with custom-face-get-current-spec if its :shown-value is not
650 determined yet (Bug#9337).
4125cb8b 651 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 652
9a69676a
CY
653 * button.el (button-at): Minor addition to docstring.
654
6e7e90fa
SL
6552012-03-24 Simon Leinen <simon.leinen@gmail.com>
656
657 * vc/vc.el (vc-merge): Fix a prompt.
658
f06e2758
CY
6592012-03-24 Chong Yidong <cyd@gnu.org>
660
661 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
662 point (Bug#9623).
663
6e7e90fa
SL
664 * button.el (button-at): Minor addition to docstring.
665
b9d0879b
SM
6662012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * newcomment.el (comment-choose-indent): No space after BOL.
669
e71cebb3
SS
6702012-03-22 Sam Steingold <sds@gnu.org>
671
672 * window.el (switch-to-prev-buffer): Revert last patch because the
673 bug turned out to be an advertised feature (Elisp manual 28.14).
674
335aff35
GM
6752012-03-22 Glenn Morris <rgm@gnu.org>
676
677 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
678 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
679
c676576a
LMI
6802012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
681
682 * net/network-stream.el (network-stream-open-starttls): Make error
683 message under Windows be less misleading.
684
126f3d39
LW
6852012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
686
687 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
688 understands (bug#9942).
689
64fee311
CY
6902012-03-22 Chong Yidong <cyd@gnu.org>
691
692 * simple.el (end-of-visible-line): Handle return value of
693 next-single-property-change properly (Bug#9371).
694
a640d29a
KH
6952012-03-22 Kenichi Handa <handa@m17n.org>
696
697 * international/quail.el (quail-insert-kbd-layout): Fix previous
698 change. To avoid unwanted bidi reordering, use
699 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
700
39675016
DG
7012012-03-21 Dmitry Gutov <dgutov@yandex.ru>
702
703 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
704 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
705 (ruby-beginning-of-indent): Be more careful with the difference
706 between word-boundary and symbol boundary.
707 (ruby-mode-syntax-table): Make : a symbol constituent.
708
0a6934fc 7092012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 710
3d008e4f
SM
711 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
712
0a6934fc
SM
7132012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
714
af67c9d7
SM
715 * progmodes/etags.el (tags-completion-at-point-function):
716 Improve last fix.
717
1acad97c
SM
718 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
719
e298b5da
SS
7202012-03-21 Sam Steingold <sds@gnu.org>
721
722 * progmodes/etags.el (tags-completion-at-point-function):
723 Avoid the error when point is inside the pattern.
724
91d82a70
JY
7252012-03-21 John Yates <john@yates-sheets.org> (tiny change)
726
727 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
728 line (Bug#10855).
729
69188b79
CY
7302012-03-21 Drew Adams <drew.adams@oracle.com>
731
732 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
733
99fc91fe
AK
7342012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
735
736 * ido.el (ido-set-current-directory, ido-read-internal)
737 (ido-choose-completion-string, ido-completion-help): Handle nil
738 value of ido-completion-buffer (Bug#11008).
739
087bbb4c
SS
7402012-03-21 Sam Steingold <sds@gnu.org>
741
742 * window.el (switch-to-prev-buffer): Do not switch to a visible
743 window previous buffer, just like with the frame previous buffers.
744
fb5b8aca
CY
7452012-03-21 Chong Yidong <cyd@gnu.org>
746
747 * faces.el (make-face, make-empty-face, copy-face):
748 * face-remap.el (face-remap-add-relative, face-remap-set-base):
749 Doc fixes.
750
dc9924b8
SM
7512012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * wid-edit.el (widget-complete-field): Remove (bug#11051).
754 (widget-complete): Remove broken use of it.
755
f0bcceb9
CY
7562012-03-20 Chong Yidong <cyd@gnu.org>
757
dc9924b8
SM
758 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
759 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
760 characters.
761
ee52ebf3
TH
7622012-03-20 Tassilo Horn <tassilo@member.fsf.org>
763
764 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
765 to draw rectangles, not squares. (Regression introduced by revno
766 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
767
4c5779ab
CY
7682012-03-18 Chong Yidong <cyd@gnu.org>
769
770 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
771 it is not yet defined (for temacs).
772
15360934
LL
7732012-03-18 Leo Liu <sdl.web@gmail.com>
774
dc9924b8 775 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 776
d9a8eb66
EZ
7772012-03-17 Eli Zaretskii <eliz@gnu.org>
778
779 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
780 (ispell-choices-win-default-height, ispell-silently-savep)
781 (ispell-dictionary-alist, ispell-encoding8-command)
782 (ispell-check-version, ispell-aspell-find-dictionary)
783 (ispell-valid-dictionary-list, ispell-words-keyword)
784 (ispell-get-word, ispell-internal-change-dictionary)
785 (ispell-region, ispell-skip-region-list)
786 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
787 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
788 (ispell-message-text-end, ispell-message)
789 (ispell-buffer-local-parsing): Doc fix.
790
f02ff80d
J
7912012-03-13 Jambunathan K <kjambunathan@gmail.com>
792
793 * htmlfontify.el: Add support for code block fontification for ODT
794 export (Bug #9914).
795 (hfy-optimisations): Define new option
796 `body-text-only'
797 (hfy-fontify-buffer): Honor above setting.
798 (hfy-begin-span, hfy-end-span): New routines factored out form
799 `hfy-fontify-buffer'.
800 (hfy-begin-span-handler, hfy-end-span-handler): New variables
801 that permit insertion of custom tags.
802 (hfy-fontify-buffer): Use above handlers.
803 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
804 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 805 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 806 over multiple runs. This is made possible by having the caller let
f02ff80d
J
807 bind a special variable `hfy-user-sheet-assoc'.
808 (htmlfontify-string): New defun.
809 (hfy-compile-face-map): Make sure that the last char in the
810 buffer is correctly fontified.
811 (hfy-face-resolve-face): Whitespace only change.
812
9ac7a13f
EZ
8132012-03-17 Eli Zaretskii <eliz@gnu.org>
814
815 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
816 message more clear.
817
e2b5bdd7
LL
8182012-03-16 Leo Liu <sdl.web@gmail.com>
819
820 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
821
2e492df3
AM
8222012-03-16 Alan Mackenzie <acm@muc.de>
823
824 Further optimise the handling of large macros.
825
826 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
827 limit to a call of `c-literal-limits'.
828 (c-determine-+ve-limit): New function.
dc9924b8
SM
829 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
830 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
831 In CASE 5B, restrict a search limit to 500.
832 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
833
834 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
835 Restrict macro bounds to +-500 from after-change's BEG END.
836
50e94f0c
LL
8372012-03-16 Leo Liu <sdl.web@gmail.com>
838
839 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
840
6f09f6ed
AH
8412012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
842
843 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 844 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 845
c7e73d51
GM
8462012-03-16 Glenn Morris <rgm@gnu.org>
847
da986230
GM
848 * view.el (view-buffer, view-buffer-other-window)
849 (view-buffer-other-frame): Doc fixes re special mode-class.
850
0835f01e
GM
851 * subr.el (eval-after-load): If named feature is provided not from
852 a file, run after-load forms. (Bug#10946)
853
c7e73d51
GM
854 * calendar/calendar.el (calendar-insert-at-column):
855 Handle non-unit-width characters a bit better. (Bug#10978)
856
3f2eafd1
CY
8572012-03-15 Chong Yidong <cyd@gnu.org>
858
859 * emacs-lisp/ring.el (ring-extend): New function.
860 (ring-insert+extend): Extend the ring correctly (Bug#11019).
861
862 * comint.el (comint-read-input-ring)
863 (comint-add-to-input-history): Grow comint-input-ring lazily.
864
103af3fe
SM
8652012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
866
663b1677
SM
867 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
868 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
869
103af3fe
SM
870 * imenu.el: Fix multiple inheritance breakage (bug#9199).
871 (imenu-add-to-menubar): Don't add a redundant index.
872 (imenu-update-menubar): Handle a dynamically composed keymap.
873
899cb7cb
KY
8742012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
875
876 * mail/sendmail.el (mail-encode-header):
877 Bind rfc2047-encode-encoded-words to nil.
878
3809f91d
GM
8792012-03-13 Glenn Morris <rgm@gnu.org>
880
881 * calendar/calendar.el (calendar-string-spread):
882 Handle non-unit-width characters a bit better. (Bug#10978)
883
9e345a01
LL
8842012-03-13 Leo Liu <sdl.web@gmail.com>
885
886 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
887 directory and file as argument (Bug#10822).
888
4a07df36
KS
8892012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
890
891 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
892 For dynamically generated code, follow $PC.
893 (gdb-disassembly-handler-custom): Handle no function name case.
894
4aaa9356
TL
8952012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
896
897 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
898 * emulation/ws-mode.el (ws-query-replace):
899 * sort.el (sort-regexp-fields):
900 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
901
225979da
SM
9022012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * dabbrev.el: Fix cycle completion order (bug#10963).
905 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
906 (dabbrev-completion): Don't use an obarray; provide
907 a cycle-sort-function.
908
e2f1fdab
LL
9092012-03-12 Leo Liu <sdl.web@gmail.com>
910
dc9924b8 911 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
912 (kill-do-not-save-duplicates): Doc fix.
913
b19490ed
SM
9142012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * dabbrev.el: Fix cycle completion (bug#10963).
917 Use lexical binding and wrap to 80 columns.
918 (dabbrev-completion): Delay computing the list of completions.
919
4b05d722
KH
9202012-03-12 Kenichi Handa <handa@m17n.org>
921
922 * international/quail.el (quail-insert-kbd-layout): Surround each
923 row by LRO and PDF instead of inserting many LRMs. Pad the left
924 and right of each non-spacing marks. Insert invisible space
925 between lower and upper characters to prevent composition.
926
dbbc2e69
SM
9272012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * minibuffer.el (minibuffer-complete): Don't get confused when the
930 function is run twice via different commands (bug#10958).
931 (complete-with-action): Fix docstring.
932
292112ed
CY
9332012-03-12 Chong Yidong <cyd@gnu.org>
934
5d1ac394
CY
935 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
936 (nxml-completion-at-point-function): New function.
937 (nxml-mode): Use it.
938 (nxml-bind-meta-tab-to-complete-flag): Default to t.
939
292112ed
CY
940 * emacs-lisp/package.el (package-unpack, package-unpack-single):
941 Load generated autoloads file before byte compiling (Bug#10970).
942 (package--make-autoloads-and-compile): New helper fun.
943
4098f8f7
CS
9442012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
945
946 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
947
8f754691
MA
9482012-03-11 Michael Albinus <michael.albinus@gmx.de>
949
950 * autorevert.el (auto-revert-handler): Ensure, that
951 file-readable-p is applied only for local files or in
952 auto-revert-tail-mode.
953
e29ab36b
AS
9542012-03-11 Andreas Schwab <schwab@linux-m68k.org>
955
dbbc2e69
SM
956 * server.el (server-eval-at): Handle non-tcp connections.
957 Decode result string.
ad0bf5b6 958
e29ab36b
AS
959 * server.el (server-msg-size): New constant.
960 (server-reply-print): New function.
961 (server-eval-and-print): Use it.
962 (server-eval-at): Use server-quote-arg and server-unquote-arg.
963 Handle -print-nonl.
964
de5939ba
CS
9652012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
966
967 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
968 (Bug#10987).
969
0c93eabf
CY
9702012-03-11 Chong Yidong <cyd@gnu.org>
971
397a688f
CY
972 * simple.el (goto-line): Doc fix (Bug#9938).
973
2cc775f9
CY
974 * subr.el (save-window-excursion): Doc fix (Bug#9979).
975
0c93eabf
CY
976 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
977 when finished (Bug#10963).
978
c491fa41
MR
9792012-03-11 Martin Rudalics <rudalics@gmx.at>
980
981 * window.el (split-window-below): Fix bug in case where
982 split-window-keep-point is nil (Bug#10971).
983
300e8fa5
JL
9842012-03-11 Juri Linkov <juri@jurta.org>
985
986 * replace.el (replace-highlight): Set isearch-word to nil
987 unconditionally. (Bug#10887)
988
dbf6c5a1
EZ
9892012-03-10 Eli Zaretskii <eliz@gnu.org>
990
991 * net/mairix.el (mairix-replace-invalid-chars): Rename from
992 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 993 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
994 (mairix-widget-create-query): Add usage information about mairix
995 search forms: negating words, searching for substrings, etc.
996
b9e501de
JP
9972012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
998
999 * international/fontset.el (font-encoding-alist): Add an entry for
1000 ksx1001 (Bug#5667).
1001
92795c91
RS
10022012-03-10 Richard Stallman <rms@gnu.org>
1003
1694e6c1
RS
1004 * mail/sendmail.el (mail-encode-header):
1005 Set rfc2047-encode-encoded-words.
1006
607e8555
RS
1007 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1008
de3bc99a
RS
1009 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1010 view buffer means not swapped.
1011 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1012 (rmail-write-region-annotate): Error if real text has disappeared.
1013
92795c91
RS
1014 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1015
699bd04e
CY
10162012-03-10 Chong Yidong <cyd@gnu.org>
1017
1018 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1019 * emulation/cua-base.el (cua--init-keymaps):
1020 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1021
570a1714
MR
10222012-03-10 Martin Rudalics <rudalics@gmx.at>
1023
dbbc2e69
SM
1024 * speedbar.el (speedbar-unhighlight-one-tag-line):
1025 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1026
82dcf4e4
CY
10272012-03-10 Chong Yidong <cyd@gnu.org>
1028
7a2c7ca7
CY
1029 * minibuffer.el (completion-in-region, completion-help-at-point):
1030 Give the completion field overlay a high priority (Bug#6830).
1031
82dcf4e4
CY
1032 * dired.el (dired-goto-file): Recognize absolute file name
1033 listings (Bug#7126).
1034 (dired-goto-file-1): New helper function.
1035 (dired-toggle-read-only): Inhibit warnings.
1036
052e28ac
MA
10372012-03-09 Michael Albinus <michael.albinus@gmx.de>
1038
75f1671a 1039 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1040 there are no properties.
1041
95d5e396
LL
10422012-03-09 Leo Liu <sdl.web@gmail.com>
1043
1044 * savehist.el (savehist-printable): Stricter check for string
1045 value (Bug#10937).
1046
3f018d6d
EZ
10472012-03-09 Eli Zaretskii <eliz@gnu.org>
1048
dbbc2e69
SM
1049 * mail/smtpmail.el (smtpmail-send-it):
1050 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1051 valid mbox format.
1052
f7fd3d79
GM
10532012-03-09 Glenn Morris <rgm@gnu.org>
1054
1055 * files.el (dir-locals-find-file):
1056 Don't check result is regular, readable.
1057 (dir-locals-read-from-file): Demote errors.
1058
6ff6e72f
EZ
10592012-03-08 Eli Zaretskii <eliz@gnu.org>
1060
dbbc2e69
SM
1061 * international/quail.el (quail-insert-kbd-layout):
1062 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1063 layout cell, to prevent their reordering by bidi display engine.
1064 For details, see the discussion in
1065 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1066
9cec7834
AM
10672012-03-08 Alan Mackenzie <acm@muc.de>
1068
1069 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1070 the starting position; make it extend the marked region when
1071 invoked repeatedly - all under appropriate circumstances.
1072 Fixes bugs #5525, #10906.
1073
9a40b8d4
GM
10742012-03-08 Glenn Morris <rgm@gnu.org>
1075
1076 * files.el (locate-dominating-file, dir-locals-find-file):
1077 Undo 2012-03-06 change.
1078
7a08ed35
EZ
10792012-03-07 Eli Zaretskii <eliz@gnu.org>
1080
dbbc2e69
SM
1081 * international/quail.el (quail-help):
1082 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1083 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1084 for the reason.
1085
5aca4f71 10862012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1087
1088 Avoid superfluous registering of signals. (Bug#10807)
1089
1090 * notifications.el (notifications-on-action-object)
1091 (notifications-on-close-object): New defvars.
1092 (notifications-on-action-signal, notifications-on-closed-signal):
1093 Unregister the signal if not needed any longer.
1094 (notifications-notify): Register `notifications-action-signal' or
1095 `notifications-closed-signal', if :on-action or :on-close has been
1096 passed as argument.
1097
78e8b10a
CY
10982012-03-07 Chong Yidong <cyd@gnu.org>
1099
1100 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1101 non-X platforms.
1102
69481eb8
GM
11032012-03-06 Glenn Morris <rgm@gnu.org>
1104
1105 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1106 (x-disown-selection-internal, x-get-selection-internal):
1107 Doc fix (add arglist signatures). (Bug#10783)
1108
133b8e11
KS
11092012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1110
1111 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1112 Handle breakpoints with no "type".
1113
99a83064
GM
11142012-03-06 Glenn Morris <rgm@gnu.org>
1115
1116 * files.el (locate-dominating-file): Add optional predicate argument.
1117 (dir-locals-find-file): Make use of above change.
1118
17798e78
TTN
11192012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1120
1121 * info.el (Info-insert-dir): Also try "dir.gz".
1122
eb182446
GM
11232012-03-06 Glenn Morris <rgm@gnu.org>
1124
8f2114ee
GM
1125 * files.el (dir-locals-find-file):
1126 Ignore non-readable or non-regular files. (Bug#10928)
1127
eb182446
GM
1128 * files.el (locate-dominating-file): Doc fix.
1129
24679323
AS
11302012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1131
1132 * calendar/calendar.el (calendar-set-mode-line):
1133 `getenv' returns a string. (Bug#10951)
1134
01d972a9
LL
11352012-03-05 Leo Liu <sdl.web@gmail.com>
1136
109aa8a9
LL
1137 * simple.el (backward-delete-char-untabify): Constrain point to
1138 field (Bug#10939).
1139
01d972a9
LL
1140 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1141
10607bea
CY
11422012-03-05 Chong Yidong <cyd@gnu.org>
1143
1144 * simple.el (count-words): If called from Lisp, return the word
1145 count, for symmetry with `count-lines'. Arglist changed.
1146 (count-words--message): Args changed. Consolidate counting code
1147 from count-words and count-words-region.
1148 (count-words-region): Caller changed.
1149 (count-lines-region): Make it an obsolete alias.
1150
5dd11cfe
TH
11512012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1152
1153 * saveplace.el (save-place-to-alist)
1154 (save-place-ignore-files-regexp): Allow value nil to disable this
1155 feature.
1156
c349f4e6
CY
11572012-03-04 Chong Yidong <cyd@gnu.org>
1158
1159 * faces.el (face-spec-reset-face): For the default face, reset the
1160 attributes to default values (Bug#10748).
1161
e627be4c
LMI
11622012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1163
1164 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1165 previous patch: Check `message-send-mail-function', and not the
1166 default function (bug#10897).
1167
ebeabff4
MA
11682012-03-04 Michael Albinus <michael.albinus@gmx.de>
1169
a41a6cf4
MA
1170 * notifications.el (notifications-on-action-signal)
1171 (notifications-on-closed-signal): Check for unique service name of
1172 incoming event. Fix error in removing entry.
ebeabff4 1173 (top): Register for signals with wildcard service name.
a41a6cf4 1174 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1175
c1ca42b4
CY
11762012-03-04 Chong Yidong <cyd@gnu.org>
1177
dc9924b8 1178 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1179
ea16568d
GM
11802012-03-04 Glenn Morris <rgm@gnu.org>
1181
1182 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1183 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1184 (expand-abbrev, define-abbrev-table): Doc fixes.
1185
fbae4637
LMI
11862012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1187
1188 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1189 `message-default-send-mail-function' and not `send-mail-function'
1190 when doing the prompting for `sendmail-query-once' before sending
1191 in Message buffers (bug#10897).
1192
a1e7225c
LMI
1193 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1194 This is inconsistent with all the other stream functions, which leave
1195 the setting up to the higher levels (if so wanted) (bug#10931).
1196
56d093a9
AM
11972012-03-02 Alan Mackenzie <acm@muc.de>
1198
1199 Depessimize the handling of very large macros.
1200
1201 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1202 (c-macro-cache-syntactic): New variables to implement a one
1203 element macro cache.
1204 (c-invalidate-macro-cache): New function.
1205 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1206 Adapt to use the new cache.
1207 (c-state-safe-place): Use better the cache of safe positions.
1208 (c-state-semi-nonlit-pos-cache)
1209 (c-state-semi-nonlit-pos-cache-limit):
1210 New variables for...
1211 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1212 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1213 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1214 Use c-state-semi-safe-place.
56d093a9 1215
dbbc2e69
SM
1216 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1217 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1218
817e5c3d
MA
12192012-03-02 Michael Albinus <michael.albinus@gmx.de>
1220
dbbc2e69
SM
1221 * jka-compr.el (jka-compr-call-process):
1222 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1223 not remote.
1224
a032a702
MA
12252012-03-01 Michael Albinus <michael.albinus@gmx.de>
1226
1227 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1228 access of FILE2, if FILE1 does not exist.
1229
99a54f21
MA
1230 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1231 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1232
1233 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1234 Add "PAGER=" to `process-environment'.
1235
f6561e1f
MM
12362012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1237
1238 * progmodes/sql.el: Bug fix
1239 (sql-get-login-ext): Save login values in globals.
1240 (sql-get-login): Use new version of `sql-get-login-ext'.
1241 (sql-interactive-mode): Set global `sql-connection' to nil.
1242 (sql-connect): Set global values for connection.
1243 (sql-product-interactive): Save global values as buffer local.
1244
2d44d9cc
LL
12452012-02-29 Leo Liu <sdl.web@gmail.com>
1246
1247 * abbrev.el (define-abbrevs): Reset sys to nil.
1248
96b49301 12492012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1250
bf7f9bc5
JB
1251 * files.el (file-equal-p): Rename from `files-equal-p'.
1252 Return nil when one or both files don't exist.
96b49301 1253 (file-subdir-of-p): Now only top directory must exists,
1254 return nil if it doesn't.
bf7f9bc5
JB
1255 (copy-directory): No need to test with `file-subdir-of-p' after
1256 creating dir.
1257 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1258 to `file-equal-p'.
96b49301 1259
44e97401
GM
12602012-02-28 Glenn Morris <rgm@gnu.org>
1261
1262 * shell.el (shell-mode):
1263 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1264 * play/landmark.el (landmark-font-lock-face-O):
1265 * play/handwrite.el (handwrite):
1266 * play/gomoku.el (gomoku-O):
1267 * net/browse-url.el (browse-url-browser-display):
1268 * international/mule.el (define-charset):
1269 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1270 * filesets.el (filesets-find-file-delay):
1271 * eshell/em-xtra.el (eshell-xtra):
1272 * eshell/em-unix.el (eshell-grep):
1273 * emulation/viper.el (viper-mode):
1274 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1275 * emacs-lisp/easymenu.el (easy-menu-define):
1276 * calendar/timeclock.el (timeclock-use-display-time):
1277 * bs.el (bs-mode):
1278 * bookmark.el (bookmark-save-flag):
1279 Doc fix (standardize possessive apostrophe usage).
1280
c98c6276
CY
12812012-02-27 Chong Yidong <cyd@gnu.org>
1282
bf7f9bc5
JB
1283 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1284 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1285
c98c6276
CY
1286 * font-lock.el (font-lock-specified-p): Rename from
1287 font-lock-spec-present. Callers changed.
1288
9c62cd04 12892012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1290
bf7f9bc5
JB
1291 * emacs-lisp/package.el (package-compute-transaction):
1292 Handle holding a package version to t in package-load-list.
8ac9e529 1293
530739c9
MA
12942012-02-26 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1297 (tramp-get-inode, tramp-get-device): Use cached values.
1298
487915d7
AM
12992012-02-26 Alan Mackenzie <acm@muc.de>
1300
1301 Check there is a font-lock specification before doing initial
1302 fontification.
1303
1304 * font-core.el (font-lock-mode): Move the conditional from
1305 :after-hook to font-lock-initial-fontify.
1306 (font-lock-default-function): Move the check for a specification
1307 to font-lock-spec-present.
1308
dc9924b8 1309 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1310 (font-lock-spec-present): New function.
1311
4fd96557
JB
13122012-02-26 Jim Blandy <jimb@red-bean.com>
1313
1314 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1315 (gdb-send): Apply it to the operand of the '-interpreter-exec
1316 console' command, so that we can pass arguments with (say) quotes
1317 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1318
9a4888c0
CY
13192012-02-26 Chong Yidong <cyd@gnu.org>
1320
07498861
CY
1321 * help-fns.el (describe-function-1): Clarify description of
1322 remapping (Bug#10844).
1323
9a4888c0
CY
1324 * files.el (files-equal-p): Doc fix.
1325 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1326 and quit the loop once a mismatch is found.
1327
ea8fb88d
JB
13282012-02-25 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * bs.el (bs--show-with-configuration): Don't throw an error
1331 if the window cannot be split; otherwise, subsequent calls to
1332 bs-show fail, restoring a stale window config. (Bug#10882)
1333
525795c1
JD
13342012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1335
1336 * term/ns-win.el (global-map): Bind ns-drag-file to
1337 ns-find-file (Bug#5855, Bug#10050).
1338
f008086f
AS
13392012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1340
1341 * calendar/parse-time.el (parse-time-string): Allow extractor to
1342 return nil.
1343
a3fcfa99
MA
13442012-02-25 Michael Albinus <michael.albinus@gmx.de>
1345
91027d08
JB
1346 * net/tramp.el (tramp-file-name-for-operation):
1347 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1348
1349 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1350 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1351 Add COPY-CONTENTS argument.
a3fcfa99 1352
67b0de11
CY
13532012-02-25 Chong Yidong <cyd@gnu.org>
1354
1355 Add custom groups for VC backends, for consistency with vc-bzr.
1356
1357 * vc/vc-arch.el (vc-arch):
1358 * vc/vc-cvs.el (vc-cvs):
1359 * vc/vc-git.el (vc-git):
1360 * vc/vc-hg.el (vc-hg):
1361 * vc/vc-mtn.el (vc-mtn):
1362 * vc/vc-rcs.el (vc-rcs):
1363 * vc/vc-sccs.el (vc-sccs):
1364 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1365 All relevant defcustoms reassigned.
1366
3c9dfce6
CY
13672012-02-25 Chong Yidong <cyd@gnu.org>
1368
1339bf43
CY
1369 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1370
3c9dfce6
CY
1371 * term/x-win.el (x-initialize-window-system): Reduce default for
1372 x-selection-timeout to 5 seconds (Bug#8869).
1373
25b2e303 13742012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1375
ec70a47d
GM
1376 * files.el (files-equal-p, file-subdir-of-p): New functions.
1377 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1378 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1379 * dired-aux.el (dired-copy-file-recursive): Same.
1380 (dired-create-files): Modify destination when source is equal to
1381 dest when copying files.
53a46cd0 1382 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1383
914260cd
MA
13842012-02-24 Michael Albinus <michael.albinus@gmx.de>
1385
1386 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1387 (Bug#10874)
1388
2cb228f7
AM
13892012-02-23 Alan Mackenzie <acm@muc.de>
1390
1391 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1392 parameter "after-hook:" to allow the expansion to run code after
1393 the execution of the mode hooks.
1394
1395 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1396 from font-lock-mode-internal.
2cb228f7 1397
91027d08 1398 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1399 :after-hook.
1400
8f0fde21
SM
14012012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1402
3e88618b
SM
1403 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1404 (completion--cache-all-sorted-completions): New function.
1405 (completion-all-sorted-completions): Use it.
1406 (completion--do-completion, minibuffer-force-complete):
1407 Use it to re-instate the flush hook.
1408
8f0fde21
SM
1409 * icomplete.el (icomplete-completions): Replace last fix with a better
1410 one (bug#10850).
1411
8e911f6f
DG
14122012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1413
1414 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1415 when it might call us back infinitely (bug#10797).
1416
49fe4321
GM
14172012-02-23 Glenn Morris <rgm@gnu.org>
1418
1419 * minibuffer.el (completion-category-overrides): Doc fix.
1420
b291b572
SM
14212012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1424 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1425
31a9ef2e
GM
14262012-02-23 Glenn Morris <rgm@gnu.org>
1427
5e6e6794 1428 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1429 (authors-obsolete-files-regexps, authors-ignored-files)
1430 (authors-ambiguous-files, authors-renamed-files-alist):
1431 Add more entries.
1432
0bd1e074
JL
14332012-02-23 Juri Linkov <juri@jurta.org>
1434
1435 * isearch.el (isearch-occur): Sync interactive spec with occur's
1436 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1437
b617673c
JL
1438 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1439
19e9789e
JL
14402012-02-22 Juri Linkov <juri@jurta.org>
1441
1442 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1443 (ucs-insert): Doc fix. Check for hex digits in the string.
1444 Don't display `nil' in the error message. (Bug#10857)
1445
f41ce09d
AM
14462012-02-22 Alan Mackenzie <acm@muc.de>
1447
7a71b18d 1448 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1449
ac2eceee
GM
14502012-02-22 Glenn Morris <rgm@gnu.org>
1451
1452 * ffap.el (ffap-c-path):
1453 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1454
abd1f678
CY
14552012-02-22 Chong Yidong <cyd@gnu.org>
1456
1457 * custom.el (load-theme): Doc fix.
1458
f25aef2e
GM
14592012-02-22 Glenn Morris <rgm@gnu.org>
1460
1461 * dired-x.el (dired-guess-shell-alist-default):
1462 Remove escape sequences from nroff output. (Bug#172)
1463
5f8dc2ca
GM
14642012-02-21 Glenn Morris <rgm@gnu.org>
1465
6ff86ec4
GM
1466 * vc/emerge.el (emerge-defvar-local):
1467 Set `permanent-local' property rather than unused `preserved'.
1468
be3223a3 1469 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1470 (picture-mode-map): Use it. (Bug#10860)
1471 (picture-mode): Doc fix.
1472
3fe58f4f
JB
14732012-02-21 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * newcomment.el (uncomment-region-default): Remove unused binding.
1476
f9a998c3
GM
14772012-02-21 Glenn Morris <rgm@gnu.org>
1478
1479 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1480 (picture-self-insert, picture-tab-chars): Doc fix.
1481 (picture-mode-map): Fix C-a, C-e.
1482
c6029348
GM
14832012-02-20 Glenn Morris <rgm@gnu.org>
1484
1485 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1486
ab1ce9d7
LL
14872012-02-20 Leo Liu <sdl.web@gmail.com>
1488
1489 * icomplete.el (icomplete-completions): Check FROM arg before
1490 passing to substring (Bug#10850).
1491
0fd40f89
CY
14922012-02-19 Chong Yidong <cyd@gnu.org>
1493
1494 * comint.el: Require ansi-color.
1495 (comint-output-filter-functions): Add ansi-color-process-output.
1496
1497 * ansi-color.el: Don't set comint-output-filter-functions; it is
1498 now in the initial value defined in comint.el.
1499 (ansi-color-apply-face-function): New variable.
1500 (ansi-color-apply-on-region): Use it.
1501 (ansi-color-apply-overlay-face): New function.
1502
1503 * shell.el (shell): No need to require ansi-color.
1504 (shell-mode): Use ansi-color-apply-face-function to highlight
1505 color escapes using font-lock-face property (Bug#10835).
1506
20af2394
CY
15072012-02-19 Chong Yidong <cyd@gnu.org>
1508
1509 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1510 mode-line formats (Bug#10839).
1511
e23a3fbe
GM
15122012-02-18 Glenn Morris <rgm@gnu.org>
1513
b474519e
GM
1514 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1515
1516 * mail/undigest.el (unforward-rmail-message): Doc fix.
1517
e23a3fbe
GM
1518 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1519
57939ff4
EZ
15202012-02-18 Eli Zaretskii <eliz@gnu.org>
1521
1522 * international/characters.el (script-list): Sync with the latest
1523 Unicode Character Database.
1524
0c23686e
AS
15252012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1526
1527 * international/titdic-cnv.el: Remove duplicate coding tag.
1528 * language/cham.el: Likewise.
1529 * language/tai-viet.el: Likewise.
1530
6818b449
GM
15312012-02-18 Glenn Morris <rgm@gnu.org>
1532
1533 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1534 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1535 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1536 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1537 * calendar/holidays.el (holiday-bahai-holidays)
1538 (calendar-holidays, list-holidays):
1539 Use utf-8 Bahá'í in doc-strings, menus, etc.
1540
0311a3fc
TH
15412012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1542
1543 * saveplace.el (save-place-ignore-files-regexp): New variable
1544 allowing for excluding files from saving their location of point.
1545 The default value matches the temporary commit message editing
1546 files from Git, SVN, Bazaar, and Mercurial.
1547 (save-place-to-alist): Use it.
1548
eb864a71
LM
15492012-02-17 Lawrence Mitchell <wence@gmx.li>
1550 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * newcomment.el (uncomment-region-default): Don't leave extra space
1553 when an arg is provided (bug#8150).
1554
ee0ce425
TZ
15552012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1556
eb864a71 1557 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1558
95ddf442
GM
15592012-02-17 Glenn Morris <rgm@gnu.org>
1560
1561 * net/socks.el: Require network-stream. (Bug#10599)
1562
48dd1e39 15632012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1564
1565 * international/charprop.el:
1566 * international/uni-name.el:
1567 * international/uni-old-name.el:
1568 * international/uni-comment.el: Regenerate.
1569
d68cd087
GM
15702012-02-16 Glenn Morris <rgm@gnu.org>
1571
1572 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1573 Interactively in calendar buffer, give an error if not on a date.
1574
13932042
GM
15752012-02-15 Glenn Morris <rgm@gnu.org>
1576
1577 * shell.el (shell-delimiter-argument-list):
1578 Revert 2011-02-17 change. (Bug#8027)
1579
c3a70e2b
CY
15802012-02-15 Chong Yidong <cyd@gnu.org>
1581
60236b0d
CY
1582 * minibuffer.el (completion-at-point-functions): Doc fix.
1583
c3a70e2b
CY
1584 * custom.el (defcustom): Doc fix; note use of defvar.
1585
9f26dc24
GM
15862012-02-15 Glenn Morris <rgm@gnu.org>
1587
1588 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1589 Doc fixes.
1590
6546b134
GM
15912012-02-14 Glenn Morris <rgm@gnu.org>
1592
1593 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1594
d29b2b4c
LI
15952012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1596
1597 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1598 way the ports list is computed.
835bdcba
LI
1599 (smtpmail-query-smtp-server): Prompt the user for a port number if
1600 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1601
08dcdbc9
TZ
16022012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1603
1604 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1605
2605051a
GM
16062012-02-13 Glenn Morris <rgm@gnu.org>
1607
1608 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1609
7ee99f32
TZ
16102012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1611
1612 * net/gnutls.el (gnutls-trustfiles): New variable.
1613 (gnutls-negotiate): Use it.
1614
5f0af64f
LI
16152012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1616
1617 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1618 does its stuff if Gnus is running.
1619
c14fcc95
AM
16202012-02-13 Alan Mackenzie <acm@muc.de>
1621
1622 Fix a loop in c-set-fl-decl-start.
1623
7a71b18d 1624 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1625 c-backward-syntactic-ws actually moves backwards.
1626
142b4d90
LL
16272012-02-13 Leo Liu <sdl.web@gmail.com>
1628
1629 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1630 beginning so that all \C-o chars are removed.
1631
fa9958a6
TZ
16322012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1633
dc9924b8 1634 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1635
0bc5886a
AM
16362012-02-12 Alan Mackenzie <acm@muc.de>
1637
1638 Fix infinite loop with long macros.
1639 * cc-engine.el (c-state-safe-place): Handle macros properly.
1640
d4bd55e7
CY
16412012-02-12 Chong Yidong <cyd@gnu.org>
1642
1643 * window.el (display-buffer): Doc fix (Bug#10785).
1644
66f3fe22
GM
16452012-02-12 Glenn Morris <rgm@gnu.org>
1646
bd7da63e
GM
1647 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1648 (x-disown-selection-internal, x-get-selection-internal):
1649 Sync docs with the xselect.c versions.
1650
66f3fe22
GM
1651 * allout-widgets.el: Add missing license notice.
1652
3e0d2fa7
GM
16532012-02-11 Glenn Morris <rgm@gnu.org>
1654
cfecdf09
GM
1655 * select.el (x-get-selection-internal, x-own-selection-internal)
1656 (x-disown-selection-internal):
1657 * x-dnd.el (x-get-selection-internal): Update declarations.
1658
6d216d7f
GM
1659 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1660
2bed3f04
GM
1661 * window.el (window-sides-slots):
1662 * tool-bar.el (tool-bar-position):
1663 * term/xterm.el (xterm-extra-capabilities):
1664 * ses.el (ses-self-reference-early-detection):
1665 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1666 (verilog-auto-wire-type)
1667 (verilog-auto-delete-trailing-whitespace)
1668 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1669 (verilog-auto-tieoff-declaration):
1670 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1671 (sql-oracle-statement-starters, sql-oracle-scan-on):
1672 * progmodes/prolog.el (prolog-align-comments-flag)
1673 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1674 (prolog-left-indent-regexp, prolog-paren-indent-p)
1675 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1676 (prolog-types, prolog-mode-specificators)
1677 (prolog-determinism-specificators, prolog-directives)
1678 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1679 (prolog-electric-dot-flag)
1680 (prolog-electric-dot-full-predicate-template)
1681 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1682 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1683 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1684 (prolog-program-switches, prolog-prompt-regexp)
1685 (prolog-debug-on-string, prolog-debug-off-string)
1686 (prolog-trace-on-string, prolog-trace-off-string)
1687 (prolog-zip-on-string, prolog-zip-off-string)
1688 (prolog-use-standard-consult-compile-method-flag)
1689 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1690 (prolog-imenu-max-lines, prolog-info-predicate-index)
1691 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1692 (prolog-char-quote-workaround):
1693 * progmodes/cc-vars.el (c-defun-tactic):
1694 * net/tramp.el (tramp-encoding-command-interactive)
1695 (tramp-local-end-of-line):
1696 * net/soap-client.el (soap-client):
1697 * net/netrc.el (netrc-file):
1698 * net/gnutls.el (gnutls):
1699 * minibuffer.el (completion-category-overrides)
1700 (completion-cycle-threshold)
1701 (completion-pcm-complete-word-inserts-delimiters):
1702 * man.el (Man-name-local-regexp):
1703 * mail/feedmail.el (feedmail-display-full-frame):
1704 * international/characters.el (glyphless-char-display-control):
1705 * eshell/em-ls.el (eshell-ls-date-format):
1706 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1707 (lisp-lambda-list-keyword-parameter-indentation)
1708 (lisp-lambda-list-keyword-parameter-alignment):
1709 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1710 * dired-x.el (dired-omit-verbose):
1711 * cus-theme.el (custom-theme-allow-multiple-selections):
1712 * calc/calc.el (calc-highlight-selections-with-faces)
1713 (calc-lu-field-reference, calc-lu-power-reference)
1714 (calc-note-threshold):
1715 * battery.el (battery-mode-line-limit):
1716 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1717 (archive-7z-update):
1718 * allout.el (allout-prefixed-keybindings)
1719 (allout-unprefixed-keybindings)
1720 (allout-inhibit-auto-fill-on-headline)
1721 (allout-flattened-numbering-abbreviation):
1722 * allout-widgets.el (allout-widgets-auto-activation)
1723 (allout-widgets-icons-dark-subdir)
1724 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1725 (allout-widgets-theme-dark-background)
1726 (allout-widgets-theme-light-background)
1727 (allout-widgets-item-image-properties-emacs)
1728 (allout-widgets-item-image-properties-xemacs)
1729 (allout-widgets-run-unit-tests-on-load)
1730 (allout-widgets-time-decoration-activity)
1731 (allout-widgets-hook-error-post-time)
1732 (allout-widgets-track-decoration):
1733 Add missing :version tags to new defcustoms and defgroups.
1734
5fec1b8e
GM
1735 * progmodes/sql.el (sql-ansi-statement-starters)
1736 (sql-oracle-statement-starters): Add custom type.
1737
3e0d2fa7
GM
1738 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1739 (prolog-system-version): Give it a type.
1740
90b671e2
EZ
17412012-02-11 Eli Zaretskii <eliz@gnu.org>
1742
1743 * term/pc-win.el (x-select-text, x-selection-owner-p)
1744 (x-own-selection-internal, x-disown-selection-internal)
1745 (x-get-selection-internal): Sync doc strings and argument lists
1746 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1747
5eac0c02
LL
17482012-02-11 Leo Liu <sdl.web@gmail.com>
1749
1750 * progmodes/python.el (python-end-of-statement): Fix infinite
1751 loop. (Bug#10788)
1752
f82cb659
GM
17532012-02-10 Glenn Morris <rgm@gnu.org>
1754
1755 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1756 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1757
cc26d239
LI
17582012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1759
1760 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1761 about SMTP before checking the From header.
1762
91027d08 1763 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1764 into own function for reuse by emacsbug.el.
1765
1be3ca5a
LL
17662012-02-10 Leo Liu <sdl.web@gmail.com>
1767
1768 * subr.el (condition-case-unless-debug): Rename from
1769 condition-case-no-debug. All callers changed.
1770 (with-demoted-errors): Fix caller.
1771
1772 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1773 * nxml/rng-valid.el (rng-do-some-validation):
1774 * emacs-lisp/package.el (package-refresh-contents)
1775 (package-menu-execute):
1776 * desktop.el (desktop-create-buffer):
91027d08 1777 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1778
b011fbfe
GM
17792012-02-10 Glenn Morris <rgm@gnu.org>
1780
b2096d72
GM
1781 * textmodes/bibtex.el:
1782 Add missing :version tags for new/changed defcustoms.
1783
b011fbfe
GM
1784 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1785
4c7e65bf
LI
17862012-02-09 Lars Ingebrigtsen <larsi@rusty>
1787
1788 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1789 (smtpmail-via-smtp): Use it, or fall back on the From address.
1790 (smtpmail-send-it): Ditto.
1791
f3934f6f
SM
17922012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1795 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1796 (byte-compile-tmp-var): New const.
1797 (byte-compile-defvar): Use it to minimize .elc size.
1798 Just use `defvar' rather than simulate it (bug#10761).
1799
a075a2c5
GM
18002012-02-09 Glenn Morris <rgm@gnu.org>
1801
cf3aa21b
GM
1802 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1803
354998cd
GM
1804 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1805 Add :version tags.
1806
dc9924b8
SM
1807 * progmodes/compile.el (compilation-error-screen-columns)
1808 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1809
dab3703d
GM
1810 * vc/log-view.el (log-view-toggle-entry-display):
1811 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1812
3f88cd72
GM
1813 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1814 (report-emacs-bug-can-use-xdg-email):
1815 (report-emacs-bug-insert-to-mailer): Doc fixes.
1816 (report-emacs-bug): Message fix.
1817
d95b247d
GM
1818 * net/browse-url.el (browse-url-can-use-xdg-open)
1819 (browse-url-xdg-open): Doc fixes.
1820
a075a2c5
GM
1821 * electric.el (electric-indent-mode, electric-pair-mode)
1822 (electric-layout-rules, electric-layout-mode): Doc fixes.
1823 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1824
ffb6157e
MR
18252012-02-08 Martin Rudalics <rudalics@gmx.at>
1826
1827 * server.el (server-unselect-display): Don't inadvertently kill
1828 the current buffer. (Bug#10729)
1829
e1ac4066
GM
18302012-02-08 Glenn Morris <rgm@gnu.org>
1831
34e8a2da
GM
1832 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1833 (sql-list-table): Doc fixes.
1834
b4ac6e8c
GM
1835 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1836 Comment out (does nothing).
1837
e1ac4066
GM
1838 * completion.el (dynamic-completion-mode):
1839 * dirtrack.el (dirtrack-debug-mode):
1840 * electric.el (electric-layout-mode):
1841 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1842 * face-remap.el (text-scale-mode, buffer-face-mode):
1843 * iimage.el (iimage-mode):
1844 * image-mode.el (image-transform-mode):
1845 * minibuffer.el (completion-in-region-mode):
1846 * scroll-lock.el (scroll-lock-mode):
1847 * simple.el (next-error-follow-minor-mode):
1848 * tar-mode.el (tar-subfile-mode):
1849 * tooltip.el (tooltip-mode):
1850 * vcursor.el (vcursor-use-vcursor-map):
1851 * wid-browse.el (widget-minor-mode):
1852 * emulation/tpu-edt.el (tpu-edt-mode):
1853 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1854 * international/iso-ascii.el (iso-ascii-mode):
1855 * language/thai-util.el (thai-word-mode):
1856 * mail/supercite.el (sc-minor-mode):
1857 * net/goto-addr.el (goto-address-mode):
1858 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1859 * progmodes/cwarn.el (cwarn-mode):
1860 * progmodes/flymake.el (flymake-mode):
1861 * progmodes/glasses.el (glasses-mode):
1862 * progmodes/hideshow.el (hs-minor-mode):
1863 * progmodes/pascal.el (pascal-outline-mode):
1864 * textmodes/enriched.el (enriched-mode):
1865 * vc/smerge-mode.el (smerge-mode):
1866 Doc fixes (minor mode argument).
1867
5e0d957f
EZ
18682012-02-07 Eli Zaretskii <eliz@gnu.org>
1869
1870 * ls-lisp.el (ls-lisp-sanitize): New function.
1871 (ls-lisp-insert-directory): Use it to fix or remove any elements
1872 in file-alist with missing attributes. (Bug#4673)
1873
98d7371e
AM
18742012-02-07 Alan Mackenzie <acm@muc.de>
1875
1876 Fix spurious recognition of c-in-knr-argdecl.
1877
1878 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1879 putative K&R region.
1880
667ced3a
AM
18812012-02-07 Alan Mackenzie <acm@muc.de>
1882
eb864a71
LM
1883 * progmodes/cc-engine.el (c-forward-objc-directive):
1884 Prevent looping in "#pragma mark @implementation".
667ced3a 1885
5b77774d
MA
18862012-02-07 Michael Albinus <michael.albinus@gmx.de>
1887
1888 * notifications.el (notifications-on-closed-signal): Make `reason'
1889 optional. (Bug#10744)
1890
af008560
GM
18912012-02-07 Glenn Morris <rgm@gnu.org>
1892
60d47423
GM
1893 * emacs-lisp/easy-mmode.el (define-minor-mode):
1894 Doc fixes for the macro and the mode it defines.
1895
dd605cc4
GM
1896 * image.el (imagemagick-types-inhibit): Doc fix.
1897
af008560
GM
1898 * cus-start.el (imagemagick-render-type): Add it.
1899
5cc59a37
LI
19002012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1901
1902 * progmodes/cc-mode.el
1903 (c-standard-font-lock-fontify-region-function): Set the default at
1904 load time, too, so that `font-lock-fontify-buffer' can be called
1905 without setting up the entire mode first. This fixes a bug in
1906 `mm-inline-text' with C MIME parts.
1907
9a6dd747
CY
19082012-02-06 Chong Yidong <cyd@gnu.org>
1909
2d16b285
CY
1910 * simple.el (list-processes--refresh): Delete exited processes
1911 (Bug#8094).
1912
171e9b6e
CY
1913 * comint.el (comint-next-prompt): next-single-char-property-change
1914 and prev-single-char-property-change never return nil (Bug#8657).
1915
9a6dd747
CY
1916 * custom.el (defcustom): Doc fix (Bug#9711).
1917
aa4589a7
CY
19182012-02-05 Chong Yidong <cyd@gnu.org>
1919
5c2a252f
CY
1920 * cus-edit.el (custom-variable-reset-backup): Quote the value
1921 before storing it in the customized-value property (Bug#6712).
4aab9006 1922 (custom-display): Add a customization type tag.
983b9602 1923 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1924
aa4589a7
CY
1925 * wid-edit.el (widget-field-value-get): New optional arg to
1926 suppress trailing whitespace truncation.
1927 (character): Use it (Bug#2689).
1928
1ff980ae
AS
19292012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1930
1931 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1932 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1933
03988c98
CY
19342012-02-05 Chong Yidong <cyd@gnu.org>
1935
eeb6cc88
CY
1936 * cus-edit.el (custom-variable-value-create): For mismatched
1937 types, show the current value (Bug#7600).
1938
03988c98
CY
1939 * custom.el (defcustom): Doc fix.
1940
f8cdeef0
GM
19412012-02-05 Glenn Morris <rgm@gnu.org>
1942
1943 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1944
0696d255
JB
19452012-02-05 Juanma Barranquero <lekktu@gmail.com>
1946
1947 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1948 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1949 (pp-last-sexp): Use `looking-at-p'.
1950
34c99998
GM
19512012-02-04 Glenn Morris <rgm@gnu.org>
1952
8f05da42
GM
1953 * files.el (revert-buffer):
1954 Doc fix (mention revert-buffer-in-progress-p).
1955
f160676e
GM
1956 * emacs-lisp/ert-x.el (ert-simulate-command):
1957 Check deferred-action-list (which is obsolete) is bound.
1958
c7291ad9
GM
1959 * subr.el (with-wrapper-hook): Doc fixes.
1960
34c99998
GM
1961 * simple.el (filter-buffer-substring-functions)
1962 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1963
6283a7d3
LL
19642012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1965
1966 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1967 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1968
e96e3013
LL
19692012-02-04 Leo Liu <sdl.web@gmail.com>
1970
1971 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1972
8ded50f2
GM
19732012-02-04 Glenn Morris <rgm@gnu.org>
1974
82ff1d13
GM
1975 * image.el (image-extension-data): Add obsolete alias.
1976
987a0a16
GM
1977 * isearch.el (isearch-update): Doc fix.
1978
ea32ef46
GM
1979 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1980
8ded50f2
GM
1981 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1982
eea14f31
GM
19832012-02-03 Glenn Morris <rgm@gnu.org>
1984
1985 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1986 (image-animate-timeout): Doc fix.
1987
1988 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1989
12f381b7
GM
19902012-02-02 Glenn Morris <rgm@gnu.org>
1991
953cebf5
GM
1992 * server.el (server-auth-dir): Doc fix.
1993 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1994
12f381b7
GM
1995 * subr.el (run-mode-hooks): Doc fix.
1996
953a8c3b
JL
19972012-02-02 Juri Linkov <juri@jurta.org>
1998
1999 * image-mode.el (image-toggle-display-image): Remove tautological
2000 `major-mode' from the `derived-mode-p' test.
2001
c5d3843c
KH
20022012-02-02 Kenichi Handa <handa@m17n.org>
2003
9f6e692e 2004 * composite.el (compose-region): Cancel previous change.
c5d3843c 2005
159462d4 20062012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2007
2008 * composite.el (compose-region, compose-string): Signal error for
2009 a null string component (Bug#6988).
2010
9f562668
CY
20112012-02-01 Chong Yidong <cyd@gnu.org>
2012
e2cef717
CY
2013 * view.el (view-buffer-other-window, view-buffer-other-frame):
2014 Handle special modes like view-buffer (Bug#10650).
2015 (view-buffer): Simplify.
2016
9f562668
CY
2017 * frame.el (set-frame-font): Tweak meaning of third argument.
2018
9f6e692e
JB
2019 * dynamic-setting.el (font-setting-change-default-font):
2020 Use set-frame-font (Bug#9982).
9f562668 2021
781acb9f
GM
20222012-02-01 Glenn Morris <rgm@gnu.org>
2023
6035be52
GM
2024 * progmodes/compile.el (compilation-internal-error-properties):
2025 Respect compilation-first-column in the "*compilation*" buffer.
2026
781acb9f
GM
2027 * emacs-lisp/easy-mmode.el (define-minor-mode):
2028 Relax :variable's test for a named function.
2029
abbceb00
AM
20302012-01-31 Alan Mackenzie <acm@muc.de>
2031
2032 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2033 off by one error.
2034
fce3fdeb
CY
20352012-01-31 Chong Yidong <cyd@gnu.org>
2036
2037 * frame.el (set-frame-font): New arg ALL-FRAMES.
2038
2039 * menu-bar.el (menu-set-font): Use set-frame-font.
2040
2041 * faces.el (face-spec-reset-face): Don't apply unspecified
2042 attribute values to the default face.
2043
47893581
JB
20442012-01-31 Juanma Barranquero <lekktu@gmail.com>
2045
2046 * progmodes/cwarn.el (cwarn): Remove dead link.
2047 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2048 Remove * from defcustom docstrings.
2049 (turn-on-cwarn-mode): Make obsolete.
2050 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2051 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2052
e58e988a
GM
20532012-01-31 Glenn Morris <rgm@gnu.org>
2054
60dc2671 2055 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2056 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2057 Allow named functions to be used as the cdr of :variable.
e58e988a 2058
7a3f511d
GM
20592012-01-30 Glenn Morris <rgm@gnu.org>
2060
2061 * emacs-lisp/authors.el (authors-fixed-entries):
2062 Remove reference to deleted file rnewspost.el.
2063
cb882333
JB
20642012-01-29 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * window.el (window-with-parameter): Remove unused variable `windows'.
2067 (window--side-check): Remove unused variable `code'.
2068 (window--resize-siblings): Remove unused variable `first'.
2069 (adjust-window-trailing-edge): Remove unused variable `failed'.
2070 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2071 Use `let', not `let*'.
2072 (balance-windows-2): Remove unused variable `found'.
2073 (window--state-put-2): Remove unused variable `splits'.
2074 (window-state-put): Remove unused variable `selected'.
2075 (same-window-p): Use `string-match-p'.
2076 (display-buffer-assq-regexp): Remove unused variable `value'.
2077 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2078 Mark argument ALIST as ignored.
2079 (pop-to-buffer): Remove unused variable `old-window'.
2080
907201af
EZ
20812012-01-29 Eli Zaretskii <eliz@gnu.org>
2082
2083 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2084 and .lzma compressed files.
2085
ea162670
CY
20862012-01-29 Chong Yidong <cyd@gnu.org>
2087
5b95ee8a
CY
2088 * frame.el (window-system-default-frame-alist): Doc fix.
2089
ea162670
CY
2090 * dynamic-setting.el (font-setting-change-default-font): Don't
2091 change the default face if SET-FONT argument is non-nil (Bug#9982).
2092
d6e6f4b1
SB
20932012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2094
2095 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2096
0f29fa41 20972012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2098
2099 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2100 breakpoints in files outside current directory (Bug#6098).
2101
db174434
CY
21022012-01-29 Chong Yidong <cyd@gnu.org>
2103
6b25e4e2
SE
2104 * progmodes/python.el: Require ansi-color at top-level.
2105
6df6ae42
JB
2106 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2107 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2108 (lisp-mode-abbrev-table): Add doc.
2109 (lisp-mode-variables): Don't set local-abbrev-table.
2110 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2111
e70ee681
RW
21122012-01-28 Roland Winkler <winkler@gnu.org>
2113
2114 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2115
ace88aa2
RW
21162012-01-28 Roland Winkler <winkler@gnu.org>
2117
2118 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2119 (bibtex-set-dialect): Use it. Either set global values of
2120 dialect-dependent variables or bind these variables buffer-locally
2121 (Bug#10254).
2122 (bibtex-mode): Call bibtex-set-dialect via
2123 hack-local-variables-hook.
eb864a71
LM
2124 (bibtex-dialect): Update docstring.
2125 Add safe-local-variable predicate.
ace88aa2
RW
2126 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2127 bibtex-set-dialect.
2128 (bibtex-mode-map): Define menu for each dialect.
2129 (bibtex-entry): Fix docstring.
2130
93376c5b
CY
21312012-01-28 Chong Yidong <cyd@gnu.org>
2132
2133 * eshell/esh-arg.el (eshell-quote-argument): New function.
2134
2135 * eshell/esh-ext.el (eshell-invoke-batch-file):
2136 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2137 first arg to eshell-parse-command (Bug#10523).
2138
4372494f
DA
21392012-01-28 Drew Adams <drew.adams@oracle.com>
2140
2141 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2142 `default-directory' is non-nil.
2143
4d4ec1f8
EZ
21442012-01-28 Eli Zaretskii <eliz@gnu.org>
2145
2146 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2147 line that displays system-configuration-options. (Bug#9924)
2148
7c188927
DA
21492012-01-28 Drew Adams <drew.adams@oracle.com>
2150
2151 * descr-text.el (describe-char): Show information about POS, in
2152 addition to information about the character at POS. Improve and
2153 update the doc string. Change "code point" to "code point in
2154 charset", to avoid confusion with the character's Unicode code
2155 point shown above that. (Bug#10129)
2156
e0da685a
EZ
21572012-01-28 Eli Zaretskii <eliz@gnu.org>
2158
2159 * descr-text.el (describe-char): Show the raw character, not only
2160 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2161 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2162 for the reasons.
2163
70550acf
PH
21642012-01-28 Phil Hagelberg <phil@hagelb.org>
2165
eb864a71
LM
2166 * emacs-lisp/package.el (package-install):
2167 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2168
0ce8e868
CY
21692012-01-28 Chong Yidong <cyd@gnu.org>
2170
cb882333
JB
2171 * emacs-lisp/package.el (package-maybe-load-descriptor):
2172 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2173 (package-maybe-load-descriptor): Use it.
2174 (package-download-transaction): Fully load required packages
2175 inside the loop, so that `require' calls work (Bug#10593).
2176 (package-install): No need to call package-initialize now.
2177
2e7f3bea
CY
21782012-01-28 Chong Yidong <cyd@gnu.org>
2179
6e9bad14
CY
2180 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2181
f823b8ca
CY
2182 * tooltip.el (tooltip-mode): Doc fix.
2183 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2184
2680c309
CY
2185 * frame.el (set-cursor-color): Doc fix (Bug#352).
2186
d7a9e63b
CY
2187 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2188 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2189
2e7f3bea
CY
2190 * cus-edit.el (custom-buffer-create-internal): Fix search button
2191 action (Bug#10542).
2ae01800 2192 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2193
fc4f7a23
EW
21942012-01-27 Eduard Wiebe <usenet@pusto.de>
2195
2196 * dired.el (dired-mark-files-regexp):
2197 Include any subdirectory components. (Bug#10445)
2198
7dd37071
ML
21992012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2200
2201 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2202 Handle [host]:port syntax. (Bug#10533)
2203
a268160b
AH
22042012-01-27 Alex Harsanyi <harsanyi@mac.com>
2205
2206 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2207
e43273ef
GM
22082012-01-26 Glenn Morris <rgm@gnu.org>
2209
2210 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2211 * term.el (term-raw-escape-map): Use Control-X-prefix.
2212 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2213
1edf595d
MR
22142012-01-25 Martin Rudalics <rudalics@gmx.at>
2215
2216 * window.el (window-state-get, window--state-get-1): Don't deal
2217 with fixed-sizeness of windows. Simplify code.
2218
fa8eafef
JC
22192012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2220
6df6ae42
JB
2221 * window.el (window--state-get-1, window--state-put-2):
2222 Don't save and restore the mark.
fa8eafef 2223
0b21c100
CY
22242012-01-25 Chong Yidong <cyd@gnu.org>
2225
2226 * custom.el (custom-variable-p): Doc fix.
2227
5ae1a6c8
GM
22282012-01-25 Glenn Morris <rgm@gnu.org>
2229
40047858
GM
2230 * dired.el (dired-goto-file): Handle some of the more common
2231 characters that `ls -b' escapes. (Bug#10596)
2232
5ddce96c
GM
2233 * progmodes/compile.el (compilation-next-error-function):
2234 Respect compilation-first-column in the "*compilation*" buffer.
2235 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2236
5ae1a6c8
GM
2237 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2238
b559f1a9
GM
22392012-01-24 Glenn Morris <rgm@gnu.org>
2240
2241 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2242
6725d21a
JD
22432012-01-24 Julien Danjou <julien@danjou.info>
2244
2245 * color.el (color-rgb-to-hsl): Fix value computing.
2246 (color-hue-to-rgb): New function.
2247 (color-hsl-to-rgb): New function.
2248 (color-clamp, color-saturate-hsl, color-saturate-name)
2249 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2250 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2251
70df4bbe
GM
22522012-01-24 Glenn Morris <rgm@gnu.org>
2253
2254 * vc/vc-rcs.el (vc-rcs-create-tag):
2255 * vc/vc-sccs.el (vc-sccs-create-tag):
2256 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2257
802a2ae2
ML
22582012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2259
2260 * eshell/esh-util.el (eshell-read-hosts-file):
2261 Skip comment lines. (Bug#10549)
2262
d7128bb1
ML
2263 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2264
d1a5c3b4
JB
22652012-01-23 Juanma Barranquero <lekktu@gmail.com>
2266
2724d9c7
JB
2267 * subr.el (display-delayed-warnings): Doc fix.
2268 (collapse-delayed-warnings): New function to collapse identical
2269 adjacent warnings.
2270 (delayed-warnings-hook): Add it.
d1a5c3b4 2271
a5509865
MA
22722012-01-22 Michael Albinus <michael.albinus@gmx.de>
2273
2274 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2275
2276 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2277 properties, when "login-as" is set.
2278
2279 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2280 (tramp-default-user-alist): Don't add "pscp".
2281 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2282 property "login-as", if set. (Bug#10530)
2283
cc6d5805
MA
22842012-01-21 Michael Albinus <michael.albinus@gmx.de>
2285
2286 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2287 "plink1" and "psftp". (Bug#10530)
2288
22892012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2290
2291 * international/mule-cmds.el (prefer-coding-system): Show a
2292 warning message if the default value of file-name-coding-system
2293 was not changed.
2294
f0960428
JC
22952012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2296
cb882333
JB
2297 * windmove.el (windmove-reference-loc):
2298 Fix windmove-reference-loc miscalculation.
f0960428 2299
dd6f2a63
JB
23002012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2301
2302 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2303 default unit.
2304
7b447e9b
GM
23052012-01-21 Glenn Morris <rgm@gnu.org>
2306
117a9ea1
GM
2307 * international/mule.el (auto-coding-alist): Add .tbz.
2308
7b447e9b
GM
2309 * files.el (local-enable-local-variables): Doc fix.
2310 (inhibit-local-variables-regexps): Rename from
2311 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2312 Doc fix. Add some extensions from auto-coding-alist.
2313 (inhibit-local-variables-suffixes):
2314 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2315 (inhibit-local-variables-p):
2316 New function, extracted from set-auto-mode-1.
2317 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2318 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2319 (hack-local-variables): Doc fix. Make the mode-only case
2320 respect enable-local-variables and friends.
2321 Respect inhibit-local-variables-regexps for file-locals, but
2322 not for directory-locals.
2323 (set-visited-file-name):
2324 Take account of inhibit-local-variables-regexps.
2325 Whether it applies may change as the file name is changed.
2326 * jka-cmpr-hook.el (jka-compr-install):
2327 * jka-compr.el (jka-compr-uninstall):
2328 Update for inhibit-first-line-modes-suffixes name change.
2329
dd6e3cdd
MR
23302012-01-20 Martin Rudalics <rudalics@gmx.at>
2331
2332 * help-macro.el (make-help-screen): Temporarily restore original
2333 binding for minor-mode-map-alist (Bug#10454).
2334
0d0deb38
JD
23352012-01-19 Julien Danjou <julien@danjou.info>
2336
2337 * color.el (color-name-to-rgb): Use the white color to find the max
2338 color component value and return correctly computed values.
2339 (color-name-to-rgb): Add missing float conversion for max value.
2340
34a02f46
MR
23412012-01-19 Martin Rudalics <rudalics@gmx.at>
2342
2343 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2344 special state value for window-persistent-parameters.
2345 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2346 (window--state-put-2): Reset all window parameters to nil before
2347 assigning values of persistent parameters.
2348
606c44c4
AM
23492012-01-18 Alan Mackenzie <acm@muc.de>
2350
2351 Eliminate sluggishness and hangs in fontification of "semicolon
2352 deserts".
2353
cb882333
JB
2354 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2355 Change value 10000 -> 3000.
606c44c4
AM
2356 (c-state-safe-place): Reformulate so it doesn't stack up an
2357 infinite number of wrong entries in c-state-nonlit-pos-cache.
2358 (c-determine-limit-get-base, c-determine-limit): New functions to
2359 determine backward search limits disregarding literals.
2360 (c-find-decl-spots): Amend commenting.
2361 (c-cheap-inside-bracelist-p): New function which detects "={".
2362
2363 * progmodes/cc-fonts.el
2364 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2365 backward search.
2366 (c-font-lock-declarations): Fix an occurrence of point being
2367 undefined. Check additionally for point being in a bracelist or
2368 near a macro invocation without a semicolon so as to avoid a
2369 fruitless time consuming search for a declarator. Give a more
2370 precise search limit for declarators using the new
2371 c-determine-limit.
2372
f3860cea
GM
23732012-01-18 Glenn Morris <rgm@gnu.org>
2374
2375 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2376 (set-auto-mode): Doc fixes.
2377
1db03b16
GM
23782012-01-17 Glenn Morris <rgm@gnu.org>
2379
0e6038be
GM
2380 * isearch.el (search-nonincremental-instead): Fix doc typo.
2381
1db03b16
GM
2382 * dired.el (dired-insert-directory): Handle newlines in directory name.
2383 (dired-build-subdir-alist): Unescape newlines in directory name.
2384
4cb0aa75
MA
23852012-01-17 Michael Albinus <michael.albinus@gmx.de>
2386
2387 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2388 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2389 (tramp-action-terminal): Use it. (Bug#10530)
2390
1d00653d
SM
23912012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2392
2393 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2394
6a6ee00d
MR
23952012-01-16 Martin Rudalics <rudalics@gmx.at>
2396
2397 * window.el (window-state-ignored-parameters): Remove variable.
2398 (window--state-get-1): Rename argument MARKERS to IGNORE.
2399 Handle persistent window parameters. Make copy of clone-of
2400 parameter only if requested. (Bug#10348)
2401 (window--state-put-2): Install a window parameter only if it has
2402 a non-nil value or an existing parameter shall be overwritten.
2403
97912def
MA
24042012-01-15 Michael Albinus <michael.albinus@gmx.de>
2405
2406 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2407
688070a5
EZ
24082012-01-14 Eli Zaretskii <eliz@gnu.org>
2409
2410 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2411 don't pass the (nil) value of `upnode' to string-match.
2412
301afadc
CY
24132012-01-14 Chong Yidong <cyd@gnu.org>
2414
2415 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2416 Fix values recognized by the cursorBlink resource.
301afadc 2417
9e5788aa
PE
24182012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2419
2420 * epg.el (epg--make-temp-file): Avoid permission race condition
2421 when running on old Emacs versions (bug#10403).
2422
3cdb7f5a
GM
24232012-01-14 Glenn Morris <rgm@gnu.org>
2424
2425 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2426
8c82b1b4
AM
24272012-01-13 Alan Mackenzie <acm@muc.de>
2428
2429 Fix filling for when filladapt mode is enabled.
2430
2431 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2432 c-mask-paragraph, pass in `fill-paragraph' rather than
2433 `fill-region-as-paragraph'. (This is a reversion of a previous
2434 change.)
eb864a71
LM
2435 * progmodes/cc-mode.el (c-basic-common-init):
2436 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2437
e517eda4
GM
24382012-01-13 Glenn Morris <rgm@gnu.org>
2439
1498536e
GM
2440 * dired.el (dired-switches-escape-p): New function.
2441 (dired-insert-directory): Use dired-switches-escape-p.
2442 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2443
e517eda4
GM
2444 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2445
328f984d
GM
24462012-01-12 Glenn Morris <rgm@gnu.org>
2447
2448 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2449 changes in adaptive-fill-regexp. (Bug#10276)
2450
2cc769a8
AM
24512012-01-11 Alan Mackenzie <acm@muc.de>
2452
2453 Fix Emacs bug #10463 - put `widen's around the critical spots.
2454
1d00653d 2455 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2456 widen around each invocation of c-state-pp-to-literal. Remove an
2457 unused let variable.
2458
e52c37fa
GM
24592012-01-11 Glenn Morris <rgm@gnu.org>
2460
2461 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2462 Doc fix.
e52c37fa 2463
96f8741e
CY
24642012-01-10 Chong Yidong <cyd@gnu.org>
2465
1d00653d
SM
2466 * net/network-stream.el (network-stream-open-starttls):
2467 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2468 response to the capability command.
2469
b09a806e
GM
24702012-01-10 Glenn Morris <rgm@gnu.org>
2471
2472 * mail/unrmail.el (unrmail): Tweak previous change.
2473
7655cb66
CY
24742012-01-09 Chong Yidong <cyd@gnu.org>
2475
2476 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2477
9d5a8f0b
AM
24782012-01-08 Alan Mackenzie <acm@muc.de>
2479
2480 Optimise font locking in long enum definitions.
2481
2482 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2483 arm to a cond form to handle enums.
2484 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2485 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2486
9a0115ab 24872012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2488
2489 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2490 (Bug#10401)
6bb72cbd 2491
f186bb95
LMI
24922012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2493
29232a68
LMI
2494 * faces.el (set-face-attribute): Clarify the meaning of the nil
2495 frame (bug#10294).
2496
4e5d086d
LMI
2497 * subr.el (with-selected-frame): Mention that the selected frame
2498 is restored (bug#9980).
2499
8e66aebe
LMI
2500 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2501 (bug#9759).
2502
cd394be1 2503 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2504 (password-read): Don't autoload unused function.
2505
adf4e762
JB
25062012-01-07 Juanma Barranquero <lekktu@gmail.com>
2507
2508 * progmodes/which-func.el (which-func-mode): Turn into a
2509 non-interactive function and mark as obsolete (bug#10428).
2510
89bd9ccd
CY
25112012-01-06 Chong Yidong <cyd@gnu.org>
2512
2513 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2514 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2515 functions, along with 1 and -1.
2516
4afee9d5
EZ
25172012-01-06 Eli Zaretskii <eliz@gnu.org>
2518
2519 * time.el (display-time-load-average)
2520 (display-time-default-load-average): Doc fixes. See the thread
2521 starting at
2522 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2523 for the details.
2524
536aea70
GM
25252012-01-06 Glenn Morris <rgm@gnu.org>
2526
665ae865
GM
2527 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2528 has no messages. (Bug#10377)
2529
c869783d
GM
2530 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2531 than Info-edit. (Bug#10385)
2532
2bb4227e
GM
2533 * time.el (display-time-load-average, display-time-next-load-average):
2534 Doc fixes.
2535
7d5944b9
GM
2536 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2537 local setting of buffer-read-only to the input buffer. (Bug#10419)
2538
536aea70
GM
2539 * calendar/calendar.el (calendar-mode):
2540 Locally set scroll-margin to 0. (Bug#10379)
2541
7dccca16
UM
25422012-01-06 Ulrich Mueller <ulm@gentoo.org>
2543
2544 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2545
afbb7930
GM
25462012-01-05 Glenn Morris <rgm@gnu.org>
2547
2548 * eshell/em-unix.el (diff-no-select): Autoload it.
2549 (eshell/diff): Use diff-no-select. (Bug#10420)
2550
04482335
CY
25512012-01-05 Chong Yidong <cyd@gnu.org>
2552
7baca3bc
CY
2553 * shell.el (shell-dynamic-complete-functions): Revert last change.
2554 (shell-command-completion-function): New function.
2555 (shell-completion-vars): Use it to implement
2556 shell-completion-execonly (Bug#10417).
2557
04482335
CY
2558 * custom.el (enable-theme): Don't set custom-safe-themes.
2559
1d00653d
SM
2560 * cus-theme.el (custom-theme-merge-theme):
2561 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2562
bb5aa5d6
MM
25632012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2564
2565 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2566 first prompt in `sql-interacive-mode'.
2567 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2568 keywords.
6df6ae42 2569 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2570 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2571 context of original buffer. Invoke `sql-login-hook'.
2572
a7183d7c
EZ
25732012-01-04 Eli Zaretskii <eliz@gnu.org>
2574
2575 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2576 letters in cite-prefix.
2577
a1eacd1e
LMI
25782012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2579
2580 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2581
787cdb34
CY
25822012-01-03 Chong Yidong <cyd@gnu.org>
2583
1d00653d
SM
2584 * shell.el (shell-dynamic-complete-functions):
2585 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2586 comint-filename-completion first (Bug#10417).
2587
30710442
RS
25882012-01-02 Richard Stallman <rms@gnu.org>
2589
2590 * battery.el (battery-status-function):
2591 Detect when to use battery-yeeloong-sysfs.
2592 (battery-echo-area-format): Add string for Yeeloong.
2593 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2594 (battery-yeeloong-sysfs): New function.
2595
f75bfc33
CY
25962012-01-02 Chong Yidong <cyd@gnu.org>
2597
2598 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2599 (dirtrack): Merge code for handling relative filenames in prompt
2600 from shell-dir-cookie-watcher.
2601 (dirtrack-debug-message): New arg to avoid excess format calls.
2602
2603 * shell.el (shell-dir-cookie-re): Variable deleted.
2604 (shell-dir-cookie-watcher): Function deleted.
2605 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2606 with dirtrack-mode.
2607
651e947e
EZ
26082012-01-01 Eli Zaretskii <eliz@gnu.org>
2609
1d00653d
SM
2610 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2611 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2612 libgnutls-26.dll.
2613
94d4c7dc
AS
26142011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2615
2616 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2617
8d43f3cd
EZ
26182011-12-31 Eli Zaretskii <eliz@gnu.org>
2619
2620 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2621 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2622
98c8795a
MA
26232011-12-29 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2626 also for alternative shells.
2627 (tramp-open-connection-setup-interactive-shell): Check, whether
2628 the shell is a busybox.
2629 (tramp-send-command): Don't suppress multiple prompts for
2630 busyboxes, it hurts.
2631
51281b32
CY
26322011-12-28 Chong Yidong <cyd@gnu.org>
2633
2634 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2635 (gdb-get-source-file): Move mode line update to
2636 gdb-get-source-file (Bug#10087).
2637
2170cb53
CY
26382011-12-25 Chong Yidong <cyd@gnu.org>
2639
2640 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2641 gud-gdb-marker-filter without taking it as an argument.
2642 (gud-gdb-run-command-fetch-lines): Caller changed.
2643 (gud-gdb-completion-function): New variable.
2644 (gud-gdb-completion-at-point): Use it.
2645 (gud-gdb-completions-1): Split from gud-gdb-completions.
2646
2647 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2648 function as separate arguments.
2649 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2650 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2651 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2652 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2653 (gdb-stopped, def-gdb-auto-update-trigger)
2654 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2655 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2656 Callers changed.
2170cb53
CY
2657 (gud-gdbmi-completions): New function.
2658 (gdb): Use it for generating the completion table.
2659
be8b11bb
AM
26602011-12-24 Alan Mackenzie <acm@muc.de>
2661
2662 Introduce a mechanism to widen the region used in context font
1d00653d 2663 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2664
1d00653d
SM
2665 * progmodes/cc-langs.el (c-before-font-lock-functions):
2666 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2667 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2668 functions to be run just before context (etc.) font locking.
2669
2670 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2671 New, functionality extracted from
be8b11bb 2672 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2673 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2674 (c-after-change): Set c-in-after-change-fontification.
2675 (c-set-fl-decl-start): Rejig its interface, so it can be called
2676 from both after-change and context fontifying.
b81d40f0
JB
2677 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2678 New functions.
2679 (c-standard-font-lock-fontify-region-function): New variable.
2680 (c-font-lock-fontify-region): New function.
be8b11bb 2681
341cf6ac
JL
26822011-12-24 Juri Linkov <juri@jurta.org>
2683
2684 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2685 (Bug#10348)
2686
bffcee0a
MA
26872011-12-23 Michael Albinus <michael.albinus@gmx.de>
2688
2689 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2690 existence of source file. (Bug#10325)
2691
cb5e207c
AM
26922011-12-23 Alan Mackenzie <acm@muc.de>
2693
2694 Fix unstable fontification inside templates.
2695
b81d40f0
JB
2696 * progmodes/cc-langs.el (c-before-font-lock-functions):
2697 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2698 additionally has c-set-fl-decl-start. The other languages (apart
2699 from AWK) have that as a single entry.
2700
b81d40f0
JB
2701 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2702 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2703 c-set-fl-decl-start.
2704
b81d40f0
JB
2705 * progmodes/cc-mode.el (c-common-init, c-after-change):
2706 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2707 (c-set-fl-decl-start): New function, extracted from
2708 c-font-lock-enclosing-decls and enhanced.
2709
60ff536c
JB
27102011-12-23 Juanma Barranquero <lekktu@gmail.com>
2711
2712 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2713
1c4757d6
JL
27142011-12-22 Juri Linkov <juri@jurta.org>
2715
2716 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2717
d031f2c7
CY
27182011-12-22 Chong Yidong <cyd@gnu.org>
2719
2720 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2721
bace743a
DA
27222011-12-21 Drew Adams <drew.adams@oracle.com>
2723
2724 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2725
728a1f2b
JC
27262011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2727
2728 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2729
0d373f73
TZ
27302011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2731
fec0aaa4
TZ
2732 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2733 highlighting and support. Fix up comments for capitalization.
2734 (cfengine-mode-debug): New var.
2735 (cfengine3-mode): Change the modeline indicator to "CFE3".
2736 (cfengine3-font-lock-keywords): Improve defun highlighting.
2737 (cfengine2-actions): Rename from `cfengine-actions'.
2738 (cfengine2-font-lock-keywords): Rename from
2739 `cfengine-font-lock-keywords'.
2740 (cfengine2-imenu-expression): Rename from
2741 `cfengine-imenu-expression'.
2742 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2743 (cfengine2-beginning-of-defun): Rename from
2744 `cfengine-beginning-of-defun'.
2745 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2746 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2747 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2748 modeline indicator to "CFE2".
2749 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2750 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2751
bc86f573
CY
27522011-12-21 Chong Yidong <cyd@gnu.org>
2753
2754 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2755 filename argument.
2756
d45ba96b
MR
27572011-12-20 Martin Rudalics <rudalics@gmx.at>
2758
2759 * window.el (window-normalize-buffer-to-display): Remove.
2760 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2761
a6198c90
CY
27622011-12-19 Chong Yidong <cyd@gnu.org>
2763
2764 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2765 Don't signal an error in a predicate function; return non-nil.
2766 (vc-dir-mark-file): Move the error here.
2767 (vc-dir-mark-unmark): If acting on the region, keep going if one
2768 of the entries cannot be marked/unmarked.
2769 (vc-dir-mark-all-files): If current entry is a directory, mark
2770 only child files, as documented.
2771
34c5fb55
VB
27722011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2773
2774 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2775 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2776 addition.
2777
c803b2b7
JD
27782011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2779
2780 * term/ns-win.el (ns-get-selection-internal)
2781 (ns-store-selection-internal): Declare.
1154d12e
JB
2782 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2783 Declare as obsolete.
2784 (ns-get-pasteboard, ns-paste-secondary):
2785 Use ns-get-selection-internal.
2786 (ns-set-pasteboard, ns-copy-including-secondary):
2787 Use ns-store-selection-internal.
c803b2b7 2788
9cff91f8 27892011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2790
2791 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2792 (vc-deduce-fileset): Doc fix.
99a289d9 2793
f16c898a
AS
27942011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2795
2796 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2797
763237c4
SS
27982011-12-13 Sam Steingold <sds@gnu.org>
2799
2800 * man.el (Man-getpage-in-background): When running under a
2801 window-system, ignore $MANWIDTH and $COLUMNS.
2802
5fc1c122
KH
28032011-12-15 Kenichi Handa <handa@m17n.org>
2804
2805 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2806 (setup-ethiopic-environment-internal): Comment out key-binding for
2807 ethio-toggle-punctuation.
2808
13d49cbb
AM
28092011-12-13 Alan Mackenzie <acm@muc.de>
2810
898169a2
AM
2811 Add the switch statement to AWK Mode.
2812
7a71b18d 2813 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2814 "default" to the keywords regexp.
2815
7a71b18d 2816 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2817 expression as the rest.
1d00653d
SM
2818 (c-nonlabel-token-key): Allow string literals for AWK.
2819 Refactor for the other modes.
898169a2 2820
13d49cbb 2821 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2822 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2823 routines. Limit backward searching in c-font-lock-enclosing.decl.
2824
2825 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2826 pp-state and literal type in addition to the limits.
1d00653d 2827 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2828 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2829 (c-slow-in-literal, c-fast-in-literal): Remove.
2830 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2831
2832 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2833 being in a literal. Add a limit for backward searching.
2834
2835 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2836 c-slow-in-literal.
2837
15e0efc7
SM
28382011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2841
454592a6
MR
28422011-12-13 Martin Rudalics <rudalics@gmx.at>
2843
2844 * window.el (delete-other-windows): Use correct frame in call to
2845 window-with-parameter.
2846
87393f26
DP
28472011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2848
2849 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2850 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2851 (makefile-gmake-statements, makefile-makepp-statements):
2852 Use it and add new makepp keywords.
2853 (makefile-makepp-font-lock-keywords): Add new patterns.
2854 (makefile-match-function-end): Match new [...] and [[...]].
2855
11636b22
JB
28562011-12-11 Juanma Barranquero <lekktu@gmail.com>
2857
2858 * ses.el (ses-call-printer-return, ses-cell-property-get)
2859 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2860 (ses-create-cell-variable, ses-reset-header-string)
2861 (ses-cell-set-formula, ses-repair-cell-reference-all)
2862 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2863 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2864 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2865 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2866 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2867 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2868 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2869 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2870 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2871 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2872 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2873 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2874
cf018193
VB
28752011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2876
2877 * ses.el: The overall change is to add cell renaming, that is
2878 setting fancy names for cell symbols other than name matching
2879 "\\`[A-Z]+[0-9]+\\'" regexp .
2880 (ses-create-cell-variable): New defun.
2881 (ses-relocate-formula): Relocate formulas only for cells the
2882 symbols of which are not renamed, i.e. symbols whose names do not
2883 match regexp "\\`[A-Z]+[0-9]+\\'".
2884 (ses-relocate-all): Relocate values only for cells the symbols of
2885 which are not renamed.
2886 (ses-load): Create cells variables as the (ses-cell ...) are read,
2887 in order to check row col consistency with cell symbol name only
2888 for cells that are not renamed.
2889 (ses-replace-name-in-formula): New defun.
2890 (ses-rename-cell): New defun.
2891
ee957461
CY
28922011-12-11 Chong Yidong <cyd@gnu.org>
2893
2894 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2895 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2896
9a9e9ef0
MR
28972011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2898
2899 * window.el (other-window): Fix docstring.
2900
92a8eba5
EZ
29012011-12-10 Eli Zaretskii <eliz@gnu.org>
2902
2903 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2904 `from' or `to' address before taking its substring.
2905 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2906 encoded name is chopped in the middle of the encoded string, and
2907 thus displayed encoded.
2908
e152e577
JB
29092011-12-10 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2912
e5d84bfe
EZ
29132011-12-10 Eli Zaretskii <eliz@gnu.org>
2914
2915 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2916 to use texinfo-update-node and commands that call it if the
2917 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2918 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2919 (texinfo-all-menus-update, texinfo-master-menu)
2920 (texinfo-update-node, texinfo-every-node-update)
2921 (texinfo-multiple-files-update): Doc fix. Warn against updating
2922 all the @node lines.
2923 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2924 argument is numeric. Explain better in the doc string what the
2925 function really does.
2926 (texinfo-insert-master-menu-list): Improve the error message
2927 displayed if there's no menu in the Top node.
2928 (Bug#2975) See also this thread:
e5d84bfe
EZ
2929 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2930
1d84e9bb
MG
29312011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2932
2933 * speedbar.el (speedbar-supported-extension-expressions):
2934 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2935
382c953b
JB
29362011-12-09 Juanma Barranquero <lekktu@gmail.com>
2937
2938 * printing.el (pr-mode-alist):
2939 * simple.el (filter-buffer-substring-functions)
2940 (completion-list-insert-choice-function):
2941 * window.el (window-with-parameter, window-atom-root)
2942 (window-sides-slots, window-size-fixed, window-min-delta)
2943 (window-max-delta, window--resize-mini-window)
2944 (window--resize-child-windows-normal, window-tree)
2945 (delete-other-windows, quit-window, split-window)
2946 (display-buffer-record-window, special-display-buffer-names)
2947 (special-display-regexps, special-display-popup-frame)
2948 (same-window-p, split-window-sensibly)
2949 (display-buffer-overriding-action, display-buffer-alist)
2950 (display-buffer-base-action, display-buffer, switch-to-buffer)
2951 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2952 (fit-window-to-buffer, recenter-positions)
2953 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2954 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2955 and remove unneeded backslashes in docstrings.
2956
39c9faef
SM
29572011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2958
98449af8
SM
2959 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2960
39c9faef
SM
2961 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2962 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2963 end in ".mk".
2964 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2965 when reading the makefile (bug#10116).
2966
86ed9fdc
SM
29672011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2970 (bug#10116).
2971
5580f89d
GM
29722011-12-06 Glenn Morris <rgm@gnu.org>
2973
2974 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2975
28d3917c
CY
29762011-12-06 Chong Yidong <cyd@gnu.org>
2977
2978 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2979
a98edce9
JB
29802011-12-06 Juanma Barranquero <lekktu@gmail.com>
2981
2982 * textmodes/table.el (table-shorten-cell): Fix typo.
2983
e65adfac
CG
29842011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2985
2986 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2987
71cc0b74
EZ
29882011-12-05 Eli Zaretskii <eliz@gnu.org>
2989
2990 * descr-text.el (describe-char): Fix display of strong
2991 right-to-left characters and directional embeddings and overrides.
2992
2993 * simple.el (what-cursor-position): Fix display of codepoints of
2994 strong right-to-left characters.
2995
315bc30d
CY
29962011-12-05 Chong Yidong <cyd@gnu.org>
2997
2998 * faces.el (read-color): Doc fix.
2999
58a70b94
GM
30002011-12-05 Glenn Morris <rgm@gnu.org>
3001
3002 * align.el (align--set-marker): Add doc-string.
3003 Don't try to move something that is not a marker. (Bug#10216)
3004
5158face
GM
30052011-12-04 Glenn Morris <rgm@gnu.org>
3006
3007 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3008 overly zealous deletion of trailing whitespace.
3009
520fca41
JB
30102011-12-04 Juanma Barranquero <lekktu@gmail.com>
3011
3012 * server.el (server-delete-client): On Windows, do not try to delete
3013 the only terminal.
3014 (server-process-filter): On Windows, treat requests for a tty frame as
3015 if they were for a GUI frame if the running server is in GUI mode.
3016
5e605a2e
GM
30172011-12-03 Glenn Morris <rgm@gnu.org>
3018
3019 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3020
5c3fe83f
SM
30212011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3022
6f5e57e7
SM
3023 * electric.el: Streamline electric-indent's hook.
3024 (electric-indent-chars): Revert to simple list.
3025 (electric-indent-functions): New var.
3026 (electric-indent-post-self-insert-function): Use it.
3027
5c3fe83f
SM
3028 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3029 there's no inferior buffer (bug#10196).
3030 (prolog-consult-compile): Don't use toggle-read-only.
3031
6bdac736
MA
30322011-12-02 Michael Albinus <michael.albinus@gmx.de>
3033
3034 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3035 interrupt. (Bug#10187)
3036
6131ba7f
SM
30372011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3038
99c79fee
SM
3039 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3040 (bug#9160).
3041
6131ba7f
SM
3042 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3043 (bug#10191).
3044
cb0a02ea
JL
30452011-12-02 Juri Linkov <juri@jurta.org>
3046
3047 * info.el (Info-search): Display "end of manual" when Isearch
3048 reaches the end of single-file Info manual. (Bug#9918)
3049
66e0570c
EZ
30502011-12-02 Eli Zaretskii <eliz@gnu.org>
3051
3052 * isearch.el (isearch-message-prefix): Run the input method part
3053 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3054
02b16839
JL
30552011-12-02 Juri Linkov <juri@jurta.org>
3056
3057 * isearch.el (isearch-occur): Use `word-search-regexp' for
3058 `isearch-word'.
3059 (isearch-search-and-update): Add condition for `isearch-word' and
3060 call `word-search-regexp'. (Bug#10145)
3061
0b950688
GM
30622011-12-01 Glenn Morris <rgm@gnu.org>
3063
3064 * eshell/em-hist.el (eshell-hist-initialize):
3065 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3066 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3067
9505c3c7
SM
30682011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3071
1bbe96b2 30722011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3073
a1beca85
SM
3074 * progmodes/verilog-mode.el (verilog-pretty-expr):
3075 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3076 verilog, such as += *= and the like.
3077 (verilog-assignment-operator-re): Regular expression to find the
3078 assigment operator in a verilog assignment.
3079 (verilog-assignment-operation-re): Regular expression to find an
3080 assignment statement for pretty-expr.
3081 (verilog-in-attribute-p): Query returns true if point is in an
3082 attribute context; used to skip these for expression line up from
3083 pretty-expr.
3084 (verilog-in-parameter-p): Query returns true if point is in an
3085 parameter definition context; used to skip these for expression
3086 line up from pretty-expr.
3087 (verilog-in-parenthesis-p): Query returns true if point is in a
3088 parenthetical expression, specifically ( ) but not [ ] or { };
3089 used by pretty-expr.
3090 (verilog-just-one-space): If there is no space, don't add one.
3091 (verilog-get-lineup-indent-2): Specifically skip just attribute
3092 contexts for expression lineup, rather than skipping all
3093 parenthetical expressions.
3094 (verilog-calculate-indent): Fix comment, and fix indent.
3095 (verilog-do-indent): Indent declarations in lists (suggested by
3096 Joachim Lechner).
3097 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3098 skeleton items.
3099 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3100 by Alain Mellan).
3101
1bbe96b2 31022011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3103
3104 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3105 parameters with embedded comments. Reported by Ray Stevens.
3106 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3107 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3108 Reported by Tim Holt.
3109 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3110 instantiated by upper module causing wrong expansion until AUTOed a
3111 second time. Reported by K C Buckenmaier.
3112 (verilog-diff-auto): Fix showing .* as a difference when
3113 `verilog-auto-star-save' off. Reported by Dan Dever.
3114 (verilog-auto-reset, verilog-read-always-signals)
3115 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3116 temporary signals in reset list if
3117 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3118 style to each signal's assignment type, bug381.
3119 Reported by Thomas Esposito.
6288f0ca
WS
3120 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3121 (verilog-uvm-statement-re): Support UVM indentation and
3122 highlighting, with old OVM keywords only.
a1beca85 3123 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3124 Support AUTOTIEOFF creating non-wire data types.
3125 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3126 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3127 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3128 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3129 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3130 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3131 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3132 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3133 non-numeric vector width. Reported by Alex Reed.
3134 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3135 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3136 (verilog-auto-delete-trailing-whitespace):
3137 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3138 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3139 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3140 Fix verilog-scan-cache corruption when running user AUTO expansion
3141 hooks that call indentation routines.
3142 (verilog-simplify-range-expression): Fix typo ignoring lower case
3143 identifiers.
3144 (verilog-delete-auto): Fix delete-autos to also remove user created
3145 automatics, as long as they start with AUTO.
3146 (verilog-batch-diff-auto, verilog-diff-auto)
3147 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3148 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3149 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3150 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3151 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3152 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3153 is disabled and its cache will get corrupt, causing AUTOS not to
3154 expand. Instead use only -quick functions.
3155 (verilog-scan-region): Fix scanning over escaped quotes.
3156 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3157 (verilog-re-search-backward-quick)
3158 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3159 related functions now ignore strings, to fix misparsing of strings
3160 with magic comments embedded in them.
a1beca85
SM
3161 (verilog-read-auto-template):
3162 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3163 Reported by Brad Dobbie.
3164 (verilog-read-auto-template):
3165 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3166 Reported by Brad Dobbie.
6288f0ca
WS
3167 (verilog-auto-inst, verilog-auto-inst-param)
3168 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3169 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3170 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3171 debugging templates without merge conflicts, bug357.
3172 Reported by Brad Dobbie.
3173 (verilog-read-auto-template):
3174 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3175 Reported by Brad Dobbie.
3176 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3177 abbrevs so user won't be asked to save.
3178 (verilog-read-auto-lisp-present): Fix to start at beginning of
3179 buffer in case called outside of verilog-auto.
3180 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3181 to "X-2". Reported by Matthew Myers.
3182 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3183 all inputs from module templates. Reported by Leith Johnson.
3184 (verilog-module-inside-filename-p): Fix locating programs as with
3185 modules.
3186 (verilog-auto-inst-port): Fix vl-width expressions when using
3187 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3188 (verilog-decls-get-regs, verilog-decls-get-signals,
3189 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3190 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3191 verilog-read-decls): Combine reg and wire structures into one var
3192 structure to represent SystemVerilog concepts.
3193 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3194 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3195 (verilog-auto-wire-type, verilog-insert-definition):
3196 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3197 SystemVerilog "logic" keyword instead of "wire"/"reg".
3198 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3199 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3200 ifdef or generate if so there's not a driver conflict).
3201 Reported by Matthew Myers.
3202 (verilog-auto-declare-nettype, verilog-insert-definition):
3203 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3204 `default_nettype none. Reported by Julian Gorfajn.
3205 (verilog-read-always-signals-recurse, verilog-read-decls)
3206 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3207 malformed end statement, bug325. Reported by Joshua Wise and
3208 Andrew Drake.
3209 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3210 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3211 when expanding .* in interfaces, bug320.
3212 Reported by Pierre-David Pfister.
6288f0ca 3213 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3214 name and open parenthesis, bug317.
3215 Reported by Pierre-David Pfister.
6288f0ca
WS
3216 (verilog-simplify-range-expression): Fix simplification of
3217 multiplications inside AUTOWIRE connections, bug303.
3218 (verilog-auto-inst-port): Support parameter expansion in
3219 multidimensional arrays.
3220 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3221 after "assert property". Reported by Julian Gorfajn.
3222 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3223 with multiplication, bug303.
3224 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3225 Reported by Jan Frode Lonnum.
3226
1bbe96b2
GM
32272011-11-30 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3230 (hfy-shell-file-name, hfy-shell):
3231 * international/fontset.el (x-decompose-font-name): Fix typos.
3232
32332011-11-29 Ken Brown <kbrown@cornell.edu>
3234
3235 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3236 (gdb-version): Remove defvar.
3237 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3238 (gdb-gud-context-command, gdb-non-stop-handler)
3239 (gdb-current-context-command, gdb-stopped): Use it.
3240 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3241 (gdb-non-stop-handler): Don't enable pretty-printing here.
3242 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3243 non-stop mode. Use the following.
3244 (gdb-check-target-async): New defun.
3245 (gud-watch, gdb-stopped): Fix whitespace.
3246 (gdb-get-source-file): Don't try to display the source file if
3247 `gdb-main-file' is nil.
3248
32492011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * align.el: Try to generate fewer markers (bug#10047).
3252 (align--set-marker): New macro.
3253 (align-region): Use it.
3254
c935221f
SM
32552011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3258
e70b5064
CY
32592011-11-29 Chong Yidong <cyd@gnu.org>
3260
3261 * indent.el (indent-for-tab-command, indent-according-to-mode):
3262 Doc fix.
3263 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3264
f3af92b7
MA
32652011-11-29 Michael Albinus <michael.albinus@gmx.de>
3266
3267 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3268 aware of remote file names. (Bug#10124)
3269
ed472be9
CY
32702011-11-29 Chong Yidong <cyd@gnu.org>
3271
3272 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3273
24510c22
SM
32742011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * files.el (find-file): Don't use force-same-window (bug#10144).
3277 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3278 use pop-to-buffer if the selected window can't be used.
3279 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3280
c60c3703
EZ
32812011-11-28 Eli Zaretskii <eliz@gnu.org>
3282
3283 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3284 special-mode-map.
3285
e95def75
CY
32862011-11-28 Chong Yidong <cyd@gnu.org>
3287
3288 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3289
c3f1c606
NR
32902011-11-27 Nick Roberts <nickrob@snap.net.nz>
3291
3292 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3293 gdb-get-source-file-list on gdb-create-source-file-list.
3294
00db469c
EZ
32952011-11-26 Eli Zaretskii <eliz@gnu.org>
3296
3297 * whitespace.el (whitespace-newline): Use a different foreground
3298 color for 16-color light-background displays.
3299
4ad3bc2a
CY
33002011-11-24 Chong Yidong <cyd@gnu.org>
3301
3302 * window.el (display-buffer--special-action): Doc fix.
3303
e9fce1ac
JB
33042011-11-25 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3307 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3308 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3309 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3310 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3311 (avl-tree-stack-first):
3312 * emacs-lisp/cconv.el (cconv--analyse-use):
3313 * net/gnutls.el (gnutls-negotiate): Fix typos.
3314
cb825e5d
GM
33152011-11-24 Glenn Morris <rgm@gnu.org>
3316
3adbe224
GM
3317 * lpr.el (lpr-windows-system, lpr-lp-system):
3318 * mail/binhex.el (binhex-begin-line):
3319 * progmodes/grep.el (grep-history, grep-find-history):
3320 * textmodes/flyspell.el:
3321 * vc/pcvs-defs.el (cvs-global-menu):
3322 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3323 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3324 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3325
321decc8
GM
3326 * net/tls.el: Fix case of "GnuTLS".
3327
420b63ad
GM
3328 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3329
cb825e5d
GM
3330 * version.el (emacs-build-system): Give it a doc-string.
3331
a0649f08
JL
33322011-11-24 Juri Linkov <juri@jurta.org>
3333
3334 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3335
c0bc0fd4
GM
33362011-11-24 Glenn Morris <rgm@gnu.org>
3337
3338 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3339 if called on a non-mime message just toggle the headers. (Bug#8006)
3340
20db1522
JB
33412011-11-24 Juanma Barranquero <lekktu@gmail.com>
3342
3343 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3344 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3345 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3346 (allout-rebullet-heading, allout-open-sibtopic)
3347 (allout-toggle-current-subtree-encryption)
3348 (allout-toggle-subtree-encryption, allout-encrypt-string)
3349 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3350 (allout-distinctive-bullets-string, allout-auto-activation):
3351 * window.el (window-normalize-buffer-to-display):
3352 * progmodes/verilog-mode.el (verilog-batch-indent):
3353 * textmodes/bibtex.el (bibtex-field-braces-opt)
3354 (bibtex-field-strings-opt):
3355 * vc/cvs-status.el (cvs-tree-merge):
3356 Fix typos.
3357
7262a87c
MA
33582011-11-23 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3361 `non-essential' to t, in order to avoid remote connections.
3362
283430a1
EZ
33632011-11-23 Eli Zaretskii <eliz@gnu.org>
3364
a1beca85
SM
3365 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3366 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3367 case-insensitively.
3368
d2992a38
ML
33692011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3370
3371 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3372
50419064
GM
33732011-11-23 Glenn Morris <rgm@gnu.org>
3374
da94eca1
GM
3375 * paths.el (rmail-file-name): Reformat the doc-string so that it
3376 is picked up.
3377
9aac4de2
GM
3378 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3379 (rmail-auto-file): Ignore case in the "special" field names,
3380 as mail-fetch-field does for all others.
3381
8038d2d2
GM
3382 * mail/rmail.el (rmail-forward):
3383 * mail/rmailkwd.el (rmail-set-label):
3384 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3385 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3386
f3fe222a
GM
3387 * mail/rmail.el (rmail-current-message): Doc fix.
3388
50419064
GM
3389 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3390
28109f49
SM
33912011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3394
394c65f1
GM
33952011-11-22 Glenn Morris <rgm@gnu.org>
3396
3397 * mail/rmailmm.el (test-rmail-mime-handler)
3398 (test-rmail-mime-bulk-handler)
3399 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3400
f2a0aa3a
JL
34012011-11-21 Juri Linkov <juri@jurta.org>
3402
1154d12e
JB
3403 * calc/calc.el (calc-read-key-sequence):
3404 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3405
9c34a344
LMI
34062011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3407
3408 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3409 Tell the caller that the next line needs recomputation, even
3410 though it doesn't start a sexp (bug#10094).
3411
f04a3be9
SM
34122011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3415
7978747f
SM
34162011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3417
f04a3be9
SM
3418 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3419 Use force-same-window.
7978747f 3420
fe7a3057
JB
34212011-11-20 Juanma Barranquero <lekktu@gmail.com>
3422
3423 * descr-text.el (describe-char-unicode-data):
3424 * json.el (json-string-escape):
3425 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3426 (Footnote-unicode, Footnote-style-p):
3427 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3428
24901d61
CY
34292011-11-20 Chong Yidong <cyd@gnu.org>
3430
3431 * window.el (replace-buffer-in-windows): Restore interactive spec.
3432
bac7ff22
SM
34332011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3434
24f3d7b9
SM
3435 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3436
bac7ff22
SM
3437 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3438 (byte-compile-global-not-obsolete-vars): New var.
3439 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3440 Use it.
3441 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3442
cd1181db
JB
34432011-11-20 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3446 * progmodes/pascal.el (electric-pascal-equal):
3447 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3448 * xml.el (xml-substitute-special): Fix typos.
3449
7fb18e9e
GM
34502011-11-20 Glenn Morris <rgm@gnu.org>
3451
3452 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3453 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3454 Doc fixes.
3455 (rmail-decode-mime-charset): Mark as obsolete.
3456
3457 * mail/rmailsum.el (rmail-message-regexp-p-1):
3458 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3459 Before using mime functions, check they are set. (Bug#10077)
3460
d5a6b3ba
JL
34612011-11-19 Juri Linkov <juri@jurta.org>
3462
3463 * info.el (Info-finder-find-node): Use `package--builtins' instead
3464 of `package-alist'. Use node names formed by the pattern "Keyword "
3465 and the keyword name.
3466
e981b61f
AS
34672011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3468
1d00653d 3469 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3470
3ffbc301
JL
34712011-11-19 Juri Linkov <juri@jurta.org>
3472
3473 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3474 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3475 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3476 `old-history', `old-history-forward'. Add let-binding
3477 `window-selected'. Remove calls to `kill-buffer',
3478 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3479 before calling `Info-find-node', so `Info-find-node-2' will reread
3480 the Info file. Restore window positions only when `window-selected'
3481 is non-nil.
3482
30c62133
JL
34832011-11-19 Juri Linkov <juri@jurta.org>
3484
3485 * isearch.el (isearch-lazy-highlight-new-loop):
3486 Remove condition `(not isearch-error)'. (Bug#9918)
3487
3488 * misearch.el (multi-isearch-search-fun): Add condition
3489 `(not bound)' to ignore lazy-highlighting search.
3490 Add the search-failed message "end of multi" when the end of
3491 multi-sequence is reached. Uncapitalize the search-failed
3492 message "Repeat for next buffer".
3493
3494 * info.el (Info-search): Add the search-failed message
3495 "end of the manual" when the end of the manual is reached
3496 in Isearch mode.
3497
645ca9cf
JL
34982011-11-19 Juri Linkov <juri@jurta.org>
3499
3500 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3501 Use non-destructive `remove' instead of `delete' because
3502 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3503 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3504
df754f66
JL
35052011-11-19 Juri Linkov <juri@jurta.org>
3506
3507 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3508 to nil instead of binding `search-ring' and `regexp-search-ring'.
3509 (Bug#9185)
3510
0e23d96a
EZ
35112011-11-19 Eli Zaretskii <eliz@gnu.org>
3512
3513 * simple.el (line-move): Force movement by logical lines for any
3514 hscrolled window, not only when auto-hscroll-mode is on.
3515 (line-move-visual): Update doc string to that effect. (Bug#10076)
3516
8a6ccb66
AS
35172011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3518
3519 * language/european.el (macintosh): Define as alias for mac-roman.
3520
49ae5b39
EZ
35212011-11-19 Eli Zaretskii <eliz@gnu.org>
3522
3523 * mail/rmailmm.el (rmail-mime-display-header)
3524 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3525 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3526 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3527 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3528 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3529 of a raw aref.
3530 (rmail-mime-entity-segment): To get past the tagline, move forward
3531 2 more lines, to account for the 2 empty lines that precede and
3532 follow the line with the buttons.
3533 (rmail-mime-update-tagline): Move one more line, to get past the
3534 empty line that follows the buttons in the tagline. (Bug#9520)
3535
c56cad4a
MR
35362011-11-19 Martin Rudalics <rudalics@gmx.at>
3537
3538 * window.el (window-max-delta-1, window-min-delta-1)
3539 (window-min-size-1, window-state-get-1, window-state-put-1)
3540 (window-state-put-2): Use "window--" prefix.
3541
cbe71af3
SM
35422011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3543
2ad52c60
SM
3544 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3545 (smie-warning-count): New var.
3546 (smie-set-prec2tab): Use it.
3547 (smie-bnf->prec2): Improve warnings. Add docstring.
3548 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3549 (smie-bnf--set-class): New function.
3550 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3551 corner case.
3552
6944dbc1
SM
3553 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3554 (compilation-error-properties, compilation-move-to-column):
3555 Handle compilation-first-column while in the target buffer.
3556
c400c4d7
SM
3557 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3558 Don't hardcode point-min==1.
3559
6dbe3e96
SM
3560 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3561 (eshell-rewrite-for-command): Remove workaround.
3562 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3563 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3564 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3565
cbe71af3
SM
3566 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3567
a8e1496d
GM
35682011-11-17 Glenn Morris <rgm@gnu.org>
3569
3570 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3571 Ignore buffer-local generated-autoload-file if it is the same
3572 as the global value. (Bug#10049)
3573
df85d315
JB
35742011-11-17 Juanma Barranquero <lekktu@gmail.com>
3575
3576 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3577 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3578 (reftex-toc-previous-heading, reftex-toc-max-level)
3579 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3580 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3581 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3582 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3583 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3584 (reftex-toc-rename-label, reftex-toc-visit-location)
3585 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3586 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3587 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3588 leaving "*toc*" only for references to the buffer.
3589
a0c2d0ae
MR
35902011-11-17 Martin Rudalics <rudalics@gmx.at>
3591
3592 * window.el (window-resize, delete-window, split-window):
3593 Replace window-splits by window-combination-resize.
1d00653d 3594 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3595
35c0bac8
GM
35962011-11-17 Glenn Morris <rgm@gnu.org>
3597
3598 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3599 Make bash entry derive from sh entry, not shell entry.
3600
d0c8fc8a
MA
36012011-11-16 Michael Albinus <michael.albinus@gmx.de>
3602
d0c8fc8a
MA
3603 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3604 properties of linked files. (Bug#9879)
3605
7262a87c
MA
3606 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3607 local file name.
3608
7877f373
JB
36092011-11-16 Juanma Barranquero <lekktu@gmail.com>
3610
3611 * menu-bar.el (menu-bar-file-menu):
3612 * printing.el (pr-ps-utility):
3613 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3614 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3615 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3616 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3617 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3618 (icalendar--convert-cyclic-to-ical)
3619 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3620 (icalendar--convert-ical-to-diary)
3621 (icalendar--convert-recurring-to-diary)
3622 (icalendar--convert-non-recurring-all-day-to-diary)
3623 (icalendar-import-format-sample):
3624 * progmodes/idlw-shell.el (idlwave-shell-mode):
3625 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3626 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3627 (vhdl-ps-print-init): Fix typos.
3628
10649b82
KM
36292011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3630
9d0cfcd6
GM
3631 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3632 FSF and collapse date sequence, obscure author/maintainer email address
3633 better, remove extra version line, track relocation of author's webpage.
10649b82 3634
9d0cfcd6
GM
3635 * progmodes/python.el (python-pdbtrack-input-prompt)
3636 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3637 regular python pdb prompts. Adjustments shamelessly taken exactly as
3638 suggested in EmacsWiki page (tiny change):
3639 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3640
58179cce
JB
36412011-11-16 Juanma Barranquero <lekktu@gmail.com>
3642
3643 * expand.el (expand-pos, expand-index, expand-point):
3644 Remove redundant info from docstring.
3645 (expand-add-abbrevs): Doc fix.
3646 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3647 (expand-sample-perl-mode-expand-list): Fix typos.
3648
3649 * net/dbus.el (dbus-event-member-name):
3650 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3651 * term/pc-win.el (msdos-create-frame-with-faces):
3652 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3653
b6f67890
MR
36542011-11-16 Martin Rudalics <rudalics@gmx.at>
3655
3656 * window.el (split-window, window-state-get-1)
3657 (window-state-put-1, window-state-put-2): Rename occurrences of
3658 window-nest to window-combination-limit.
1d00653d 3659 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3660
ce7ddba0
CY
36612011-11-16 Chong Yidong <cyd@gnu.org>
3662
3663 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3664 regexp (Bug#10033).
3665
3ae704f4
SM
36662011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3669 `completing-read' will remove *Completions* and will preserve
3670 current-buffer for us.
3671 (tmm-add-prompt): Users of *Completions* will always (re)set its
3672 major mode.
3673 (tmm-old-comp-map): Remove.
3674
6ad1cdde
GM
36752011-11-16 Glenn Morris <rgm@gnu.org>
3676
3677 * mail/rmailedit.el: Require rmailmm when compiling.
3678 (rmail-old-mime-state): New declaration.
3679 (rmail-edit-current-message): If editing a mime message,
3680 edit the "raw" message from the mbox buffer.
3681 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3682
d20faa20
GM
36832011-11-15 Glenn Morris <rgm@gnu.org>
3684
3685 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3686 which wasn't being used. Add optional arg to force given state.
3687 (rmail-mime): Add optional arg to force given state.
3688
c7015153
JB
36892011-11-15 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3692 * frame.el (display-mm-dimensions-alist):
3693 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3694 (outline-move-subtree-down):
3695 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3696 (newsticker--treeview-do-get-node):
3697 * net/quickurl.el (quickurl-list-buffer-name):
3698 * progmodes/dcl-mode.el (dcl-mode):
3699 * progmodes/gdb-mi.el (gdb-mapcar*):
3700 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3701
45261b50
GM
37022011-11-15 Glenn Morris <rgm@gnu.org>
3703
3704 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3705 in a boolean sense, so just make it a boolean, and fix the doc.
3706 (rmail-show-mime-function, rmail-mime-feature)
3707 (rmail-require-mime-maybe): Doc fixes.
3708 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3709
3710 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3711
0d26e0b6
JB
37122011-11-15 Juanma Barranquero <lekktu@gmail.com>
3713
3714 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3715 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3716 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3717 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3718
447f30f6
GM
37192011-11-15 Glenn Morris <rgm@gnu.org>
3720
672b871d
GM
3721 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3722 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3723 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3724 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3725 (rmail-mime, rmail-show-mime): Doc fixes.
3726
f6aa5bb1
GM
3727 * term/ns-win.el (mode-line-frame-identification):
3728 Leave it alone. (Bug#10051)
3729
947cd66b
GM
3730 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3731
447f30f6
GM
3732 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3733 Handle empty buffers. (Bug#9978)
3734
0b381c7e
JB
37352011-11-14 Juanma Barranquero <lekktu@gmail.com>
3736
3737 * international/mule.el (define-charset):
3738 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3739 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3740 * progmodes/verilog-mode.el (verilog-backward-token):
3741 * textmodes/ispell.el (lookup-words):
3742 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3743
71e027ac
GM
37442011-11-14 Glenn Morris <rgm@gnu.org>
3745
56632ce4
GM
3746 * progmodes/executable.el
3747 (executable-make-buffer-file-executable-if-script-p):
3748 Handle file-modes returning nil.
3749
40500957
GM
3750 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3751 message - not necessary, and causes problems. (Bug#9831)
3752
071c2340
GM
3753 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3754
d3cfca60
GM
3755 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3756
71e027ac
GM
3757 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3758 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3759 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3760
89d61221
MR
37612011-11-12 Martin Rudalics <rudalics@gmx.at>
3762
3763 * window.el (window-resize, delete-window): Use window-splits
3764 variable instead of function.
3765 (window-state-get-1, window-state-put-2, window-state-put):
3766 Don't deal with windows' splits status.
3767
98282f6f
GM
37682011-11-12 Glenn Morris <rgm@gnu.org>
3769
3770 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3771 (apropos-documentation): Doc fixes.
3772
40a8bdf6
JB
37732011-11-11 Juanma Barranquero <lekktu@gmail.com>
3774
3775 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3776 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3777
65bd19ff
SM
37782011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * electric.el (electric-indent-post-self-insert-function): Make it
3781 possible for a char to only indent in some circumstances.
3782 (electric-indent-mode): Simplify.
3783
54f9154c
MR
37842011-11-11 Martin Rudalics <rudalics@gmx.at>
3785
3786 * window.el (windows-with-parameter): Remove unused function.
3787 (windows-at-side): Rename to window-at-side-list.
3788 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3789 (window-side-check, window-size-ignore, window-size-fixed-1)
3790 (window-in-direction-2): Prefix with "window--".
3791 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3792
68cbc58b
GM
37932011-11-11 Glenn Morris <rgm@gnu.org>
3794
3795 * subr.el (eval-after-load): If FILE is already loaded,
3796 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3797
b2621720
GM
37982011-11-10 Glenn Morris <rgm@gnu.org>
3799
9a4de110
GM
3800 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3801 Call svn via vc-svn-command rather than vc-do-command.
3802 (vc-svn-command): Add --non-interactive. (Bug#9993)
3803 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3804
b2621720
GM
3805 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3806 Add toggle-read-only. (Bug#7292)
3807 * files.el (toggle-read-only): Mention that it should only
3808 be used interactively. (Bug#10006)
3809
1dce7193
SM
38102011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3811
d9ac1a1e
SM
3812 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3813 Adjust regexp for OCaml warnings.
3814
0c325082
SM
3815 * electric.el (electric-pair-post-self-insert-function): Let user
3816 turn it off buffer-locally (bug#9932).
3817
90132c14
SM
3818 * progmodes/python.el (python-beginning-of-statement):
3819 Rewrite (bug#2703).
3820
1dce7193
SM
3821 * progmodes/compile.el: Better handle TABs (bug#9749).
3822 (compilation-internal-error-properties)
3823 (compilation-next-error-function): Obey the target buffer's
3824 compilation-error-screen-columns.
3825
c4e7c63a
JB
38262011-11-09 Juanma Barranquero <lekktu@gmail.com>
3827
3828 * progmodes/meta-mode.el: Remove obsolete comments.
3829 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3830 Fix typos in docstrings.
3831
2cffd681
MR
38322011-11-09 Martin Rudalics <rudalics@gmx.at>
3833
3834 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3835 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3836 (window--resizable): New function. Make all callers of
3837 window-resizable call window--resizable instead.
3838 (window-resizable): Rewrite in terms of window--resizable.
3839
0edcba87
GM
38402011-11-08 Glenn Morris <rgm@gnu.org>
3841
3842 * progmodes/delphi.el (delphi-mode-syntax-table):
3843 Let define-derived-mode define a proper syntax table. (Bug#9994)
3844
4b0d61e3
SM
38452011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * window.el: Stay away from defsubst.
3848 (window-list-no-nils): Remove.
3849 (window-state-get-1, window-state-get): Use backquote instead.
3850
cd394be1 38512011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3852
4b0d61e3 3853 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3854 Fix incorrect use of default argument in `completing-read'.
3855
e1c2c6f2
MR
38562011-11-08 Martin Rudalics <rudalics@gmx.at>
3857
3858 * window.el (display-buffer-function, special-display-function):
3859 Mention display-buffer-record-window but do not mention
3860 help-setup parameter in doc-strings.
b3f4a882 3861 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3862
105216ed
CY
38632011-11-08 Chong Yidong <cyd@gnu.org>
3864
3865 * window.el (window-total-height, window-total-width): Doc fix.
3866 (window-body-size): Move from C.
3867 (window-body-height, window-body-width): Move to C.
3868
0a9f9ab5
SM
38692011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * window.el: Make special-display like display-buffer-alist (bug#9532).
3872 (display-buffer--special-action): New function, morphed
3873 from display-buffer--special.
3874 (display-buffer): Use it to handle special-display-buffers at higher
3875 priority (just after display-buffer-alist).
3876 (display-buffer-fallback-action, display-buffer--other-frame-action)
3877 (pop-to-buffer-same-window): Remove display-buffer--special.
3878
a769dd15
GM
38792011-11-07 Glenn Morris <rgm@gnu.org>
3880
3881 * calendar/cal-menu.el (cal-menu-set-date-title):
3882 Do nothing if not in a calendar. (Bug#9976)
3883
05a61ee3
SM
38842011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * files.el (find-file): Always use selected-window.
3887
be7f5545
MR
38882011-11-07 Martin Rudalics <rudalics@gmx.at>
3889
3890 * window.el (window-combinations): Make WINDOW argument
3891 mandatory. Rewrite doc-string.
3892 (walk-window-subtree, window-atom-check, window-min-delta)
3893 (window-max-delta, window--resize-this-window)
3894 (window--resize-root-window-vertically, window-tree)
3895 (balance-windows, window-state-put): Rewrite doc-strings as to
3896 not mention the term "subwindow".
3897 (window--resize-subwindows-skip-p): Rename to
3898 window--resize-child-windows-skip-p.
3899 (window--resize-subwindows-normal): Rename to
3900 window--resize-child-windows-normal.
3901 (window--resize-subwindows): Rename to
3902 window--resize-child-windows.
3903 (window-or-subwindow-p): Rename to window--in-subtree-p.
3904
3c6702ef
ML
39052011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3906
3907 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3908 Ensure that mbox format messages end in two newlines (Bug#9974).
3909
49745b39
CY
39102011-11-06 Chong Yidong <cyd@gnu.org>
3911
3912 * window.el (window-combination-p): Function deleted; its
3913 side-effect is not used in any existing code.
3914 (window-combinations, window-combined-p): Call window-*-child
3915 directly.
3916
24300f5f
CY
39172011-11-05 Chong Yidong <cyd@gnu.org>
3918
3919 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3920 (window-size-ignore, window-state-get): Callers changed.
3921 (window-normalize-window): Rename from window-normalize-any-window.
3922 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3923 (window-normalize-live-window): Delete.
447f16b8
CY
3924 (window-combination-p, window-combined-p, window-combinations)
3925 (walk-window-subtree, window-atom-root, window-min-size)
3926 (window-sizable, window-sizable-p, window-size-fixed-p)
3927 (window-min-delta, window-max-delta, window-resizable)
3928 (window-resizable-p, window-full-height-p, window-full-width-p)
3929 (window-current-scroll-bars, window-point-1, set-window-point-1)
3930 (window-at-side-p, window-in-direction, window-resize)
3931 (adjust-window-trailing-edge, maximize-window, minimize-window)
3932 (window-deletable-p, delete-window, delete-other-windows)
3933 (record-window-buffer, unrecord-window-buffer)
3934 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3935 (quit-window, split-window, window-state-put)
3936 (set-window-text-height, fit-window-to-buffer)
3937 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3938
89bd5ee1
EZ
39392011-11-04 Eli Zaretskii <eliz@gnu.org>
3940
53479029
EZ
3941 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3942 rfc2047-decode-string.
3943 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3944 warnings.
3945
89bd5ee1
EZ
3946 * window.el (window-body-height, window-body-width): Mention in
3947 the doc string that the return values are in frame's canonical
3948 units. (Bug#9949)
3949
bd17fdee
AM
39502011-11-03 Alan Mackenzie <acm@muc.de>
3951
3952 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3953 change in cc-engine.el.
3954
acc825c5
SM
39552011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3958
1885e5b8
MR
39592011-11-02 Martin Rudalics <rudalics@gmx.at>
3960
3961 * window.el (quit-window): Call unrecord-window-buffer after
3962 showing another buffer in the window. (Bug#9937)
acc825c5 3963 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3964
ebe06da9
JB
39652011-11-02 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3968 Accept status with more than 9 shelves. (Bug#9935)
3969 Reported by Colin D Bennett <colin@gibibit.com>.
3970
4ee88440
MR
39712011-11-01 Martin Rudalics <rudalics@gmx.at>
3972
3973 * help.el (with-help-window): Don't reference
3974 temp-buffer-show-specifiers in doc-string.
3975
08e1d82c
AS
39762011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3977
3978 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3979 menu-item.
3980
84bd6e9e
VJL
39812011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3982
3983 * whitespace.el: New version 13.2.2.
3984 (whitespace-newline-mode): Disable properly. Reported by Sarah
3985 <EmacsWiki>.
3986
dba0634a
UJ
39872011-10-30 Ulf Jasper <ulf.jasper@web.de>
3988
3989 * net/newst-treeview.el: Remove "Time-stamp".
3990 (newsticker--group-manage-orphan-feeds): Do not call
3991 newsticker--treeview-tree-update.
db22a3c2
JB
3992 (newsticker-treeview-update, newsticker-treeview):
3993 Call newsticker--treeview-tree-update if necessary.
dba0634a 3994
3d8daefe
MR
39952011-10-30 Martin Rudalics <rudalics@gmx.at>
3996
3997 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3998 (window-iso-combinations): Remove "iso-" infix.
3999 Suggested by Chong Yidong.
3d8daefe
MR
4000 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4001 (window-max-delta-1, window-resize, window--resize-siblings)
4002 (window--resize-this-window, adjust-window-trailing-edge)
4003 (split-window, balance-windows-1)
4004 (shrink-window-if-larger-than-buffer):
4005 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4006 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4007
1bc4c3ae
SM
40082011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4011 in place (bug#9907).
4012 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4013 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4014 (eshell-structure-basic-command, eshell-rewrite-while-command)
4015 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4016 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4017 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4018 (eshell-do-pipelines-synchronously, eshell-eval-command):
4019 Use backquotes and prefer setq to set.
4020 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4021 (eshell-macrop): Use functionp.
c1e2f5fa 4022 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4023
30b65d9c
CY
40242011-10-30 Chong Yidong <cyd@gnu.org>
4025
4026 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4027 instead of set-mark (Bug#9810).
4028
2d197ffb
CY
40292011-10-30 Chong Yidong <cyd@gnu.org>
4030
4031 * window.el (split-window-below, split-window-right): Rename from
4032 split-window-above-each-other and split-window-side-by-side
4033 respectively. All callers changed.
4034 (split-window-sensibly, split-window-sensibly): Use them.
4035 (split-window-keep-point): Doc fix.
4036
4037 * isearch.el: Add isearch-scroll property to split-window-below
4038 and split-window-right.
4039
4040 * follow.el (follow-mode):
4041 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4042 * progmodes/ada-xref.el (ada-gdb-application):
4043 * emulation/vip.el (vip-buffer-in-two-windows):
4044 * image-dired.el (image-dired-dired-with-window-configuration):
4045 * dired-x.el (dired-do-find-marked-files):
4046 * dired.el (dired-pop-to-buffer):
4047 * bs.el (bs--show-with-configuration):
4048 * vc/emerge.el (emerge-setup-windows):
4049 * textmodes/two-column.el (2C-two-columns):
4050 * textmodes/reftex-toc.el (reftex-toc):
4051 * progmodes/gdb-mi.el (gdb-setup-windows):
4052 * progmodes/fortran.el (fortran-window-create):
4053 * net/newst-treeview.el (newsticker--treeview-window-init):
4054 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4055 * emulation/tpu-edt.el (tpu-gold-map):
4056 * emulation/crisp.el (crisp-mode-map):
4057 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4058
38bb2ca8
CY
40592011-10-29 Chong Yidong <cyd@gnu.org>
4060
aa4de341
CY
4061 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4062
e1eb5385
CY
4063 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4064
5d2ece3c
CY
4065 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4066 forged Ispell output (Bug#7904).
4067
38bb2ca8
CY
4068 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4069
d0af9f77
SM
40702011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * doc-view.el: Avoid ugly errors about not finding nil.
4073 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4074 (doc-view-dvipdf-program, doc-view-unoconv-program)
4075 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4076 Avoid nil or absolute file name as default value.
4077 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4078
52bedd34
AM
40792011-10-28 Alan Mackenzie <acm@muc.de>
4080
db22a3c2 4081 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4082
7e43cfa5
AM
40832011-10-28 Alan Mackenzie <acm@muc.de>
4084
4085 Amend the handling of c-beginning/end-of-defun in nested declaration
4086 scopes.
4087
52bedd34
AM
4088 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4089 cc-langs.el. Change it to a defcustom.
7e43cfa5 4090
52bedd34
AM
4091 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4092 cc-vars.el.
7e43cfa5 4093
d0af9f77
SM
4094 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4095 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4096
52bedd34 4097 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4098 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4099 (c-widen-to-enclosing-decl-scope): New function.
4100 (c-while-widening-to-decl-block): New macro.
4101 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4102 outward for defun boundaries, and correspondingly change symbol
4103 `respect-enclosure' to `go-outward'.
4104 (c-declaration-limits): Change algorithm to report only the "innermost"
4105 defun's boundaries.
4106
1a2ce9ee
DD
41072011-10-28 Deniz Dogan <deniz@dogan.se>
4108
4109 * net/rcirc.el (rcirc-mode): Use hard newlines.
4110
bc97a826
AM
41112011-10-28 Alan Mackenzie <acm@muc.de>
4112
4113 Amend to indent and fontify macros "which include their own semicolon"
4114 correctly, using the "virtual semicolon" mechanism.
4115
52bedd34 4116 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4117
d0af9f77 4118 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4119 Recode to scan one line at a time rather than having \n and \r
58179cce 4120 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4121 (c-forward-label): Amend for virtual semicolons.
58179cce 4122 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4123
52bedd34
AM
4124 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4125 of the new C macros.
bc97a826 4126
52bedd34 4127 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4128 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4129 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4130 (c-opt-cpp-macro-define): Make into a full language variable.
4131 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4132 AWK Mode (including \n, \r) removed, no longer needed.
4133
d0af9f77
SM
4134 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4135 Invoke c-make-macro-with-semi-re.
bc97a826 4136
52bedd34
AM
4137 * progmodes/cc-vars.el (c-macro-with-semi-re):
4138 (c-macro-names-with-semicolon): New variables.
58179cce 4139 (c-make-macro-with-semi-re): New function.
bc97a826 4140
7a6c0941
SM
41412011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * vc/log-edit.el: Fill empty field rather than adding new one.
4144 (log-edit-add-field): New function.
4145 (log-edit-insert-changelog): Use it.
4146
b0c4cdcf
ML
41472011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4148
4149 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4150
ee1f1da9
SM
41512011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4154 (gdb--check-interpreter): New function.
4155 (gdb): Use it.
4156
51bc5f8b
GM
41572011-10-27 Glenn Morris <rgm@gnu.org>
4158
416a2c45
GM
4159 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4160 (least-positive-float, least-negative-float)
4161 (least-positive-normalized-float, least-negative-normalized-float)
4162 (float-epsilon, float-negative-epsilon):
4163 Remove unnecessary declarations.
4164
4165 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4166 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4167 (least-positive-float, least-negative-float)
4168 (least-positive-normalized-float, least-negative-normalized-float)
4169 (float-epsilon, float-negative-epsilon): Add doc-strings,
4170 based on those in cl.texi.
4171
51bc5f8b
GM
4172 * files.el (set-visited-file-name): If the major-mode changed,
4173 reload the local variables. (Bug#9796)
4174
15de15c6
CY
41752011-10-27 Chong Yidong <cyd@gnu.org>
4176
4177 * subr.el (change-major-mode-after-body-hook): New hook.
4178 (run-mode-hooks): Run it.
4179
ee1f1da9
SM
4180 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4181 Use change-major-mode-before-body-hook.
15de15c6
CY
4182
4183 * simple.el (fundamental-mode):
4184 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4185 change introducing fundamental-mode-hook.
4186
5430d399
JB
41872011-10-26 Juanma Barranquero <lekktu@gmail.com>
4188
acc825c5 4189 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4190
ad74a69e
MA
41912011-10-26 Michael Albinus <michael.albinus@gmx.de>
4192
4193 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4194 tramp.el explicitly. (Bug#7583)
ad74a69e 4195
71d4c2a5
SM
41962011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * progmodes/octave-mod.el:
4199 * progmodes/octave-inf.el: Update maintainer.
4200
b1f6fa26
CY
42012011-10-26 Chong Yidong <cyd@gnu.org>
4202
4203 * subr.el (with-wrapper-hook): Rewrite doc.
4204
3f04efd6
MA
42052011-10-25 Michael Albinus <michael.albinus@gmx.de>
4206
4207 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4208 filenames "/method:foo:". (Bug#9793)
3f04efd6 4209
410488d3
SM
42102011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4213 (bug#9865).
4214
c1ebb47e
GM
42152011-10-24 Glenn Morris <rgm@gnu.org>
4216
4217 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4218
7f5c46c7
MA
42192011-10-24 Michael Albinus <michael.albinus@gmx.de>
4220
4221 * notifications.el: Add the requirement of a running D-Bus session
4222 bus to the Commentary.
4223
db2440b6
JL
42242011-10-24 Juri Linkov <juri@jurta.org>
4225
4226 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4227 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4228 (Bug#9364)
4229
feecf435
JL
42302011-10-24 Juri Linkov <juri@jurta.org>
4231
4232 * info.el (Info-following-node-name-re): Add newline to the list
4233 of allowed characters for leading space. (Bug#9824)
4234
a3839de2
SM
42352011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4236
acc825c5
SM
4237 * progmodes/octave-inf.el (inferior-octave-mode-map):
4238 Fix C-c C-h binding.
a3839de2
SM
4239 * progmodes/octave-mod.el (octave-help): Remove.
4240
09388e76
MA
42412011-10-23 Michael Albinus <michael.albinus@gmx.de>
4242
4243 Sync with Tramp 2.2.3.
4244
4245 * net/tramp-cache.el (top): Pacify byte-compiler using
4246 `init-file-user' and `site-run-file'.
4247
4248 * net/trampver.el: Update release number.
4249
86c60681
CY
42502011-10-23 Chong Yidong <cyd@gnu.org>
4251
4252 * files.el (toggle-read-only): Remove obsolete comment about
4253 version control.
4254
4255 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4256 for toggle-read-only. Note that this hasn't called vc-next-action
4257 since 2008-05-02, though it wasn't documented at the time.
4258
a3839de2
SM
4259 * vc/ediff-init.el (ediff-toggle-read-only-function):
4260 Use toggle-read-only.
86c60681 4261
cd5495ff
AM
42622011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4263
4264 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4265 of c-parse-state.
4266
00b77525 4267 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4268 correct faulty logical expression.
cd5495ff
AM
4269 (c-parse-state-state, c-record-parse-state-state):
4270 (c-replay-parse-state-state): New defvar/defuns.
4271 (c-debug-parse-state): Use new functions.
4272
42ee24ed
MR
42732011-10-22 Martin Rudalics <rudalics@gmx.at>
4274
4275 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4276 last fix. Use window-in-direction correctly.
42ee24ed 4277
a7dee7e7
CY
42782011-10-21 Chong Yidong <cyd@gnu.org>
4279
4280 * progmodes/idlwave.el (idlwave-mode):
4281 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4282 require-final-newline; that's done in prog-mode.
4283 Suggested by Stefan Monnier.
a7dee7e7 4284
e07b9a6d
MR
42852011-10-21 Martin Rudalics <rudalics@gmx.at>
4286
4287 * mouse.el (mouse-drag-window-above)
4288 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4289 (mouse-drag-mode-line-1, mouse-drag-header-line)
4290 (mouse-drag-vertical-line-rightward-window): Remove.
4291 (mouse-drag-line): New function.
4292 (mouse-drag-mode-line, mouse-drag-header-line)
4293 (mouse-drag-vertical-line): Call mouse-drag-line.
4294 * window.el (window-at-side-p, windows-at-side): New functions.
4295
7e1361d9
UM
42962011-10-21 Ulrich Mueller <ulm@gentoo.org>
4297
4298 * tar-mode.el (tar-grind-file-mode):
4299 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4300
30fcaf3a
CY
43012011-10-21 Chong Yidong <cyd@gnu.org>
4302
4303 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4304 * progmodes/vera-mode.el (vera-mode):
4305 Use mode-require-final-newline.
30fcaf3a 4306
516eddb0
GM
43072011-10-20 Glenn Morris <rgm@gnu.org>
4308
db22a3c2 4309 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4310
10d5f513
CS
43112011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4312
4313 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4314
ac6c8639
CY
43152011-10-20 Chong Yidong <cyd@gnu.org>
4316
4317 * emulation/cua-base.el (cua-mode):
4318 * mail/footnote.el (footnote-mode):
4319 * mail/mailabbrev.el (mail-abbrevs-mode):
4320 * net/xesam.el (xesam-minor-mode):
4321 * progmodes/bug-reference.el (bug-reference-mode):
4322 * progmodes/cap-words.el (capitalized-words-mode):
4323 * progmodes/compile.el (compilation-minor-mode)
4324 (compilation-shell-minor-mode):
4325 * progmodes/gud.el (gud-tooltip-mode):
4326 * progmodes/hideif.el (hide-ifdef-mode):
4327 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4328 * progmodes/subword.el (subword-mode):
4329 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4330 * progmodes/which-func.el (which-function-mode):
4331 * term/tvi970.el (tvi970-set-keypad-mode):
4332 * term/vt100.el (vt100-wide-mode):
4333 * textmodes/flyspell.el (flyspell-mode):
4334 * textmodes/ispell.el (ispell-minor-mode):
4335 * textmodes/nroff-mode.el (nroff-electric-mode):
4336 * textmodes/paragraphs.el (use-hard-newlines):
4337 * textmodes/refill.el (refill-mode):
4338 * textmodes/reftex.el (reftex-mode):
4339 * textmodes/rst.el (rst-minor-mode):
4340 * textmodes/sgml-mode.el (html-autoview-mode)
4341 (sgml-electric-tag-pair-mode):
4342 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4343 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4344 * emulation/crisp.el (crisp-mode):
4345 * emacs-lisp/eldoc.el (eldoc-mode):
4346 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4347 minor mode behavior.
4348
aa42ab43
JL
43492011-10-19 Juri Linkov <juri@jurta.org>
4350
4351 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4352 the list of hard-coded chars with escape-glyph face.
4353
89400f1d
SM
43542011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4357
305c07f6
MA
43582011-10-19 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4361 running process.
4362
13754b54
GM
43632011-10-19 Glenn Morris <rgm@gnu.org>
4364
4365 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4366 Ignore ignored files. (Bug#9726)
4367
06e21633
CY
43682011-10-19 Chong Yidong <cyd@gnu.org>
4369
4370 Doc fix for minor modes, stating that an omitted argument enables
4371 the mode unconditionally when called from Lisp.
4372
4373 * abbrev.el (abbrev-mode):
4374 * allout.el (allout-mode):
4375 * autoinsert.el (auto-insert-mode):
4376 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4377 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4378 (global-auto-revert-mode):
4379 * battery.el (display-battery-mode):
4380 * composite.el (global-auto-composition-mode)
4381 (auto-composition-mode):
4382 * delsel.el (delete-selection-mode):
4383 * desktop.el (desktop-save-mode):
4384 * dired-x.el (dired-omit-mode):
4385 * dirtrack.el (dirtrack-mode):
4386 * doc-view.el (doc-view-minor-mode):
4387 * double.el (double-mode):
4388 * electric.el (electric-indent-mode, electric-pair-mode):
4389 * emacs-lock.el (emacs-lock-mode):
4390 * epa-hook.el (auto-encryption-mode):
4391 * follow.el (follow-mode):
4392 * font-core.el (font-lock-mode):
4393 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4394 * help.el (temp-buffer-resize-mode):
4395 * hilit-chg.el (highlight-changes-mode)
4396 (highlight-changes-visible-mode):
4397 * hi-lock.el (hi-lock-mode):
4398 * hl-line.el (hl-line-mode, global-hl-line-mode):
4399 * icomplete.el (icomplete-mode):
4400 * ido.el (ido-everywhere):
4401 * image-file.el (auto-image-file-mode):
4402 * image-mode.el (image-minor-mode):
4403 * iswitchb.el (iswitchb-mode):
4404 * jka-cmpr-hook.el (auto-compression-mode):
4405 * linum.el (linum-mode):
4406 * longlines.el (longlines-mode):
4407 * master.el (master-mode):
4408 * mb-depth.el (minibuffer-depth-indicate-mode):
4409 * menu-bar.el (menu-bar-mode):
4410 * minibuf-eldef.el (minibuffer-electric-default-mode):
4411 * mouse-sel.el (mouse-sel-mode):
4412 * msb.el (msb-mode):
4413 * mwheel.el (mouse-wheel-mode):
4414 * outline.el (outline-minor-mode):
4415 * paren.el (show-paren-mode):
4416 * recentf.el (recentf-mode):
4417 * reveal.el (reveal-mode, global-reveal-mode):
4418 * rfn-eshadow.el (file-name-shadow-mode):
4419 * ruler-mode.el (ruler-mode):
4420 * savehist.el (savehist-mode):
4421 * scroll-all.el (scroll-all-mode):
4422 * scroll-bar.el (scroll-bar-mode):
4423 * server.el (server-mode):
4424 * shell.el (shell-dirtrack-mode):
4425 * simple.el (auto-fill-mode, transient-mark-mode)
4426 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4427 (line-number-mode, column-number-mode, size-indication-mode)
4428 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4429 * strokes.el (strokes-mode):
4430 * time.el (display-time-mode):
4431 * t-mouse.el (gpm-mouse-mode):
4432 * tool-bar.el (tool-bar-mode):
4433 * tooltip.el (tooltip-mode):
4434 * type-break.el (type-break-mode-line-message-mode)
4435 (type-break-query-mode):
4436 * view.el (view-mode):
4437 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4438 (global-whitespace-mode, global-whitespace-newline-mode):
4439 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4440
a3839de2
SM
4441 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4442 Fix autogenerated docstring.
06e21633 4443
5214e501
JL
44442011-10-19 Juri Linkov <juri@jurta.org>
4445
4446 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4447 by checking environment variables "DESKTOP_SESSION" and
4448 "XDG_CURRENT_DESKTOP". (Bug#9779)
4449
195f8db9
JL
44502011-10-19 Juri Linkov <juri@jurta.org>
4451
4452 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4453 (browse-url-chromium-program, browse-url-chromium-arguments):
4454 New defcustoms.
4455 (browse-url-default-browser): Check for `browse-url-chromium' and
4456 call `browse-url-chromium-program'.
4457 (browse-url-chromium): New command. (Bug#9779)
4458
343a34ff
JB
44592011-10-18 Juanma Barranquero <lekktu@gmail.com>
4460
4461 * facemenu.el (list-colors-duplicates): On Windows, detect more
4462 duplicates by assuming that only colors matching "^System" are
4463 special "system colors". (Bug#9722)
4464
6978a151
SM
44652011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4468 to distinguish the author from the committer.
4469
6a80b297
MA
44702011-10-18 Michael Albinus <michael.albinus@gmx.de>
4471
4472 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4473
b31a5677
JK
44742011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4475
4476 * international/mule.el (sgml-html-meta-auto-coding-function):
4477 Add support for detecting encoding in HTML5 specified only as
4478 <meta charset="UTF-8">. Implementation just makes http-equiv and
4479 content-type parts from HTML4 encoding string optional. (Bug#9716)
4480
80c6d77f
GM
44812011-10-18 Glenn Morris <rgm@gnu.org>
4482
4483 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4484
08b0fee8
CY
44852011-10-18 Chong Yidong <cyd@gnu.org>
4486
4487 * faces.el (cursor): Doc fix.
4488
67e729a5
CY
44892011-10-17 Chong Yidong <cyd@gnu.org>
4490
4491 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4492
343a34ff 44932011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4494
4495 * dirtrack.el (dirtrack): Support shell buffers with path
4496 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4497
0bc06380
TZ
44982011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4499
4500 * json.el: Bump version to 1.3 and note change in History.
4501 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4502
8b79f3e0
SM
45032011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4504
5a7c536b
SM
4505 * comint.el (comint-insert-input, comint-send-input)
4506 (comint-get-old-input-default, comint-backward-matching-input)
4507 (comint-next-prompt): Use nil instead of `input' for field property of
4508 past user input (bug#114).
4509
96a8a0df
SM
4510 * minibuffer.el (completion--replace): Inherit surrounding properties
4511 (bug#114).
4512 (minibuffer-complete-and-exit): Use it.
4513
8b79f3e0
SM
4514 * comint.el (comint--table-subvert): Quote the all-completions output
4515 (bug#9160).
4516
b8f7ff0d
MR
45172011-10-17 Martin Rudalics <rudalics@gmx.at>
4518
8b79f3e0 4519 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4520
b8f7ff0d 4521 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4522 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4523 entries and separate them from frame entries.
4524
c235b555
GM
45252011-10-15 Glenn Morris <rgm@gnu.org>
4526
4527 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4528 Doc fixes.
4529
6bbfa6e1
CY
45302011-10-15 Chong Yidong <cyd@stupidchicken.com>
4531
8b79f3e0
SM
4532 * net/network-stream.el (network-stream-open-starttls):
4533 Improve detection of failure due to lack of TLS support.
ec5c990d 4534
6bbfa6e1
CY
4535 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4536 putting the input text in front and in bold.
4537
98488977
SM
45382011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4539
3d1337be
SM
4540 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4541
ee0b45e4
SM
4542 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4543 empty buffer.
4544
98488977
SM
4545 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4546 unread-command-events rather than pushing yet-another event.
4547
186f4720
EZ
45482011-10-14 Eli Zaretskii <eliz@gnu.org>
4549
4550 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4551 the explanation of the possible choices. Make the options passed
4552 to completing-read shorter.
4553
8b7a997c
AM
45542011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4555
4556 * textmodes/flyspell.el (flyspell-large-region): Make sure
4557 extended character mode is used if defined (Bug#1339).
4558
12587bbb
EZ
45592011-10-13 Eli Zaretskii <eliz@gnu.org>
4560
4561 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4562 character info for LRE, LRO, RLE, and RLO characters by appending
4563 an invisible PDF.
12587bbb 4564
bad41229
SM
45652011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4568 even in case of error; add debug spec; simplify data flow.
4569 (with-timeout-handler): Remove.
4570
28dbc92f
MA
45712011-10-12 Michael Albinus <michael.albinus@gmx.de>
4572
4573 Fix Bug#6019, Bug#9315.
4574
4575 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4576 complete `buffer-file-name', the local file name part could look
4577 remotely (for example on VMS).
4578
4579 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4580 `tramp-run-real-handler'.
4581 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4582 already quoted by '"'.
4583
4584 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4585 Let `file-name-handler-alist' be nil, the local file name part
4586 could look remotely (for example on VMS).
4587
e1b0b23a
SM
45882011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4591 from here...
4592 (flyspell-post-command-hook): ...to here.
4593
a120bde9
SM
45942011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4597 if not needed.
4598 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4599 using completion. Protect against "slow" callers.
4600 Remove the "message hack".
4601
7ce7717b
JL
46022011-10-11 Juri Linkov <juri@jurta.org>
4603
4604 * isearch.el (isearch-lazy-highlight-word): New variable.
4605 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4606 Use it. (Bug#9727)
4607
c02ee9d6
GM
46082011-10-11 Glenn Morris <rgm@gnu.org>
4609
4610 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4611 like f90-previous-statement does.
4612
93e616fd 46132011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4614
1f190e73 4615 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4616 only in interactive use, to avoid error.
4617
af7b6078
SM
46182011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * minibuffer.el (completion-file-name-table): Fix last change,
4621 i.e. ignore normal errors but not the other ones.
4622
0563dae9
MR
46232011-10-10 Martin Rudalics <rudalics@gmx.at>
4624
4625 * window.el (special-display-buffer-names)
4626 (special-display-regexps): Remove some remnants of earlier
4627 changes from doc-strings.
366ca7f3
MR
4628 (quit-windows-on): New function.
4629
4630 * vc/vc.el (vc-revert, vc-rollback):
4631 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4632 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4633 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4634
49677495
MR
46352011-10-09 Martin Rudalics <rudalics@gmx.at>
4636
4637 * window.el (frame-auto-hide-function): Add version tag.
4638 (Bug#9699)
4639
56f2d1e1
MA
46402011-10-09 Michael Albinus <michael.albinus@gmx.de>
4641
4642 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4643 condition.
4644
112a6592
LL
46452011-10-09 Leo Liu <sdl.web@gmail.com>
4646
4647 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4648 (Bug#9701)
4649
0812589b
GM
46502011-10-08 Glenn Morris <rgm@gnu.org>
4651
4652 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4653 before the first code statement zero indent. (Bug#9690)
4654
b2b0776e
CY
46552011-10-08 Chong Yidong <cyd@stupidchicken.com>
4656
4657 * simple.el (count-words-region): Always count in the region.
4658 Report the number of lines and characters too.
4659 (count-words): New command, which counts in the buffer if the
4660 region is inactive, as count-words-region used to.
4661 (count-words--message): New function. Handle plurals.
4662 (count-lines-region): Make it an alias for count-words-region.
4663
4664 * bindings.el (esc-map): Replace count-lines-region with
4665 count-words-region.
4666
c557cd6b
MR
46672011-10-08 Martin Rudalics <rudalics@gmx.at>
4668
4669 * window.el (window--delete): Delete dedicated frame
4670 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4671 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4672
61a57ef4 46732011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4674
3a7d293b 4675 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4676
c3833279
CY
46772011-10-07 Chong Yidong <cyd@stupidchicken.com>
4678
4679 * bindings.el ([M-left],[M-right]): Bind to left-word and
4680 right-word respectively.
4681
21ce8245
GM
46822011-10-07 Glenn Morris <rgm@gnu.org>
4683
4684 * cus-start.el (debug-on-quit): Fix custom type.
4685
6d823bb2
LMI
46862011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
0181e193
LMI
4688 * subr.el (define-key-after): Clarify that the function is not
4689 useful for non-menu keymaps.
4690
6d823bb2
LMI
4691 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4692
8e3459ce 46932011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4694
21ce8245 4695 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4696 in current minibuffer (Fix bug with recursive minibuffers).
4697
a1c2d21e
CY
46982011-10-06 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * progmodes/gdb-mi.el (gdb): Doc fix.
4701
5a4cf282
MR
47022011-10-05 Martin Rudalics <rudalics@gmx.at>
4703
4704 * window.el (frame-auto-hide-function): New option replacing
4705 frame-auto-delete. Suggested by Stefan Monnier.
4706 (window--delete): Call frame-auto-hide-function instead of
4707 investigating frame-auto-delete.
c96111ea
MR
4708 (window-point-1, set-window-point-1): New functions.
4709 (window-in-direction, record-window-buffer, window-state-get-1)
4710 (display-buffer-record-window): Use window-point-1 instead of
4711 window-point.
4712 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4713
9854542e
SM
47142011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4717
8943cfb0
GM
47182011-10-05 Glenn Morris <rgm@gnu.org>
4719
4720 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4721 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4722
647ab967
LL
47232011-10-05 Leo Liu <sdl.web@gmail.com>
4724
4725 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4726 works with buffer object.
4727
3ddfbced
SM
47282011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * mpc.el (mpc-tool-bar-map): Add labels.
4731
bdfa5dd2
GM
47322011-10-04 Glenn Morris <rgm@gnu.org>
4733
4734 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4735
0e2070b5
MR
47362011-10-04 Martin Rudalics <rudalics@gmx.at>
4737
4738 * window.el (window--delete): New function.
4739 (frame-auto-delete): Resuscitate option.
4740 (bury-buffer, replace-buffer-in-windows)
4741 (quit-window): Rewrite using window--delete.
4742 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4743 Pass display-buffer-mark-dedicated to window--display-buffer-2
4744 (Bug#9639).
4745
3dc61a09
SM
47462011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4747
915a9b64
SM
4748 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4749 returns a list (bug#9554). Add remote file name completion.
4750 * comint.el (comint--table-subvert): Curry and get quote&unquote
4751 functions as arguments.
4752 (comint--complete-file-name-data): Adjust call accordingly.
4753 * pcomplete.el (pcomplete--table-subvert): Remove.
4754 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4755
3dc61a09
SM
4756 * minibuffer.el (completion-table-case-fold): Use currying.
4757 (completion--styles-type, completion--cycling-threshold-type):
4758 New constants.
4759 (completion-styles, completion-category-overrides)
4760 (completion-cycle-threshold): Use them.
4761 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4762 completion-table-case-fold.
4763
8ea0a993
SB
47642011-10-03 Stephen Berman <stephen.berman@gmx.net>
4765
4766 * minibuffer.el (completion-category-overrides): Fix type of styles
4767 and add more user friendly tags (bug#9660).
4768
8c24b7f6
SM
47692011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4772 (mule-input-method-string): New widget.
4773 (default-input-method, language-info-custom-alist): Use it.
4774
428fe61a
SM
47752011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4776
32c1fffd
SM
4777 * pcomplete.el: Require comint.
4778 (pcomplete--common-suffix): Remove.
4779 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4780 (pcomplete--table-subvert): Sync with comint--table-subvert.
4781 (pcomplete--entries): Use comint-completion-file-name-table.
4782 * comint.el (comint-unquote-filename): Simplify.
4783 (comint-completion-file-name-table): New function (bug#9616).
4784 (comint--complete-file-name-data): Use it.
4785
428fe61a
SM
4786 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4787 (pcmpl-gnu-tar-buffer): Remove.
4788 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4789 around. Make sure pcomplete-suffix-list is only changed temporarily.
4790 Don't look inside the tar's file if it's too large.
428fe61a 4791
04c52e2f
CY
47922011-10-01 Chong Yidong <cyd@stupidchicken.com>
4793
ce3cefcc
CY
4794 * cus-edit.el (custom-mode-map):
4795 * epa.el (epa-key-list-mode-map):
4796 * man.el (Man-mode-map):
4797 * startup.el (splash-screen-keymap):
4798 * simple.el (special-mode-map): Use scroll-up-command and
4799 scroll-down-command.
4800
4801 * progmodes/idlw-help.el (idlwave-help-mode-map):
4802 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4803 * net/newst-plainview.el (newsticker-mode-map):
4804 * emulation/ws-mode.el (wordstar-mode-map):
4805 * emulation/vi.el (vi-com-map):
4806 * calc/calc-graph.el (calc-graph-show-dumb):
4807 * term/sun.el (terminal-init-sun):
4808 * term/ns-win.el (global-map):
4809 * progmodes/grep.el (grep-mode-map):
4810 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4811 * mail/rmail.el (rmail-mode-map):
4812 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4813
04c52e2f
CY
4814 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4815 custom-safe-themes as special.
4816
79adf8c8
JD
48172011-10-01 Julien Danjou <julien@danjou.info>
4818
4819 * notifications.el (notifications-notify): Fix docstring.
4820
63bd50d3
PS
48212011-10-01 Per Starbäck <per@starback.se>
4822
4823 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4824
199e4c7e
MR
48252011-09-30 Martin Rudalics <rudalics@gmx.at>
4826
4827 * startup.el (command-line-1): Fix last fix by inserting
4828 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4829 (Bug#9605) and (Bug#9636)
199e4c7e 4830
fe5f08dd
EZ
48312011-09-29 Eli Zaretskii <eliz@gnu.org>
4832
4833 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4834 window is hscrolled, move by logical lines. (Bug#9607)
4835 (line-move-visual): Update the doc string to the above effect.
4836
b5516bbd
MR
48372011-09-29 Martin Rudalics <rudalics@gmx.at>
4838
ccee00c0
MR
4839 * window.el (display-buffer-record-window): When WINDOW is the
4840 selected window use `point' instead of `window-point'. (Bug#9626)
4841
b5516bbd
MR
4842 * startup.el (command-line-1): Use insert-before-markers when
4843 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4844
b5516bbd
MR
4845 * help.el (help-window): Remove variable.
4846
52aa0014
GM
48472011-09-29 Glenn Morris <rgm@gnu.org>
4848
4849 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4850
df9a7357
JB
48512011-09-29 Juanma Barranquero <lekktu@gmail.com>
4852
4853 * descr-text.el (describe-char-categories): Accept category
4854 descriptions more than one line long.
4855
a8406c20
SM
48562011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4857
88d9610c
SM
4858 * simple.el (delete-trailing-whitespace): Fix last change.
4859
a5daf810
SM
4860 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4861 Don't confuse "y => 3" as the beginning of a `y' operation.
4862
a8406c20
SM
4863 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4864 object has more than 4 slots (bug#9613).
4865
a239d4e9
JB
48662011-09-28 Juanma Barranquero <lekktu@gmail.com>
4867
4868 * subr.el (with-output-to-temp-buffer):
4869 * net/quickurl.el (quickurl, quickurl-browse-url):
4870 Fix typos in docstrings.
4871
693fbdb6
EZ
48722011-09-27 Eli Zaretskii <eliz@gnu.org>
4873
4874 * minibuffer.el (completion-styles)
4875 (completion-category-overrides): Cross reference each other in doc
4876 strings.
4877
8b457e28
GM
48782011-09-27 Glenn Morris <rgm@gnu.org>
4879
4880 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4881 to split-string. (Bug#9606)
4882
85a16208
LMI
48832011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4884
4885 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4886 (bug#9615).
4887
502f9ebd
CY
48882011-09-27 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * emacs-lisp/package.el (list-packages): Fix echo area message.
4891
7690bdea
LL
48922011-09-27 Leo Liu <sdl.web@gmail.com>
4893
4894 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4895
e2ee6f30
MA
48962011-09-25 Michael Albinus <michael.albinus@gmx.de>
4897
4898 * net/dbus.el (dbus-unregister-object): Don't release services for
4899 registered signals. (Bug#9581)
4900
f3f98342
TZ
49012011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4902
4903 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4904 function that picks between cfengine 2 and 3 support
4905 automatically. Update docs accordingly.
4906
dd7aa8dd
KH
49072011-09-22 Kenichi Handa <handa@m17n.org>
4908
4909 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4910 ZERO.
4911 (indian-itrans-v5-table-for-tamil): New variable.
4912 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4913
3f2b07f8
KM
49142011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4915
4916 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4917 that's true if the current command involved collapsing of text.
4918 It's reset to false at the beginning of the next command.
4919 (allout-post-command-business): Move the cursor to the beginning
4920 of entry if the cursor is hidden and collapsing activity just
4921 happened.
4922
371d6a61
CY
49232011-09-24 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4926 tracking (Bug#9541).
4927
2ac2721a
UJ
49282011-09-24 Ulf Jasper <ulf.jasper@web.de>
4929
4930 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4931 (newsticker-show-news): Automatically load html rendering package
4932 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4933 because w3m-fill-column is let-bound" and the error "Symbol's value
4934 as variable is void: w3m-fill-column".
2ac2721a 4935
fac7ae53
MA
49362011-09-24 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4939 Release services only if they are defined. (Bug#9581)
4940
e08b633b
RS
49412011-09-23 Richard Stallman <rms@gnu.org>
4942
e488d29c
RS
4943 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4944 distinguish start of paragraph from start of its text.
4945
19c38752
RS
4946 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4947
e08b633b
RS
4948 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4949 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4950 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4951
0a39f27e
AS
49522011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4953
4954 * international/mule-diag.el (mule-diag): Insert a newline after
4955 each fontset description.
4956
db4e950d
SM
49572011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * simple.el (delete-trailing-whitespace):
4960 Document last change; simplify.
4961
eca3f3ea
PW
49622011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4963
d68e189a
PW
4964 * simple.el (delete-trailing-whitespace): Also delete
4965 extra newlines at the end of the buffer.
4966
eca3f3ea
PW
4967 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4968 (picture-newline): Use forward-line so as to ignore fields.
4969
01c157cc
SM
49702011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * subr.el (with-wrapper-hook): Fix edebug spec.
4973
022de23e
LMI
49742011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4975
4976 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4977 (bug#4538).
4978
91683089
MA
49792011-09-23 Michael Albinus <michael.albinus@gmx.de>
4980
eca3f3ea
PW
4981 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4982 Fix nasty bug using wrong cached values.
91683089 4983
5bdd6fa4
AM
49842011-09-23 Alan Mackenzie <acm@muc.de>
4985
4986 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4987
97adfb97
CY
49882011-09-23 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * window.el (pop-to-buffer): Ensure right window is selected if we
4991 chose another frame.
4992
d4ef2b50
EZ
49932011-09-22 Eli Zaretskii <eliz@gnu.org>
4994
4995 * simple.el (what-cursor-position): Use get-char-property-change
4996 and next-single-char-property-change, to be able to show display
4997 properties that come from overlays as well as text properties.
4998
72258fe5
CY
49992011-09-22 Chong Yidong <cyd@stupidchicken.com>
5000
5001 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5002
5003 * cmuscheme.el (run-scheme, switch-to-scheme):
5004 * cus-edit.el (customize-group, custom-buffer-create)
5005 (customize-browse):
5006 * info.el (info):
5007 * shell.el (shell):
5008 * mail/sendmail.el (mail):
5009 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5010
8f098516
RS
50112011-09-22 Richard Stallman <rms@gnu.org>
5012
5013 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5014 move back only to line beg, don't move back over blank lines.
5015
e74f1bb6
MA
50162011-09-22 Michael Albinus <michael.albinus@gmx.de>
5017
5018 * files.el (copy-directory): Set directory attributes only in case
5019 they could be retrieved from the source directory. (Bug#9565)
5020
bfeef8b6
DK
50212011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5022
5023 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5024 (hs-find-block-beginning, hs-hide-level-recursive):
5025 Ignore strings as well as comments. (Bug#9502)
5026
7e423bb8
AS
50272011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5028
5029 * progmodes/sql.el (sql-comint-postgres):
5030 Convert port number to a string. (Bug#9566)
5031
b4d72fcf
MR
50322011-09-22 Martin Rudalics <rudalics@gmx.at>
5033
5034 * window.el (quit-window): Undedicate window when switching to
5035 previous buffer. Reported by Thierry Volpiatto
5036 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5037 (special-display-popup-frame): When popping up a new frame reset
5038 its previous buffers to nil. Simplify code.
b4d72fcf 5039
a7b88dc6
MA
50402011-09-21 Michael Albinus <michael.albinus@gmx.de>
5041
5042 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5043 and process filter, as done also in `shell-command'.
5044
cf4eacfd
MR
50452011-09-21 Martin Rudalics <rudalics@gmx.at>
5046
eca3f3ea 5047 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5048 Call set-window-start with NOFORCE argument t.
5049 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5050 (quit-window): Reword doc-string. Handle new format of
5051 quit-restore parameter. Don't delete window if it has a
5052 previous buffer we can show instead of the present one.
5053 (display-buffer-record-window): Rewrite using a new format for
5054 the quit-restore window parameter
5055 (special-display-popup-frame, display-buffer-same-window)
5056 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5057 (display-buffer-pop-up-window, display-buffer-use-some-window):
5058 Adapt symbol passed to display-buffer-record-window.
5059 * help.el (help-window-setup): Handle new format of quit-restore
5060 parameter.
5061
8d28cb95
SM
50622011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5063
94ab793f
SM
5064 * faces.el (face-list): Fix docstring (bug#9564).
5065
8d28cb95
SM
5066 * window.el (display-buffer--action-function-custom-type):
5067 Don't include internal functions in the Custom interface.
5068
3820edeb
JL
50692011-09-20 Juri Linkov <juri@jurta.org>
5070
5071 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5072 (Info-forward-node, Info-backward-node, Info-next-preorder)
5073 (Info-last-preorder): Use it. (Bug#9528)
5074
5147931d
JL
50752011-09-20 Juri Linkov <juri@jurta.org>
5076
5077 * info.el (Info-last-preorder): Visit last menu item only when
5078 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5079
cf499a1a
JD
50802011-09-20 Julien Danjou <julien@danjou.info>
5081
5082 * password-cache.el (password-cache-remove): Remove entries even if the
5083 value is nil, so that password with a nil value (negative caching) is
5084 possible to invalidate.
5085
f84e2fe2
LM
50862011-09-20 Lawrence Mitchell <wence@gmx.li>
5087
5088 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5089 all whitespace around breakpoint. (Bug#9553)
5090 (f90-find-breakpoint): Only break at whitespace inside a comment.
5091
78054a46
SM
50922011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * minibuffer.el (completion-file-name-table): Keep track of errors.
5095 (completion-table-with-predicate): Handle the case where pred1 is nil.
5096 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5097
345083b2
SM
50982011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5099
e24e27be
SM
5100 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5101 (debugger-return-value): Signal an error if the debugging context does
5102 not await any return value.
5103
345083b2
SM
5104 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5105 * image-mode.el (image-toggle-display-text)
5106 (image-toggle-display-image): Stay away from evil `intangible'.
5107
08d355e3
LL
51082011-09-19 Leo Liu <sdl.web@gmail.com>
5109
5110 * replace.el (occur-revert-arguments): Make it permanent-local.
5111 (occur-mode): Don't call font-lock-defontify.
5112
f01da43f
CY
51132011-09-19 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * net/ldap.el (ldap-search-internal): Don't push empty search
5116 result (Bug#9508).
5117
b6072fa6
SM
51182011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5121
443d6696
MA
51222011-09-19 Michael Albinus <michael.albinus@gmx.de>
5123
5124 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5125 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5126
7cc6e154
JL
51272011-09-18 Juri Linkov <juri@jurta.org>
5128
5129 * buff-menu.el (Buffer-menu-mode-map):
5130 * dired.el (dired-mode-map):
5131 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5132 (lisp-interaction-mode-map):
5133 * emacs-lisp/package.el (package-menu-mode-map):
5134 * epa.el (epa-key-list-mode-map):
5135 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5136 (menu-bar-options-menu):
5137 * outline.el (outline-mode-menu-bar-map):
5138 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5139 * vc/vc-dir.el (vc-dir-menu-map):
5140 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5141 Capitalize non-function content words in menu item strings.
5142
5143 * dired.el (dired-mode-map): Add menu item for
5144 `image-dired-dired-toggle-marked-thumbs'.
5145
80302a81
JL
51462011-09-18 Juri Linkov <juri@jurta.org>
5147
5148 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5149 to `isearch-case-fold-search' and restore its original value
5150 after the `isearch-mode' call.
5151
46c5cf66
JL
51522011-09-18 Juri Linkov <juri@jurta.org>
5153
5154 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5155 because `zgrep' returns 1 for successful matches (bug#9226).
5156
d18b513b
JL
51572011-09-18 Juri Linkov <juri@jurta.org>
5158
5159 * info.el (Info-extract-menu-node-name): Check the second match
5160 for empty string (second test-case of bug#9528).
5161 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5162 intermediate nodes to the history (first test-case of bug#9528).
5163
72753f87
JL
51642011-09-18 Juri Linkov <juri@jurta.org>
5165
5166 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5167 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5168
c9384295
JL
51692011-09-18 Juri Linkov <juri@jurta.org>
5170
1154d12e
JB
5171 * info.el (Info-file-supports-index-cookies):
5172 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5173 outputs one more line for long file names (bug#4142).
c9384295 5174
d473dce8
CY
51752011-09-18 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * newcomment.el (comment-normalize-vars): If prompting for
5178 comment-start, set comment-start-skip too (Bug#8424).
5179
2176854d
JB
51802011-09-18 Johan Bockgård <bojohan@gnu.org>
5181
5182 * icomplete.el: Fix previous fix of Bug#5849.
5183 (icomplete-mode): Don't set completion-show-inline-help.
5184 (icomplete-minibuffer-setup): Set completion-show-inline-help
5185 locally during icompletion.
5186
3aace4e4
CY
51872011-09-18 Chong Yidong <cyd@stupidchicken.com>
5188
c940224f
CY
5189 * woman.el (woman2-process-escapes): Don't delete unrecognized
5190 escapes (Bug#7843).
5191
3aace4e4
CY
5192 * files.el (inhibit-first-line-modes-regexps): Add image files.
5193 (hack-local-variables-prop-line): Return nil for malformed
5194 prop-lines (Bug#9044).
5195
710dec63
MA
51962011-09-18 Michael Albinus <michael.albinus@gmx.de>
5197
5198 * net/tramp.el (top): Don't require 'shell.
5199 (tramp-methods): Fix docstring.
5200 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5201 Return complete remote file name. Handle "smb" case.
5202 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5203 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5204
5205 * net/tramp-compat.el (top): Require 'shell.
5206
5207 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5208 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5209 `tramp-current-host'.
5210 (tramp-get-remote-tmpdir): Remove.
5211
5212 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5213 `tramp-tmpdir' entries.
5214 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5215 (tramp-smb-handle-file-attributes): Ignore errors.
5216 (tramp-smb-wait-for-output): Check also for process end.
5217
5d5ac8ec
LMI
52182011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5219
5220 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5221 when sending QUIT (bug#9312).
5222
8c0f49f0
CY
52232011-09-17 Chong Yidong <cyd@stupidchicken.com>
5224
5225 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5226 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5227 occur-mode-display-occurrence.
5228 (occur-edit-mode): Add usage message.
5229 (occur-cease-edit): New command.
5230 (occur-after-change-function): Use text properties to find the
5231 position of the prefix text.
5232 (occur-engine): Set stickiness of prefix text properties.
5233
8f1383f7
GM
52342011-09-17 Glenn Morris <rgm@gnu.org>
5235
5236 * progmodes/etags.el (complete-tag):
5237 Fix call to completion-in-region. (Bug#9526)
5238
744ba0e3
JL
52392011-09-17 Juri Linkov <juri@jurta.org>
5240
5241 * textmodes/ispell.el (ispell-word): Add to the error message
5242 the word, ispell program name and current dictionary (bug#9121).
5243 (ispell-tex-arg-end): Capitalize "error" in the error message.
5244
d9bbf400
AS
52452011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5246
5247 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5248 check. (Bug#4251)
5249
8da11505
JL
52502011-09-17 Juri Linkov <juri@jurta.org>
5251
5252 * window.el (window-safe-min-height, window-safe-min-width):
5253 Fix typos (followup to bug#9522).
5254
a91adc7e
SJ
52552011-09-17 Sven Joachim <svenjoac@gmx.de>
5256
5257 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5258
064f328a
EZ
52592011-09-16 Eli Zaretskii <eliz@gnu.org>
5260
5261 * simple.el (line-move): If goal-column is set, move by logical
5262 lines, not by display lines. (Bug#971)
5263 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5264 to reflect the above change.
5265
e69df516
SM
52662011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * image.el (imagemagick-register-types): Use regexp-opt.
5269
cbb0f9ab
CY
52702011-09-15 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * window.el (display-buffer-base-action): Rename from
5273 display-buffer-default-action. Make default value empty.
5274 (display-buffer-overriding-action): Convert to defvar.
5275 (display-buffer-fallback-action): New var.
5276
25322144
CY
52772011-09-15 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5280 declaration.
5281 (package--add-to-archive-contents): If there is a duplicate entry
5282 with an older version, remove it.
5283 (package-menu-mark-delete, package-menu-mark-install)
5284 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5285 (package-menu-mark-obsolete-for-deletion):
5286 Use package-menu-get-status instead of a regexp search.
25322144
CY
5287 (package-menu-get-status): Use tabulated-list-entry.
5288 (package-menu-mark-upgrades): New command.
d770725a 5289 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5290 (package-menu-execute): Do installation before deletion.
5291 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5292 instead of checking major-mode.
5293 (package-menu--find-upgrades): New function.
5294
7520339c
LMI
52952011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5296
5297 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5298 passwords in the log buffer.
65a046c4
LMI
5299 (smtpmail-process-filter): Update the process marker so that the
5300 "broken by peer" status message is inserted in the right place.
7520339c 5301
d3c30954
SM
53022011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5303
3fe48822
SM
5304 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5305 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5306 bibtex-completion-at-point-function.
5307 (bibtex-completion-at-point-function): Use them.
5308
1b8b3954
SM
5309 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5310
d3c30954
SM
5311 * mpc.el (mpc-constraints-tag-lookup): New function.
5312 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5313 also to browser "album|playlist".
5314
72779976
JL
53152011-09-14 Juri Linkov <juri@jurta.org>
5316
5317 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5318 (isearch-edit-string): Use length of `isearch-string' when
5319 `isearch-fail-pos' returns nil.
5320 (isearch-message): Remove duplicate code and call
5321 `isearch-fail-pos' with arg `t'.
5322
a0bf2bcd
CY
53232011-09-14 Chong Yidong <cyd@stupidchicken.com>
5324
17bb0a2d
CY
5325 * replace.el (occur-mode-goto-occurrence): Don't force using other
5326 window (Bug#9499).
5327
a0bf2bcd
CY
5328 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5329
f678e0b6
MR
53302011-09-14 Martin Rudalics <rudalics@gmx.at>
5331
5332 * window.el (display-buffer-window): Remove.
5333 (display-buffer-record-window): Use help-setup window parameter
5334 instead of variable display-buffer-window.
5335 (display-buffer-function, special-display-buffer-names)
5336 (special-display-function): Mention help-setup parameter instead
5337 of display-buffer-window in doc-string.
d3c30954
SM
5338 * help.el (help-window-setup): New argument help-window.
5339 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5340 Reword some messages.
5341 (with-help-window): Pass window used for displaying the buffer
5342 to help-window-setup. Don't set display-buffer-window.
5343
8e39b2e8
GM
53442011-09-13 Glenn Morris <rgm@gnu.org>
5345
5346 * emacs-lisp/debug.el (debugger-make-xrefs):
5347 Preserve point. (Bug#9462)
5348
85e9c04b
CY
53492011-09-13 Chong Yidong <cyd@stupidchicken.com>
5350
5351 * window.el (window-deletable-p): Use next-frame.
5352
1b36ed6a
MR
53532011-09-13 Martin Rudalics <rudalics@gmx.at>
5354
5355 * window.el (window-auto-delete): Remove.
5356 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5357 dedication and previous buffers.
1b36ed6a
MR
5358 (switch-to-prev-buffer): Don't delete window.
5359 (delete-windows-on): Delete a window's frame if and only if the
5360 window is dedicated.
5361 (replace-buffer-in-windows): Delete buffer's window or frame if
5362 and only if window is dedicated.
5363 (quit-window): Handle quit-restore as before last change.
4d61f28d 5364 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5365
ef8ef9fb
CY
53662011-09-13 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * window.el (window-deletable-p): Never delete the last frame on a
5369 given terminal.
5370
b2cba41e
GM
53712011-09-13 Glenn Morris <rgm@gnu.org>
5372
5373 * help.el (describe-key-briefly): Copy previous standard-output change.
5374
51553db6 53752011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5376
5377 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5378
b7556719
GM
53792011-09-13 Glenn Morris <rgm@gnu.org>
5380
5381 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5382 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5383
64b51947
CY
53842011-09-12 Chong Yidong <cyd@stupidchicken.com>
5385
5386 * dired-aux.el (dired-mark-read-string): Don't return default
5387 value on empty input (Bug#9361).
5388 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5389 Omit initial minibuffer contents.
5390 (dired-do-chmod): Signal an error on empty input.
5391 (dired-mark-read-string): Don't return default on empty input.
5392
5393 * files.el (file-modes-symbolic-to-number): Doc fix.
5394
393a301e
SM
53952011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * international/mule-cmds.el (ucs-completions): Remove.
5398 (read-char-by-name): Use complete-with-action instead; add metadata.
5399
fa5660f9
CY
54002011-09-11 Chong Yidong <cyd@stupidchicken.com>
5401
5402 * window.el (display-buffer--action-function-custom-type)
5403 (display-buffer--action-custom-type): New vars.
5404 (display-buffer-alist, display-buffer-default-action)
5405 (display-buffer-overriding-action): Add defcustom types.
5406
4a592f66
CY
5407 * frame.el (delete-other-frames): Doc fix (Bug#276).
5408
73d56dbd
LMI
54092011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5410
5411 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5412
37ac18a3
CY
54132011-09-11 Chong Yidong <cyd@stupidchicken.com>
5414
5415 Change modes that used same-window-* vars to use switch-to-buffer.
5416
5417 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5418 Use switch-to-buffer.
5419
5420 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5421 (customize-browse, custom-buffer-create-other-window):
5422 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5423
5424 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5425 (Info-prev, Info-up, Info-speedbar-goto-node)
5426 (info-display-manual): Use switch-to-buffer.
5427 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5428
5429 * mail/sendmail.el (mail): Use switch-to-buffer.
5430 (mail-recover): Use switch-to-buffer-other-window.
5431
5432 * cmuscheme.el (run-scheme, switch-to-scheme):
5433 * ielm.el (ielm):
5434 * shell.el (shell):
5435 * net/rlogin.el (rlogin):
5436 * net/telnet.el (telnet, rsh):
5437 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5438
10195bd6
AS
54392011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5440
5441 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5442
b322f63a
LMI
54432011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5444
39d7fed6
LMI
5445 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5446 so don't mention it (bug#9301).
ba5a81f1 5447 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5448
ee0e9f11
LMI
5449 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5450 match `x', `w32' and `ns', like the manual says (bug#9029).
5451
0b1c89c1 5452 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5453 (process-kill-buffer-query-function): Mention the buffer name in
5454 the query.
0b1c89c1 5455
77549ea8
LMI
5456 * image-mode.el (image-next-line): The line parameter is mandatory
5457 (bug#9258).
5458
803ef892
LMI
5459 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5460 which can be useful (bug#9301).
5461
12980837
LMI
5462 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5463
91054f8f
LMI
5464 * subr.el (match-string): Mention that the current buffer should
5465 be the same as the search was done in (bug#9282).
5466
b322f63a
LMI
5467 * facemenu.el: Disable the remove-* commands if the mark isn't
5468 active (bug#9162).
5469
3199b96f
CY
54702011-09-10 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5473 of display-buffer.
5474 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5475
5476 * replace.el (occur-mode-goto-occurrence)
5477 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5478 and display-buffer.
5479
5480 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5481 display-buffer.
5482
5483 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5484 special-display and same-window variables.
5485 (mail-other-window): Use switch-to-buffer-other-window.
5486 (mail-other-frame): USe switch-to-buffer-other-frame.
5487
393a301e
SM
5488 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5489 Use display-buffer-other-frame.
3199b96f
CY
5490 (gdb-display-gdb-buffer): Use pop-to-buffer.
5491
5492 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5493
5494 * progmodes/python.el: Don't set same-window-buffer-names.
5495
5496 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5497
5498 * window.el (display-buffer-alist): Add *Python*.
5499
8319e0bf
CY
55002011-09-10 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * window.el (display-buffer-alist): Add entry for buffers
5503 previously handled same-window-*.
5504 (display-buffer-alist, display-buffer-default-action)
5505 (display-buffer-overriding-action): Mark as risky.
5506 (display-buffer-alist): Document action function changes.
5507 (display-buffer--same-window-action)
5508 (display-buffer--other-frame-action): New variables.
5509 (switch-to-buffer, display-buffer-other-frame): Use them.
5510 (display-buffer): Rename reuse-frame entry to reusable-frames.
5511 (display-buffer-reuse-selected-window): Function deleted.
5512 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5513 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5514 (display-buffer-special): New function.
5515 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5516 display-buffer-reuse-or-pop-window. Split off special-display
5517 part into display-buffer-special.
5518 (display-buffer-use-some-window): Don't perform any special
5519 pop-up-frames handling.
5520 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5521 (display-buffer--maybe-same-window): Rename from
0d3ff375 5522 display-buffer-maybe-same-window.
8319e0bf 5523
919a69aa
CY
5524 * info.el: Don't set same-window-regexps.
5525 (info-setup): New function.
5526 (info-other-window, info): Call it.
5527
5528 * cus-edit.el: Don't set same-window-regexps.
5529 (customize-group): New argument.
5530 (customize-group-other-window): Use it.
5531 (customize-face, customize-face-other-window): Likewise.
5532 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5533
8319e0bf
CY
5534 * net/rlogin.el:
5535 * net/telnet.el:
5536 * progmodes/gud.el: Don't set same-window-regexps.
5537
5538 * cmuscheme.el:
5539 * ielm.el:
5540 * shell.el:
5541 * mail/sendmail.el:
5542 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5543
25173000
JL
55442011-09-10 Juri Linkov <juri@jurta.org>
5545
5546 * isearch.el (isearch-edit-string): Remove obsolete mention of
5547 `C-w' (`isearch-yank-word-or-char') from docstring.
5548 (isearch-query-replace): Fix typo in docstring (bug#9466).
5549
056e44ef
JL
55502011-09-10 Juri Linkov <juri@jurta.org>
5551
5552 * paren.el (show-paren-function): Don't show escaped parens.
5553 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5554
c3760c17
EZ
55552011-09-10 Eli Zaretskii <eliz@gnu.org>
5556
5557 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5558 (mm-default-file-encoding): Remove autoload forms, they are
5559 replaced with autoload cookies in mml.el and mm-encode.el.
5560 (mail-add-attachment): New command.
5561 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5562 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5563 the doc string.
5564 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5565
fece895e
RT
55662011-09-10 Reuben Thomas <rrt@sc3d.org>
5567
e69df516
SM
5568 * simple.el (count-words-region): Use buffer if there's no region
5569 (bug#9429).
fece895e 5570
5e68ce4a
JL
55712011-09-09 Juri Linkov <juri@jurta.org>
5572
5573 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5574 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5575 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5576
0a6b9622
AM
55772011-09-09 Alan Mackenzie <acm@muc.de>
5578
5579 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5580 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5581
14a29deb
EZ
55822011-09-09 Eli Zaretskii <eliz@gnu.org>
5583
5584 Fix for Savannah bug#9392.
5585 * simple.el (mail-encode-mml): New defvar.
5586
5587 * mail/rmail.el (mail-encode-mml): Add a defvar.
5588 (rmail-enable-mime-composing): Default to t.
5589 (rmail-forward): Use MIME method of forwarding only if both
5590 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5591 Set mail-encode-mml non-nil if the MIME method was used.
5592
5593 * mail/sendmail.el (mml-to-mime): Add autoload form.
5594 (mail-encode-mml): Add a defvar.
5595 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5596 to nil.
5597 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5598 message through mml-to-mime, and reset mail-encode-mml to nil.
5599
28c45130
GM
56002011-09-09 Glenn Morris <rgm@gnu.org>
5601
5602 * woman.el (woman-if-body): When processing an .el block,
5603 do not delete the next .el block as well. (Bug#9447)
69f4b618 5604 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5605
9b1c252e
MR
56062011-09-08 Martin Rudalics <rudalics@gmx.at>
5607
5608 * window.el (window-deletable-p): Make sure window is live before
5609 invoking window-prev-buffers.
5610
567457e3
LL
56112011-09-08 Leo Liu <sdl.web@gmail.com>
5612
5613 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5614
97f05794
JL
56152011-09-08 Juri Linkov <juri@jurta.org>
5616
5617 * progmodes/compile.el (compilation-environment): Make it
5618 a defcustom (bug#8340).
5619
8b0874b5
MR
56202011-09-08 Martin Rudalics <rudalics@gmx.at>
5621
5622 * window.el (frame-auto-delete): Rename to window-auto-delete.
5623 Make it control auto-deletion of windows and/or frames.
5624 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5625 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5626 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5627 Rewrite handling of case when window/frame can be deleted.
5628 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5629 argument t. (Bug#9456)
8b0874b5 5630
4feb6e73
CY
56312011-09-07 Chong Yidong <cyd@stupidchicken.com>
5632
5633 * help-mode.el (help-mode): Restore autoload.
5634
91ab9c13
JL
56352011-09-07 Juri Linkov <juri@jurta.org>
5636
5637 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5638 `compilation-environment'. Set buffer-local
5639 `compilation-environment' to `thisenv' later after (funcall mode).
5640 (Bug#8340)
5641
5642 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5643 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5644 instead of replacing its value. (Bug#8340)
5645
0527e251
JL
56462011-09-07 Juri Linkov <juri@jurta.org>
5647
5648 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5649 based on text properties put by `grep-filter' instead of matching
5650 escape sequences.
5651 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5652 to the value of `grep-error-screen-columns' (bug#9438).
5653
249f792c
JL
56542011-09-07 Juri Linkov <juri@jurta.org>
5655
5656 * simple.el (next-error-highlight, next-error-highlight-no-select):
5657 Doc fix (bug#9432).
5658
ff7271b9
OT
56592011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5660
5661 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5662 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5663
183fc730
LL
56642011-09-07 Leo Liu <sdl.web@gmail.com>
5665
5666 * net/rcirc.el (rcirc-mode): Conditionally initialize
5667 rcirc-input-ring.
5668
77694924
SM
56692011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * emacs-lisp/find-func.el (find-function-C-source): Only set
5672 find-function-C-source-directory after checking that we found a source
5673 file there (bug#9440).
5674
d809b8eb
AM
56752011-09-06 Alan Mackenzie <acm@muc.de>
5676
5677 * isearch.el (isearch-other-meta-char): Wherever a key list is
5678 unread, "unread" the prefix arg, too. This fixes bug #8901.
5679
453de99f
OG
56802011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5681
5682 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5683
90439906
JL
56842011-09-05 Juri Linkov <juri@jurta.org>
5685
5686 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5687
f62bd846
JL
56882011-09-05 Juri Linkov <juri@jurta.org>
5689
5690 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5691 keeping point where processing of grep matches begins, and
5692 continue to delete remaining escape sequences from the same point.
5693 (grep-filter): Make leading zero optional in "0?1;31m" because
5694 git-grep emits "\033[1;31m" escape sequences unlike expected
5695 "\033[01;31m" as GNU Grep does (bug#9408).
5696 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5697
045820ec
JL
56982011-09-05 Juri Linkov <juri@jurta.org>
5699
5700 * subr.el (y-or-n-p): Capitalize "yes".
5701
f5e29b9b
MA
57022011-09-04 Michael Albinus <michael.albinus@gmx.de>
5703
5704 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5705 `tramp-cache-unload-hook' where appropriate.
5706 (tramp-methods): Rename `tramp-remote-sh' to
5707 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5708 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5709
5710 * net/tramp-sh.el (top): Don't require 'shell.
5711 (tramp-methods): Add `tramp-remote-shell' and
5712 `tramp-remote-shell-args' entries.
5713 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5714 (tramp-sh-handle-shell-command): Remove.
5715 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5716 Use `tramp-remote-shell'.
5717
2784c434
CY
57182011-09-03 Chong Yidong <cyd@stupidchicken.com>
5719
393a301e 5720 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5721 (sendmail-query-once): Save directly to send-mail-function.
5722 Update message-send-mail-function too.
5723
5724 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5725
464cdf56
CS
57262011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5727
5728 * progmodes/python.el (python-mode-map): Use correct function to
5729 start python interpreter from menu-bar (as reported by Geert
5730 Kloosterman).
5731 (inferior-python-mode-map): Fix typo.
393a301e 5732 (python-shell-map): Remove.
464cdf56 5733
d37e5c87
DD
57342011-09-03 Deniz Dogan <deniz@dogan.se>
5735
5736 * net/rcirc.el (rcirc-print): Simplify code for
5737 rcirc-scroll-show-maximum-output. There is no need to walk
5738 through all windows to find the right one.
5739
f3ada0ee
CS
57402011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5741
5742 * help.el (help-return-method): Doc fix.
5743
1f3c99ca
MR
57442011-09-03 Martin Rudalics <rudalics@gmx.at>
5745
5746 * window.el (window-deletable-p): Don't return a non-nil value
5747 when there's a buffer that was shown in the window before.
5748 (Bug#9419)
393a301e
SM
5749 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5750 Set window's previous buffers to nil.
1f3c99ca 5751
a3cf097f
EZ
57522011-09-03 Eli Zaretskii <eliz@gnu.org>
5753
5754 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5755 newline before and after the tag line, so it doesn't interfere
5756 with determining the paragraph direction of bidirectional text.
5757
3d03de90
LL
57582011-09-03 Leo Liu <sdl.web@gmail.com>
5759
5760 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5761
c3313451
CY
57622011-09-02 Chong Yidong <cyd@stupidchicken.com>
5763
393a301e 5764 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5765 (pop-to-buffer): Change interactive spec. Pass second argument
5766 directly to display-buffer.
5767 (display-buffer): Fix interactive spec. Use functionp to
5768 distinguish between a function and a list of functions.
5769
5770 * abbrev.el (edit-abbrevs):
5771 * arc-mode.el (archive-extract):
5772 * autoinsert.el (auto-insert):
5773 * bookmark.el (bookmark-bmenu-list):
5774 * files.el (find-file):
5775 * view.el (view-buffer):
5776 * progmodes/compile.el (compilation-goto-locus):
5777 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5778
89894cd8
CY
57792011-09-02 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * window.el (display-buffer-alist): Doc fix.
5782 (display-buffer): Add docstring. Don't treat
5783 display-buffer-default specially.
5784 (display-buffer-reuse-selected-window)
5785 (display-buffer-same-window, display-buffer-maybe-same-window)
5786 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5787 (display-buffer-pop-up-window)
5788 (display-buffer-reuse-or-pop-window)
5789 (display-buffer-use-some-window): New functions.
5790 (display-buffer-default-action): Use them.
393a301e 5791 (display-buffer-default): Delete.
89894cd8
CY
5792 (pop-to-buffer-1): Fix choice of actions.
5793
ae0bc9fb
SM
57942011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5795
5796 * minibuffer.el (completion--insert-strings): Don't get confused by
5797 completion entries that end with an LF char.
5798
e9d90883
EZ
57992011-09-01 Eli Zaretskii <eliz@gnu.org>
5800
5801 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5802
437014c8
CY
58032011-09-01 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5806 (display-buffer-same-window, display-buffer-other-window):
5807 New functions.
437014c8
CY
5808 (pop-to-buffer-1): New function. Use the above.
5809 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5810 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5811
5812 * view.el (view-buffer-other-window, view-buffer-other-frame):
5813 Just use pop-to-buffer.
5814
a5e063d5
TV
58152011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5816
5817 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5818
793d32bb
WH
58192011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5820
5821 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5822
d65e4c15
RS
58232011-08-31 Richard Stallman <rms@gnu.org>
5824
5825 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5826 of the separation of rmail-view-buffer from rmail-buffer.
5827 If you say no to "replace original", the decrypt is in the
5828 view buffer. If you say yes, the decrypt goes into the
5829 rmail buffer also.
5830
f818cd2a
MR
58312011-08-31 Martin Rudalics <rudalics@gmx.at>
5832
5833 * window.el (display-buffer-window): Rewrite doc-string.
5834 (display-buffer-record-window): New function.
5835 (display-buffer-macro-specifiers)
5836 (display-buffer-even-window-sizes, display-buffer-set-height)
5837 (display-buffer-set-width, display-buffer-in-window)
5838 (display-buffer-reuse-window, display-buffer-split-specifiers)
5839 (display-buffer-side-specifiers, display-buffer-split-window-1)
5840 (display-buffer-split-window, display-buffer-split-atom-window)
5841 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5842 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5843 (display-buffer-other-window-means-other-frame)
5844 (display-buffer-normalize-special)
5845 (display-buffer-normalize-default)
5846 (display-buffer-normalize-argument)
5847 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5848 (display-buffer-normalize-specifiers, display-buffer-frame)
5849 (display-buffer-same-window, display-buffer-same-frame)
5850 (display-buffer-other-window)
5851 (display-buffer-same-frame-other-window)
5852 (display-buffer-other-frame, pop-to-buffer-same-window)
5853 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5854 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5855 (switch-to-buffer-same-frame)
5856 (switch-to-buffer-other-window-same-frame)
5857 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5858 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5859 (display-buffer-alist-set): Remove.
5860 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5861 (special-display-regexps, special-display-function):
5862 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5863 parameter.
5864 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5865 (special-display-frame-alist, special-display-popup-frame)
5866 (same-window-buffer-names, same-window-regexps, same-window-p)
5867 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5868 (split-window-preferred-function, split-height-threshold)
5869 (split-width-threshold, window-splittable-p)
5870 (split-window-sensibly, window--try-to-split-window)
5871 (window--frame-usable-p, even-window-heights)
5872 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5873 (window--display-buffer-2, display-buffer-other-frame):
5874 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5875 (display-buffer-default, display-buffer-assq-regexp): New functions.
5876 (display-buffer-alist): Rewrite doc-string.
5877 (display-buffer-default-action)
5878 (display-buffer-overriding-action): New variables.
5879 (display-buffer, switch-to-buffer): Rewrite.
5880 (pop-to-buffer): Restore Emacs 23 behavior but use
5881 window-normalize-buffer-to-display.
5882 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5883 Restore Emacs 23 behavior but use
5884 window-normalize-buffer-to-switch-to.
5885 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5886 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5887 Rewrite using Emacs 23 options.
f818cd2a 5888
5bc3b51d
MA
58892011-08-31 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * net/tramp.el (tramp-root-regexp): Remove.
5892 (tramp-completion-file-name-regexp-unified)
5893 (tramp-completion-file-name-regexp-separate)
5894 (tramp-completion-file-name-regexp-url): Don't use leading volume
5895 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5896 (tramp-drop-volume-letter): Simplify definition.
5897 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5898
b1a4f8e1
SM
58992011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5900
5901 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5902 (bug#9356).
5903
5664fa7b
RT
59042011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5905
b1a4f8e1 5906 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5907
9a45d6c3
JL
59082011-08-29 Juri Linkov <juri@jurta.org>
5909
5910 * isearch.el (isearch-done): Don't display message "Mark saved"
5911 when arg `edit' is non-nil to prevent its flicker in the echo area.
5912
fb87e0fb
CY
59132011-08-28 Chong Yidong <cyd@stupidchicken.com>
5914
5915 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5916 obsolete packages for deletion.
5917
09ac1c2a
CS
59182011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5919
5920 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5921 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5922 view-mode from help-mode.
5923 (help-xref-override-view-map): Remove.
5924 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5925 view-mode is not used anymore.
5926
7a1ff57f
CY
59272011-08-28 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * server.el (server-port): Doc fix.
5930
b9696605
CY
5931 * cus-theme.el (custom-theme-choose-mode): Inherit from
5932 special-mode (Bug#9124).
5933 (custom-theme-choose-mode-map): Add special-mode to parent.
5934
ef8cdf8c
AM
59352011-08-28 Alan Mackenzie <acm@muc.de>
5936
5937 * progmodes/cc-fonts.el
5938 (c-make-font-lock-BO-decl-search-function): New function.
5939 (c-basic-matchers-after - "Fontify the clauses after various
5940 keywords"): Extract the three keyword lists for the 3 erroneous
5941 constructs from the list of four, and use the new function above
5942 in place of an old one.
5943
27de4e20
DD
59442011-08-28 Deniz Dogan <deniz@dogan.se>
5945
5946 * net/rcirc.el (rcirc-insert-prev-input)
5947 (rcirc-insert-next-input): Remove unused argument.
5948
356a3681
SM
59492011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5952
3fc9b218
AM
59532011-08-27 Alan Mackenzie <acm@muc.de>
5954
5955 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5956 handle function pointer parameters properly.
5957
538a061c
MR
59582011-08-27 Martin Rudalics <rudalics@gmx.at>
5959
5960 * window.el (display-buffer-reuse-window): Fix case where
5961 selected window was reused with non-nil OTHER-WINDOW argument.
5962 (Bug#9381)
5963
35b1c40c
DD
59642011-08-27 Deniz Dogan <deniz@dogan.se>
5965
5966 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5967 oftc's NickServ messages.
5968
2f6a3e79
GM
59692011-08-27 Glenn Morris <rgm@gnu.org>
5970
5971 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5972
7254299e
CY
59732011-08-26 Chong Yidong <cyd@stupidchicken.com>
5974
5975 * emacs-lisp/package.el (package-install): Call package-initialize
5976 if called interactively.
5977
f8ccf167
LL
59782011-08-26 Leo Liu <sdl.web@gmail.com>
5979
5980 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5981
3e8cd5ce
JL
59822011-08-25 Juri Linkov <juri@jurta.org>
5983
5984 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5985 `search-whitespace-regexp' (bug#9364).
5986
93eb7113
JL
59872011-08-25 Juri Linkov <juri@jurta.org>
5988
5989 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5990 `regexp-search-ring' to their global values to protect from
5991 updating by `read-from-minibuffer' (bug#9185).
5992
f65d1611
JL
59932011-08-25 Juri Linkov <juri@jurta.org>
5994
5995 * textmodes/ispell.el (ispell-command-loop): Add newline
5996 at the end of the "Use option `i'..." line.
5997
f1cf7a31
JL
59982011-08-25 Juri Linkov <juri@jurta.org>
5999
6000 * battery.el (display-battery-mode): If `battery-status-function'
6001 or `battery-mode-line-format' is nil, display the message and set
6002 `display-battery-mode' to nil (bug#9363).
6003
0c95fcf7
EZ
60042011-08-25 Eli Zaretskii <eliz@gnu.org>
6005
6006 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6007 bidi-string-mark-left-to-right; they are unnecessary now.
6008
a2ebe600
DD
60092011-08-25 Deniz Dogan <deniz@dogan.se>
6010
6011 * net/quickurl.el: Documentation typo fixes.
6012
e4ed06f1
CY
60132011-08-25 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6016
e5f1c99e
GM
60172011-08-25 Glenn Morris <rgm@gnu.org>
6018
b2948976
GM
6019 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6020
e5f1c99e
GM
6021 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6022 (smtpmail-via-smtp): Handle nil response from smtp.
6023
f22f4808
JL
60242011-08-24 Juri Linkov <juri@jurta.org>
6025
6026 * proced.el (proced-marked): Inherit from `error' instead of
6027 `font-lock-warning-face'.
6028
6029 * ibuffer.el (ibuffer-marked-face): Change default face from
6030 `font-lock-warning-face' to `warning'.
6031 (ibuffer-deletion-face): Change default face from
6032 `font-lock-type-face' to `error'.
6033
6034 * battery.el (battery-update): Use the face `error' instead of
6035 `font-lock-warning-face' (bug#6117).
6036
6a93965e
JL
60372011-08-24 Juri Linkov <juri@jurta.org>
6038
6039 * faces.el (success): Change face color from "Green3" to
6040 "ForestGreen" on light background (bug#9353).
6041
1ed43b09
CY
60422011-08-24 Chong Yidong <cyd@stupidchicken.com>
6043
5664fa7b
RT
6044 * window.el (quit-window): Rename from quit-restore-window.
6045 Use same arglist as old quit-window.
1ed43b09
CY
6046 (frame-auto-delete): Doc fix.
6047
6048 * view.el (view-mode-exit): Use quit-window.
6049
11dcdbb2
JL
60502011-08-24 Juri Linkov <juri@jurta.org>
6051
6052 * isearch.el (isearch-ring-adjust1): Start visiting previous
6053 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6054 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6055 for empty search string (when the last search string is reused
6056 automatically) to adjust the isearch ring to the last element and
6057 prepare the correct index for further M-p commands (bug#9185).
6058
de62b4df
KH
60592011-08-24 Kenichi Handa <handa@m17n.org>
6060
6061 * international/ucs-normalize.el: If decomposition property of
6062 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6063 nil.
6064 (nfd, nfkd): Likewise.
6065
963b492b
SM
60662011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6069 from process filters aren't reliably transmitted to the surrounding
6070 accept-process-output.
6071 (mpc-proc-check): New function.
6072 (mpc-proc-sync): Use it (bug#8293)
6073
93b6b5e1
SM
60742011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6077 Add compatibility functions (bug#9313).
6078
bca633fb
EZ
60792011-08-23 Eli Zaretskii <eliz@gnu.org>
6080
b177498a
EZ
6081 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6082
6df6ae42 6083 * international/uni-bidi.el: Regenerate.
bca633fb 6084
0902a04e
KH
60852011-08-23 Kenichi Handa <handa@m17n.org>
6086
6087 * international/charprop.el:
6088 * international/uni-bidi.el:
6089 * international/uni-category.el:
6090 * international/uni-combining.el:
6091 * international/uni-comment.el:
6092 * international/uni-decimal.el:
6093 * international/uni-decomposition.el:
6094 * international/uni-digit.el:
6095 * international/uni-lowercase.el:
6096 * international/uni-mirrored.el:
6097 * international/uni-name.el:
6098 * international/uni-numeric.el:
6099 * international/uni-old-name.el:
6100 * international/uni-titlecase.el:
6101 * international/uni-uppercase.el: Regenerate.
6102
3bbf23bc
MR
61032011-08-23 Martin Rudalics <rudalics@gmx.at>
6104
6105 * help.el (help-window-setup): Fix message displayed when other
6106 window is reused. (Bug#9341)
6107
b3fd59bd
SM
61082011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6109
1802e444
SM
6110 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6111 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6112
b3fd59bd
SM
6113 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6114 Mark obsolete.
6115 * shell.el (shell-parse-pcomplete-arguments): New function.
6116 (shell-completion-vars): Use it instead (bug#9160).
6117
4eb61348
SM
61182011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6119
867cab74
SM
6120 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6121 strings and comments (bug#9333).
6122
4eb61348
SM
6123 * emacs-lisp/debug.el (debug-arglist): New function.
6124 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6125 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6126
262a1439
JL
61272011-08-22 Juri Linkov <juri@jurta.org>
6128
56ee679c
JL
6129 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6130 Revert regexp that highlights output switches to its old
6131 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6132
262a1439
JL
6133 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6134 to check for empty output (bug#9226).
6135
f13f86fb
CY
61362011-08-22 Chong Yidong <cyd@stupidchicken.com>
6137
6138 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6139 symbol-constituent as the default, as that stops font-lock from
6140 working properly (Bug#8843).
6141
c65c9622
LMI
61422011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6143
6144 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6145 `coding-system-for-*' around the process open call to avoid
6146 auth-source side effects.
e7f2c178 6147 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6148 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6149 probe hangs.
c65c9622 6150
23a8a5ab
CY
61512011-08-21 Chong Yidong <cyd@stupidchicken.com>
6152
ff98b2dd
CY
6153 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6154
23a8a5ab
CY
6155 * emacs-lisp/find-func.el (find-function-noselect): New arg
6156 lisp-only.
6157
6158 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6159 signal an error for built-in functions (Bug#6664).
6160
f5e3c598
LMI
61612011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6162
6163 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6164 (smtpmail-try-auth-methods): Use it.
6165
a3f2468a
CY
61662011-08-21 Chong Yidong <cyd@stupidchicken.com>
6167
2c34e8da
CY
6168 * font-lock.el (font-lock-fontify-region)
6169 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6170 (font-lock-default-unfontify-buffer)
6171 (font-lock-default-fontify-region)
6172 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6173
b3fd59bd
SM
6174 * progmodes/compile.el (compilation-error-properties):
6175 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6176 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6177 `ant' regexp.
ee31aabc 6178
a3f2468a
CY
6179 * net/browse-url.el (browse-url-firefox): Don't call
6180 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6181
8e999f70
GM
61822011-08-20 Glenn Morris <rgm@gnu.org>
6183
c21a496a
GM
6184 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6185
59ee0542
GM
6186 * tutorial.el (tutorial--default-keys): Update some default bindings.
6187
8e999f70
GM
6188 * files.el (hack-local-variables): Fully ignore case for "mode:".
6189
e3715033
AM
61902011-08-20 Alan Mackenzie <acm@muc.de>
6191
6192 Resolve invalid use of a regexp in regexp-opt.
6193
4d61f28d
JB
6194 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6195 detection for a java annotation.
e3715033 6196
4d61f28d 6197 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6198 detection for a java annotation.
6199
4d61f28d
JB
6200 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6201 handling for java.
e3715033
AM
6202 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6203
04ed2e9c
CY
62042011-08-20 Chong Yidong <cyd@stupidchicken.com>
6205
6206 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6207 (Bug#9274).
6208
826cee64
AM
62092011-08-20 Alan Mackenzie <acm@muc.de>
6210
58179cce 6211 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6212 such a construct. Mainly for when jit-lock etc. starts a chunk
6213 here.
6214
58179cce 6215 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6216 variable.
58179cce 6217 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6218 c-make-font-lock-search-function.
6219 (c-make-font-lock-search-function): Use the above function.
6220 (c-make-font-lock-context-search-function): New function.
6221 (c-cpp-matchers): Enhance the preprocessor expression case with
6222 the above function
6223 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6224 which takes an expression.
6225
6226 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6227
13009bd8
MR
62282011-08-20 Martin Rudalics <rudalics@gmx.at>
6229
6230 * window.el (display-buffer-reuse-window)
6231 (display-buffer-pop-up-window): Don't reuse or split a side
6232 window.
6233
9234ff7f
GM
62342011-08-19 Glenn Morris <rgm@gnu.org>
6235
6236 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6237 Downcase "Mode:". (Bug#9331)
9234ff7f 6238
f635daa1
CY
62392011-08-18 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * international/characters.el: Add L and R categories.
6242
6243 * subr.el (bidi-string-mark-left-to-right): Rename from
6244 string-mark-left-to-right. Use category search.
6245
6246 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6247
bc987f8b
JL
62482011-08-18 Juri Linkov <juri@jurta.org>
6249
6250 * faces.el (error, warning, success): New faces with definitions
6251 copied from old default values of `font-lock-warning-face',
6252 `compilation-warning', `compilation-info' (bug#6117).
6253
6254 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6255
6256 * progmodes/compile.el (compilation-error): Inherit from `error'.
6257 (compilation-warning): Inherit from `warning'.
6258 (compilation-info): Inherit from `success'.
6259
6260 * dired.el (dired-marked): Inherit from `warning'.
6261 (dired-flagged): Inherit from `error'.
6262
57173b96
LMI
62632011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
3e79eb87
LMI
6265 * mail/smtpmail.el (auth-source): Require to avoid problems with
6266 binding variables (bug#9298). Also clean up some unused
6267 autoloads.
6268
b3fd59bd
SM
6269 * net/network-stream.el (network-stream-open-starttls):
6270 Support using starttls.el without using gnutls-cli.
57173b96 6271
02b404de
JL
62722011-08-17 Juri Linkov <juri@jurta.org>
6273
6274 * progmodes/grep.el (rgrep): Handle the case when
6275 `grep-find-command' is a cons cell (bug#9278).
6276
8c9177f2
MR
62772011-08-17 Martin Rudalics <rudalics@gmx.at>
6278
6279 * window.el (display-buffer-pop-up-frame): Run frame creation
6280 function with BUFFER current (as special-display-popup-frame
6281 does). Reported by Drew Adams.
6282
3644a0ab
DU
62832011-08-17 Daiki Ueno <ueno@unixuser.org>
6284
6285 * epa-mail.el: Simplify GnuPG group expansion using
6286 epg-expand-group.
6287 (epa-mail-group-alist, epa-mail-group-modtime)
6288 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6289 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6290 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6291 Remove.
6292
5e617bc2 62932011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6294
6295 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6296
9c4aeabf
AM
62972011-08-16 Alan Mackenzie <acm@muc.de>
6298
6299 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6300 Correct, to avoid the inside of macros.
6301
3a99bf64
RS
63022011-08-16 Richard Stallman <rms@gnu.org>
6303
04963aa8
RS
6304 * epa-mail.el: Handle GnuPG group definitions.
6305 (epa-mail-group-alist, epa-mail-group-modtime)
6306 (epa-mail-gnupg-conf-file): New variables.
6307 (epa-mail-parse-groups, epa-mail-sync-groups)
6308 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6309 (epa-mail-expand-recipients): New functions.
6310 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6311
177549d0
RS
6312 * mail/rmail.el (rmail-epa-decrypt): New command.
6313
fe38beef
RS
6314 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6315 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6316 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6317 (epa-decrypt-armor-in-region): Make error message clearer.
6318
934eacb9
SM
63192011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6320
6321 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6322 and "a2b" to "ab" for `prefix'.
6323
d024fb4e
CY
63242011-08-14 Chong Yidong <cyd@stupidchicken.com>
6325
6326 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6327 filter groups.
de148fee
CY
6328 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6329 Fourquet (Bug#8804).
d024fb4e 6330
62f1ca49
JB
63312011-08-12 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * startup.el (argi): Declare as global variable (bug#9275).
6334
9ccaaa4b
CY
63352011-08-12 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * subr.el (string-mark-left-to-right): Search the entire string
6338 for RTL script, not just the terminating character. Doc fix.
6339
a3dae87a
SM
63402011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6cd18349
SM
6342 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6343 New function.
6344 (js--regexp-literal, js-syntax-propertize-function): Remove.
6345 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6346 (js-mode-map): Don't rebind electric keys.
6347 (js-insert-and-indent): Remove.
6348 (js-mode): Setup electric-layout and electric-indent instead.
6349
a3dae87a
SM
6350 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6351
9d5cb631
DU
63522011-08-12 Daiki Ueno <ueno@unixuser.org>
6353
6354 * epa.el (epa-progress-callback-function): Fix the logic of
6355 displaying progress.
6356 * epa-file.el (epa-file-insert-file-contents): Make progress
6357 display more user-friendly.
6358 (epa-file-write-region): Ditto.
6359
3e26a4a2
CY
63602011-08-10 Chong Yidong <cyd@stupidchicken.com>
6361
6362 * subr.el (string-mark-left-to-right): New function.
6363
6364 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6365 Use string-mark-left-to-right.
6366 (list-buffers-noselect): Caller changed.
6367
a3dae87a
SM
6368 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6369 Use string-mark-left-to-right.
3e26a4a2
CY
6370 (tabulated-list-print): Recenter after moving point.
6371
ac8cf6e6
JL
63722011-08-10 Juri Linkov <juri@jurta.org>
6373
6374 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6375 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6376 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6377
8d96c9a4
CY
63782011-08-09 Chong Yidong <cyd@stupidchicken.com>
6379
6380 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6381 (Bug#7554).
6382
7be1c708 63832011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6384
6385 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6386 character. (Bug#6594)
6387
37e11a63
CY
63882011-08-08 Chong Yidong <cyd@stupidchicken.com>
6389
839dde57
CY
6390 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6391 (image-dired--with-db-file): New macro.
6392 (image-dired-write-tags, image-dired-remove-tag)
6393 (image-dired-create-gallery-lists, image-dired-write-comments)
6394 (image-dired-get-comment, image-dired-mark-tagged-files)
6395 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6396 (image-dired-gallery-generate): Use insert-file-contents.
6397
37e11a63
CY
6398 * time.el (display-time-world-list, display-time-world-display):
6399 * time-stamp.el (time-stamp-string):
6400 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6401 set-time-zone-rule (Bug#7337).
6402
0b4946c4
DU
64032011-08-08 Daiki Ueno <ueno@unixuser.org>
6404
6405 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6406 (epg-error-to-string, epg-errors-to-string): New function.
6407 (epg-wait-for-completion): Reverse errors list.
6408 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6409 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6410 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6411 (epg-sign-keys, epg-generate-key-from-file)
6412 (epg-generate-key-from-string): Format errors by using
6413 epg-errors-to-string (bug#9255).
6414 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6415
75bfc667
JL
64162011-08-07 Juri Linkov <juri@jurta.org>
6417
6418 * faces.el (list-faces-display): Remove extra angle bracket
6419 from `help-mode-map'.
6420
6421 * info.el (Info-history-toc-nodes): Doc fix.
6422
6423 * longlines.el (longlines-mode): Doc fix.
6424
673e08bb
SM
64252011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6426
4640dd88
SM
6427 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6428 of statements and in a few more cases (bug#9183).
6429
673e08bb
SM
6430 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6431 New functions.
6432 (cl-transform-lambda): Use them (bug#9239).
6433
89b3f019
MR
64342011-08-05 Martin Rudalics <rudalics@gmx.at>
6435
6436 * window.el (display-buffer-same-window)
6437 (display-buffer-same-frame, display-buffer-other-window)
6438 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6439 (pop-to-buffer-other-window)
6440 (pop-to-buffer-same-frame-other-window)
6441 (pop-to-buffer-other-frame): Make them defuns.
6442 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6443
640c8776
SM
64442011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * subr.el (make-composed-keymap): Move from C. Change calling
6447 convention, and improve docstring to bring attention to a subtle point.
6448 * minibuffer.el (completing-read-default): Adjust accordingly.
6449
63648a95
MA
64502011-08-03 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6453 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6454
6455 * net/trampver.el: Update release number.
6456
b796c9b7
SM
64572011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6460 "in" (bug#9190).
6461
2239d7d5
LMI
64622011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6463
e07dd7c3
LMI
6464 * mail/sendmail.el (sendmail-query-once): Restore the current
6465 buffer after querying (bug#9074).
6466
0e6a2bd7
LMI
6467 * dired.el (dired-flagged): Use different faces for marked and
6468 flagged files (bug#6117).
6469
ce887515
LMI
6470 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6471 (bug#4433).
6472
92f2affc
LMI
6473 * ido.el (ido-mode): Switch off the message if called
6474 non-interactively.
6475
57d5aff0
LMI
6476 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6477 before 587, since it appears that that's more likely to work for
6478 more people.
6479
98cd6c18 6480 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6481 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6482 exist.
6483
b96dec83
LMI
6484 * info.el: Remove the `Info-beginning-of-buffer' function
6485 (bug#8325).
6486
b796c9b7
SM
6487 * net/network-stream.el (network-stream-open-starttls):
6488 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6489
d90e2ea0
MR
64902011-08-01 Martin Rudalics <rudalics@gmx.at>
6491
6492 * window.el (display-buffer-in-window): Don't set dedicated status
6493 of window here (Bug#9215).
6494 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6495 (display-buffer-pop-up-side-window)
b796c9b7 6496 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6497
cca09170
SM
64982011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6501 before binding generated-autoload-file.
6502
027b979c
DD
65032011-08-01 Deniz Dogan <deniz@dogan.se>
6504
6505 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6506
3c7ee4f3
MA
65072011-07-30 Michael Albinus <michael.albinus@gmx.de>
6508
6509 Sync with Tramp 2.2.2.
6510
6511 * net/trampver.el: Update release number.
6512
2cc8e51a
JL
65132011-07-30 Juri Linkov <juri@jurta.org>
6514
6515 * dired-aux.el (dired-touch-initial): Remove function.
6516 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6517 current time, and `default' to the last modification time of the
6518 current marked file (bug#6887).
6519
a514d856
JM
65202011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6521
6522 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6523 numeric argument to read-number (bug#9163).
a514d856 6524
8a7eddd7
MA
65252011-07-27 Michael Albinus <michael.albinus@gmx.de>
6526
6527 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6528 connection process, it could be nil.
6529
1ddd96f5
LL
65302011-07-27 Leo Liu <sdl.web@gmail.com>
6531
6532 Simplify url handling in rcirc-mode.
6533
6534 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6535 (rcirc-browse-url-at-mouse): Remove.
6536 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6537
b248a85d
AM
65382011-07-26 Alan Mackenzie <acm@muc.de>
6539
6540 Fontify bitfield declarations properly.
6541
6542 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6543 (c-symbol-chars): Now exported as a lang variable.
6544 (c-not-primitive-type-keywords): New lang variable.
6545
6546 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6547 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6548 parsed as a bitfield declaration.
b248a85d 6549
b796c9b7
SM
6550 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6551 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6552 (c-punctuation-in): New function.
6553 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6554 declarations properly.
6555
68575ab0
UJ
65562011-07-26 Ulf Jasper <ulf.jasper@web.de>
6557
6558 * calendar/icalendar.el (icalendar--all-events): Take care of
6559 multiple vcalendars in a single file.
b796c9b7 6560 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6561
0f0a88b9
DD
65622011-07-25 Deniz Dogan <deniz@dogan.se>
6563
6564 * image.el (insert-image): Clarifying docstring.
6565
0b3f36df
MA
65662011-07-24 Michael Albinus <michael.albinus@gmx.de>
6567
6568 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6569 `tramp-send-command-and-check' if there is no error.
6570 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6571
a9901f61
AM
65722011-07-22 Alan Mackenzie <acm@muc.de>
6573
6574 Prevent cc-langs.elc being loaded at run time.
6575
6576 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6577 cc-langs.
6578
4d61f28d 6579 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6580 "(require 'cc-langs)". Quote a form so it will evaluate at
6581 (cc-mode's) compilation time.
6582
11d074b2
MA
65832011-07-22 Michael Albinus <michael.albinus@gmx.de>
6584
6585 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6586 loading. (Bug#9114)
6587
938b94c8
MR
65882011-07-21 Martin Rudalics <rudalics@gmx.at>
6589
6590 * window.el (display-buffer-pop-up-window)
6591 (display-buffer-pop-up-side-window)
6592 (display-buffer-in-side-window): Call display-buffer-set-height
6593 and display-buffer-set-width after setting the new window's
b796c9b7 6594 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6595
bfa4f190
SS
65962011-07-20 Sam Steingold <sds@gnu.org>
6597
6598 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6599 (etags-tags-included-tables): Call `convert-standard-filename' on
6600 the file names contained in TAGS so that windows Emacs can handle
6601 TAGS files created by cygwin ctags.
6602
8ca42262
LMI
66032011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6604
6605 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6606 which apparently didn't work.
6607
5db2afd2 66082011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6609
5db2afd2
RW
6610 * proced.el (proced-send-signal): For *Marked Processes* buffer
6611 put point at beginning of buffer.
6612
92e15d10
SB
66132011-07-19 Stephen Berman <stephen.berman@gmx.net>
6614
6615 * proced.el (proced-format): Make header lines align with the text
6616 (bug#1779).
6617
1bfd59e5
LMI
66182011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6619
6620 * view.el (view-buffer): Allow running in `special' modes if we're
6621 visiting a file (bug#8615).
6622
f5aae37c
MR
66232011-07-19 Martin Rudalics <rudalics@gmx.at>
6624
6625 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6626 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6627 New functions.
f5aae37c
MR
6628 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6629 more accurately.
6630
bf2c1571
AM
66312011-07-18 Alan Mackenzie <acm@muc.de>
6632
6633 Fontify declarators properly when, e.g., a jit-lock chunk begins
6634 inside a declaration.
6635
6636 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6637
b796c9b7
SM
6638 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6639 New function.
bf2c1571
AM
6640 (c-complex-decl-matchers): Insert reference to
6641 c-font-lock-enclosing-decls.
6642
6643 * progmodes/cc-engine.el (c-backward-single-comment):
6644 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6645 to nil around calls to (forward-comment -1).
6646
4e190b80
LMI
66472011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6648
12dc863d
LMI
6649 * image.el (put-image): Doc typo fix.
6650
a762e966
LMI
6651 * progmodes/etags.el (tags-search): Doc typo fix.
6652
4e190b80
LMI
6653 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6654 password if we get errors 550 to 554.
6655
f019fb21
LMI
66562011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6657
b796c9b7 6658 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6659
81746738
LMI
6660 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6661 indentation character (bug#6380).
6662
3ee3a1b5
LMI
6663 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6664
c82f64de
LMI
6665 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6666 to clarify what the problem is (bug#4291).
6667
f019fb21
LMI
6668 * simple.el (current-kill): Clarify what
6669 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6670 (auto-fill-mode): Document `auto-fill-function' in relation to
6671 `auto-fill-mode' (bug#2470).
f019fb21 6672
0794775d
LM
66732011-07-16 Lawrence Mitchell <wence@gmx.li>
6674
6675 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6676 method if slot is read-only (bug#9035).
6677
be39b8cc
MR
66782011-07-16 Martin Rudalics <rudalics@gmx.at>
6679
b796c9b7 6680 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6681 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6682 selected before, see discussion of (Bug#8615), (Bug#6954).
6683 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6684
6ccf7859
GM
66852011-07-15 Glenn Morris <rgm@gnu.org>
6686
6687 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6688 Respect help-form.
6ccf7859 6689
87e86684
LM
66902011-07-09 Lawrence Mitchell <wence@gmx.li>
6691
6692 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6693 (gnutls-negotiate): Use it.
6694
d6066239
LMI
66952011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6696
b796c9b7
SM
6697 * net/gnutls.el (gnutls-negotiate):
6698 Upcase `gnutls-algorithm-priority'.
d6066239 6699
bd23ebc0
GM
67002011-07-15 Glenn Morris <rgm@gnu.org>
6701
c65bca65
GM
6702 * jka-compr.el (jka-compr-verbose): Move from here...
6703 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6704 Add missing :version tag.
6705 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6706
478615cc
LMI
67072011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6708
7b41decb
LMI
6709 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6710 (gnutls-negotiate): Use it.
6711
dbc44fcd
LMI
6712 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6713
06789f97
LMI
6714 * info.el (Info-beginning-of-buffer): New command.
6715 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6716 announcing `b' as the key (bug#8325).
ab896c37 6717 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6718
c39da690
LMI
6719 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6720
3aa5f34b
LMI
6721 * international/mule-cmds.el
6722 (describe-specified-language-support): Make the error message
6723 clearer (bug#8905).
6724
4bf0979f
LMI
6725 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6726
478615cc
LMI
6727 * isearch.el (isearch-barrier): Add a doc string, since it's
6728 mentioned in a function doc string (bug#8678).
6729
75c68aa1
MR
67302011-07-15 Martin Rudalics <rudalics@gmx.at>
6731
6732 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6733 buffer argument (Bug#9083) and self-identifying label argument.
6734
a7c33da2
GM
67352011-07-15 Glenn Morris <rgm@gnu.org>
6736
6737 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6738
2f5c6024
LMI
67392011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6740
6741 * man.el (Man-fontify-manpage): Fix message when formatting the
6742 man page (bug#7929).
6743
0bb23927 67442011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6745
6746 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6747 argument LRM; if non-nil, append an invisible LRM character to the
6748 buffer name.
6749 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6750 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6751 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6752 paragraph direction.
cce4b0a7 6753
621ef9ab
LMI
67542011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6755
d1583c48
LMI
6756 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6757 the man page name (bug#7929).
6758
6a57fb5f
LMI
6759 * image.el (put-image): Mention the `put-image' overlay property
6760 (bug#7834).
6761
d7956b14
LMI
6762 * scroll-bar.el (set-scroll-bar-mode): Mention that
6763 `scroll-bar-mode' lists the values (bug#7772).
6764
5b2d4a66
LMI
6765 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6766 command (bug#7729).
6767
7509a874
LMI
6768 * rect.el (apply-on-rectangle): Return the point after the last
6769 operation.
6770 (string-rectangle): Go to the point after the last operation
6771 (bug#7522).
6772
4fe74b19
LMI
6773 * printing.el (pr-toggle-region): Clarify the documentation
6774 slightly (bug#7493).
6775
b796c9b7
SM
6776 * time.el (display-time-update):
6777 Allow `display-time-mail-function' to return nil (bug#7158).
6778 Fix suggested by Detlev Zundel.
ab283561 6779
fc233c9d
LMI
6780 * vc/diff.el (diff): Clarify the order the file names are read
6781 (bug#7111).
6782
43f5740b
LMI
6783 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6784 the doc string (bug#7015).
6785
f2182a76
LMI
6786 * font-lock.el (font-lock-maximum-decoration): Mention what
6787 numeric levels mean (bug#6935).
6788
621ef9ab
LMI
6789 * startup.el (initial-buffer-choice): Don't mention the `none'
6790 selection, which is against policy.
6791
adc47434
MR
67922011-07-14 Martin Rudalics <rudalics@gmx.at>
6793
b796c9b7
SM
6794 * window.el (display-buffer-normalize-special):
6795 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6796
7e5bfb8f
EZ
67972011-07-14 Eli Zaretskii <eliz@gnu.org>
6798
6799 * subr.el (version<, version<=, version=): Mention "-CVS" and
6800 "-12345" alpha version numbers.
6801
27fa387a
CY
68022011-07-14 Chong Yidong <cyd@stupidchicken.com>
6803
6804 * bindings.el: Add advertised binding for set-mark-command
6805 (Bug#5772).
6806
8bdfa064
CY
68072011-07-14 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * bindings.el (mode-line-other-buffer):
6810 * bookmark.el (bookmark-bmenu-2-window):
6811 * bs.el (bs-cycle-next, bs-cycle-previous):
6812 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6813 switch-to-buffer.
6814
6815 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6816 Delete.
8bdfa064 6817
5eba16a3
JB
68182011-07-14 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * follow.el (follow-debug-message, follow-redisplay):
6821 * jka-cmpr-hook.el (with-auto-compression-mode):
6822 Fix typos in docstrings.
6823
15853710
LMI
68242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6825
a28e4607
LMI
6826 * subr.el (with-silent-modifications): Clarify somewhat what the
6827 macro inhibits (bug#6525).
6828
15853710
LMI
6829 * simple.el (eval-expression): Note what it does if called
6830 interactively (bug#6495).
6831
bee0fcef
CY
68322011-07-13 Chong Yidong <cyd@stupidchicken.com>
6833
b796c9b7
SM
6834 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6835 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6836
6837 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6838 Remove switch-to-buffer.
6839
58274504
LMI
68402011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6841
bd2fcc8d
LMI
6842 * files.el (make-directory): Clarify that an error will be raised
6843 if there's an error (bug#6397).
6844
0f04b32c
LMI
6845 * startup.el (initial-buffer-choice): Add `none' as a choice
6846 (bug#6234).
6847
465c5fc8
LMI
6848 * subr.el (add-hook): Clarify section about buffer-local hooks
6849 (bug#6218).
6850
58274504
LMI
6851 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6852
bead9a43
JB
68532011-07-13 Juanma Barranquero <lekktu@gmail.com>
6854
6855 * tabify.el (untabify): Preserve the current column so that point
6856 doesn't move (bug#6032).
6857
3af98a7b
LMI
68582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6859
b796c9b7
SM
6860 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6861 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6862
6240145a
GM
68632011-07-13 Glenn Morris <rgm@gnu.org>
6864
6865 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6866 (dired-insert-directory): Give a message the first time
6867 if ls is found not to support --dired.
6868
1d8c2ccc
LMI
68692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6870
6871 * simple.el (toggle-truncate-lines): Clarify what is toggled
6872 (bug#5580). Text by Drew Adams.
6873
5fc4038e
CY
68742011-07-13 Chong Yidong <cyd@stupidchicken.com>
6875
6876 * simple.el (blink-matching-open): Make the error message from the
6877 last change less verbose.
6878
bf6012e5
DN
68792011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6880
6881 * font-lock.el (font-lock-comment-face): Use the high contrast
6882 "yellow" color for font-lock-comment-face on low color terminals
6883 using a dark background color (bug#4221).
6884
343c3b5a
LMI
68852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6886
7e9505c5
LMI
6887 * dired.el (dired-insert-set-properties): Make the doc string
6888 reflect what it does now (bug#5325).
6889
c26fdcf5
LMI
6890 * simple.el (blink-matching-open): Say that we were unable to find
6891 the match within the limit, if we're limited (bug#5122).
6892
bb388cc5
LMI
6893 * international/mule-cmds.el (prefer-coding-system): Add an
6894 example (bug#4869).
6895
343c3b5a
LMI
6896 * progmodes/etags.el (tags-search): Document `file-list-form'
6897 (bug#4731).
6898
2a517d45
LM
68992011-07-13 Lawrence Mitchell <wence@gmx.li>
6900
6901 * net/browse-url.el (browse-url-default-browser)
6902 (browse-url-browser-function): Make the default browser choice a
6903 bit more logical (bug#4300). Also clean up the doc string.
6904
b6c78ef2
JB
69052011-07-13 Juanma Barranquero <lekktu@gmail.com>
6906
6907 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6908 binary endings (bug#4440).
6909
1c4dd947
LMI
69102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6911
a2014063
LMI
6912 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6913 which can be pretty annoying (bug#8971).
6914
9c9c2d88
LMI
6915 * jka-compr.el (jka-compr-verbose): New variable, and use
6916 throughout (bug#8971).
6917
1c4dd947
LMI
6918 * info.el (Info-find-file): Fall back on the installation
6919 directory if we can't find the info node anywhere else.
6920
a1c9f41b
SO
69212011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6922
6923 * vc/vc.el (vc-revert-file):
6924 Don't set file time-stamp in the past. (Bug#5181)
6925
536f3d36
LMI
69262011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6927
7152b011
LMI
6928 * files.el (after-find-file): Give a better error message when
6929 trying to find a symlink that points to a file that doesn't exist
6930 (bug#4398).
6931
536f3d36
LMI
6932 * progmodes/cc-vars.el: Remove (probably) misleading comment
6933 (bug#4396).
6934
460c0fba
JB
69352011-07-12 Johan Bockgård <bojohan@gnu.org>
6936
6937 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6938
7a6bda45
CY
69392011-07-12 Chong Yidong <cyd@stupidchicken.com>
6940
6941 * mouse-sel.el: Hack restoring functionality, while keeping
6942 compatibility with 2010-07-03 changes to mouse selection.
6943 (mouse-sel-primary-overlay): New var.
6944 (mouse-sel-selection-alist): Use it.
6945 (mouse-sel-mode): Doc fix; remove points that are default features
6946 of mouse.el.
6947
c79598ef
JB
69482011-07-12 Johan Bockgård <bojohan@gnu.org>
6949
6950 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6951 Fix previous fix (bug#2490).
6952
ff8be6ef
RW
69532011-07-12 Roland Winkler <winkler@gnu.org>
6954
b796c9b7
SM
6955 * textmodes/bibtex.el (bibtex-initialize):
6956 Use pop-to-buffer-same-window.
ff8be6ef
RW
6957 (bibtex-search-entries): Fix interactive call.
6958
296ba3ee
LMI
69592011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6960
f5242a02 6961 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6962 Fontise bytecomp Error lines more correctly (bug#2490).
6963 Fix suggested by Johan Bockgård.
f5242a02 6964
296ba3ee
LMI
6965 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6966
6967 * dired-x.el (dired-guess-default): Use `delete-dups'.
6968
f69fd0d2
CY
69692011-07-12 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * dired.el (dired-mark-prompt):
6972 * dired-aux.el (dired-read-shell-command): Doc fix.
6973
eab5dc07
LMI
69742011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6975
b796c9b7
SM
6976 * mail/sendmail.el (sendmail-query-once):
6977 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6978 emacs -Q.
6979
6980 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6981
eab5dc07
LMI
6982 * cus-edit.el (custom-file): Take an optional no-error variable.
6983 (customize-save-variable): Set the variable, and give a warning if
6984 running under "emacs -q".
6985
a1e65d42
JB
69862011-07-11 Juanma Barranquero <lekktu@gmail.com>
6987
6988 * loadhist.el (unload-feature-special-hooks):
6989 Add `auto-coding-functions', `fill-nobreak-predicate' and
6990 `find-directory-functions' (bug#5327).
6991
1d52da10
LMI
69922011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6993
be958f1d
LMI
6994 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6995
5bedb26c
LMI
6996 * cus-edit.el (custom-guess-name-alist): -alist variables should
6997 use the `alist' type (bug#3120). Suggested by Drew Adams.
6998
1d52da10
LMI
6999 * printing.el: Add documentation to all the `pr-toggle-' commands.
7000
cd394be1 70012011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7002
7003 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7004 backends where it makes sense (bug#2623).
7005
dcc88d8a
LMI
70062011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7007
c3de9feb
LMI
7008 * dired-x.el (dired-guess-default): Remove duplicate shell command
7009 entries (bug#2028).
8a93078b 7010 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7011 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7012
dcc88d8a
LMI
7013 * subr.el (remove-duplicates): New conveniency function.
7014
505e3645
LMI
70152011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7016
7017 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7018 (bug#1526).
7019
70202011-07-10 Martin Rudalics <rudalics@gmx.at>
7021
7022 * window.el (display-buffer-normalize-default): Don't invert
7023 meaning of even-window-heights. Reported by Eli Zaretskii
7024 <eliz@gnu.org>.
7025
455e4fa1
BR
70262011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7027
7028 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7029
8e0bc3e9
CY
70302011-07-10 Chong Yidong <cyd@stupidchicken.com>
7031
7032 * window.el (display-buffer): Fix arguments to
7033 display-buffer-reuse-window in last change.
7034
fa7c3228
CY
7035 * faces.el (link): Use a less saturated blue on light backgrounds.
7036
7037 * startup.el (fancy-startup-text, fancy-about-text)
7038 (fancy-startup-tail): Use font-lock faces, for background safety.
7039
c0a7f300
BN
70402011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7041
b796c9b7
SM
7042 * emulation/viper-cmd.el (viper-change-state-to-vi):
7043 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7044
4dc2a129
MR
70452011-07-09 Martin Rudalics <rudalics@gmx.at>
7046
7047 * window.el (display-buffer-default-specifiers): Remove.
7048 (display-buffer-macro-specifiers): Remove default specifiers.
7049 (display-buffer-alist): Default to nil.
b796c9b7 7050 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7051 (display-buffer-pop-up-window): Allow splitting internal
7052 windows. Check whether a live window was created.
7053 (display-buffer-other-window-means-other-frame)
7054 (display-buffer-normalize-arguments): Rename to
7055 display-buffer-normalize-argument and rewrite. Set the
7056 other-window specifier.
7057 (display-buffer-normalize-special): New function.
7058 (display-buffer-normalize-options): Rename to
7059 display-buffer-normalize-default and rewrite.
7060 (display-buffer-normalize-options-inhibit): Remove.
7061 (display-buffer-normalize-specifiers): Rewrite.
7062 (display-buffer): Process other-window specifier and call
7063 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7064 more faithfully.
b796c9b7 7065 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7066 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7067 (display-buffer-in-window, display-buffer-alist-set):
7068 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7069 <tassilo@member.fsf.org>.
7070
2d43b8c9
LL
70712011-07-09 Leo Liu <sdl.web@gmail.com>
7072
7073 * register.el (insert-register): Restore accidental change on
7074 2011-06-26. (Bug#9028)
7075
7f9b7c53
GM
70762011-07-09 Glenn Morris <rgm@gnu.org>
7077
7078 * subr.el (remq): Handle the empty list. (Bug#9024)
7079
f042cfd8
AS
70802011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7081
7082 * mail/sendmail.el (send-mail-function): No longer delay custom
7083 initialization.
7084 * custom.el (custom-initialize-delay): Doc fix.
7085
856b2f11
SM
70862011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7089
afae1d68
MA
70902011-07-08 Michael Albinus <michael.albinus@gmx.de>
7091
7092 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7093 human-friendly prompt.
7094
0757af94
SM
70952011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7098 provided by a particular plugin.
7099
d760b731
LMI
71002011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7101
7102 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7103 save customizations (with "emacs -Q"), just set the variable
7104 instead of erroring out.
7105
7106 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7107
cd79ce90
JL
71082011-07-08 Juri Linkov <juri@jurta.org>
7109
7110 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7111 (archive-zip-update-case): Use 7z if found by `executable-find'.
7112 The order of searching the available programs is the same as in
7113 `archive-zip-extract' (bug#8968).
7114
14cc04aa
CY
71152011-07-07 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7118 (menu-bar-options-menu): Tweak descriptions.
7119
0a1848ec
LMI
71202011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7121
7122 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7123 menu items into verb phrases (bug#1421). Also refill to fit under
7124 80 columns.
7125
f5bd0689
CY
71262011-07-07 Chong Yidong <cyd@stupidchicken.com>
7127
538e85c6
CY
7128 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7129 (Info-read-node-name): Doc fix (Bug#1084).
7130
f5bd0689
CY
7131 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7132 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7133 (end-of-sexp, beginning-of-sexp)
7134 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7135 (forward-symbol, forward-same-syntax, word-at-point)
7136 (sentence-at-point): Doc fix (Bug#1144).
7137
56ec5115
LMI
71382011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7139
f3f8e37f
LMI
7140 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7141 should cover it (bug#1281).
7142
0757af94 7143 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7144
e9fce1ac 7145 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7146 negotiation fails, then possibly try again with a non-encrypted
7147 connection (bug#9017).
7148
56ec5115
LMI
7149 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7150 be used.
7151
c2f9aec8
RS
71522011-07-07 Richard Stallman <rms@gnu.org>
7153
7154 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7155 property, and handle its changed format.
7156 Look for the correct line number.
7157 Use file's line contents (but not past first =) to find
7158 correct line in message.
7159
ef7b981d 71602011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7161
7162 * international/characters.el (build-unicode-category-table):
7163 Delete it.
0757af94 7164 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7165
0757af94 7166 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7167 to src/chartab.c.
7168 (get-char-code-property): Call unicode-property-table-internal to
7169 load a file. Call get-unicode-property-internal where necessary.
7170 (put-char-code-property): Call unicode-property-table-internal to
7171 load a file. Call put-unicode-property-internal where necessary.
7172 put-unicode-property-internal where necessary.
0757af94
SM
7173 (char-code-property-description):
7174 Call unicode-property-table-internal to load a file.
c805dec0
KH
7175
7176 * international/charprop.el:
7177 * international/uni-bidi.el:
7178 * international/uni-category.el:
7179 * international/uni-combining.el:
7180 * international/uni-comment.el:
7181 * international/uni-decimal.el:
7182 * international/uni-decomposition.el:
7183 * international/uni-digit.el:
7184 * international/uni-lowercase.el:
7185 * international/uni-mirrored.el:
7186 * international/uni-name.el:
7187 * international/uni-numeric.el:
7188 * international/uni-old-name.el:
7189 * international/uni-titlecase.el:
7190 * international/uni-uppercase.el: Regenerate.
7191
7192 * loadup.el: Load international/charprop.el before
7193 international/characters.
7194
e14b388a
CY
71952011-07-07 Chong Yidong <cyd@stupidchicken.com>
7196
7197 * window.el (next-buffer, previous-buffer): Signal an error if
7198 called from a minibuffer window.
7199
7200 * bindings.el: Revert 2011-07-04 change.
7201
354cf0ba
RS
72022011-07-06 Richard Stallman <rms@gnu.org>
7203
7204 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7205 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7206 Treat markers like ints.
7207 (rmail-mime-entity): Doc fix.
7208
a48868a7
LMI
72092011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7210
4906cd3d
LMI
7211 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7212 defcustom again for backwards compatibility.
7213
e0457abe
LMI
7214 * simple.el (shell-command-on-region): Fill.
7215
d67f7e1f
LMI
7216 * dired-aux.el (dired-kill-line): Add a doc string.
7217
fe204702
LMI
7218 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7219 to "\\sw\\|\\s_" (bug#358).
7220
a48868a7
LMI
7221 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7222 (dired-unmark-backward): Ditto.
7223 (dired-flag-backup-files): Ditto.
7224
7225 * dired-x.el (dired-mark-sexp): Ditto.
7226
aa8a705c
RS
72272011-07-06 Richard Stallman <rms@gnu.org>
7228
7229 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7230 (rmail-mime-entity): New arg TRUNCATED.
7231 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7232 New functions.
7233 (rmail-mime-save): Warn if entity is truncated.
7234 (rmail-mime-toggle-hidden): Likewise, for showing.
7235 (rmail-mime-process-multipart): Record when an entity is truncated.
7236
a9a936b9
RS
7237 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7238 if ENTITY is a string.
7239
1f2b92cb
LMI
72402011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7241
f4f73198 7242 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7243 of faces when `M-C-x'-ing their definitions (bug#8378).
7244 Also clean up the code slightly.
f4f73198 7245
12b16734 7246 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7247 because that makes the colors go away.
12b16734 7248
f0691d22
LMI
7249 * mail/sendmail.el (send-mail-function): Change the default to
7250 `sendmail-query-once'.
9e87df06 7251 (sendmail-query-once): Add an autoload cookie.
f0691d22 7252
1f2b92cb
LMI
7253 * net/network-stream.el (network-stream-open-starttls): Try using
7254 a plain connection even if the server offered STARTTLS, and we
7255 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7256 capability. This should make smtpmail.el work in slightly more
7257 configurations.
7258
1cdd2a1b
MA
72592011-07-06 Michael Albinus <michael.albinus@gmx.de>
7260
7261 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7262 New defun.
7263 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7264
fbcc67e2
MM
72652011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7266
7267 * progmodes/sql.el: Version 3.0
0757af94 7268 (sql-product-alist): Add product :completion-object,
fbcc67e2 7269 :completion-column, and :statement attributes.
0757af94 7270 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7271 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7272 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7273 ansi keywords.
7274 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7275 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7276 (sql-oracle-show-reserved-words): New function for development.
7277 (sql-product-font-lock): Simplify for source code buffers.
7278 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7279 New functions.
7280 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7281 (sql-mode-map): Add statement movement functions.
7282 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7283 New variable.
fbcc67e2
MM
7284 (sql-statement-regexp, sql-beginning-of-statement)
7285 (sql-end-of-statement, sql-signum): New functions.
0757af94 7286 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7287 (sql-show-sqli-buffer): Bug fix.
7288 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7289 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7290 with sql-interactive-mode.
7291 (sql-save-connection): Save buffer local settings.
0757af94 7292 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7293 (sql-product-interactive): Bug fix.
7294 (sql-preoutput-hold): New variable.
7295 (sql-interactive-remove-continuation-prompt): Bug fixes.
7296 (sql-debug-redirect): New variable.
7297 (sql-str-literal): New function.
7298 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7299 Redesign.
fbcc67e2
MM
7300 (sql-oracle-save-settings, sql-oracle-restore-settings)
7301 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7302 (sql-completion-object, sql-completion-column)
7303 (sql-completion-sqlbuf): New variables.
7304 (sql-build-completions-1, sql-build-completions)
7305 (sql-try-completion): New functions.
7306 (sql-read-table-name): Use them.
7307 (sql-contains-names): New buffer local variable.
7308 (sql-list-all, sql-list-table): Use it.
7309 (sql-oracle-completion-types): New variable.
7310 (sql-oracle-completion-object, sql-sqlite-completion-object)
7311 (sql-postgres-completion-object): New functions.
7312
d4eaeab1
GM
73132011-07-06 Glenn Morris <rgm@gnu.org>
7314
7315 * window.el (pop-to-buffer): Doc fix.
7316
322b7dab 73172011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7318
7319 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7320
322b7dab 73212011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7322
322b7dab 7323 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7324
322b7dab 7325 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7326
605dd5bf
CY
73272011-07-05 Chong Yidong <cyd@stupidchicken.com>
7328
7329 * button.el (button): Inherit from link face. Suggested by Dan
7330 Nicolaescu.
7331
7dbfa719
SM
73322011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7333
3db614b0
SM
7334 * progmodes/gdb-mi.el: Fit in 80 columns.
7335 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7336 switch-to-buffer.
7337
7dbfa719
SM
7338 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7339 if imenu is simply not configured (bug#8941).
7340
919d884a
KM
73412011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7342
7343 * allout.el (allout-post-undo-hook): New allout outline-change
7344 event hook to signal undo activity.
7345 (allout-post-command-business): Run allout-post-undo-hook if an
7346 undo just occurred.
7dbfa719
SM
7347 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7348 * allout-widgets.el (allout-widgets-after-undo-function):
7349 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7350 in the vicinity of an undo.
7351 (allout-widgets-mode): Include allout-widgets-after-undo-function
7352 on the new allout-post-undo-hook.
7353
450a0f09
SM
73542011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7357 Let define-derived-mode define it.
7358 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7359 cycles of abbrev-table inheritance (bug#8998).
7360
2de69e00
RW
73612011-07-05 Roland Winkler <winkler@gnu.org>
7362
7363 * textmodes/bibtex.el: Add support for biblatex.
7364 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7365 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7366 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7367 (bibtex-entry-alist, bibtex-field-alist): New variables.
7368 (bibtex-entry-field-alist): Obsolete alias for
7369 bibtex-BibTeX-entry-alist.
7370 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7371 (bibtex-set-dialect): New command.
7372 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7373 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7374 Bind via bibtex-set-dialect.
2de69e00
RW
7375 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7376 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7377 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7378 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7379 Define via bibtex-set-dialect.
450a0f09
SM
7380 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7381 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7382 (bibtex-vec-push, bibtex-vec-incr): New functions.
7383 (bibtex-format-entry, bibtex-field-list)
7384 (bibtex-print-help-message, bibtex-validate)
7385 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7386
2dcdbdd9
SM
73872011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * progmodes/compile.el (compilation-goto-locus):
7390 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7391 * bs.el (bs-cycle-next, bs-cycle-previous):
7392 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7393 * bindings.el (mode-line-other-buffer):
7394 * autoinsert.el (auto-insert):
7395 * arc-mode.el (archive-extract):
7396 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7397
b27640fe
JB
73982011-07-05 Juanma Barranquero <lekktu@gmail.com>
7399
7400 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7401 Fix check of `emacs-lock-unlockable-modes'.
7402 Coerce true values of `emacs-lock--try-unlocking' to t.
7403
53bbe3ad
JB
74042011-07-05 Juanma Barranquero <lekktu@gmail.com>
7405
7406 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7407 * emacs-lock.el: New file.
7408
1d3cdbc7
JD
74092011-07-05 Julien Danjou <julien@danjou.info>
7410
7411 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7412 than `boundp' to check if face is set.
7413
9173deec
JB
74142011-07-05 Juanma Barranquero <lekktu@gmail.com>
7415
7416 * register.el (registerv-make):
7417 * window.el (window-min-height): Fix typos in docstrings.
7418
869795d6
JD
74192011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7420
9173deec 7421 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7422 Update doc string.
7423
b768cdcd
JB
74242011-07-04 Juanma Barranquero <lekktu@gmail.com>
7425
7426 * server.el (server-execute): Catch quit and call
7427 `server-return-error' to pass the error back to emacsclient and
7428 close the connection (bug#8942).
7429
13aa217b
KM
74302011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7431
7432 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7433 insecure exception for current topic. Also note that auto-saves
7434 are handled differently.
7435
7436 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7437 State variables for tracking auto-save inhibition situation.
7438
7439 (allout-write-contents-hook-handler): Rename from
7440 'allout-write-file-hook-handler', and describe how it depends on
7441 write-contents-functions sensitivity to non-nil value to prevent
7442 file write.
7443
7444 (allout-auto-save-hook-handler): Remove. auto-save does not check
7445 this in individual buffers, only in the starting buffer, so this
7446 is not the right way for us to inhibit auto-save in a buffer
7447 according to its condition.
7448
7449 (allout-mode): Use new allout-write-contents-hook-handler, and
7450 only with write-contents-functions. Remove auto-save provisions -
7451 they're implemented elsewhere.
7452
7453 (allout-before-change-handler): If undo is in progress, note that
7454 for attention of allout-post-command-business.
7455
7456 (allout-post-command-business): If the command we're following was
7457 an undo, check for change in the status of encrypted items and
7458 adjust auto-save inhibitions accordingly.
7459
7460 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7461 according to whether there are or aren't any plain-text topics
7462 pending encryption.
7463
2dcdbdd9 7464 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7465 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7466 if there are plain-text topics pending encryption.
13aa217b
KM
7467
7468 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7469 buffer-saved-size and some allout state to not inhibit auto-saves
7470 if there are no longer any plain-text topics pending encryption.
7471
0757af94
SM
7472 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7473 No longer provide for exemption of the current topic.
13aa217b 7474
ac89b32c
JL
74752011-07-04 Juri Linkov <juri@jurta.org>
7476
7477 Add 7z operations to delete and save changed members (bug#8968).
7478 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7479 New defcustoms.
7480 (archive-7z-write-file-member): New function.
7481 (archive-7z-summarize): Fix the number of dashes in the
7482 listing output.
7483
8fa39615
SM
74842011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7487 (bug#8958).
7488
2f11b3f1
CY
74892011-07-04 Chong Yidong <cyd@stupidchicken.com>
7490
d66fef2b
CY
7491 * bindings.el: Ignore next-buffer and previous-buffer in
7492 minibuffer-local-map.
7493
2f11b3f1
CY
7494 * font-lock.el (font-lock-builtin-face): Change light background
7495 color to dark slate blue (Bug#6693).
7496
f932a347
WD
74972011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7498
7499 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7500
c8af70e1
SM
75012011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7504 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7505 Add switch-to-buffer.
7506
f158badc
LMI
75072011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7508
7509 * isearch.el (isearch-search-fun-function): Clarify further the
7510 meaning of the function returned.
7511
6d95bd46
MA
75122011-07-04 Michael Albinus <michael.albinus@gmx.de>
7513
7514 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7515
7516 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7517 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7518 Use it.
7519 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7520 `tramp-default-remote-path' does not exist.
7521 (tramp-send-command-and-read): New optional argument NOERROR.
7522 (tramp-open-connection-setup-interactive-shell)
7523 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7524 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7525 (tramp-process-sentinel): Flush also process' connection property.
7526 (tramp-sh-handle-start-file-process): Do not set process
7527 sentinel. It is done now ...
7528 (tramp-maybe-open-connection): ... here. (Bug#8929)
7529
909e6b67
MK
75302011-07-04 MON KEY <monkey@sandpframing.com>
7531
7532 * play/animate.el (animate-string): Doc fixes and allow changing
7533 the buffer name (bug#5417).
7534
75352011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7536
c8af70e1 7537 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7538
f34755dc
PE
75392011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7540
396cec72
PE
7541 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7542 This is simpler and helps future-proof the code.
7543 (timer-until): Use time-subtract and float-time.
08235028 7544 (timer--time-less-p): Use time-less-p.
f34755dc 7545
56e6cc31
JB
75462011-07-04 Juanma Barranquero <lekktu@gmail.com>
7547
3abb79e5
JB
7548 * type-break.el (timep): Use the value of `float-time' to avoid a
7549 byte-compiler warning.
7550
56e6cc31
JB
7551 * server.el (server-eval-and-print): Return any result, even nil.
7552
7b9430b4
PE
75532011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7554
7555 * type-break.el: Accept time formats that the builtins accept.
7556 (timep, type-break-time-difference): Accept any format that
7557 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7558 This is simpler and helps future-proof the code.
7559 (type-break-time-difference): Round rather than ignoring
7560 subseconds components.
7561
3034e9e7
LMI
75622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7563
7564 * info.el (Info-apropos-matches): Make non-interactive, since it
7565 doesn't seem to do anything useful as a command (bug#8829).
7566
1485f4c0
CY
75672011-07-03 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7570 Move from faces.el.
1485f4c0
CY
7571 (frame-default-terminal-background): New function.
7572
7573 * custom.el (custom-push-theme): Don't record faces in `changed'
7574 theme; this doesn't work correctly for per-frame face settings.
7575 (disable-theme): Use face-set-after-frame-default to reset faces.
7576 (custom--frame-color-default): New function.
7577
9fa3dd45
LMI
75782011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7579
c8af70e1 7580 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7581 (bug#8769).
7582
6cbbc20c
KR
75832011-03-29 Kevin Ryde <user42@zip.com.au>
7584
7585 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7586 `perl-Test2' extend to match possible "fail #N" rep count
7587 (bug#8377).
7588
c7f98048
LMI
75892011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7590
65676592
LMI
7591 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7592 `smtpmail-via-smtp' now returns the error instead of nil.
7593
c7f98048
LMI
7594 * isearch.el (isearch-search-fun-function): Clarify the doc string
7595 (bug#8101).
7596
56e6cc31 75972011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7598
7599 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7600 unnecessary spaces (bug#8987).
7601
2b216704
LMI
76022011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7603
7604 * net/network-stream.el (open-network-stream): Use the
7605 :end-of-capability command thoughout.
7606
76072011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7608
7609 * net/network-stream.el (open-network-stream): Add the
7610 :end-of-capability command parameter, used by pop3.el.
7611
36adf6ce
LMI
76122011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7613
1ca0da0e
LMI
7614 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7615
fc00f69c
LMI
7616 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7617 for list)" (bug#6475).
7618
28fd8759 7619 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7620 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7621 an error (bug#6297).
7622
0dd8b6da
LMI
7623 * man.el (Man-reference-regexp): Allow matching possible
7624 word-wrapped references (bug#6289).
7625
ce1438d6
LMI
7626 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7627 for consistency with the other vc buffers (bug#6197).
7628 (vc-checkin): Ditto.
7629
7630 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7631
36adf6ce
LMI
7632 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7633
e83cc1f7
LMI
76342011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7635
8a20ca4c
LMI
7636 * custom.el (defcustom): Clarify that :set is only used in the
7637 Customize user interface (bug#6089).
7638
83319045
LMI
7639 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7640 associated with a file, refuse to run instead of erroring out
7641 (bug#6084).
7642
a8392169
LMI
7643 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7644 the doc string, since it appears that using `fill-column' always
7645 controls the width (bug#7845).
7646
e83cc1f7
LMI
7647 * simple.el (shell-command-on-region): Say where the error output
7648 went if `shell-command-default-error-buffer' is set (bug#6857).
7649
e47ca23b
KM
76502011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7651
7652 * allout.el (allout-yank-processing): Adjust cursor position for
7653 backwards-deleted space.
7654
7655 (allout-rebullet-heading): Register changes with
7656 allout-exposure-changed-hook, so the modified topic is properly
7657 decorated.
7658
5cf56143
LMI
76592011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7660
08549772
LMI
7661 * minibuffer.el (completion-in-region): Document PREDICATE
7662 (bug#7136).
7663
48e96771
LMI
7664 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7665 of keyword/argument pairs (bug#6904).
7666
c8af70e1
SM
7667 * replace.el (multi-occur):
7668 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7669
e17d05e2
LMI
76702011-07-02 Drew Adams <drew.adams@oracle.com>
7671
7672 * dired.el (dired-mark-if): Make the message about whether it's
7673 marking or unmarking clearer (bug#8523).
7674
063b0e45
LMI
76752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7676
7677 * disp-table.el (display-table-print-array): New function.
7678 (describe-display-table): Use it to print the vectors more pretty
7679 (Bug#8859).
7680
28545e04
MR
76812011-07-02 Martin Rudalics <rudalics@gmx.at>
7682
7683 * window.el (window-state-get-1): Don't assign clone numbers.
7684 Add clone-of item to list of window parameters.
7685 (window-state-put-2): Don't process clone numbers.
7686 (display-buffer-alist): Fix doc-string.
7687
3349e122
SM
76882011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * subr.el (remq): Don't allocate if it's not needed.
7691 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7692 (keymap--merge-bindings): New functions.
7693 (keymap-canonicalize): Use them to refine the canonicalization.
7694 * minibuffer.el (minibuffer-local-completion-map)
7695 (minibuffer-local-must-match-map): Move initialization from C.
7696 (minibuffer-local-filename-completion-map): Move initialization from C;
7697 don't inherit from anything here.
7698 (minibuffer-local-filename-must-match-map): Make obsolete.
7699 (completing-read-default): Use make-composed-keymap to combine
7700 minibuffer-local-filename-completion-map with either
7701 minibuffer-local-must-match-map or
7702 minibuffer-local-filename-completion-map.
7703
d224ac83
GM
77042011-07-01 Glenn Morris <rgm@gnu.org>
7705
3de63bf8
GM
7706 * type-break.el (type-break-time-sum): Use dolist.
7707
d224ac83
GM
7708 * textmodes/flyspell.el (flyspell-word-search-backward):
7709 Replace CL function.
7710
1a1e3f32
SM
77112011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7712
fe3f64d5
SM
7713 * mouse.el (mouse--strip-first-event): New function.
7714 (function-key-map): Use it to map fringe clicks to normal clicks
7715 by default.
7716
eb604e34
SM
7717 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7718 (vc-bzr-revision-completion-table): Add support for annotate and date.
7719
1a1e3f32
SM
7720 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7721 inherit from parent.
7722
5bd35902
LMI
77232011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7724
ace6c69c 7725 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7726 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7727
191e2bed
LMI
7728 * dired.el (dired-mode): Fix up the doc string as suggested by
7729 Drew Adams (bug#8817).
7730
5bd35902
LMI
7731 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7732 cookie, since the manual says that it should be possible to add
7733 this function to `find-file-hook' (bug#8709).
7734
eee8207a
TZ
77352011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7736
7737 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7738 here. Noted Ted Zlatanov as the maintainer.
7739 (cfengine-common-settings, cfengine-common-syntax): New functions
7740 to set up common things between `cfengine-mode' and
7741 `cfengine3-mode'.
7742 (cfengine3-mode): New mode.
7743 (cfengine3-defuns cfengine3-defuns-regex
7744 (cfengine3-class-selector-regex cfengine3-category-regex)
7745 (cfengine3-vartypes cfengine3-font-lock-keywords)
7746 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7747 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7748
36b148cf
MA
77492011-07-01 Michael Albinus <michael.albinus@gmx.de>
7750
7751 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7752
7753 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7754
0bf4ba9a
MR
77552011-07-01 Martin Rudalics <rudalics@gmx.at>
7756
7757 * window.el (same-window-buffer-names, same-window-regexps)
7758 (same-window-p, special-display-frame-alist)
7759 (special-display-popup-frame, special-display-function)
7760 (special-display-buffer-names, special-display-regexps)
7761 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7762 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7763 (split-window-preferred-function, split-height-threshold)
7764 (split-width-threshold, even-window-heights)
7765 (display-buffer-mark-dedicated, window-splittable-p)
7766 (split-window-sensibly, window-safely-shrinkable-p):
7767 Un-obsolete.
7768 (display-buffer): Don't spread args with function specifier
7769 because special-display-popup-frame won't like it.
7770
35837f51
PE
77712011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7772
d0672f86
PE
7773 Time-stamp simplifications and fixes.
7774 These improve accuracy slightly, and future-proof the code
7775 against some potential changes to current-time format.
7776
b9444d97
PE
7777 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7778 by using time-since and float-time.
7779
0ef923dc
PE
7780 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7781 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7782 + NNN microseconds".
7783
2f81380d
PE
7784 * type-break.el (type-break-time-sum): Rewrite using time-add.
7785
845b5c3e
PE
7786 * play/hanoi.el (hanoi-current-time-float): Remove.
7787 All uses replaced by float-time.
7788
ee6f1be0
PE
7789 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7790 This yields a more-accurate answer.
7791 (rng-time-to-float): Remove; no longer needed.
7792
fe955043
PE
7793 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7794
5777162a
PE
7795 * calendar/timeclock.el (timeclock-seconds-to-time):
7796 Defalias to seconds-to-time, since they're the same thing.
7797
3103f8b6 7798 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7799 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7800 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7801
0e61a35f
SM
78022011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * window.el (bury-buffer): Don't iconify the only frame.
7805 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7806 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7807
ddd63a1e
CY
78082011-07-01 Chong Yidong <cyd@stupidchicken.com>
7809
0e61a35f
SM
7810 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7811 Add mouse-yank-primary.
ddd63a1e 7812
055f4923
TZ
78132011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7814
7815 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7816
6a2fb145
SM
78172011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7820 (find-library-name): Use it to find relative load names when provided
7821 absolute file name (bug#8803).
7822
fd4983f2
LMI
78232011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7824
887d14ad
LMI
7825 * textmodes/flyspell.el (flyspell-word): Consider words that
7826 differ only in case as potential doublons (bug#5687).
7827
c53dc7fc
LMI
7828 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7829 Remove two rather uninteresting debugging-like messages to make
7830 debbugs.el more silent.
7831
fd4983f2
LMI
7832 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7833 a password-like phrase.
7834
7a71b18d 78352011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7836
7837 * progmodes/cc-guess.el: New file.
7838
6a2fb145 7839 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7840
7841 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7842 derived from `c-basic-common-init'.
7843
7844 * progmodes/cc-mode.el (top-level): Require cc-guess.
7845 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7846
1fa280a3
LM
78472011-06-30 Lawrence Mitchell <wence@gmx.li>
7848
7849 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7850
e6597158
AM
78512011-06-30 Alan Mackenzie <acm@muc.de>
7852
1fa280a3
LM
7853 * progmodes/cc-engine.el (c-guess-continued-construct):
7854 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7855 lock is disabled. Name this case as "CASE G".
7856
68ba37fb
KM
78572011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7858
7859 * allout.el (allout-yank-processing): Fix injection of extra space
7860 between bullet and non-whitespace character in first topic when
7861 pasting, ensuring that the actual spacing in the pasted topic
7862 following the bullet char is preserved. This extra space was
7863 causing pasted encrypted topics to get a decrypted status even
7864 when the content was actually still encrypted. Now the decryption
7865 status from before the paste is preserved.
7866
7867 (allout-flag-region): Set all allout overlays so they evaporate
7868 when reduced to zero length (evanescent), to prevent overlay
7869 leakage.
7870
887a0b34
GM
78712011-06-30 Glenn Morris <rgm@gnu.org>
7872
94b9acce
GM
7873 * w32-fns.el (w32-charset-info-alist): Declare.
7874
1d9b46d4
GM
7875 * find-dired.el (find-grep-options): Simplify.
7876
cc232200
GM
7877 * term/ns-win.el (ns-set-resource): Declare.
7878
28e77c46
GM
7879 * ses.el (row, col): Declare dynamic variables honestly.
7880
887a0b34
GM
7881 * textmodes/reftex-parse.el (index-tags): Declare.
7882
658d8eb8
CY
78832011-06-30 Chong Yidong <cyd@stupidchicken.com>
7884
7885 * cus-edit.el (customize-push-and-save): New function.
7886
7887 * files.el (hack-local-variables-confirm): Use it.
7888
1fa280a3
LM
7889 * custom.el (load-theme): New arg NO-CONFIRM.
7890 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7891 (custom-enabled-themes): Doc fix.
7892
7893 * cus-theme.el (customize-create-theme)
7894 (custom-theme-merge-theme): Callers to load-theme changed.
7895
bb617717
LMI
78962011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7897
d61bdd5d
LMI
7898 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7899 short URLs have at least one dot in them (bug #7614).
7900
bb617717
LMI
7901 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7902 nil, because using a pty is apparently too slow (bug #895).
7903
2f31f37a
LMI
79042011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7905
7906 * mail/sendmail.el (sendmail-query-once): New function.
7907 (sendmail-query-once-function): New variable.
7908
3076b24e
GM
79092011-06-29 Glenn Morris <rgm@gnu.org>
7910
faf2a174
GM
7911 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7912
3076b24e
GM
7913 * ses.el (top-level): Require cl when compiling.
7914 (ses-set-localvars): Fix error statement.
7915 Call it at compile time to silence a storm of warnings.
7916
5386012d
MR
79172011-06-29 Martin Rudalics <rudalics@gmx.at>
7918
7919 * window.el (normalize-live-buffer): Rename to
7920 window-normalize-buffer.
7921 (normalize-live-frame): Rename to window-normalize-frame.
7922 (normalize-any-window): Rename to window-normalize-any-window.
7923 (normalize-live-window): Rename to window-normalize-live-window.
7924 (make-window-atom): Rename to window-make-atom.
7925 (window-resize-reset): Rename to window--resize-reset.
7926 (window-resize-reset-1): Rename to window--resize-reset-1.
7927 (resize-mini-window): Rename to window--resize-mini-window.
7928 (resize-subwindows-skip-p): Rename to
7929 window--resize-subwindows-skip-p.
7930 (resize-subwindows-normal): Rename to
7931 window--resize-subwindows-normal.
7932 (resize-subwindows): Rename to window--resize-subwindows.
7933 (resize-other-windows): Rename to window--resize-siblings.
7934 (resize-this-window): Rename to window--resize-this-window.
7935 (resize-root-window): Rename to window--resize-root-window.
7936 (resize-root-window-vertically): Rename to
7937 window--resize-root-window-vertically.
7938 (normalize-buffer-to-display): Rename to
7939 window-normalize-buffer-to-display.
7940 (normalize-buffer-to-switch-to): Rename to
7941 window-normalize-buffer-to-switch-to.
7942 Correspondingly update all callers of the functions listed
7943 above.
7944 (display-buffer-alist, display-buffer-normalize-arguments)
7945 (display-buffer-normalize-options, display-buffer)
7946 (display-buffer-alist-set): Use "function" instead of
7947 "fun-with-args".
7948
1176868d
CY
79492011-06-28 Chong Yidong <cyd@stupidchicken.com>
7950
7951 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7952 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7953 debbugs.gnu.org. Mention acknowledgment email.
7954
20a7a65f
LMI
79552011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7956
7957 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7958 buffer multibyteness, since it shouldn't matter.
7959
5f45cca5
MR
79602011-06-28 Martin Rudalics <rudalics@gmx.at>
7961
7962 * window.el (display-buffer-in-side-window): Handle dedicated
7963 windows as in display-buffer-reuse-window.
7964 (display-buffer-normalize-alist): Use value of override
7965 specifier.
7966 (display-buffer-normalize-specifiers): Use value of
7967 other-window-means-other-frame specifier.
7968 (display-buffer-alist): Rewrite some texts in widgets.
7969 (display-buffer): Spread arguments when calling function
7970 specified by fun-with-args.
7971
ad85fe1f
DD
79722011-06-28 Deniz Dogan <deniz@dogan.se>
7973
1fa280a3
LM
7974 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7975 Unnest `let'.
da68c4c8 7976
ad85fe1f
DD
7977 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7978 selectors (Bug#5732).
ec49bd31 7979 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7980
a08cc025
JA
79812011-06-27 Jari Aalto <jari.aalto@cante.net>
7982
7983 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7984 (eshell-ls-date-format): New defcustom.
7985 (eshell-ls-file): Use it.
7986
e2b551c5
SM
79872011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7990
8982b231
KY
79912011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7992
7993 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7994 (ange-ftp-make-tmp-name): New arg.
7995 (ange-ftp-file-local-copy): Use it.
7996
36c9fa27
J
79972011-06-27 Jambunathan K <kjambunathan@gmail.com>
7998
7999 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8000 no-conversion (Bug#8870).
8001
d68443dc
MR
80022011-06-27 Martin Rudalics <rudalics@gmx.at>
8003
8004 * window.el (window-right, window-left, window-child)
8005 (window-child-count, window-last-child)
8006 (window-iso-combination-p, walk-window-tree-1)
8007 (window-atom-check-1, window-tree-1, delete-window)
8008 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8009 new naming conventions - window-vchild, window-hchild,
8010 window-next and window-prev are now called window-top-child,
8011 window-left-child, window-next-sibling and window-prev-sibling
8012 respectively.
d615d6d2
MR
8013 (resize-window-reset): Rename to window-resize-reset.
8014 (resize-window-reset-1): Rename to window-resize-reset-1.
8015 (resize-window): Rename to window-resize.
8016 (window-min-height, window-min-width)
8017 (resize-mini-window, resize-this-window, resize-root-window)
8018 (resize-root-window-vertically, adjust-window-trailing-edge)
8019 (enlarge-window, shrink-window, maximize-window)
8020 (minimize-window, delete-window, quit-restore-window)
8021 (split-window, balance-windows, balance-windows-area-adjust)
8022 (balance-windows-area, window-state-put-2)
8023 (display-buffer-even-window-sizes, display-buffer-set-height)
8024 (display-buffer-set-width, set-window-text-height)
8025 (fit-window-to-buffer): Rename all "resize-window" prefixed
8026 calls to use the "window-resize" prefix convention.
8027 (display-buffer-alist): Fix symbol for label specifier.
8028 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8029 corresponding specifier.
8030 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8031
b6458526
VB
80322011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8033
8034 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8035 convention.
8036 (ses-call-printer): Does not pass an empty string to formatter when the
8037 cell is empty to keep from barking printer Calc math-format-value.
8038
d31fd9ac
RS
80392011-06-27 Richard Stallman <rms@gnu.org>
8040
43d5bf84
RS
8041 * battery.el (battery-mode-line-limit): New variable.
8042 (battery-update): Handle it.
8043
d31fd9ac
RS
8044 * mail/rmailmm.el (rmail-mime-process-multipart):
8045 Handle truncated messages.
8046
819a6054
GM
80472011-06-27 Glenn Morris <rgm@gnu.org>
8048
8049 * progmodes/flymake.el (flymake-err-line-patterns):
8050 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8051
cedc73f2
VB
80522011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8053
819a6054 8054 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8055 (ses--clean-!, ses--clean-_): New functions.
8056 (ses-range): Add configurability of readout order, and conversion
8057 to Calc vector.
8058
5e5d49b6
VB
8059 * ses.el (ses-repair-cell-reference-all): New function.
8060 (ses-cell-symbol): Set macro as safe, so that it can be used in
8061 formulas.
8062
56e6cc31 8063 * ses.el: Update cycle detection algorithm.
90ca8b49 8064 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8065 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8066 (ses-set-localvars): New function.
8067 (ses-make-cell): Add property-list as a cell element.
8068 (ses-cell-property-get-fun, ses-cell-property-get)
8069 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8070 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8071 New functions.
90ca8b49
VB
8072 (ses-cell-property-set, ses-cell-property-pop)
8073 (ses-cell-property-get-handle): New macro.
8074 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8075 New aliases, used for code readability.
8076 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8077 cycle detection.
8078 (ses-self-reference-early-detection): New defcustom.
fac916bf 8079 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8080 (ses-mode): Use ses-set-localvars.
8081 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8082 before lauching the update processing.
8083 (ses-initialize-Dijkstra-attempt): New function.
8084 (ses-recalculate-cell): Update for cycle detection based on
8085 Dijkstra algorithm.
8086
2bb63e81
VB
8087 * ses.el: Fix commenting and indenting convention.
8088
c9d29fb8
SM
80892011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * bs.el (bs-cycle-next): Complete last change.
8092
d8e4b68b
JB
80932011-06-27 Drew Adams <drew.adams@oracle.com>
8094
8095 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8096
40098786
LMI
80972011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8098
c9d29fb8
SM
8099 * net/network-stream.el (network-stream-open-starttls):
8100 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8101 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8102
40098786
LMI
8103 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8104 to binary to possibly avoid line encoding issues on Windows (among
8105 other things).
8106
468d09d4
LMI
81072011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8108
8109 * net/network-stream.el (open-network-stream): Return an :error
8110 saying what the problem was, if possible.
8111
8112 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8113 server.
8114
8115 * net/network-stream.el (network-stream-open-starttls): If we
8116 wanted to use STARTTLS, and the server offered it, but we weren't
8117 able to because we had no STARTTLS support, then close the connection.
8118 (open-network-stream): Return an :error element, if present.
8119
16f07dd7
CY
81202011-06-26 Chong Yidong <cyd@stupidchicken.com>
8121
88821ca0
CY
8122 * hl-line.el (hl-line-sticky-flag): Doc fix.
8123 (global-hl-line-sticky-flag): New option (Bug#8323).
8124 (global-hl-line-highlight): Obey it.
8125
16f07dd7
CY
8126 * vc/vc.el (vc-revert-show-diff): Default to t.
8127
6b5ccddf
KM
81282011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8129
c9d29fb8
SM
8130 * allout-widgets.el (allout-widgets-post-command-business):
8131 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8132 undecorated when an isearch is continued past, and isearch
8133 automatically collapses them. This leads to "widget leaks", where
8134 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8135 hidden widgets can slow down cursor travel, substantially.
8136 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8137 so we're doing without this nicety.
8138
8139 (allout-widgets-tally-string): Don't try to do a hash-table-count
8140 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8141 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8142 *Messages* when allout-widgets-maintain-tally is t.
8143
355f2e07
MR
81442011-06-26 Martin Rudalics <rudalics@gmx.at>
8145
8146 * window.el (display-buffer-normalize-argument): Rename to
8147 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8148 LABEL argument. Respect special-display-function when popping up
8149 a new frame. Fix code searching for a window showing the buffer
8150 on another frame.
c9d29fb8
SM
8151 (display-buffer-normalize-specifiers):
8152 Call display-buffer-normalize-arguments.
355f2e07
MR
8153 (display-buffer-in-window): Don't undedicate the window if its
8154 buffer remains the same.
8155 Reported by Drew Adams <drew.adams@oracle.com>.
8156 (display-buffer-alist): Add choice for same-window macro
8157 specfier.
8158 (display-buffer): Mention special meaning of LABEL argument in
8159 doc-string. Fix quoting. Don't pop up a new frame even as
8160 fallback.
8161
7ca8fc42
JB
81622011-06-26 Juanma Barranquero <lekktu@gmail.com>
8163
8164 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8165 avoid deleting the current window in some cases (bug#8911).
8166
bc312254
AS
81672011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8168
8169 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8170 (Bug#8934)
8171
2db18f3f
LMI
81722011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8173
c9d29fb8
SM
8174 * net/network-stream.el (network-stream-open-starttls):
8175 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8176 (network-stream-open-tls): Ditto.
8177
6302e0d3
LL
81782011-06-26 Leo Liu <sdl.web@gmail.com>
8179
8180 * register.el (registerv): New struct.
8181 (registerv-make): New function.
c9d29fb8
SM
8182 (jump-to-register, describe-register-1, insert-register):
8183 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8184 struct. (Bug#8415)
8185
5fdd4046
CY
81862011-06-26 Chong Yidong <cyd@stupidchicken.com>
8187
2afef60a
CY
8188 * vc/vc.el (vc-revert-show-diff): New defcustom.
8189 (vc-diff-internal): New arg specifying diff buffer.
8190 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8191 reuse an existing *vc-diff* buffer (Bug#8927).
8192
5fdd4046
CY
8193 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8194
e93db24a
GM
81952011-06-26 Glenn Morris <rgm@gnu.org>
8196
8197 * progmodes/f90.el (f90-critical-indent): New option.
8198 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8199 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8200 (f90-mode): Doc fix.
8201 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8202 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8203 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8204 (f90-match-end): Handle block, critical.
8205
eefff499
GM
82062011-06-25 Glenn Morris <rgm@gnu.org>
8207
f6ba4cc9
GM
8208 * calendar/diary-lib.el (diary-included-files): Doc fix.
8209 (diary-include-files): New function, extracted from
8210 diary-include-other-diary-files and diary-mark-included-diary-files.
8211 (diary-include-other-diary-files, diary-mark-included-diary-files):
8212 Just call diary-include-files.
8213 (diary-mark-entries): Reset diary-included-files on first call.
8214
16712304
GM
8215 * calendar/diary-lib.el (diary-mark-entries)
8216 (diary-mark-included-diary-files):
8217 Visit included diary-files in temp buffers.
8218
5d8e0d43
GM
8219 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8220 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8221 (f90-start-block-re, f90-imenu-generic-expression)
8222 (f90-looking-at-program-block-start, f90-no-block-limit):
8223 Add support for submodules.
8224
ccf7a5d5
GM
8225 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8226 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8227
11fdef7d 82282011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8229
8230 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8231 buffer-file-type before setting its value, to avoid disastrous
eefff499 8232 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8233
74f53697
JB
82342011-06-25 Juanma Barranquero <lekktu@gmail.com>
8235
8236 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8237
8238 * ses.el (ses-unload-function):
8239 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8240
8241 * proced.el (proced-unload-function):
8242 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8243
18a4ce5e
AR
82442011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8245
8246 * server.el (server-create-window-system-frame): Add parameters arg.
8247 (server-process-filter): Doc fix. Handle frame-parameters.
8248
519d22cc
JB
82492011-06-25 Juanma Barranquero <lekktu@gmail.com>
8250
8251 Fix bug#8730, bug#8781.
8252
8253 * loadhist.el (unload--set-major-mode): New function.
8254 (unload-feature): Use it.
8255
8256 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8257 (python-unload-function): New function.
8258
c206f5b0
SM
82592011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8262
f9ad64f3
GS
82632011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8264
8265 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8266 the candidates list.
8267
7d0da90e
JB
82682011-06-24 Juanma Barranquero <lekktu@gmail.com>
8269
8270 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8271
14b4e83d
RS
82722011-06-23 Richard Stallman <rms@gnu.org>
8273
8274 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8275 (rmail-variables): Set next-error-move-function.
8276 (rmail-what-message): Take argument POS.
8277 (rmail-next-error-move): New function.
8278
273d2baf
SM
82792011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8282 messages for adjacent non-terminals.
8283
56c2cc9a
RS
82842011-06-23 Richard Stallman <rms@gnu.org>
8285
8286 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8287 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8288 (rmail-start-mail): Don't specify use of rmail-mail-return;
8289 that's done by mail-bury now.
8290 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8291
d59eb518
MA
82922011-06-23 Michael Albinus <michael.albinus@gmx.de>
8293
8294 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8295 SIZE is a number.
8296
02cfc6d6
MR
82972011-06-23 Martin Rudalics <rudalics@gmx.at>
8298
8299 * window.el (get-lru-window, get-mru-window)
8300 (get-largest-window): Never return a minibuffer window.
8301 (display-buffer-pop-up-window): Fix a bug that could lead to
8302 reusing the minibuffer window.
8303 (display-buffer): Pass original specifier argument to
8304 display-buffer-function instead of the normalized one.
8305 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8306
4e323265
LL
83072011-06-22 Leo Liu <sdl.web@gmail.com>
8308
8309 * minibuffer.el (completing-read-function)
8310 (completing-read-default): Move from minibuf.c
8311
7a70468f
RS
83122011-06-22 Richard Stallman <rms@gnu.org>
8313
50718fc2
RS
8314 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8315 to Rmail even if not started by a special Rmail command.
8316
7a70468f
RS
8317 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8318 Copy the buffer currently showing just one message.
8319
297dde5a
RW
83202011-06-22 Roland Winkler <winkler@gnu.org>
8321
8322 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8323 (bibtex-clean-entry): First delete the old key so that a
8324 customized algorithm for generating the new key does not get
8325 confused by the old key.
8326 (bibtex-url): Obey regexp of first step.
8327 (bibtex-search-entries): Do not use add-to-list with local
8328 list-var.
8329
97bb1093
LMI
83302011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8331
8332 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8333 stored a user name, then query for the password first, instead of
8334 waiting for SMTP to give an error message and the trying again.
8335
1c0f1a19
JD
83362011-06-22 Lawrence Mitchell <wence@gmx.li>
8337
8338 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8339 BUFFER in call-process.
8340
396f7c9d
LMI
83412011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8342
8343 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8344 QUIT twice.
ddb7ffee
LMI
8345 (smtpmail-try-auth-methods): Require user name and password from
8346 auth-source.
396f7c9d 8347
8998d1b3
MR
83482011-06-22 Martin Rudalics <rudalics@gmx.at>
8349
8350 * window.el (display-buffer-default-specifiers)
8351 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8352 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8353 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8354
8355 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8356 (special-display-frame-alist, special-display-popup-frame):
8357 Remove duplicate declarations. These are now in window.el.
8358
4ea31e07
LMI
83592011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8360
c9d29fb8
SM
8361 * mail/smtpmail.el (smtpmail-via-smtp):
8362 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8363 server supports it. SMTP servers that support STARTTLS commonly
8364 require it.
8365
8366 * net/network-stream.el (network-stream-open-starttls): Support
8367 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8368 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8369
95f41d9a
LMI
8370 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8371 upgrades with `open-network-stream', and rely solely on
8372 auth-source for all credentials. Big changes throughout the file,
8373 but in particular:
c9d29fb8
SM
8374 (smtpmail-auth-credentials): Remove.
8375 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8376 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8377 MAIL FROM, too.
95f41d9a 8378
c9d29fb8
SM
8379 * net/network-stream.el (network-stream-open-starttls):
8380 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8381 STARTTLS.
8382 (auth-source): Require.
8383 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8384 (network-stream-certificate): Change cert-cert to cert and
8385 cert-key to key.
4ea31e07 8386
065ec2c7
MA
83872011-06-21 Michael Albinus <michael.albinus@gmx.de>
8388
8389 * net/tramp-cache.el (top): Don't load the persistency file when
8390 "emacs -Q" has been called.
8391
cd93b359
DR
83922011-06-21 Tim Harper <timcharper@gmail.com>
8393
d8e4b68b
JB
8394 * term/ns-win.el (ns-initialize-window-system):
8395 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8396 resource to NO as it is not yet supported by the NS port.
8397
ae9c0411
JB
83982011-06-21 Juanma Barranquero <lekktu@gmail.com>
8399
8400 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8401 (list-dynamic-libraries): ...not here.
8402
7f3f739f
LL
84032011-06-21 Leo Liu <sdl.web@gmail.com>
8404
8405 * subr.el (sha1): Implement sha1 using secure-hash.
8406
327c8fb1
MR
84072011-06-21 Martin Rudalics <rudalics@gmx.at>
8408
8409 * window.el (display-buffer-alist): In default value do not
8410 enforce searching a window on any but the selected frame.
8411 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8412 (display-buffer-select-window): Remove function.
8413 (display-buffer-in-window): When a window on another frame gets
8414 reused, do not select it any more but just raise its frame if
8415 necessary (Bug#8851) and (Bug#8856).
8416 (display-buffer-normalize-options): Handle pop-up-frames related
8417 options more faithfully.
8418 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8419 window if it is on another frame.
c9d29fb8
SM
8420 (display-buffer-alist, display-buffer-default-specifiers):
8421 Don't make new frame unsplittable by default.
9e9de014
MR
8422 (display-buffer-normalize-argument): Fix doc-string typo and use
8423 'same-frame-other-window instead of 'other-window when associating
8424 with display-buffer-macro-specifiers.
327c8fb1 8425
7cf3f556
VB
84262011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8427
8428 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8429 New functions.
8430 (5x5-mode-map, 5x5-mode-menu): Bind them.
8431 (5x5-draw-grid): Tweak the solver's rendering.
8432
60a406cf
SM
84332011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8436 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8437
d8e4b68b 84382011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8439
8440 * menu-bar.el: Use function variable instead of switch-to-buffer.
8441 (menu-bar-select-buffer-function): New variable.
60a406cf 8442 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8443
478d6f95
SM
84442011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8447 variable's status.
8448
ca530739
JD
84492011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8450
8451 * x-dnd.el (x-dnd-version-from-flags)
8452 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8453 and long as number (Bug#8899).
8454 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8455
bcd70d97
SM
84562011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8457
60a406cf 8458 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8459 (completion-try-completion, completion-all-completions): Compute the
8460 metadata argument if it's missing; make it optional (bug#8795).
8461
60a406cf 8462 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8463 (widget-complete): Use new :completion-function property.
8464 (widget-completions-at-point): New function.
8465 (default): Use :completion-function instead of :complete.
60a406cf
SM
8466 (widget-default-completions): Rename from widget-default-complete;
8467 Rewrite.
bcd70d97
SM
8468 (widget-string-complete, widget-file-complete, widget-color-complete):
8469 Remove functions.
8470 (file, symbol, function, variable, coding-system, color):
8471 * international/mule-cmds.el (default-input-method, charset)
8472 (language-info-custom-alist):
8473 * cus-edit.el (face): Use new property :completions.
8474
8475 * progmodes/pascal.el (pascal-completions-at-point): New function.
8476 (pascal-mode): Use it.
8477 (pascal-mode-map): Use completion-at-point.
8478 (pascal-toggle-completions): Make obsolete.
8479 (pascal-complete-word, pascal-show-completions):
8480 * progmodes/octave-mod.el (octave-complete-symbol):
8481 Redefine as obsolete alias.
8482 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8483 Signal absence of completion info for old Octave,
8484 (inferior-octave-complete): Redefine as obsolete alias.
8485 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8486 (meta-completions-at-point): Rename from meta-complete-symbol and
8487 adapt it for use on completion-at-point-functions.
8488 (meta-common-mode): Use it.
8489 (meta-looking-at-backward, meta-match-buffer): Remove.
8490 (meta-complete-symbol): Redefine as obsolete alias.
8491 (meta-common-mode-map): Use completion-at-point.
8492 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8493 (makefile-mode-map): Use completion-at-point.
8494 (makefile-completions-at-point): Rename from makefile-complete and
8495 adapt it for use on completion-at-point-functions.
8496 (makefile-mode): Use it.
8497 (makefile-complete): Redefine as obsolete alias.
8498
aebf69c8
DD
84992011-06-20 Deniz Dogan <deniz@dogan.se>
8500
8501 * net/rcirc.el: Delete trailing whitespaces once and for all.
8502
bfbbb27d
DC
85032011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8504
8505 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8506
d264a46b
CY
85072011-06-19 Chong Yidong <cyd@stupidchicken.com>
8508
4ca009e5
CY
8509 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8510
d264a46b
CY
8511 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8512
fbf5b3ce
MR
85132011-06-19 Martin Rudalics <rudalics@gmx.at>
8514
8515 * window.el (display-buffer-other-window-means-other-frame):
8516 Call display-buffer-normalize-alist.
8517 (display-buffer-normalize-specifiers-1): Rename to
8518 display-buffer-normalize-argument. New argument other-frame.
8519 Rewrite.
8520 (display-buffer-normalize-specifiers-2): Rename to
8521 display-buffer-normalize-options.
8522 (display-buffer-normalize-alist-1): New function.
8523 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8524 display-buffer-normalize-alist.
8525 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8526 (display-buffer-normalize-options-inhibit): New variable.
8527 (display-buffer-normalize-specifiers): Rewrite calling
8528 display-buffer-normalize-alist,
8529 display-buffer-normalize-argument, and
8530 display-buffer-normalize-options. Don't call the latter if
8531 display-buffer-normalize-options-inhibit is non-nil.
8532 (frame-auto-delete): New option.
8533 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8534 (window-list-no-nils, window-state-ignored-parameters)
8535 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8536 (window-state-put-1, window-state-put-2, window-state-put):
8537 New functions.
9a028c23
MR
8538 (display-buffer-normalize-options): Move special-display-p group
8539 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8540
6d10d800
CY
85412011-06-18 Chong Yidong <cyd@stupidchicken.com>
8542
6420d28b
CY
8543 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8544 groups (Bug#8776).
8545 (rx-submatch-n): New function.
8546 (rx): Document it.
8547
ddb8b596
CY
8548 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8549 (Bug#8768).
8550
8551 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8552
77080289
CY
8553 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8554
61dfb316
CY
8555 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8556 anytime existing face settings are present (Bug#8889).
8557
6d10d800
CY
8558 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8559 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8560 Remove unused argument.
8561
be3fb2b8
MR
85622011-06-18 Martin Rudalics <rudalics@gmx.at>
8563
bcd70d97
SM
8564 * window.el (display-buffer-default-specifiers):
8565 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8566 pop-up-window-min-width, and another reuse-window specifier
8567 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8568 (display-buffer-normalize-specifiers-2):
8569 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8570 pop-up-windows is unset. Add a reuse-window specifier for the
8571 case popping up a new window fails.
8572 (special-display-popup-frame): Remove double quoting.
28dec25a 8573 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8574
1c6d8c76
SM
85752011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8578 according to comint-completion-addsuffix.
8579
8580 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8581 (pcomplete-suffix-list): Mark as obsolete.
8582 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8583 pcomplete-seen in the closure.
8584 (pcomplete-comint-setup): Setup completion-at-point as well.
8585 (pcomplete--entries): New function.
8586 (pcomplete--env-regexp): New var.
8587 (pcomplete-entries): Rewrite to work with partial-completion and
8588 without relying on pcomplete-suffix-list.
8589 (pcomplete-pare-list): Remove, unused.
8590
25aef8b8
MR
85912011-06-17 Martin Rudalics <rudalics@gmx.at>
8592
8593 * window.el (display-buffer-alist): Set pop-up-window-min-height
8594 and pop-up-window-min-width in default value. Reported by
8595 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8596 other-window-means-other-frame.
8597 (display-buffer-macro-specifiers): Comment out entry for
8598 other-window specifier.
8599 (display-buffer-other-window-means-other-frame): New function.
8600 (display-buffer-normalize-specifiers-1): New arguments
8601 buffer-name and label. Treat other-window case specially.
8602 (display-buffer-normalize-specifiers-2): Treat other-window case
8603 specially.
8604 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8605 (display-buffer-normalize-specifiers):
8606 Call display-buffer-normalize-specifiers-3.
25aef8b8 8607
dbad4f69
MR
86082011-06-17 Martin Rudalics <rudalics@gmx.at>
8609
8610 * window.el (same-window-p): Fix two typos introduced when
8611 adding with-no-warnings.
d1067961
MR
8612 (display-buffer-normalize-specifiers-1): Don't check
8613 pop-up-frames for 'unset initialization.
8614 (display-buffer-normalize-specifiers-2): Major rewrite using
8615 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8616 (pop-up-frames, display-buffer-reuse-frames)
8617 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8618 Suggested by David Engster <deng@randomsample.de>.
8619 (even-window-heights): Initialize to 'unset.
8620 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8621 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8622 other window case.
dbad4f69 8623
9b9c9e3a
MR
86242011-06-16 Martin Rudalics <rudalics@gmx.at>
8625
bcd70d97
SM
8626 * window.el (display-buffer-normalize-specifiers-1):
8627 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8628 second argument of display-buffer (Bug#8865).
981d5c09
MR
8629 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8630 (switch-to-buffer-other-window-same-frame)
8631 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8632 Adams (Bug#8875).
9c2755e9
MR
8633 (display-buffer): Don't check noninteractive when calling
8634 display-buffer-pop-up-frame.
8635 (display-buffer-pop-up-frame): Never pop up a frame in
8636 noninteractive mode (Bug#8857).
67222e1d
MR
8637 (enlarge-window, shrink-window): Don't report an error when the
8638 window can't be resized as requested (Bug#8862).
9b9c9e3a 8639
2b75be67
SM
86402011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8641
9ffdd3ba
SM
8642 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8643
cb581a67
SM
8644 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8645
2b75be67
SM
8646 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8647
8c0e3589
AM
86482011-06-15 Alan Mackenzie <acm@muc.de>
8649
cb581a67
SM
8650 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8651 for declarators, disable knr checking to speed up for normal files.
8652 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8653
b96e6cde
LMI
86542011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8655
4bba86e6
LMI
8656 * net/network-stream.el (open-network-stream): Add the keyword
8657 :always-query-capabilities for the case where you want to force a
8658 `plain' network connection, but the protocol still requires the
8659 capabilitiy command (i.e., SMTP and EHLO).
8660
2b75be67 8661 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8662 consistency with other `-live-p' functions.
8663
efdcdbf8
SM
86642011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * window.el (same-window-buffer-names, same-window-regexps)
8667 (special-display-frame-alist, special-display-popup-frame)
8668 (special-display-function, special-display-buffer-names)
8669 (special-display-regexps, pop-up-frame-alist)
8670 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8671 (pop-up-windows, split-window-preferred-function)
8672 (split-height-threshold, split-width-threshold, even-window-heights)
8673 (display-buffer-mark-dedicated): Don't encourage the use of
8674 display-buffer-alist from Elisp code.
8675
c5cde042
DN
86762011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8677
8678 * progmodes/python.el (python-mode): Derive from prog-mode.
8679 * progmodes/ps-mode.el (ps-mode):
8680 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8681 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8682 * progmodes/ld-script.el (ld-script-mode): Likewise.
8683
baa1c9ab
MR
86842011-06-15 Martin Rudalics <rudalics@gmx.at>
8685
8686 * window.el (display-buffer-alist): Trim default value to avoid
8687 popping up a new frame (Bug#8857) or reusing an arbitrary window
8688 on another frame.
8689 (display-buffer): Do not fall back on popping up a new frame in
8690 batch mode (Bug#8857).
8691
c5dd5a51
CY
86922011-06-14 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8695 (custom-theme-summary): New function.
8696 (customize-themes): Use it.
8697
d647b7c4
GM
86982011-06-13 Glenn Morris <rgm@gnu.org>
8699
8700 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8701
9481c002
MR
87022011-06-13 Martin Rudalics <rudalics@gmx.at>
8703
357f93d2
MR
8704 * help.el (help-window): Remove variable.
8705 (help-window-point-marker, temp-buffer-max-height)
8706 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8707 (help-print-return-message): Don't set help-window.
8708 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8709 (help-window-setup-finish): Remove.
8710 (help-window-display-message, help-window-setup)
8711 (with-help-window): Major rewrite based on new
8712 display-buffer-window variable.
8713
8714 * help-mode.el (help-mode-finish): Remove help-window related
8715 code.
8716
8717 * view.el (view-exits-all-viewing-windows): Remove reference to
8718 view-return-to-alist in doc-string.
8719 (view-return-to-alist): Make obsolete.
8720 (view-buffer): Call pop-to-buffer-same-window and remove
8721 undo-window code.
8722 (view-buffer-other-window): Call pop-to-buffer-other-window and
8723 simplify code. Ignore second argument.
8724 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8725 simplify code. Ignore second argument.
8726 (view-return-to-alist-update): Make obsolete.
8727 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8728 Rewrite using quit-restore window parameters.
2b75be67
SM
8729 (view-mode-exit): Rename second argument to EXIT-ONLY.
8730 Rewrite using quit-restore-window.
357f93d2
MR
8731 (View-exit, View-exit-and-edit, View-leave, View-quit)
8732 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8733 appropriate arguments.
8734 (view-end-message): Use quit-restore window parameter.
8735
9481c002
MR
8736 * window.el (display-buffer-function): Rewrite doc-string.
8737 (display-buffer-window, display-buffer-alist): New variables.
8738 (display-buffer-split-specifiers)
8739 (display-buffer-side-specifiers)
8740 (display-buffer-macro-specifiers): New constants.
8741 (display-buffer-even-window-sizes, display-buffer-set-height)
8742 (display-buffer-set-width, display-buffer-select-window)
8743 (display-buffer-in-window, display-buffer-reuse-window)
8744 (display-buffer-split-window-1, display-buffer-split-window)
8745 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8746 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8747 (display-buffer-in-side-window, normalize-buffer-to-display)
8748 (display-buffer-normalize-specifiers-1)
8749 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8750 (display-buffer-normalize-specifiers, display-buffer-frame):
8751 New functions.
9481c002
MR
8752 (display-buffer): Major rewrite.
8753 (display-buffer-other-window, display-buffer-other-frame)
8754 (pop-to-buffer, switch-to-buffer-other-window)
8755 (switch-to-buffer-other-frame): Rewrite.
8756 (display-buffer-same-window, display-buffer-same-frame)
8757 (display-buffer-same-frame-other-window)
8758 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8759 (pop-to-buffer-other-window)
8760 (pop-to-buffer-same-frame-other-window)
8761 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8762 (switch-to-buffer-other-window-same-frame): New functions.
8763 (same-window-p, special-display-p): Rewrite disabling warnings.
8764 Make obsolete.
8765 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8766 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8767 Make obsolete
8768 (same-window-buffer-names, same-window-regexps)
8769 (special-display-frame-alist, special-display-popup-frame)
8770 (special-display-function, special-display-buffer-names)
8771 (special-display-regexps, pop-up-frame-alist)
8772 (pop-up-frame-function, split-window-preferred-function)
8773 (split-height-threshold, split-width-threshold)
8774 (even-window-heights): Make obsolete.
8775
9db51aca
GM
87762011-06-12 Glenn Morris <rgm@gnu.org>
8777
8778 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8779 Misc simplifications.
9db51aca 8780
39cffb44
MR
87812011-06-12 Martin Rudalics <rudalics@gmx.at>
8782
8783 * window.el (window-safely-shrinkable-p): Restore function which
8784 was inadvertently removed in change from 2011-06-11. Declare as
8785 obsolete.
8786
2b75be67
SM
8787 * calendar/calendar.el (calendar-generate-window):
8788 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8789 window-safely-shrinkable-p.
8790
a8955be7
GM
87912011-06-12 Glenn Morris <rgm@gnu.org>
8792
8793 * progmodes/fortran.el (fortran-mode-syntax-table):
8794 * progmodes/f90.el (f90-mode-syntax-table):
8795 Set % to punctuation. (Bug#8820)
8796 (f90-find-tag-default): Remove, no longer needed.
8797
f0d4059d
DC
87982011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8799
8800 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8801
1100a63c
CY
88022011-06-11 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * image.el (image-animated-p): Return animation delay in seconds.
8805 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8806 (image-animate-timeout): Remove DELAY argument. Don't assume
8807 every subimage has the same delay; get it from image-animated-p.
8808 (image-animate): Caller changed.
8809
def722bf
MA
88102011-06-11 Michael Albinus <michael.albinus@gmx.de>
8811
8812 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8813 to ignored backtrace functions.
8814
0a2bb1a9
GM
88152011-06-11 Glenn Morris <rgm@gnu.org>
8816
8817 * calendar/appt.el (appt-disp-window-function): Doc fix.
8818 (appt-check): Handle overlapping appointments. (Bug#8337)
8819
6198ccd0
MR
88202011-06-11 Martin Rudalics <rudalics@gmx.at>
8821
8822 * window.el (window-tree-1, window-tree): New functions, moving
8823 the latter to window.el.
8824 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8825 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8826 (bw-refresh-edges): Remove.
8827 (balance-windows-1, balance-windows-2): New functions.
8828 (balance-windows): Rewrite in terms of window tree functions,
8829 balance-windows-1 and balance-windows-2.
8830 (bw-adjust-window): Remove.
8831 (balance-windows-area-adjust): New function with functionality of
8832 bw-adjust-window but using resize-window.
2b75be67
SM
8833 (set-window-text-height): Rewrite doc-string.
8834 Use normalize-live-window and resize-window.
8835 (enlarge-window-horizontally, shrink-window-horizontally):
8836 Rename argument to DELTA.
6198ccd0
MR
8837 (window-buffer-height): New function.
8838 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8839 Rewrite using new window resize routines.
2b75be67
SM
8840 (kill-buffer-and-window, mouse-autoselect-window-select):
8841 Use ignore-errors instead of condition-case.
6198ccd0
MR
8842 (quit-window): Call delete-frame instead of delete-windows-on
8843 for the only buffer on frame.
8844
9397e56f
MR
88452011-06-10 Martin Rudalics <rudalics@gmx.at>
8846
8847 * loadup.el (top-level): Load window before files for the sake
8848 of replace-buffer-in-windows.
8849
8850 * files.el (read-buffer-to-switch)
8851 (switch-to-buffer-other-window)
2b75be67
SM
8852 (switch-to-buffer-other-frame, display-buffer-other-frame):
8853 Move to window.el.
9397e56f
MR
8854
8855 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8856 (previous-buffer): Move to window.el.
8857
8858 * bindings.el (unbury-buffer): Move to window.el.
8859
8860 * window.el (delete-other-windows-vertically): Move after
8861 definition of delete-other-windows.
8862 (other-window, delete-windows-on, replace-buffer-in-windows):
8863 Move here from window.c.
8864 (record-window-buffer, unrecord-window-buffer)
8865 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8866 (switch-to-next-buffer): New functions.
8867 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8868 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8869 (previous-buffer): Move here from simple.el.
8870 Call switch-to-prev-buffer.
9397e56f
MR
8871 (bury-buffer): Move here from buffer.c. Switch to previous
8872 buffer when window cannot be deleted.
8873 (unbury-buffer): Move here from bindings.el.
8874 (ctl-x-map): Move binding for other-window from window.c to
8875 here.
8876 (read-buffer-to-switch, switch-to-buffer-other-window)
8877 (switch-to-buffer-other-frame): Move here from files.el.
8878 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8879 (switch-to-buffer): Move here from buffer.c.
8880 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8881
562dd5e9
MR
88822011-06-10 Martin Rudalics <rudalics@gmx.at>
8883
8884 * window.el (window-min-height, window-min-width): Move here
8885 from window.c. Add defcustoms and rewrite doc-strings.
8886 (resize-mini-window, resize-window): New functions.
8887 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8888 Move here from window.c.
8889 (maximize-window, minimize-window): New functions.
8890 (delete-window, delete-other-windows, split-window): Move here
8891 from window.c.
8892 (window-split-min-size): New function.
8893 (split-window-keep-point): Mention split-window-above-each-other
8894 instead of split-window-vertically.
2b75be67 8895 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8896 Rename split-window-vertically to split-window-above-each-other
8897 and provide defalias for old definition.
8898 (split-window-side-by-side, split-window-horizontally):
8899 Rename split-window-horizontally to split-window-side-by-side
8900 and provide defalias for the old definition.
562dd5e9
MR
8901 (ctl-x-map): Move bindings for delete-window,
8902 delete-other-windows and enlarge-window here from window.c.
8903 Replace bindings for split-window-vertically and
8904 split-window-horizontally by bindings for
8905 split-window-above-each-other and split-window-side-by-side.
8906
8907 * cus-start.el (all): Remove entries for window-min-height and
8908 window-min-width. Add entries for window-splits and
8909 window-nest.
8910
f0da764a
GM
89112011-06-09 Glenn Morris <rgm@gnu.org>
8912
80675c21
GM
8913 * calendar/appt.el (appt-mode-line): New function.
8914 (appt-check, appt-disp-window): Use it.
8915
f0da764a
GM
8916 * files.el (hack-one-local-variable-eval-safep):
8917 Allow minor-modes with explicit +/-1 arguments.
8918
59f623b7
TZ
89192011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8920
8921 * term/xterm.el (xterm): Add defgroup.
8922 (xterm-extra-capabilities): Add defcustom to supply known xterm
8923 capabilities, skip querying them, or query them (default).
8924 (terminal-init-xterm): Use it.
8925 (terminal-init-xterm-modify-other-keys): New function to set up
8926 modifyOtherKeys support to simplify `terminal-init-xterm'.
8927
9aab8e0d
MR
89282011-06-09 Martin Rudalics <rudalics@gmx.at>
8929
8930 * window.el (resize-window-reset, resize-window-reset-1)
8931 (resize-subwindows-skip-p, resize-subwindows-normal)
8932 (resize-subwindows, resize-other-windows, resize-this-window)
8933 (resize-root-window, resize-root-window-vertically)
8934 (window-deletable-p, window-or-subwindow-p)
8935 (frame-root-window-p): New functions.
8936
e8b08aee
GM
89372011-06-09 Glenn Morris <rgm@gnu.org>
8938
8939 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8940 (ange-ftp-get-files): Use it.
8941
254c37a5
AK
89422011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8943
8944 * mail/sendmail.el (mail-recover-1, mail-recover):
8945 * files.el (recover-file, recover-session):
8946 Handle dired-listing-switches not being just a single short option.
8947
35d7dbd3
GM
89482011-06-09 Glenn Morris <rgm@gnu.org>
8949
8950 * calendar/appt.el (appt-display-message, appt-disp-window):
8951 Handle lists of appointments.
8952
387522b2
MR
89532011-06-08 Martin Rudalics <rudalics@gmx.at>
8954
2b75be67
SM
8955 * window.el (one-window-p): Move down in code.
8956 Rewrite doc-string.
8957 (window-current-scroll-bars): Rewrite doc-string.
8958 Normalize live window argument.
387522b2
MR
8959 (walk-windows, get-window-with-predicate, count-windows):
8960 Rewrite doc-string. Use window-list-1.
8961 (window-in-direction-2, window-in-direction, get-mru-window):
8962 New functions.
8963
d8e4b68b 89642011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8965
8966 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8967 Doc fix (Bug#8713).
8968
89692011-06-08 Chong Yidong <cyd@stupidchicken.com>
8970
8971 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8972
89732011-06-08 Juanma Barranquero <lekktu@gmail.com>
8974
8975 * loadhist.el (unload-feature-special-hooks):
8976 Add `comint-output-filter-functions'.
8977
0de12c52
IK
89782011-06-08 Ivan Kanis <gnu@kanis.fr>
8979
8980 * calendar/appt.el (appt-check): Move some initializations into the let.
8981
f3d1777e
MR
89822011-06-08 Martin Rudalics <rudalics@gmx.at>
8983
8984 * window.el (window-height): Defalias to window-total-height.
8985 (window-width): Defalias to window-body-width.
8986
18af70d0
CY
89872011-06-07 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * image-mode.el (image-toggle-animation): New command.
8990 (image-mode-map): Bind it to RET.
8991 (image-mode): Update message.
8992 (image-toggle-display-image): Avoid a spurious cache flush.
8993 (image-transform-rotation): Doc fix.
8994 (image-transform-properties): Return quickly in the normal case.
8995 (image-animate-loop): Rename from image-animate-max-time.
8996
2b75be67 8997 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8998 (create-animated-image): Remove unnecessary function.
8999 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9000 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9001 (image-animate-timer): Use car-safe.
9002 (image-animate-timeout): Rename argument.
9003
190b47e6
MR
90042011-06-07 Martin Rudalics <rudalics@gmx.at>
9005
9006 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9007 window.c. Rename first argument to ALL-FRAMES.
9008 Rephrase doc-strings.
9009 (get-buffer-window-list): Rewrite using window-list-1.
9010 Rephrase doc-string.
a1511caf
MR
9011 (window-safe-min-height, window-safe-min-width): New constants.
9012 (window-size-ignore, window-min-size, window-min-size-1)
9013 (window-sizable, window-sizable-p, window-size-fixed-1)
9014 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9015 (window-max-delta-1, window-max-delta, window-resizable)
9016 (window-resizable-p, window-total-height, window-total-width)
9017 (window-body-width): New functions.
9018 (window-full-height-p, window-full-width-p): Rewrite using
9019 window-total-size.
9020 (window-body-height): Rewrite using window-body-size.
190b47e6 9021
85cc1f11
MR
90222011-06-06 Martin Rudalics <rudalics@gmx.at>
9023
9024 * window.el (window-right, window-left, window-child)
9025 (window-child-count, window-last-child, window-any-p)
9026 (normalize-live-buffer, normalize-live-frame)
9027 (normalize-any-window, normalize-live-window)
9028 (window-iso-combination-p, window-iso-combined-p)
9029 (window-iso-combinations)
9030 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9031 (windows-with-parameter, window-with-parameter)
9032 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9033 (window-atom-check, window-side-check, window-check):
9034 New functions.
85cc1f11
MR
9035 (ignore-window-parameters, window-sides, window-sides-vertical)
9036 (window-sides-slots): New variables.
9037 (window-size-fixed): Move down in code. Minor doc-string fix.
9038
e7156492
AS
90392011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9040
9041 * comint.el (comint-dynamic-complete-as-filename)
9042 (comint-dynamic-complete-filename): Correctly call
9043 completion-in-region.
9044
7e821d0d
DD
90452011-06-05 Deniz Dogan <deniz@dogan.se>
9046
9047 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9048 in last change.
9049
ac09b8a1
DD
90502011-06-05 Deniz Dogan <deniz@dogan.se>
9051
9052 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9053 (rcirc): Use it to prompt for encryption.
9054
34699b85
RW
90552011-06-05 Roland Winkler <winkler@gnu.org>
9056
9057 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9058 (bibtex-search-entries): New command bound to C-c C-a.
9059 (bibtex-display-entries): New function.
9060
004dedd3
RW
90612011-06-05 Roland Winkler <winkler@gnu.org>
9062
9063 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9064 (bibtex-insert-kill): After yanking insert newline if necessary.
9065 (bibtex-initialize): Call bibtex-string-files-init only once.
9066 (bibtex-mode): Do not call easy-menu-add.
9067 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9068 (bibtex-yank): Set arg properly if nil.
9069
022fe7ce
RW
90702011-06-05 Roland Winkler <winkler@gnu.org>
9071
2b75be67
SM
9072 * textmodes/bibtex.el (bibtex-search-entry-globally):
9073 New variable.
022fe7ce
RW
9074 (bibtex-search-entry): Use it.
9075
b7c3692a
RW
90762011-06-05 Roland Winkler <winkler@gnu.org>
9077
9078 * textmodes/bibtex.el (bibtex-entry-format): New option
9079 sort-fields.
9080 (bibtex-format-entry, bibtex-reformat): Honor this option.
9081 (bibtex-parse-entry): Return fields in proper order.
9082
8eda563d
JB
90832011-06-05 Juanma Barranquero <lekktu@gmail.com>
9084
9085 * doc-view.el (doc-view-remove-if): Move computation of result out
9086 of `dolist' to silence misleading lexical-binding warning.
9087
7dbe3dbc
CY
90882011-06-04 Chong Yidong <cyd@stupidchicken.com>
9089
9090 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9091 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9092
0c33dd17
MA
90932011-06-04 Michael Albinus <michael.albinus@gmx.de>
9094
9095 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9096 "SunOS 5.10".
9097
f8f91c2b
MA
90982011-06-04 Michael Albinus <michael.albinus@gmx.de>
9099
9100 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9101 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9102 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9103 (tramp-parse-putty):
9104 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9105 (tramp-completion-function-alist-ssh)
9106 (tramp-completion-function-alist-telnet)
9107 (tramp-completion-function-alist-su)
9108 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9109 cookie.
9110
9111 * net/tramp-ftp.el:
9112 * net/tramp-sh.el:
9113 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9114 load "tramp.el" `tramp-set-completion-function'.
9115
e17d9003
SM
91162011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 * shell.el: Require and use pcomplete.
9119 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9120 (shell-completion-vars): Set pcomplete-default-completion-function.
9121
6c4cab03
DD
91222011-06-04 Deniz Dogan <deniz@dogan.se>
9123
9124 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9125 `memq' (Bug#8799).
9126
ea9fafe0
SM
91272011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9130
b3e945d3
JB
91312011-06-02 Juanma Barranquero <lekktu@gmail.com>
9132
9133 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9134 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9135 * vc/log-view.el (log-view-beginning-of-defun):
9136 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9137 (smerge-refine-forward, smerge-refine-chopup-region):
9138 Silence warning for unused `dotimes' counter variables.
9139
7d520089
SM
91402011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * net/tramp.el (tramp-with-progress-reporter): Rename from
9143 with-progress-reporter. Use `declare'.
9144 * net/tramp-smb.el:
9145 * net/tramp-sh.el:
9146 * net/tramp-gvfs.el: Update all uses.
9147
a1c2400f
JB
91482011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9149
9150 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9151 buffer isn't killed before making it current.
9152
2403c841
SM
91532011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 Silence various byte-compiler warnings.
9156 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9157 `access-type' and new obsolescence format.
9158 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9159 new format.
9160 (byte-compile-check-variable): New `access-type' argument.
9161 Only warn if the access-type is obsolete.
9162 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9163 (byte-compile-variable-set): Adjust callers.
9164 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9165 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9166 setting it as obsolete.
9167 * simple.el (minibuffer-completing-symbol):
9168 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9169 access as obsolete.
9170 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9171 obsolete yet.
9172 * international/quail.el (quail-mouse-choose-completion): Remove unused
9173 code referring to obsolete var.
9174 (quail-choose-completion-string): Remove.
9175 * server.el (server-clients-with, server-kill-buffer-query-function)
9176 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9177 * proced.el (proced-send-signal):
9178 * emacs-lisp/lisp.el (lisp-complete-symbol):
9179 Replace completion-annotate-function with completion-extra-properties.
9180
2462470b
SM
91812011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9182
fb5b2591
SM
9183 * simple.el (goto-line): Use read-number.
9184 (overriding-map-is-bound): Remove.
9185 (saved-overriding-map): Change default.
9186 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9187 Take the map as argument.
9188 (universal-argument, negative-argument, digit-argument): Use it.
9189 (restore-overriding-map): Adjust.
9190 (do-auto-fill): Use fill-forward-paragraph.
9191 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9192
fd6fa53f
SM
9193 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9194 (minibuffer-inactive-mode): New major mode.
9195 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9196 the *Messages* buffer" hack.
9197 (mouse-popup-menubar): Don't burp if the event is a normal key.
9198
2462470b
SM
9199 Miscellaneous tweaks.
9200 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9201 lexical scoping as in subr.el's dolist and dotimes.
9202 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9203 Silence compiler warning.
9204 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9205 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9206 * international/ccl.el (ccl-compile): Trivial simplification.
9207 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9208 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9209 `printflag' argument.
9210 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9211 Purecopy the whole obsolescence data.
9212
108bf785
LL
92132011-06-01 Leo Liu <sdl.web@gmail.com>
9214
9215 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9216 improve doc-string as suggested by Marco Pessotto
9217 <melmothx@gmail.com>.
9218 (rcirc-print): Fix last change.
9219
30a23501
SM
92202011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * minibuffer.el (complete-with-action): Return nil for the metadata and
9223 boundaries of non-functional tables.
9224 (completion-table-dynamic): Return nil for the metadata.
9225 (completion-table-with-terminator): Add default case, using
9226 complete-with-action.
9227 (completion--metadata): New function.
9228 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9229 to try and avoid pathological performance problems.
9230 (completion--embedded-envvar-table): Return `category' metadata.
9231
bcd54f83
LMI
92322011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9233
9234 * subr.el (process-alive-p): New tiny convenience function.
9235
e227544d
SM
92362011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9239 content but also its previous major mode.
9240
e8296fdc
HE
92412011-05-31 Helmut Eller <eller.helmut@gmail.com>
9242
4d61f28d 9243 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9244 *Backtrace* buffer when we exit with C-M-c.
9245
620c53a6
SM
92462011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * minibuffer.el: Add metadata method to completion tables.
9249 (completion-category-overrides): New defcustom.
9250 (completion-metadata, completion--field-metadata)
9251 (completion-metadata-get, completion--styles)
9252 (completion--cycle-threshold): New functions.
9253 (completion-try-completion, completion-all-completions):
9254 Add `metadata' argument to choose completion-styles.
9255 (completion--do-completion): Use metadata to choose cycling.
9256 (completion-all-sorted-completions): Use metadata for sorting.
9257 Remove :completion-cycle-penalty which is not needed any more.
9258 (completion--try-word-completion): Add `metadata' argument.
9259 (minibuffer-completion-help): Check metadata for annotation function
9260 and sorting.
9261 (completion-file-name-table): Return `category' metadata.
9262 (minibuffer-completing-file-name): Make obsolete.
9263 * simple.el (minibuffer-completing-symbol): Make obsolete.
9264 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9265 completion-try-completion.
9266
1257e755
SM
92672011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9270
3767e706
LL
92712011-05-30 Leo Liu <sdl.web@gmail.com>
9272
9273 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9274 (rcirc-print): Decode all incoming messages (bug#8744).
9275 (rcirc-decode-coding-system): Allow value nil for automatic coding
9276 system detection.
3767e706 9277
d1a5d56a
GM
92782011-06-01 Glenn Morris <rgm@gnu.org>
9279
9280 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9281
e8cbec34
CY
92822011-05-29 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * image.el (image-animate-max-time): Allow nil and t values.
9285 Default to nil.
9286 (create-animated-image): Doc fix.
9287 (image-animate-start): Remove second arg; just use
9288 image-animate-max-time.
9289 (image-animate-timeout): Doc fix. Args changed.
9290
9291 * image-mode.el (image-toggle-display-image): Ensure that the
9292 image spec passed to the animate timer is the same object as in
58179cce 9293 the buffer's display property (Bug#6981).
e8cbec34
CY
9294 (image-transform-properties): Doc fix.
9295
9296 * image.el (image-animate-max-time): Default to nil.
9297
159daf87
MR
92982011-05-29 Martin Rudalics <rudalics@gmx.at>
9299
9300 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9301 entire buffer list (Bug#8184).
9302
d66c4c7c
CY
93032011-05-29 Chong Yidong <cyd@stupidchicken.com>
9304
9305 * image.el (imagemagick-types-inhibit)
9306 (imagemagick-register-types): Doc fix.
9307
80aec780
DD
93082011-05-29 Deniz Dogan <deniz@dogan.se>
9309
9310 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9311 default.
9312
1dd3c2d9
CY
93132011-05-29 Chong Yidong <cyd@stupidchicken.com>
9314
9315 * select.el: Don't perform clipboard-manager saving in hooks;
9316 leave the hooks empty.
9317
60e56523
LL
93182011-05-28 Leo Liu <sdl.web@gmail.com>
9319
9320 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9321 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9322 (occur-edit-mode): New major mode (Bug#8463).
9323 (occur-after-change-function): New function.
9324 (occur-engine): Give Occur tags a read-only property.
9325
2b1e1a22
KR
93262011-05-28 Kevin Ryde <user42@zip.com.au>
9327
9328 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9329
5d344e88
CY
93302011-05-28 Chong Yidong <cyd@stupidchicken.com>
9331
8e6ca83d
CY
9332 * bindings.el (help-echo): Make the initial non-indicator dash
9333 empty on graphical terminals (Bug#7295).
9334
5d344e88
CY
9335 * files.el (auto-mode-alist): Move config rule after the
9336 in-stripping one (Bug#8547).
9337
bfbbace7
CY
9338 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9339
fbeba6e2
CY
9340 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9341 setting (Bug#8740).
9342
60ed8c72
AA
93432011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9344
4ac619f0
AA
9345 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9346 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9347 (Bug#8539).
60ed8c72 9348
23db196e
CY
93492011-05-28 Chong Yidong <cyd@stupidchicken.com>
9350
9351 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9352
5012f24c
DK
93532011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9354
9355 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9356 (hs-hide-block-at-point, hs-find-block-beginning)
9357 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9358 (Bug#8279).
9359
6a639b16
GM
93602011-05-28 Glenn Morris <rgm@gnu.org>
9361
9362 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9363
d43eaf2c
CY
93642011-05-28 Chong Yidong <cyd@stupidchicken.com>
9365
5199bde1
CY
9366 * help-fns.el (describe-function-1): If the function is a derived
9367 major mode, print the parent mode.
9368
d43eaf2c
CY
9369 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9370 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9371
423428a8
SM
93722011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9373
0ff8e1ba 9374 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9375 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9376 * progmodes/etags.el (tags-completion-at-point-function):
9377 * info-look.el (info-lookup-completions-at-point): Mark as
9378 non-exclusive.
9379 (info-complete): Adjust accordingly.
9380
423428a8
SM
9381 * info-look.el: Convert to lexical-binding and completion-at-point.
9382 (info-lookup-completions-at-point): New function.
9383 (info-complete): Use it and completion-in-region.
9384
b74aa22b
DA
93852011-05-28 Drew Adams <drew.adams@oracle.com>
9386
9387 * isearch.el: Let M-e start with point at the first mismatched char.
9388 (isearch-fail-pos): New function.
9389 (isearch-edit-string): Use it.
9390
66e2e71d
DK
93912011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9392
9393 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9394
b1890b0f 93952011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9396
9397 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9398 traversal functions for avl-trees.
9399 (avl-tree--stack): New struct.
9400 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9401 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9402 (avl-tree--do-enter): Add optional `updatefun' arg.
9403 Change return value.
eb95d01d 9404 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9405 (avl-tree--do-delete): Add `test' and `nilflag' args.
9406 Change return value.
eb95d01d
TC
9407 (avl-tree-member): Add optional `nilflag'
9408 (avl-tree-member-p): New function.
9409 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9410 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9411 (avl-tree-stack-empty-p): New functions.
9412
3769ddcf
TC
9413 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9414 avl-tree--del-balance1 and make it work both ways.
9415 (avl-tree--del-balance2): Remove.
9416 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9417 make it work both ways.
9418 (avl-tree--enter-balance2): Remove.
9419 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9420 New macros.
9421 (avl-tree--mapc, avl-tree-map): Add direction argument.
9422
eb95d01d 94232011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9424
9425 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9426
a9f737ee
CY
94272011-05-27 Chong Yidong <cyd@stupidchicken.com>
9428
9429 * select.el: Support clipboard managers with built-in function
9430 x-clipboard-manager-save, via delete-frame-functions and
9431 kill-emacs-hook.
9432 (xselect-convert-to-targets): Add MULTIPLE target to list.
9433 (xselect-convert-to-save-targets): New function.
9434
c92a1e54
KH
94352011-05-27 Kenichi Handa <handa@m17n.org>
9436
9437 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9438 let-binding rfc2047-encode-encoded-words to nil.
9439
e145f188
GM
94402011-05-27 Glenn Morris <rgm@gnu.org>
9441
5ec8a862
GM
9442 * mail/emacsbug.el: Don't require url-util.
9443
4b29d9fb
GM
9444 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9445
e145f188
GM
9446 * files.el (set-auto-mode):
9447 Also respect mode: entries at the end of the file. (Bug#8586)
9448
7d15102b
GM
94492011-05-26 Glenn Morris <rgm@gnu.org>
9450
98f593b8
GM
9451 * files.el (hack-local-variables-prop-line, hack-local-variables):
9452 Downcase mode names, as seems to be traditional.
27b48e63 9453 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9454
7d15102b
GM
9455 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9456 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9457
51d5b4ec
JD
94582011-05-25 Julien Danjou <julien@danjou.info>
9459
9460 * textmodes/rst.el (rst-define-level-faces): Do not define face
9461 symbol if it is already defined.
9462
91513f63
VB
94632011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9464
9465 * play/5x5.el (5x5-new-game, 5x5-randomize):
9466 Reset 5x5-solver-output to nil when a new grid is cast.
9467 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9468 these debugging traces, as defmacro breaks the compiled code.
9469
4d90d6d0
DK
94702011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9471
9472 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9473
e1b90ef6
LL
94742011-05-24 Leo Liu <sdl.web@gmail.com>
9475
9476 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9477 (vc-bzr-sha1): Adapt.
9478
d8e4b68b 9479 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9480
9481 * bindings.el: Provide sha1 feature.
9482
db0406bb 94832011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9484
9485 * mail/sendmail.el: Require `rfc2047'.
9486 (mail-insert-from-field): Do not perform RFC2047 encoding.
9487 (mail-encode-header): New function.
9488 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9489 buffer to the return value of select-message-coding-system.
9490 Call mail-encode-header.
b8d747b9
KH
9491
9492 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9493
db0406bb 94942011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9495
4d90d6d0
DK
9496 * mail/supercite.el (sc-default-cite-frame):
9497 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9498
eb8a5e9b
GM
94992011-05-24 Glenn Morris <rgm@gnu.org>
9500
f8630703
GM
9501 * progmodes/python.el (brm-menu): Declare.
9502
8831bbed
GM
9503 * emulation/viper.el (viper-set-hooks): Declare.
9504
eb8a5e9b
GM
9505 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9506 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9507 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9508 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9509 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9510 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9511
a2a25d24
SM
95122011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 Add an :exit-function for completion-at-point.
9515
9516 * minibuffer.el (completion--done): New fun.
9517 (completion--do-completion): Use it. New arg `expect-exact'.
9518 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9519 since completion--do-completion does it for us now.
9520 (minibuffer-force-complete): Use completion--done and
9521 completion--replace. Handle sole-completion case with more care.
9522 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9523 (completion-extra-properties): New var.
9524 (completion-annotate-function): Make obsolete.
9525 (minibuffer-completion-help): Adjust accordingly.
9526 Use completion-list-insert-choice-function.
9527 (completion-at-point, completion-help-at-point):
9528 Bind completion-extra-properties.
9529 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9530 * simple.el (completion-list-insert-choice-function): New var.
9531 (completion-setup-function): Preserve it.
9532 (choose-completion): Pay attention to it, shuffle the code a bit.
9533 (choose-completion-string): New arg `insert-function'.
9534
9535 * textmodes/bibtex.el: Convert to lexical binding.
9536 (bibtex-mode-map): Use completion-at-point.
9537 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9538 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9539 (bibtex-complete): Define as obsolete alias.
9540 (bibtex-complete-internal): Remove.
9541 (bibtex-format-entry): Remove unused sub-group in regexp.
9542 * shell.el (shell--command-completion-data)
9543 (shell-environment-variable-completion):
9544 * pcomplete.el (pcomplete-completions-at-point):
9545 * comint.el (comint--complete-file-name-data): Use :exit-function
9546 instead of completion-table-with-terminator so it also works for
9547 choose-completion.
9548
e44e373d
SM
95492011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9550
4f91a816
SM
9551 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9552
782fc819
SM
9553 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9554 (bug#8710).
9555
e44e373d
SM
9556 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9557
381987c3
KM
95582011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9559
9560 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9561 customization variable and implement: If non-nil, auto-fill will
9562 be inhibited while on topic's header line.
9563
b776bc70
VB
95642011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9565
9566 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9567 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9568 always have a solution in grid size = 5 cases.
9569 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9570 (5x5-solver-output, 5x5-log-buffer): New vars.
9571 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9572 Make these variables buffer local to achieve 5x5 multi-session-ness.
9573 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9574 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9575 (5x5-solve-suggest): New funs.
9576 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9577 randomize a grid so that we ensure that there is always a solution.
9578 (5x5-make-random-grid): Allow other movement than flipping.
9579
7de88b6e
KR
95802011-05-23 Kevin Ryde <user42@zip.com.au>
9581
9582 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9583 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9584 advice and passes PREDICATE.
9585
b1ef1257
SM
95862011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9587
bbca48fe
SM
9588 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9589 byte-compile-lambda if it's actually a lambda.
9590
b1ef1257
SM
9591 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9592 Fix function quoting. Use backquote better.
9593
92a9cc65
YS
95942011-05-22 Yuanle Song <sylecn@gmail.com>
9595
9596 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9597 matching (Bug#8516).
9598
f0fb8059
JA
95992011-01-22 Jari Aalto <jari.aalto@cante.net>
9600
9601 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9602 different face (Bug#8178).
9603
d5b44c93
CY
96042011-05-22 Chong Yidong <cyd@stupidchicken.com>
9605
9606 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9607 defface (Bug#8144).
9608
79106a44
SM
96092011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9610
9c848d8a
SM
9611 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9612 funcall as well (bug#8712). Warn when performing those conversions.
9613 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9614
79106a44
SM
9615 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9616
88dfa756
GM
96172011-05-22 Glenn Morris <rgm@gnu.org>
9618
9619 * files.el (hack-local-variables-prop-line): Small simplifications.
9620 (hack-local-variables, hack-local-variables-prop-line):
9621 If MODE-ONLY, return the mode, rather than just `t'.
9622
b7cf2c79
SM
96232011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9626
3f1a8558
GM
96272011-05-21 Glenn Morris <rgm@gnu.org>
9628
7e4ccca3
GM
9629 * files.el (hack-local-variables-prop-line, hack-local-variables):
9630 If only interested in the mode, don't bother doing the other stuff.
9631
637d46ca
GM
9632 * image-mode.el (image-after-revert-hook):
9633 Redraw all frames on which the image is visible. (Bug#8567)
9634
973d955b
GM
9635 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9636
3f1a8558
GM
9637 * wid-edit.el (widget-checklist-match-inline):
9638 Fix 2011-04-19 change. (Bug#8649)
9639
96479927
SM
96402011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9641
1dcf791f
SM
9642 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9643 Also allow singlespace after single-letter capitals followed by a dot.
9644
96479927
SM
9645 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9646 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9647
35fd0881
N
96482011-05-20 Nix <nix@esperi.org.uk>
9649
9650 * files.el (basic-save-buffer-2):
9651 Fix handling of break-hardlink-on-save with non-existent files.
9652
82745640
DD
96532011-05-19 Deniz Dogan <deniz@dogan.se>
9654
9655 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9656 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9657
4a720484
GM
96582011-05-19 Glenn Morris <rgm@gnu.org>
9659
d1f21341
GM
9660 * progmodes/f90.el (f90-type-def-re):
9661 Handle "type, bind(c)". (Bug#8691)
9662
4a720484
GM
9663 * emacs-lisp/autoload.el (batch-update-autoloads):
9664 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9665
2fb0a219
MA
96662011-05-18 Michael Albinus <michael.albinus@gmx.de>
9667
9668 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9669 property for the correct connection in case of multihops.
9670
e565dd37
GM
96712011-05-18 Glenn Morris <rgm@gnu.org>
9672
c2571358 9673 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9674 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9675
e565dd37
GM
9676 Rationalize calendar handling of day and month abbrev-arrays.
9677 * calendar/calendar.el (calendar-customized-p): New function.
9678 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9679 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9680 Add :set function.
9681 (calendar-abbrev-length, calendar-day-abbrev-array)
9682 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9683 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9684 Elements may no longer be nil.
9685 (calendar-day-name, calendar-month-name):
9686 Update for changed nature of abbrev arrays.
9687 * calendar/diary-lib.el (diary-name-pattern):
9688 Update for changed nature of abbrev arrays.
9689 (diary-mark-entries-1): Update calendar-make-alist calls.
9690 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9691 * calendar/cal-html.el (cal-html-day-abbrev-array):
9692 Simply inherit from calendar-day-abbrev-array.
9693
1d99a745
SM
96942011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * progmodes/grep.el (grep-mode): Disable default
9697 compilation-directory-matcher setting (bug#8684).
9698
7c1d9aa0
MA
96992011-05-17 Michael Albinus <michael.albinus@gmx.de>
9700
9701 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9702 instead of "head" and "tail". There were problems with SunOS 5.9,
9703 and it performs better.
9704
3952e9d8
GM
97052011-05-17 Glenn Morris <rgm@gnu.org>
9706
2dd12e7f
GM
9707 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9708
e4157b9c
GM
9709 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9710 Replace obsolete function.
9711
8e249bbd
GM
9712 * shell.el (pcomplete-parse-arguments-function): Declare.
9713
3952e9d8
GM
9714 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9715 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9716 (appt-check): Doc fixes.
9717 (appt-disp-window-function, appt-delete-window-function):
9718 Remove needless special case in custom :type.
9719 (appt-display-count): Default to 0, not nil.
9720 (appt-check): Reset appt-display-count to 0, not nil.
9721
c71a0d48 97222011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9723
c71a0d48
GM
9724 * progmodes/python.el (python-font-lock-keywords):
9725 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9726
31d55be9
SM
97272011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9730
3bfacb2f
KR
97312011-05-16 Kevin Ryde <user42@zip.com.au>
9732
9733 * info-look.el (makefile-automake-mode): New setups, looking in
9734 automake manual, then makefile-mode.
9735 (makefile-mode): Remove automake manual, have it just in
9736 makefile-automake-mode since there's various things different or
9737 not relevant to plain make.
9738 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9739 believe a hypothetical automake-mode would go to makefile-mode,
9740 not the other way around.
9741
c8e83751
CY
97422011-05-15 Chong Yidong <cyd@stupidchicken.com>
9743
5e9e35cd
CY
9744 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9745 hunk-end tags (Bug#8672).
9746
c8e83751
CY
9747 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9748 vc-annotate-show-diff-revision-at-line (Bug#8671).
9749
50b23e5a
GM
97502011-05-14 Glenn Morris <rgm@gnu.org>
9751
7210a739
GM
9752 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9753 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9754 (change-log-font-lock-keywords): Also handle multiple author lines
9755 with leading tabs. (Bug#8644)
7210a739 9756
4691905a
GM
9757 * calendar/appt.el (appt-check): Rename some local variables.
9758 Some simplification/reordering.
9759
50b23e5a
GM
9760 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9761 (feedmail-sendmail-f-doesnt-sell-me-out)
9762 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9763 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9764 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9765 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9766 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9767 (feedmail-binmail-gnulinuxish-template):
9768 Rename from feedmail-binmail-linuxish-template.
9769 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9770 Use insert-buffer-substring.
9771
215cda7c
BC
97722011-05-14 Bill Carpenter <bill@carpenter.org>
9773
9774 * mail/feedmail.el (feedmail-patch-level): Increase.
9775 (feedmail-debug): New custom group.
9776 (feedmail-confirm-outgoing-timeout)
9777 (feedmail-sendmail-f-doesnt-sell-me-out)
9778 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9779 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9780 (feedmail-sender-line, feedmail-from-line)
9781 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9782 (feedmail-spray-this-address)
215cda7c
BC
9783 (feedmail-spray-address-fiddle-plex-list)
9784 (feedmail-queue-use-send-time-for-date)
9785 (feedmail-queue-use-send-time-for-message-id)
9786 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9787 (feedmail-buffer-eating-function):
9788 Doc fixes.
9789 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9790 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9791 (feedmail-message-action-scroll-down): New functions.
9792 (feedmail-queue-directory, feedmail-queue-draft-directory):
9793 Use expand-file-name.
9794 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9795 Remove C-v help entry.
9796 (feedmail-queue-buffer-file-name): New variable.
9797 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9798 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9799 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9800 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9801 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9802 (feedmail-message-action-toggle-spray)
9803 (feedmail-run-the-queue-no-prompts)
9804 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9805 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9806 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9807 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9808 (feedmail-envelope-deducer, feedmail-fiddle-from)
9809 (feedmail-fiddle-sender, feedmail-default-date-generator)
9810 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9811 (feedmail-fiddle-spray-address)
9812 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9813 (feedmail-fiddle-list-of-fiddle-plexes)
9814 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9815 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9816 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9817 Change default. Doc fix.
9818 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9819 (feedmail-binmail-linuxish-template): New constant.
9820 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9821 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9822 (feedmail-send-it): Add debug call.
9823 Use feedmail-queue-buffer-file-name, and
9824 feedmail-send-it-immediately-wrapper.
9825 (feedmail-message-action-send): Add debug call.
9826 Use feedmail-send-it-immediately-wrapper.
9827 (feedmail-queue-express-to-queue): Add debug call.
9828 Run feedmail-queue-express-hook.
9829 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9830 (feedmail-message-action-help-blat):
9831 Rename from feedmail-queue-send-edit-prompt-help-first.
9832 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9833 Check line-endings. Handle errors better.
9834 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9835 Doc fix. Add debug call.
9836 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9837 Use feedmail-queue-send-edit-prompt-inner.
9838 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9839 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9840 from feedmail-queue-send-edit-prompt.
9841 (feedmail-queue-send-edit-prompt-help)
9842 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9843 (feedmail-tidy-up-slug): Add debug call.
9844 Respect feedmail-queue-slug-suspect-regexp.
9845 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9846 (feedmail-dump-message-to-queue): Add debug call.
9847 Expand queue-directory.
9848 (feedmail-dump-message-to-queue): Change message slightly.
9849 Use feedmail-say-chatter.
9850 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9851 (feedmail-send-it-immediately-wrapper): New function.
9852 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9853 Insert empty string rather than newline. Handle full-frame case.
9854 Use catch/throw. Use feedmail-say-chatter.
9855 (feedmail-fiddle-from): Try mail-host-address.
9856 (feedmail-default-message-id-generator): Doc fix.
9857 Bind system-time-locale. Handle missing end.
9858 (feedmail-fiddle-x-mailer): Add debug call.
9859 Handle feedmail-x-mailer-line being nil.
9860 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9861 Add debug call. Use buffer-substring-no-properties.
9862 (feedmail-say-debug, feedmail-say-chatter): New functions.
9863 (feedmail-find-eoh): Give an explicit error.
9864
42c7e61e
UJ
98652011-05-13 Ulf Jasper <ulf.jasper@web.de>
9866
c2571358 9867 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9868 family from helvetica to sans.
c2571358 9869 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9870 etc/images/newsticker.
9871
c2571358 9872 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9873 family from helvetica to sans.
9874
9875 * net/newst-plainview.el (newsticker-new-item-face)
9876 (newsticker-old-item-face, newsticker-immortal-item-face)
9877 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9878 (newsticker-statistics-face): Change default family from
42c7e61e 9879 helvetica to sans.
c2571358 9880 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9881 etc/images/newsticker.
9882
9883 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9884 (newsticker--process-auto-mark-filter-match): : Tell user about
9885 auto-marking.
9886
8497a297
DV
98872011-05-13 Didier Verna <didier@xemacs.org>
9888
9889 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9890 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9891 TODO entries.
8497a297
DV
9892 (lisp-lambda-list-keyword-parameter-indentation)
9893 (lisp-lambda-list-keyword-parameter-alignment)
9894 (lisp-lambda-list-keyword-alignment): New customizable user options.
9895 (lisp-indent-defun-method): Improve docstring.
9896 (extended-loop-p): Fix comment.
9897 (lisp-indent-lambda-list-keywords-regexp): New variable.
9898 (lisp-indent-lambda-list): New function.
9899 (lisp-indent-259): Use it.
9900 (lisp-indent-defmethod): Support for more than one
9901 method qualifier and properly indent methods lambda-lists.
9902 (defgeneric): Provide a missing common-lisp-indent-function property.
9903
f278f87f
SM
99042011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9905
9906 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9907 bounds for the empty string (bug#8667).
9908
5233edd7
GM
99092011-05-13 Glenn Morris <rgm@gnu.org>
9910
5237a44f
GM
9911 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9912
8340026c 9913 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9914 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9915
5233edd7 9916 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9917 (appt-time-msg-list): Doc fix.
a5464014 9918 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9919
92d10796
AS
99202011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9921
9922 * progmodes/ld-script.el (ld-script-keywords)
9923 (ld-script-builtins): Update keywords list.
9924
914a0ae1
SM
99252011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9926
c89be45f
SM
9927 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9928
914a0ae1
SM
9929 * shell.el (shell-completion-vars): New function.
9930 (shell-mode):
9931 * simple.el (read-shell-command): Use it.
9932 (blink-matching-open): No need for " [...]" in minibuffer-message.
9933
98dc3df3
GM
99342011-05-12 Glenn Morris <rgm@gnu.org>
9935
9936 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9937 (appt-check): Simplify.
9938
d2fc7e3d 99392011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9940
4d61f28d 9941 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9942 literal "/dev/null".
9943
d2fc7e3d 99442011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9945
9946 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9947 Fix typo.
9948
d2fc7e3d 99492011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9950
3f254caa
SM
9951 * progmodes/which-func.el (which-function):
9952 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9953 which might not be defined (Bug#8260).
9954
d45885f7
GM
99552011-05-12 Glenn Morris <rgm@gnu.org>
9956
9957 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9958 Let byte-compile-initial-macro-environment always take precedence.
9959
488086f4
SM
99602011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * net/rcirc.el: Add support for SSL/TLS connections.
9963 (rcirc-server-alist): New field `encryption'.
9964 (rcirc): Check `encryption' settings.
9965 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9966 Merge make-local-variable into `set'.
9967 (rcirc--connection-open-p): New function.
9968 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9969 the process is not a network process (e.g. running gnutls-cli).
9970 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9971 Make rcirc-(en|de)code-coding-system local here.
9972 (rcirc-mode): Merge make-local-variable into `set'.
9973 (rcirc-parent-buffer): Make permanent buffer-local.
9974 (rcirc-multiline-minor-mode): Don't do it here.
9975 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9976 there's no server buffer.
9977
7d3b9d44
GM
99782011-05-11 Glenn Morris <rgm@gnu.org>
9979
f64049c6
GM
9980 * newcomment.el (comment-kill): Prefix "unused" local.
9981
93c9df73
GM
9982 * term/w32console.el (get-screen-color): Declare.
9983
7d3b9d44
GM
9984 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9985 Handle symbol elements of byte-compile-initial-macro-environment.
9986
9e2dd53f
LL
99872011-05-10 Leo Liu <sdl.web@gmail.com>
9988
488086f4
SM
9989 * bookmark.el (bookmark-bmenu-mode-map):
9990 Bind bookmark-bmenu-search to `/'.
8b340240 9991
9e2dd53f 9992 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9993 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9994 (Footnote-unicode): New function.
9995 (footnote-style-alist): Add unicode style to the list.
9996 (footnote-style): Doc fix.
9e2dd53f 9997
79b70037
GM
99982011-05-10 Jim Meyering <meyering@redhat.com>
9999
10000 Fix doubled-word typos.
10001 * international/quail.el (quail-insert-kbd-layout): and and -> and
10002 * kermit.el: and and -> and
10003 * net/ldap.el (ldap-search-internal): to to -> to
10004 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10005 * progmodes/js.el (js-mode): and and -> and
10006 * textmodes/artist.el (artist-move-to-xy): at at -> at
10007 (artist-draw-region-trim-line-endings): if if -> if
10008 And Safetyc -> Safety.
10009 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10010
b8f82dc1 100112011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10012 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10013
10014 * files.el (hack-one-local-variable-eval-safep):
10015 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10016
4f99f44b
GM
100172011-05-10 Glenn Morris <rgm@gnu.org>
10018
10019 * calendar/diary-lib.el (diary-list-entries-hook)
10020 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10021 (diary-nongregorian-marking-hook, diary-list-entries)
10022 (diary-include-other-diary-files, diary-mark-entries)
10023 (diary-mark-included-diary-files): Doc fixes.
10024
84f29e6b
JB
100252011-05-09 Juanma Barranquero <lekktu@gmail.com>
10026
10027 * misc.el: Require tabulated-list.el during compilation.
10028
9bedd73a
CY
100292011-05-09 Chong Yidong <cyd@stupidchicken.com>
10030
488086f4
SM
10031 * progmodes/compile.el (compilation-start):
10032 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10033 (compilation-filter-hook): Doc fix.
10034
797c735c
DD
100352011-05-09 Deniz Dogan <deniz@dogan.se>
10036
10037 * wdired.el: Remove outdated installation comment. Fix usage
10038 comment.
10039
5f4b1dfe
JB
100402011-05-09 Juanma Barranquero <lekktu@gmail.com>
10041
10042 * misc.el: Implement new command `list-dynamic-libraries'.
10043 (list-dynamic-libraries--loaded-only-p): New variable.
10044 (list-dynamic-libraries--refresh): New function.
10045 (list-dynamic-libraries): New command.
10046
4c44026c
CY
100472011-05-09 Chong Yidong <cyd@stupidchicken.com>
10048
488086f4
SM
10049 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10050 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10051 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10052 higher priority to avoid clobbering by gnu.
10053
027f966d
CY
100542011-05-08 Chong Yidong <cyd@stupidchicken.com>
10055
10056 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10057 if the face has existing theme settings (Bug#8454).
10058
085f5d7d
CY
100592011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10060
488086f4
SM
10061 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10062 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10063
2a86a00c
RS
10064 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10065 special file names `.' and `..' (Bug#8259).
10066
d9c54a06
CY
100672011-05-08 Chong Yidong <cyd@stupidchicken.com>
10068
488086f4
SM
10069 * progmodes/grep.el (grep-mode-font-lock-keywords):
10070 Remove buffer-changing entries.
d9c54a06
CY
10071 (grep-filter): New function.
10072 (grep-mode): Add it to compilation-filter-hook.
10073
10074 * progmodes/compile.el (compilation-filter-hook)
10075 (compilation-filter-start): New defvars.
10076 (compilation-filter): Call compilation-filter-hook prior to
10077 updating the process mark.
10078
c4662635
SM
100792011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10082
b0512a1d
EZ
100832011-05-07 Eli Zaretskii <eliz@gnu.org>
10084
605c9376
EZ
10085 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10086 mailclient-send-it even if window-system is nil. (Bug#8595)
10087
c4662635
SM
10088 * term/w32console.el (terminal-init-w32console):
10089 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10090 background-mode. (Bug#8597)
10091
d1dc2cc2
SM
100922011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10095 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10096 New functions.
10097 (defgeneric, eieio--defmethod): Use them.
10098 (eieio-defgeneric): Remove.
10099 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10100
915d1300
GM
101012011-05-07 Glenn Morris <rgm@gnu.org>
10102
a3961c3e
GM
10103 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10104 Use let rather than let*.
10105 (timeclock-find-discrep): Remove unused local.
10106
314347b9
GM
10107 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10108
915d1300
GM
10109 * calendar/appt.el (appt-time-msg-list): Doc fix.
10110
275b59b0
NF
101112011-05-06 Noah Friedman <friedman@splode.com>
10112
10113 * apropos.el (apropos-print-doc): Only use
10114 emacs-lisp-docstring-fill-column when it is bound to an integer,
10115 per that variable's documentation.
10116
6c19f744
SM
101172011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10118
10119 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10120 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10121
60f884b2
GM
101222011-05-06 Glenn Morris <rgm@gnu.org>
10123
5006e634
GM
10124 * calendar/appt.el (appt-message-warning-time): Doc fix.
10125 (appt-warning-time-regexp): New option.
10126 (appt-make-list): Respect appt-message-warning-time.
10127
548d0a63
GM
10128 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10129 New options.
10130 (diary-add-to-list): Strip comments from the displayed string.
10131 (diary-mode): Set comment-start and comment-end.
10132
60f884b2
GM
10133 * vc/diff-mode.el (smerge-refine-subst): Declare.
10134 (diff-refine-hunk): Don't require smerge-mode when compiling.
10135
989681bb
JB
101362011-05-06 Juanma Barranquero <lekktu@gmail.com>
10137
10138 * simple.el (list-processes): Return nil as the docstring says.
10139
a6bc05e1
MA
101402011-05-05 Michael Albinus <michael.albinus@gmx.de>
10141
10142 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10143 to "".
10144 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10145 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10146 determining of binary transfer. (Bug#7383)
10147
23c22e9a
MA
101482011-05-05 Michael Albinus <michael.albinus@gmx.de>
10149
c4662635
SM
10150 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10151 Fix port computation bug. (Bug#8618)
23c22e9a 10152
0bff894f
GM
101532011-05-05 Glenn Morris <rgm@gnu.org>
10154
b8296902
GM
10155 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10156
1f522ce8
GM
10157 * simple.el (shell-dynamic-complete-functions)
10158 (comint-dynamic-complete-functions): Declare.
10159
cf5bee67
GM
10160 * net/network-stream.el (gnutls-negotiate):
10161 * simple.el (tabulated-list-print): Fix declarations.
10162
10163 * progmodes/gud.el (syntax-symbol, syntax-point):
10164 Remove unnecessary and incorrect declarations.
10165
0bff894f
GM
10166 * emacs-lisp/check-declare.el (check-declare-scan):
10167 Handle byte-compile-initial-macro-environment in bytecomp.el
10168
9869b3ae
SM
101692011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 Fix earlier half-done eieio-defmethod change (bug#8338).
10172 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10173 Streamline and change calling convention.
10174 (defmethod): Adjust accordingly and simplify.
10175 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10176 new eieio--defmethod.
10177 (slot-boundp): Minor CSE simplification.
10178
9c1d5ac5
MZ
101792011-05-05 Milan Zamazal <pdm@zamazal.org>
10180
10181 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10182 (glasses-make-readable): Use glasses-separate-capital-groups.
10183
455c834e
JB
101842011-05-05 Juanma Barranquero <lekktu@gmail.com>
10185
10186 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10187 (warning-series): Doc fix.
10188 (display-warning): Don't try to create the buffer if we just found it.
10189
9ed7c8cb
CY
101902011-05-04 Chong Yidong <cyd@stupidchicken.com>
10191
10192 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10193 (autoload-find-generated-file): New function.
10194 (generate-file-autoloads): Bind generated-autoload-file to
10195 buffer-file-name.
9869b3ae
SM
10196 (update-file-autoloads, update-directory-autoloads):
10197 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10198 output file (Bug#7989).
10199 (batch-update-autoloads): Doc fix.
10200
0898ca10
JB
102012011-05-04 Juanma Barranquero <lekktu@gmail.com>
10202
10203 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10204
31dfb76c
GM
102052011-05-04 Glenn Morris <rgm@gnu.org>
10206
f330b642
GM
10207 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10208 function, so it follows changes in calendar-date-style.
10209 (diary-fancy-date-matcher): New function.
10210 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10211 (diary-fancy-font-lock-fontify-region-function):
10212 Use diary-fancy-date-pattern as a function.
10213
31dfb76c
GM
10214 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10215 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10216
48e79d6a
TZ
102172011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10218
10219 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10220 instead of positional arguments. Allow :keylist and :crlfiles
10221 arguments.
10222 (open-gnutls-stream): Call it.
10223
10224 * net/network-stream.el (network-stream-open-starttls): Adjust to
10225 call `gnutls-negotiate' with :process and :hostname arguments.
10226
dd5a5ee0
SM
102272011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10228
ef80fc09
SM
10229 * minibuffer.el (completion--message): New function.
10230 (completion--do-completion, minibuffer-complete)
10231 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10232 (completion--do-completion): Don't ignore completion-auto-help when in
10233 icomplete-mode.
10234
dd5a5ee0
SM
10235 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10236 internal encoding (e.g. tibetan zero is not whitespace).
10237 (global-whitespace-mode): Prefer save-current-buffer.
10238 (whitespace-trailing-regexp): Remove useless save-match-data.
10239 (whitespace-empty-at-bob-regexp): Minor simplification.
10240
b7d22a83
CY
102412011-05-03 Chong Yidong <cyd@stupidchicken.com>
10242
10243 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10244
5192af46
AM
102452011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10246
10247 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10248 Use `concat' to create string for insertion.
5192af46 10249
5767d190
SM
102502011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10253 Avoid open-line which runs post-self-insert-hook.
10254 (bibtex-fill-entry): Remove unused `end' var.
10255
bf242939
AM
102562011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10257
5767d190
SM
10258 * textmodes/ispell.el (ispell-add-per-file-word-list):
10259 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10260
25666126
LL
102612011-05-03 Leo Liu <sdl.web@gmail.com>
10262
10263 * isearch.el (isearch-yank-pop): New command.
5767d190 10264 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10265 (isearch-forward): Mention it.
10266
52d3c2d0
SM
102672011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10268
1bcace58
SM
10269 * simple.el (minibuffer-complete-shell-command): Remove.
10270 (minibuffer-local-shell-command-map): Use completion-at-point.
10271 (read-shell-command): Setup completion vars here instead.
10272 (read-expression-map): Bind TAB to symbol completion.
10273
52d3c2d0
SM
10274 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10275 error directly rather via storing it into `results'.
10276
35813471
LL
102772011-05-02 Leo Liu <sdl.web@gmail.com>
10278
10279 * vc/diff.el: Fix description.
10280
e793a940
LMI
102812011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10282
10283 * server.el (server-eval-at): New function.
10284
8de66e05
LMI
102852011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10286
10287 * net/network-stream.el (open-network-stream): Take a :nowait
10288 parameter and pass it on to `make-network-process'.
10289 (network-stream-open-plain): Ditto.
10290
dcb79f20
AS
102912011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10292
10293 * faces.el (face-spec-set-match-display): Don't match toolkit
10294 options on terminal frames.
10295
14a7fbd8
SM
102962011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10297
7eabc1be
SM
10298 * progmodes/pascal.el: Use lexical binding.
10299 (pascal-mode-map): Remove author preferences.
10300
14a7fbd8
SM
10301 * pcomplete.el (pcomplete-std-complete): Don't abuse
10302 completion-at-point.
10303
50f84510
JB
103042011-04-28 Juanma Barranquero <lekktu@gmail.com>
10305
6e087a44
JB
10306 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10307 removing code that has been dead since 1991 or so.
10308
50f84510
JB
10309 * startup.el (command-line): When warning about "_emacs", use a
10310 delayed warning to allow the user to filter it out.
10311
0ba690bd
DD
103122011-04-28 Deniz Dogan <deniz@dogan.se>
10313
10314 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10315 user has not joined.
10316
08abfaad
SM
103172011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10320 aren't any completions at point.
10321
638f053a
JB
103222011-04-28 Juanma Barranquero <lekktu@gmail.com>
10323
10324 * subr.el (display-delayed-warnings): New function.
10325 (delayed-warnings-hook): New variable.
10326
8fff8daa
SM
103272011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10328
08abfaad
SM
10329 * minibuffer.el (completion-at-point, completion-help-at-point):
10330 Don't presume that a given completion-at-point-function will always
10331 use the same calling convention.
10332
8fff8daa
SM
10333 * pcomplete.el (pcomplete-completions-at-point):
10334 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10335 pcomplete-seen is non-nil.
10336 (pcomplete-comint-setup): Also recognize the new comint/shell
10337 completion functions.
10338 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10339 pcomplete-seen is non-nil.
10340
841a1577 103412011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10342
841a1577 10343 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10344 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10345 the first character in the entry. This allows for code to add its
211ec907
UJ
10346 own uid to the entry.
10347 (icalendar--convert-float-to-ical): Add export of
10348 `diary-float'-entries save for those with the optional DAY
10349 argument.
10350
2a782793
DC
103512011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10352
10353 * subr.el (shell-quote-argument): Use alternate escaping strategy
10354 when we spot a variable reference in a string.
10355
0438ce91
DC
103562011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10357
10358 * cus-start.el (all): Define customization for debug-on-event.
10359
841a1577 103602011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10361
10362 * subr.el (shell-quote-argument): Escape correctly under Windows.
10363
d090ed6c
SM
103642011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10367
bfd31217
MA
103682011-04-25 Michael Albinus <michael.albinus@gmx.de>
10369
d090ed6c
SM
10370 * net/tramp.el (tramp-process-actions): Add POS argument.
10371 Delete region between POS and (pos).
bfd31217 10372
d090ed6c
SM
10373 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10374 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10375 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10376
10377 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10378 position in `tramp-process-actions' call.
10379
10380 * net/trampver.el: Update release number.
10381
e92f3bd3
SM
103822011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10383
850256b5
SM
10384 * custom.el (defcustom): Obey lexical-binding.
10385
e92f3bd3
SM
10386 Fix octave-inf completion problems reported by Alexander Klimov.
10387 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10388 Inherit from octave-mode-syntax-table.
10389 (inferior-octave-mode): Set info-lookup-mode.
10390 (inferior-octave-completion-at-point): New function.
10391 (inferior-octave-complete): Use it and completion-in-region.
10392 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10393 comint-filename-completion.
10394 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10395 symbol elements which shouldn't be word elements.
10396 (octave-font-lock-keywords, octave-beginning-of-defun)
10397 (octave-function-header-regexp): Adjust regexps accordingly.
10398 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10399
cd22b309
JB
104002011-04-25 Juanma Barranquero <lekktu@gmail.com>
10401
10402 * net/gnutls.el (gnutls-errorp): Declare before first use.
10403
8b492194
TZ
104042011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10405
10406 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10407 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10408 default trustfile exists before going to use it. Add missing
5a5fa834 10409 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10410 Reported by Claudio Bley <claudio.bley@gmail.com>.
10411 (open-gnutls-stream): Add usage example.
10412
10413 * net/network-stream.el (network-stream-open-starttls): Give host
10414 parameter to `gnutls-negotiate'.
10415 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10416 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10417
841a1577 104182011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10419
cd22b309
JB
10420 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10421 Use correct match group (bug#8438).
05842630 10422
3ba7869c
CY
104232011-04-24 Chong Yidong <cyd@stupidchicken.com>
10424
512e3ae1
CY
10425 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10426 (package-menu--generate): New arg specifying packages to show.
10427 (package-menu-refresh, package-menu-execute, list-packages):
10428 Callers changed.
10429 (package-show-package-list): New function, replacing deleted
10430 package--list-packages (renamed because it is non-internal).
10431
10432 * finder.el (finder-list-matches): Use package-show-package-list
10433 instead of deleted package--list-packages.
10434
e92f3bd3
SM
10435 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10436 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10437 (vc-annotate-mode-map): Bind it to RET.
10438
7031be6d
UR
104392011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10440
10441 * progmodes/etags.el (next-file): Don't use set-buffer to change
10442 buffers (Bug#8478).
10443
4ef177aa
CY
104442011-04-24 Chong Yidong <cyd@stupidchicken.com>
10445
c8d173eb
CY
10446 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10447
4ef177aa
CY
10448 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10449 (apropos-accumulator): Doc fix.
10450 (apropos-function, apropos-macro, apropos-command)
10451 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10452 (apropos-plist): Add face property.
10453 (apropos-symbols-internal): Fix indentation.
10454 (apropos-print): Simplify help, and recognize apropos-multi-type.
10455 (apropos-print-doc): Use button-type-get to extract the button's
10456 face property. Fill docstring (Bug#8352).
10457
4ffd0d6b 104582011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10459
10460 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10461
c6c32125 10462 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10463 (mpuz-mode-map): Use mapc.
c6c32125
JB
10464 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10465 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10466 Fix typos in docstrings.
10467
58d468b4
JB
10468 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10469 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10470
6470c3c6
JB
10471 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10472
4ffd0d6b 104732011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10474
10475 * minibuffer.el (completion--do-completion): Avoid the "Next char
10476 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10477
3ad8bad0
CY
10478 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10479 mouse-2 into unread-command-events, it is interpreted correctly.
10480
71d73c9c 10481 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10482 (image-toggle-display): Doc fix.
71d73c9c 10483
841a1577 104842011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10485
4ffd0d6b
GM
10486 * textmodes/page.el (what-page): Use line-number-at-pos to
10487 calculate line number (Bug#6825).
6e1dbaa9 10488
c2fb1b60
JB
104892011-04-22 Juanma Barranquero <lekktu@gmail.com>
10490
10491 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10492 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10493 Pass argument NO-DEFAULT to `find-tag-interactive'.
10494
e02f48d7
JB
104952011-04-22 Juanma Barranquero <lekktu@gmail.com>
10496
10497 Lexical-binding cleanup.
10498
10499 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10500 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10501 * progmodes/ada-prj.el (ada-prj-initialize-values)
10502 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10503 (ada-prj-show-value):
10504 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10505 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10506 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10507 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10508 * progmodes/bug-reference.el (bug-reference-push-button):
10509 * progmodes/fortran.el (fortran-line-length):
10510 * progmodes/glasses.el (glasses-change):
10511 * progmodes/octave-mod.el (octave-fill-paragraph):
10512 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10513 (python-pdbtrack-grub-for-buffer, python-sentinel):
10514 * progmodes/sql.el (sql-save-connection):
10515 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10516 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10517 Mark unused parameters.
10518
10519 * progmodes/compile.el (compilation--flush-directory-cache)
10520 (compilation--flush-parse, compile-internal): Mark unused parameters.
10521 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10522 (compilation-next-error-function): Remove unused variable `timestamp'.
10523
10524 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10525 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10526
10527 * progmodes/dcl-mode.el (dcl-end-of-command):
10528 Remove unused variable `start'.
10529 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10530 (dcl-option-value-basic, dcl-option-value-offset)
10531 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10532 Mark unused parameters.
10533 (dcl-save-local-variable): Remove unused variable `val'.
10534 (mode): Declare.
10535
10536 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10537 Mark unused parameters.
10538 (delphi-ignore-changes): Move before first use.
10539 (delphi-charset-token-at): Remove unused variable `start'.
10540 (delphi-else-start): Remove unused variable `if-count'.
10541 (delphi-comment-block-start, delphi-comment-block-end):
10542 Remove unused variable `kind'.
10543 (delphi-indent-line): Remove unused variable `new-point'.
10544
10545 * progmodes/ebrowse.el (ebrowse-files-list)
10546 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10547 Mark unused parameters. Don't quote `lambda'.
10548 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10549 Don't quote `lambda'.
10550 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10551 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10552 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10553 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10554 Use `ignore-errors'.
10555 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10556 (ebrowse-view/find-file-and-search-pattern)
10557 (ebrowse-view/find-member-declaration/definition):
10558 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10559 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10560 Rename parameter PREFIX-ARG to PREFIX.
10561 (ebrowse-tags-read-name): Remove unused variables `start' and
10562 `member-info'.
10563 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10564 to `tags-file'.
10565
10566 * progmodes/etags.el (local-find-tag-hook): Declare.
10567 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10568 Mark unused parameters.
10569
10570 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10571 (executable-interpret): Mark unused parameter.
10572
10573 * progmodes/flymake.el (flymake-process-sentinel)
10574 (flymake-after-change-function)
10575 (flymake-create-temp-with-folder-structure)
10576 (flymake-get-include-dirs-dot): Mark unused parameters.
10577 (flymake-safe-delete-directory): Remove unused variable `err'.
10578
10579 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10580 (speedbar-timer-fn, speedbar-line-text)
10581 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10582 (speedbar-center-buffer-smartly): Declare functions.
10583 (gdb-find-watch-expression): Remove unused variable `array'.
10584 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10585 (gdb-starting): Mark unused parameters.
10586 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10587 (gdb-table-string): Remove unused variable `res'.
10588 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10589 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10590 (gdb-display-buffer): Remove unused variable `cur-size'.
10591
10592 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10593 allow lexical-binding compilation.
10594 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10595 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10596 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10597 Mark unused parameters.
10598 (gud-gdb-marker-filter): Remove unused variable `match'.
10599 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10600 lambda expressions and funcall them, instead of using `fset'.
10601
10602 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10603 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10604
10605 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10606 variable `header-beg'; use `let'.
10607
10608 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10609 `restart', `last-sexp' and `at-do'.
10610
10611 * progmodes/js.el (js--debug): Mark unused parameter.
10612 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10613 (js--splice-into-items): Remove unused variable `item'.
10614 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10615
10616 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10617 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10618 (makefile-complete): Remove unused variable `try'.
10619 (makefile-fill-paragraph, makefile-match-function-end):
10620 Mark unused parameters.
10621
10622 * progmodes/octave-inf.el (inferior-octave-complete):
10623 Remove unused variable `proc'.
10624 (inferior-octave-output-digest): Mark unused parameter.
10625
10626 * progmodes/perl-mode.el (perl-calculate-indent):
10627 Remove unused variable `err'.
10628
10629 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10630 (prolog-indent-line): Mark unused parameters.
10631 (prolog-indent-line): Remove unused variable `beg'.
10632
10633 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10634 (reporter-dont-compact-list): Declare.
10635
10636 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10637 Remove unused variable `char'.
10638 (sh-debug): Mark unused parameter.
10639 (sh-get-indent-info): Remove unused variable `start'.
10640 (sh-calculate-indent): Remove unused variable `var'.
10641
10642 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10643 (simula-electric-keyword): Remove unused variable `null'.
10644 (simula-search-backward, simula-search-forward): Remove unused
10645 variables `begin' and `end'.
10646
10647 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10648 Remove unused variable `pos'.
10649 (vera-electric-tab, vera-comment-uncomment-region):
10650 Mark unused parameters.
10651 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10652
7ede3b65
CY
106532011-04-22 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * emacs-lisp/package.el (package--builtins, package-alist)
10656 (package-load-descriptor, package-built-in-p, package-activate)
10657 (define-package, package-installed-p)
10658 (package-compute-transaction, package-buffer-info)
10659 (package--push): Doc fix. Distinguish more clearly between
10660 version strings and version lists.
10661
121656e9
JB
106622011-04-21 Juanma Barranquero <lekktu@gmail.com>
10663
10664 Lexical-binding cleanup.
10665
10666 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10667 (5x5-make-mutate-best):
10668 * play/fortune.el (fortune-in-buffer):
10669 * play/gomoku.el (gomoku-init-display):
10670 * play/solitaire.el (solitaire, solitaire-do-check):
10671 * play/tetris.el (tetris-default-update-speed-function):
10672 Mark unused parameters.
10673
10674 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10675 (bubbles--shift): Remove unused variable `char-org'.
10676 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10677 (bubbles--show-images): Remove unused variable `char'.
10678
10679 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10680 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10681 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10682 (decipher-analyze-buffer): Use ?\s.
10683 (decipher-make-checkpoint): Remove unused variable `mapping'.
10684
10685 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10686
10687 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10688 Remove unused variable `result'; use `let'.
10689
10690 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10691 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10692 (gametree-children-shown-p, gametree-compute-reduced-score):
10693 Use `ignore-errors'.
10694
10695 * play/handwrite.el (ps-lpr-switches): Declare.
10696 (handwrite): Remove unused variables `pmin' and `lastp'.
10697
10698 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10699
10700 * play/landmark.el (landmark-init-display)
10701 (landmark-update-naught-weights): Mark unused parameters.
10702 (landmark-y): Remove unused variable `noise'. Simplify.
10703 (landmark-human-plays): Remove unused variable `score'.
10704
10705 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10706 (mpuz-try-proposal): Remove unused variable `game'.
10707
10708 * play/zone.el (life-patterns): Declare.
10709
80f499c7
JB
107102011-04-20 Juanma Barranquero <lekktu@gmail.com>
10711
10712 * vc/vc.el (ediff-vc-internal): Declare function.
10713
024ff170
SM
107142011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10715
c0a193ea
SM
10716 * shell.el: Use lexical-binding and std completion UI.
10717 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10718 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10719 comint-preoutput-filter-functions rather than on
10720 comint-output-filter-functions.
10721 (shell-command-completion, shell--command-completion-data)
10722 (shell-filename-completion, shell-environment-variable-completion)
10723 (shell-c-a-p-replace-by-expanded-directory): New functions.
10724 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10725 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10726 (shell-dynamic-complete-environment-variable): Use them.
10727 (shell-dynamic-complete-as-environment-variable)
10728 (shell-dynamic-complete-as-command): Remove.
10729 (shell-match-partial-variable): Match past point.
10730 * comint.el: Clean up use of completion-at-point-functions.
10731 (comint-completion-at-point): New function.
10732 (comint-mode): Use it completion-at-point-functions.
10733 (comint-dynamic-complete): Make it obsolete.
10734 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10735 (comint-c-a-p-replace-by-expanded-history): New function.
10736 (comint-dynamic-complete-functions)
10737 (comint-replace-by-expanded-history): Use it.
10738 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10739 termination strings. Try harder to avoid second try-completion.
10740 (completion-in-region-mode-map): Disable bindings that don't work yet.
10741
2dbaa080
SM
10742 * comint.el: Use lexical-binding. Require CL.
10743 (comint-dynamic-complete-functions): Use comint-filename-completion.
10744 (comint-completion-addsuffix): Tweak custom type.
10745 (comint-filename-completion, comint--common-suffix)
10746 (comint--common-quoted-suffix, comint--table-subvert)
10747 (comint--complete-file-name-data): New functions.
10748 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10749 (comint-dynamic-list-filename-completions): Use them.
10750 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10751
2dbaa080
SM
10752 * minibuffer.el (completion-in-region-mode):
10753 Keep completion-in-region-mode--predicate global.
10754 (completion-in-region--postch):
10755 Assume completion-in-region-mode--predicate is not null.
10756
c79a6f38
SM
10757 * progmodes/flymake.el (flymake-start-syntax-check-process):
10758 Obey `dir'. Simplify.
10759
024ff170
SM
10760 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10761 we're in VC after all.
10762
1c6c854e
CS
107632011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10764
10765 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10766 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10767 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10768
bed7f140
SM
107692011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10770
332e62ab
SM
10771 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10772 add sanity check.
10773
bed7f140
SM
10774 * obsolete/erc-hecomplete.el: Make obsolete.
10775 * obsolete/: Standardize obsolescence info in the header.
10776
f195c582
GM
107772011-04-20 Glenn Morris <rgm@gnu.org>
10778
10779 * calendar/solar.el (solar-horizontal-coordinates):
10780 Use the longitude argument rather than `calendar-longitude'.
10781 (solar-date-next-longitude): Remove unused locals.
10782
cb79b8c0
VJL
107832011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10784
10785 * whitespace.el: New version 13.2.1.
10786
107872011-04-20 felix <EmacsWiki> (tiny change)
10788
d8e4b68b 10789 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10790 switching between major modes on a file.
10791
602ea69d
SM
107922011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10795 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10796 multi-line comments as well.
10797
06b60517
JB
107982011-04-19 Juanma Barranquero <lekktu@gmail.com>
10799
10800 Lexical-binding cleanup.
10801
10802 * arc-mode.el (archive-mode-revert):
10803 * cmuscheme.el (scheme-interactively-start-process):
10804 * custom.el (custom-initialize-delay):
10805 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10806 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10807 * emacs-lock.el (emacs-lock-clear-sentinel):
10808 * ezimage.el (defezimage):
10809 * follow.el (follow-avoid-tail-recenter):
10810 * fringe.el (set-fringe-mode-1):
10811 * generic-x.el (bat-generic-mode-compile):
10812 * help-mode.el (help-info-variable, help-do-xref)
10813 (help-mode-revert-buffer):
10814 * help.el (view-emacs-todo):
10815 * iswitchb.el (iswitchb-completion-help):
10816 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10817 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10818 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10819 * locate.el (locate-update):
10820 * longlines.el (longlines-encode-region)
10821 (longlines-after-change-function):
10822 * outline.el (outline-isearch-open-invisible):
10823 * ps-def.el (declare-function, charset-dimension, char-width)
10824 (encode-char):
10825 * ps-mule.el (ps-mule-plot-string):
10826 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10827 (recentf-edit-list-select, recentf-edit-list-validate)
10828 (recentf-open-files-action):
10829 * rect.el (delete-whitespace-rectangle-line)
10830 (rectangle-number-line-callback):
10831 * register.el (window-configuration-to-register)
10832 (frame-configuration-to-register):
10833 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10834 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10835 (xselect-convert-to-targets, xselect-convert-to-delete)
10836 (xselect-convert-to-filename, xselect-convert-to-charpos)
10837 (xselect-convert-to-lineno, xselect-convert-to-colno)
10838 (xselect-convert-to-os, xselect-convert-to-host)
10839 (xselect-convert-to-user, xselect-convert-to-class)
10840 (xselect-convert-to-name, xselect-convert-to-integer)
10841 (xselect-convert-to-atom, xselect-convert-to-identity):
10842 * subr.el (declare, ignore, process-kill-without-query)
10843 (text-clone-maintain):
10844 * terminal.el (te-get-char, te-tic-sentinel):
10845 * tool-bar.el (tool-bar-make-keymap):
10846 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10847 * type-break.el (type-break-mode, type-break-noninteractive-query):
10848 * view.el (View-back-to-mark):
10849 * wid-browse.el (widget-browse-action, widget-browse-widget)
10850 (widget-browse-widgets, widget-browse-sexp):
10851 * widget.el (define-widget-keywords):
10852 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10853 Mark unused parameters.
10854
10855 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10856 (align-areas): Remove unused variable `look'.
10857 (align-region): Remove unused variables `real-end' and `pos-list'.
10858
10859 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10860
10861 * bindings.el (mode-line-modified, mode-line-remote):
10862 Mark unused parameters.
10863 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10864
10865 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10866 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10867
10868 * comint.el (comint-history-isearch-pop-state)
10869 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10870 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10871 (comint-substitute-in-file-name): Doc fix.
10872
10873 * completion.el (cmpl-statistics-block): Mark unused parameter.
10874 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10875 (save-completions-to-file, load-completions-from-file):
10876 Remove unused local variable `e'.
10877
10878 * composite.el (compose-chars): Remove unused variable `len'.
10879 (lgstring-insert-glyph): Remove unused variable `g'.
10880 (compose-glyph-string): Remove unused variables `ascent',
10881 `descent', `lbearing' and `rbearing'.
10882 (compose-glyph-string-relative): Remove unused variables
10883 `lbearing', `rbearing' and `wadjust'.
10884 (compose-gstring-for-graphic): Remove unused variables `header',
10885 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10886 (compose-gstring-for-terminal): Remove unused variables `header'
10887 and `nchars'. Use `let', not `let*'.
10888
10889 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10890 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10891 (Custom-buffer-done, custom-buffer-create-internal)
10892 (custom-browse-visibility-action, custom-browse-group-tag-action)
10893 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10894 (widget-magic-mouse-down-action, custom-toggle-parent)
10895 (custom-add-parent-links, custom-toggle-hide-variable)
10896 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10897 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10898 (custom-face-menu-create, custom-variable-menu-create, get)
10899 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10900 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10901 (customize-apropos): Remove unused variable `tests'.
10902 (custom-group-value-create): Remove unused variable `hidden-p'.
10903 (sort-fold-case): Declare.
10904
10905 * cus-theme.el (custom-reset-standard-faces-list)
10906 (custom-reset-standard-variables-list): Declare.
10907 (customize-create-theme, custom-theme-revert, custom-theme-write)
10908 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10909 Mark unused parameters.
10910
10911 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10912
10913 * delim-col.el (delimit-columns-max): Move defvar before first use.
10914
10915 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10916 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10917
10918 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10919 (auto-insert): Declare.
10920 (desktop-restore-file-buffer): Rename desktop-* parameters;
10921 mark unused ones.
10922 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10923 (desktop-buffer): Rename desktop-* parameters.
10924
10925 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10926 (dframe-reposition-frame-xemacs, dframe-help-echo)
10927 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10928 Mark unused parameters.
10929
10930 * dired-aux.el (backup-extract-version-start, overwrite-query)
10931 (overwrite-backup-query, rename-regexp-query)
10932 (rename-non-directory-query): Declare.
10933 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10934 (dired-add-entry): Remove unused variable `orig-file-name'.
10935 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10936 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10937 `dired-copy-preserve-time' directly.
10938 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10939 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10940
10941 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10942 (dired-virtual-revert, dired-make-relative-symlink):
10943 Mark unused parameters.
10944 (manual-program): Declare.
10945 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10946 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10947 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10948
10949 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10950
10951 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10952
10953 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10954 Declare.
10955
10956 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10957
10958 * electric.el (Electric-command-loop): Rename parameter
10959 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10960
10961 * expand.el (expand-in-literal): Remove unused variable `here'.
10962
10963 * facemenu.el (facemenu-add-new-color):
10964 Remove unused variable `docstring'.
10965
10966 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10967 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10968 (face-attr-construct): Mark unused parameter. Doc fix.
10969 (read-color): Remove unused variable `hex-string'.
10970
10971 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10972 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10973 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10974 (display-buffer-other-frame): Remove unused variable `old-window'.
10975 (kill-buffer-hook): Declare.
10976 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10977 Mark unused parameters.
10978 (after-find-file): Pass 1 to `auto-save-mode', not t.
10979
10980 * files-x.el (auto-insert): Declare.
10981 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10982
10983 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10984 variable `buf'. Mark unused parameter.
06b60517
JB
10985 (find-lisp-insert-directory): Mark unused parameter.
10986
10987 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10988 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10989 (format-common-tail): Remove, unused.
10990 (format-deannotate-region): Remove unused variable `loc'.
10991 (format-annotate-region): Remove unused variable `p'.
10992 (format-annotate-single-property-change): Remove unused variables
10993 `default' and `tail'.
10994
10995 * forms.el (read-file-filter): Declare.
10996 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10997
10998 * frame.el (frame-creation-function-alist): Mark unused parameter.
10999 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11000
11001 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11002 Remove unused parameters.
11003 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11004 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11005
11006 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11007 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11008 (hfy-prepare-tag-map): Mark unused parameters.
11009 (htmlfontify-buffer): Use `called-interactively-p'.
11010
11011 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11012 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11013 (ibuffer-do-occur): Mark unused parameters.
11014 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11015 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11016
11017 * ibuffer.el: Don't quote `lambda'.
11018 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11019 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11020 Mark unused parameters.
11021
11022 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11023 (ido-completing-read): Mark unused parameters.
11024 (ido-copy-current-word): Mark unused parameters;
11025 remove unused variable `name'.
11026 (ido-sort-merged-list): Remove unused parameter `dirs'.
11027
11028 * ielm.el (ielm-input-sender): Mark unused parameter.
11029 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11030 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11031 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11032 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11033 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11034
11035 * image-dired.el (image-dired-display-thumbs): Remove unused
11036 variables `curr-file' and `count'.
11037 (image-dired-remove-tag): Remove unused variable `start'.
11038 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11039 variable `curr-file'
11040 (image-dired-rotate-original): Remove unused variable `temp-file'.
11041 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11042 Remove unused variable `file'.
11043 (image-dired-gallery-generate): Remove unused variable `curr'.
11044 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11045
11046 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11047
11048 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11049
11050 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11051
11052 * isearch.el (minibuffer-history-symbol): Declare.
11053 (isearch-edit-string): Remove unused variable `err'.
11054 (isearch-message-prefix, isearch-message-suffix):
11055 Mark unused parameters.
11056
11057 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11058
11059 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11060
11061 * makesum.el (double-column): Remove unused variable `cnt'.
11062
11063 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11064 (ido-ignore-item-temp-list): Declare.
11065
11066 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11067 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11068 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11069 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11070 `mouse-col-delta'.
11071
11072 * mouse-sel.el (mouse-extend-internal):
11073 Remove unused variable `orig-window-frame'.
11074
11075 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11076 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11077 Move declarations before first use.
11078 (pcomplete-opt): Mark unused parameters; doc fix.
11079
11080 * proced.el (proced-revert): Mark unused parameter.
11081 (proced-send-signal): Remove unused variable `err'.
11082
11083 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11084 Rename parameter PREFIX-ARG to ARG.
11085 (ps-basic-plot-string, ps-basic-plot-whitespace):
11086 Mark unused parameters.
11087
11088 * replace.el (replace-count): Define.
11089 (occur-revert-function): Mark unused parameters.
11090 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11091 (isearch-case-fold-search, isearch-string): Declare.
11092 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11093 bind `case-fold-search'. Remove unused variables `beg' and `end',
11094 and simplify.
11095 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11096 COUNT and bind `replace-count'.
11097 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11098 to COUNT.
11099
11100 * savehist.el (print-readably, print-string-length): Declare.
11101
11102 * shadowfile.el (shadow-expand-cluster-in-file-name):
11103 Remove unused variable `cluster'.
11104 (shadow-copy-file): Remove unused variable `i'.
11105 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11106 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11107 (shadow-define-literal-group, shadow-define-regexp-group)
11108 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11109
11110 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11111 (shell): Use `called-interactively-p'.
11112 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11113
11114 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11115 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11116 (delete-backward-char): Remove unused variable `ocol'.
11117 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11118 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11119 (event-apply-hyper-modifier, event-apply-shift-modifier)
11120 (event-apply-control-modifier, event-apply-meta-modifier):
11121 Mark unused parameters.
11122 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11123 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11124
11125 * speedbar.el (speedbar-ignored-directory-expressions)
11126 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11127 (speedbar-find-file, speedbar-dir-follow)
11128 (speedbar-directory-buttons-follow, speedbar-tag-find)
11129 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11130 (speedbar-buffers-line-directory, speedbar-buffer-click):
11131 Mark unused parameters.
11132 (speedbar-tag-file): Remove unused variable `mode'.
11133 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11134
11135 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11136
11137 * talk.el (talk): Remove unused variable `display'.
11138
11139 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11140 (tar-write-region-annotate): Mark unused parameter.
11141
11142 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11143 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11144 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11145 warning by another.
11146
11147 * time-stamp.el (time-stamp-string-preprocess):
11148 Remove unused variable `require-padding'.
11149
11150 * tree-widget.el (widget-glyph-enable): Declare.
11151 (tree-widget-action): Mark unused parameter.
11152
11153 * w32-fns.el (x-get-selection): Mark unused parameter.
11154 (autoload-make-program, generated-autoload-file): Declare.
11155
11156 * wdired.el (wdired-revert): Mark unused parameters.
11157 (wdired-xcase-word): Remove unused variable `err'.
11158
11159 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11160 (whitespace-help-scroll): Remove unused variable `data-help'.
11161
11162 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11163 (widget-image-insert, widget-after-change, default)
11164 (widget-default-format-handler, widget-default-notify)
11165 (widget-default-prompt-value, widget-info-link-action)
11166 (widget-url-link-action, widget-function-link-action)
11167 (widget-variable-link-action, widget-file-link-action)
11168 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11169 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11170 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11171 (widget-insert-button-action, widget-delete-button-action, visibility)
11172 (widget-documentation-link-action, widget-documentation-string-action)
11173 (widget-const-prompt-value, widget-regexp-match, symbol)
11174 (widget-coding-system-prompt-value)
11175 (widget-key-sequence-value-to-external, sexp)
11176 (widget-sexp-value-to-internal, character, vector, cons)
11177 (widget-choice-prompt-value, widget-boolean-prompt-value)
11178 (widget-color--choose-action): Mark unused parameters.
11179 (widget-item-match-inline, widget-choice-match-inline)
11180 (widget-checklist-match, widget-checklist-match-inline)
11181 (widget-group-match): Rename parameter VALUES to VALS.
11182 (widget-field-value-set): Remove unused variable `size'.
11183 (widget-color-action): Remove unused variables `value' and `start'.
11184
11185 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11186 variable `dir'. Doc fix.
06b60517
JB
11187 (windmove-find-other-window): Don't pass it.
11188
11189 * window.el (count-windows): Mark unused parameter.
11190 (bw-adjust-window): Remove unused variable `err'.
11191
11192 * woman.el (woman-file-name): Remove unused variable `default'.
11193 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11194 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11195 (global-font-lock-mode): Declare.
11196 (woman-decode-region): Mark unused parameter.
11197 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11198
11199 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11200 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11201 (x-dnd-handle-moz-url): Remove unused variable `title'.
11202 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11203
11204 * xml.el (xml-parse-tag, xml-parse-attlist):
11205 Remove unused variable `pos'.
11206
bc4f7f3d
GM
112072011-04-19 Glenn Morris <rgm@gnu.org>
11208
11209 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11210 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11211 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11212 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11213 * calendar/cal-html.el (cal-html-insert-minical):
11214 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11215 (calendar-mark-date-pattern):
11216 Prefix "unused" locals.
11217
11218 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11219 optional argument `style'.
11220
11221 * calendar/appt.el (appt-make-list):
11222 * calendar/cal-china.el (calendar-chinese-date-string):
11223 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11224 (diary-hebrew-yahrzeit):
11225 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11226 * calendar/calendar.el (calendar-generate-window):
11227 * calendar/time-date.el (time-to-days):
11228 Remove unused local variables.
11229
16a43933
CY
112302011-04-18 Chong Yidong <cyd@stupidchicken.com>
11231
11232 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11233 glyphless-char-display table.
11234 (tabulated-list-glyphless-char-display): New var.
11235
7eed1860
SS
112362011-04-18 Sam Steingold <sds@gnu.org>
11237
11238 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11239 to acknowledgments.
11240
4d2d1ccd
GM
112412011-04-17 Glenn Morris <rgm@gnu.org>
11242
11243 * calendar/diary-lib.el (diary-sexp-entry):
11244 * calendar/holidays.el (holiday-sexp):
11245 Set debug-on-error rather than the removed stack-trace-on-error.
11246
239da61d
GM
112472011-04-16 Glenn Morris <rgm@gnu.org>
11248
11249 * progmodes/f90.el: Use lexical-binding.
11250 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11251
8b05752a
SM
112522011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11253
daca8ba5
SM
11254 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11255 (mail-mode): Setup mailalias completion here instead.
11256 * mail/mailalias.el: Use lexical-binding.
11257 (pattern, mailalias-done): Declare dynamic.
11258 (mail-completion-at-point-function): New function, from mail-complete.
11259 (mail-complete): Use it.
11260 (mail-completion-expand): New function.
11261 (mail-get-names): Use it.
11262 (mail-directory, mail-directory-process, mail-directory-stream):
11263 Don't use `pattern' for lexically bound arg.
11264
6f542485
SM
11265 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11266
037e7c3f
SM
11267 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11268 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11269 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11270
8b05752a
SM
11271 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11272 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11273 (byte-interactive-p): Define them again, for use when inlining
11274 old code.
11275
49093f60
JB
112762011-04-15 Juanma Barranquero <lekktu@gmail.com>
11277
11278 * loadup.el: Use `string-to-number', not `string-to-int'.
11279
b5b8e7de
SM
112802011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11283 gud-gdb-complete-command.
11284 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11285 (gud-gdb-completion-at-point): New function.
11286 (gud-gdb-completions): Remove.
11287
f42efeb5
MA
112882011-04-14 Michael Albinus <michael.albinus@gmx.de>
11289
49093f60
JB
11290 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11291 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11292 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11293 whether `executable-find' is bound.
f42efeb5
MA
11294
11295 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11296
e240cc21
SM
112972011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * minibuffer.el (completion-in-region-mode-predicate)
11300 (completion-in-region-mode--predicate): New vars.
11301 (completion-in-region, completion-in-region--postch)
11302 (completion-in-region-mode): Use them.
11303 (completion--capf-wrapper): Also return the hook function.
11304 (completion-at-point, completion-help-at-point):
11305 Adjust and provide a predicate.
c2bd2ab0
SM
11306
11307 Preserve arg names for advice of subr and lexical functions (bug#8457).
11308 * help-fns.el (help-function-arglist): Consolidate the subr and
11309 new-byte-code cases. Add argument `preserve-names' to extract names
11310 from the docstring when needed.
11311 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11312 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11313 (ad-arglist): Use help-function-arglist's new arg.
11314 (ad-definition-type): Use cond.
11315
c183f693
JB
113162011-04-13 Juanma Barranquero <lekktu@gmail.com>
11317
06641a47
JB
11318 * autorevert.el (auto-revert-handler):
11319 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11320 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11321 Don't quote lambda.
11322
c183f693
JB
11323 * image-mode.el (image-transform-set-scale):
11324 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11325
1e3b6001
G
113262011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11327
11328 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11329 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11330 Upgrades via gnutls-cli are too slow to be done opportunistically.
11331
2d6af8dd
JB
113322011-04-12 Juanma Barranquero <lekktu@gmail.com>
11333
11334 * dframe.el (dframe-current-frame): Remove spurious quote.
11335
c0749a51
GM
113362011-04-12 Glenn Morris <rgm@gnu.org>
11337
088d0d61
GM
11338 * calendar/cal-tex.el (cal-tex-end-document):
11339 Try to automatically use latin1 input if needed.
11340
c0749a51
GM
11341 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11342 Don't try to cons a mark onto an empty element.
11343
5c90fde0
LL
113442011-04-11 Leo Liu <sdl.web@gmail.com>
11345
11346 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11347 buffers.
11348 (ido-kill-buffer-at-head): Support killing virtual buffers.
11349
369e974d
CY
113502011-04-10 Chong Yidong <cyd@stupidchicken.com>
11351
11352 * minibuffer.el (completion-show-inline-help): New var.
11353 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11354 (minibuffer-force-complete, minibuffer-complete-word):
11355 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11356
11357 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11358 to avoid interference from inline help (Bug#5849).
11359
37f1c930
LL
113602011-04-10 Leo Liu <sdl.web@gmail.com>
11361
099c39a4
JB
11362 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11363 Fix typo.
37f1c930 11364
a32d4040
CY
113652011-04-09 Chong Yidong <cyd@stupidchicken.com>
11366
11367 * image-mode.el (image-toggle-display-image): Signal an error if
11368 not in Image mode.
11369 (image-transform-mode, image-transform-resize)
11370 (image-transform-set-rotation): Doc fix.
daca8ba5 11371 (image-transform-set-resize): Delete.
a32d4040
CY
11372 (image-transform-set-scale, image-transform-fit-to-height)
11373 (image-transform-fit-to-width): Handle image-toggle-display-image
11374 and image-transform-resize directly.
11375
099c39a4 113762011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11377
11378 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11379 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11380 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11381 (doc-view-mode-map): Add bindings for the new functions.
11382
099c39a4 113832011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11384
4d61f28d 11385 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11386 Fix typo in docstring.
11387
3726838a
EZ
113882011-04-08 Eli Zaretskii <eliz@gnu.org>
11389
04f33f1e
EZ
11390 * files.el (file-size-human-readable): Produce one digit after
11391 decimal, like "ls -lh" does.
11392
11393 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11394 the file size representation.
11395
3726838a
EZ
11396 * simple.el (list-processes): If async subprocesses are not
11397 available, error out with a clear error message.
11398
cbb59342
CY
113992011-04-08 Chong Yidong <cyd@stupidchicken.com>
11400
11401 * help.el (help-form-show): New function, to be called from C.
11402 Put help-form output in a buffer named differently than *Help*.
11403
e3971c44
EZ
114042011-04-08 Eli Zaretskii <eliz@gnu.org>
11405
11406 * files.el (file-size-human-readable): New function.
11407
11408 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11409 computing the representation inline. Don't require `cl'.
11410
12544bbe
GM
114112011-04-08 Glenn Morris <rgm@gnu.org>
11412
a1de6c6a
GM
11413 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11414
3c4671f4
GM
11415 * net/browse-url.el (browse-url-firefox):
11416 Test system-type, not system-configuration.
11417
b605679c
GM
11418 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11419 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11420 Use log-edit-empty-buffer-p. (Bug#7598)
11421
56442f0c
GM
11422 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11423 (rlogin-mode-map): Initialize in the defvar.
11424 (rlogin): Use ignore-errors.
11425
12544bbe
GM
11426 * replace.el (occur-mode-map): Some fixes for menu items.
11427
eb237b0f
AH
114282011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11429
11430 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11431
7d668f2c
CY
114322011-04-06 Chong Yidong <cyd@stupidchicken.com>
11433
e67a13ab
CY
11434 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11435 issuing unused warnings.
11436
11437 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11438 macro directly.
11439
7d668f2c
CY
11440 * simple.el: Lisp reimplement of list-processes. Based on an
11441 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11442 (process-menu-mode): New major mode.
11443 (list-processes--refresh, list-processes):
11444 (process-menu-visit-buffer): New functions.
11445
11446 * files.el (save-buffers-kill-emacs): Don't assume any return
11447 value of list-processes, which is undocumented anyway.
11448
a83ec3c9
CY
114492011-04-06 Chong Yidong <cyd@stupidchicken.com>
11450
11451 * emacs-lisp/tabulated-list.el: New file.
11452
e91a96fe
CY
11453 * emacs-lisp/package.el: Use Tabulated List mode.
11454 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11455 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11456 table format using Tabulated List mode variables.
11457 (package--push): New macro, replacing package-list-maybe-add.
11458 (package-menu--generate): Use package--push. Renamed from
11459 package--generate-package-list.
11460 (package-menu-refresh, list-packages): Use it.
daca8ba5 11461 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11462 Return insertion data instead of inserting it directly.
099c39a4
JB
11463 (package-menu-describe-package, package-menu-execute):
11464 Use tabulated-list-get-id.
e91a96fe
CY
11465 (package-menu-mark-delete, package-menu-mark-install)
11466 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11467 (package-menu-mark-obsolete-for-deletion):
11468 Use tabulated-list-put-tag.
e91a96fe
CY
11469 (package--list-packages, package-menu-revert)
11470 (package-menu-get-package, package-menu-get-version)
11471 (package-menu-sort-by-column): Functions deleted.
11472 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11473 (package-menu--status-predicate, package-menu--version-predicate)
11474 (package-menu--name-predicate)
11475 (package-menu--description-predicate): Handle arguments in the
11476 Tabulated List format.
11477 (package-list-packages-no-fetch): Call list-packages.
11478
3e214b50
JB
114792011-04-06 Juanma Barranquero <lekktu@gmail.com>
11480
11481 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11482 (after-find-file): Don't bind it.
3e214b50
JB
11483 (revert-buffer-in-progress-p): New variable.
11484 (revert-buffer): Bind it.
11485 Pass nil for `after-find-file-from-revert-buffer'.
11486
11487 * saveplace.el (save-place-find-file-hook): Use new variable
11488 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11489
3f0f1700
GM
114902011-04-06 Glenn Morris <rgm@gnu.org>
11491
c0274801
GM
11492 * Makefile.in (AUTOGEN_VCS): New variable.
11493 (autoloads): Use $AUTOGEN_VCS.
11494
3f0f1700
GM
11495 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11496 * calendar/calendar.el (calendar-mode-map):
11497 Check for toolkit scroll bars. (Bug#8305)
11498
41ea9e48
CY
114992011-04-05 Chong Yidong <cyd@stupidchicken.com>
11500
11501 * minibuffer.el (completion-in-region--postch)
11502 (completion-in-region-mode): Remove unnecessary messages.
11503
6194c800
JB
115042011-04-05 Juanma Barranquero <lekktu@gmail.com>
11505
33256f14
JB
11506 * font-lock.el (font-lock-refresh-defaults):
11507 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11508 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11509
6194c800
JB
11510 * info.el (Info-directory-list, Info-read-node-name-2)
11511 (Info-split-parameter-string): Doc fixes.
11512 (Info-virtual-nodes): Reflow docstring.
11513 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11514 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11515 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11516 Fix typos in docstrings.
11517 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11518 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11519 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11520 (Info-restore-desktop-buffer): Mark unused parameters.
11521 (Info-directory-find-file, Info-directory-find-node)
11522 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11523 (Info-virtual-index-find-node, Info-apropos-find-file)
11524 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11525 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11526 (Info-virtual-index): Remove unused local variable `nodename'.
11527
b87a8200 115282011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11529
b87a8200
DD
11530 * net/rcirc.el: Update my e-mail address.
11531 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11532
3b2ff876
CY
115332011-04-05 Chong Yidong <cyd@stupidchicken.com>
11534
11535 * startup.el (command-line): Save the cursor's theme-face
11536 directly, instead of using face-override-spec.
11537
11538 * custom.el (load-theme): Minor optimization in assigning faces.
11539
8d17e7ca
JB
115402011-04-04 Juanma Barranquero <lekktu@gmail.com>
11541
11542 * help-fns.el (describe-variable): Complete all variables having
11543 documentation, including keywords.
11544 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11545
2fbc1934
JB
115462011-04-04 Juanma Barranquero <lekktu@gmail.com>
11547
11548 Convert to lexical-binding.
11549
11550 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11551 (bs--get-marked-string, bs--get-modified-string)
11552 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11553 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11554 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11555
11556 * ehelp.el (electric-help-execute-extended)
11557 (electric-help-ctrl-x-prefix):
11558 * hexl.el (hexl-revert-buffer-function):
11559 * linum.el (linum-after-change, linum-after-scroll):
11560 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11561
11562 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11563
74f50695
DU
115642011-04-04 Daiki Ueno <ueno@unixuser.org>
11565
11566 * epa-dired.el:
11567 * epa-mail.el:
11568 * epa-hook.el:
11569 * epa-file.el:
11570 * epa.el:
11571 * epg.el: Use lexical binding.
11572
c11325f7
CY
115732011-04-03 Chong Yidong <cyd@stupidchicken.com>
11574
0d9e9a12
CY
11575 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11576
c11325f7 11577 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11578 dictionary case for flyspell-mark-duplications-exceptions.
11579 Use regexp matching for languages.
c11325f7
CY
11580 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11581 default dictionary (Bug#7926).
11582
da91b5f2
CY
115832011-04-02 Chong Yidong <cyd@stupidchicken.com>
11584
099c39a4
JB
11585 * emacs-lisp/package.el (package--with-work-buffer):
11586 Recognize https URLs.
da91b5f2 11587
099c39a4
JB
11588 * net/network-stream.el: Move from gnus/proto-stream.el.
11589 Change prefix to network-stream throughout.
da91b5f2
CY
11590 (open-protocol-stream): Merge into open-network-stream, leaving
11591 open-protocol-stream as an alias. Handle nil BUFFER args.
11592
11593 * subr.el (open-network-stream): Move to net/network-stream.el.
11594
afa8e9f6
GM
115952011-04-02 Glenn Morris <rgm@gnu.org>
11596
1d2e369d
GM
11597 * find-dired.el (find-exec-terminator): New option.
11598 (find-ls-option): Test for -ls support.
11599 (find-ls-subdir-switches): Test for -b in find-ls-option.
11600 (find-dired, find-grep-dired): Doc fixes.
11601 (find-dired): Use find-exec-terminator.
11602
8abb7da8 11603 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11604 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11605 (find-name-arg): Remove purecopy.
8abb7da8 11606
f3ca7378
GM
11607 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11608 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11609 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11610 accordingly. Don't add the null-device if not needed.
11611
afa8e9f6
GM
11612 * files.el (save-some-buffers): Doc fix.
11613
35eae264
EZ
116142011-04-02 Eli Zaretskii <eliz@gnu.org>
11615
11616 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11617
26b51db5
JB
116182011-04-01 Juanma Barranquero <lekktu@gmail.com>
11619
11620 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11621 Use `dolist' rather than `mapcar'.
11622
7200d79c
SM
116232011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11624
03408648 11625 Add lexical binding.
7200d79c 11626
03408648
SM
11627 * subr.el (apply-partially): Use new closures rather than CL.
11628 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11629 (dolist, dotimes): Use slightly different expansion for lexical code.
11630 (functionp): Move to C.
11631 (letrec): New macro.
11632 (with-wrapper-hook): Use it and apply-partially instead of CL.
11633 (eval-after-load): Preserve lexical-binding.
11634 (save-window-excursion, with-output-to-temp-buffer): Turn them
11635 into macros.
7200d79c 11636
03408648
SM
11637 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11638
11639 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11640 than the arglist.
11641 (help-add-fundoc-usage): Don't add `Not documented'.
11642 (help-function-arglist): Handle closures, subroutines, and new
11643 byte-code-functions.
11644 (help-make-usage): Remove leading underscores.
11645 (describe-function-1): Handle closures.
11646 (describe-variable): Use special-variable-p for completion.
11647
11648 * files.el (lexical-binding): Declare safe.
f488fb65 11649
03408648
SM
11650 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11651 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11652 (pcase): Add `let' pattern.
11653 Change memoization so it actually works.
11654 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11655 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11656 <let>: New case.
f488fb65 11657
03408648
SM
11658 * emacs-lisp/macroexp.el: Use lexical binding.
11659 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11660 Don't convert ' to #' without checking that it's indeed quoting
11661 a lambda.
11662
11663 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11664 Use eval-sexp-add-defvars.
03408648
SM
11665 (eval-sexp-add-defvars): New fun.
11666
11667 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11668
11669 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11670 Don't autoload.
11671 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11672 than the internal `byte-compile-lambda'.
11673 (defmethod): Don't hide code under quotes.
11674 (eieio-defmethod): New `code' argument.
11675
11676 * emacs-lisp/eieio-comp.el: Remove.
11677
11678 * emacs-lisp/edebug.el (edebug-eval-defun)
11679 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11680 (edebug-toggle): Avoid `eval'.
11681
11682 * emacs-lisp/disass.el (disassemble-internal): Handle new
11683 `closure' objects.
11684 (disassemble-1): Handle new byte codes.
11685
11686 * emacs-lisp/cl.el (pushnew): Silence warning.
11687
11688 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11689 (cl-byte-compile-throw): Remove.
11690 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11691
11692 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11693 closures.
11694
11695 * emacs-lisp/cconv.el: New file.
11696
11697 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11698 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11699 (byte-compile-initial-macro-environment):
11700 Handle declare-function here.
11701 (byte-compile--lexical-environment): New var.
11702 (byte-stack-ref, byte-stack-set, byte-discardN)
11703 (byte-discardN-preserve-tos): New lap codes.
11704 (byte-interactive-p): Don't use any more.
11705 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11706 New macros.
11707 (byte-compile-lapcode): Use them and handle new lap codes.
11708 (byte-compile-obsolete): Remove.
11709 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11710 (byte-compile-arglist-warn): Check late def of inlinable funs.
11711 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11712 since they should have been expanded by now.
11713 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11714 (byte-compile-from-buffer): Remove unused second arg.
11715 (byte-compile-preprocess): New function.
11716 (byte-compile-toplevel-file-form): New function to distinguish
11717 file-form calls from outside from file-form calls from hunk-handlers.
11718 (byte-compile-file-form): Simplify.
11719 (byte-compile-file-form-defsubst): Remove.
11720 (byte-compile-file-form-defmumble): Simplify now that
11721 byte-compile-lambda always returns a byte-code-function.
11722 (byte-compile): Preprocess.
11723 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11724 Remove, not used any more.
11725 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11726 (byte-compile-make-args-desc): New funs.
11727 (byte-compile-lambda): Handle lexical functions. Always return
11728 a byte-code-function.
11729 (byte-compile-reserved-constants): New var, to make up room for
11730 closed-over variables.
11731 (byte-compile-constants-vector): Obey it.
11732 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11733 (byte-compile-macroexpand-declare-function): New function.
11734 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11735 byte-code-functions.
11736 (byte-compile-form): Check obsolescence here.
11737 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11738 (byte-compile-variable-ref): Remove.
11739 (byte-compile-dynamic-variable-op): New fun.
11740 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11741 (byte-compile-variable-set): New funs.
11742 (byte-compile-discard): Add 2 args.
11743 (byte-compile-stack-ref, byte-compile-stack-set)
11744 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11745 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11746 macroexpand-all instead.
11747 (byte-compile-quote-form): Remove.
11748 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11749 (byte-compile-bind, byte-compile-unbind): New funs.
11750 (byte-compile-let): Handle let* and lexical binding.
11751 (byte-compile-let*): Remove.
11752 (byte-compile-catch, byte-compile-unwind-protect)
11753 (byte-compile-track-mouse, byte-compile-condition-case):
11754 Handle a new :fun-body form, used for lexical scoping.
11755 (byte-compile-save-window-excursion)
11756 (byte-compile-with-output-to-temp-buffer): Remove.
11757 (byte-compile-defun): Simplify.
11758 (byte-compile-stack-adjustment): New fun.
11759 (byte-compile-out): Use it.
11760 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11761
11762 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11763 handler any more.
11764
11765 * emacs-lisp/byte-opt.el: Use lexical binding.
11766 (byte-inline-lapcode): Remove (to bytecomp).
11767 (byte-compile-inline-expand): Pay attention to inlining to/from
11768 lexically bound code.
11769 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11770 any more.
11771 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11772 any more and don't call compiler-macros.
11773 (byte-compile-splice-in-already-compiled-code): Remove.
11774 (byte-code): Don't inline any more.
11775 (disassemble-offset): Receive `bytes' as argument rather than via
11776 dynamic scoping.
11777 (byte-compile-tag-number): Declare before first use.
11778 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11779 `return' even if make-spliceable.
11780 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11781 obsolete interactive-p.
11782 (byte-optimize-lapcode): Optimize new lap-codes.
11783 Don't trip up on new form of `byte-constant' lap code.
11784
11785 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11786
11787 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11788
11789 * custom.el (custom-initialize-default, custom-declare-variable):
11790 Use `defvar'.
11791
11792 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11793 New variables.
11794 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11795 (COMPILE_FIRST): Add macroexp and cconv.
11796 * makefile.w32-in: Mirror changes in Makefile.in.
11797
11798 * vc/cvs-status.el:
11799 * vc/diff-mode.el:
11800 * vc/log-edit.el:
11801 * vc/log-view.el:
11802 * vc/smerge-mode.el:
11803 * textmodes/bibtex-style.el:
11804 * textmodes/css.el:
11805 * startup.el:
11806 * uniquify.el:
da91b5f2
CY
11807 * minibuffer.el:
11808 * newcomment.el:
11809 * reveal.el:
11810 * server.el:
11811 * mpc.el:
11812 * emacs-lisp/smie.el:
11813 * doc-view.el:
11814 * dired.el:
03408648
SM
11815 * abbrev.el: Use lexical binding.
11816
0f0c1f27
EZ
118172011-04-01 Eli Zaretskii <eliz@gnu.org>
11818
11819 * info.el (info-display-manual): New function.
11820
c82b2579
SM
118212011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11824
221ddf68
TH
118252011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11826
11827 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11828 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11829
cba6e77e
GM
118302011-03-31 Glenn Morris <rgm@gnu.org>
11831
e040639f
GM
11832 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11833
cba6e77e
GM
11834 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11835
6d0f1c9e
CS
118362011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11837
11838 * progmodes/python.el (python-default-interpreter)
11839 (python-python-command-args, python-jython-command-args)
11840 (python-which-shell, python-which-args, python-which-bufname)
11841 (python-file-queue, python-comint-output-filter-function)
11842 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11843 variables and functions.
11844
3e2d70fd
SM
118452011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11846
11847 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11848 (completion-in-region-mode): New minor mode.
11849 (completion-in-region): Use it.
11850 (completion-in-region--data, completion-in-region-mode-map): New vars.
11851 (completion-in-region--postch): New function.
11852 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11853 New vars.
11854 (completion--capf-wrapper): New function.
11855 (completion-at-point): Use it to track well-behavedness of
11856 hook functions.
11857 (completion-help-at-point): New command.
11858
f3e4086c
JM
118592011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11860
11861 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11862 syntax class to search for whitespace on a single line
11863 (Message-ID: <4D938140.4030905@redhat.com>).
11864
eb7ffc14
LL
118652011-03-30 Leo Liu <sdl.web@gmail.com>
11866
11867 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11868 New commands.
11869 (edit-abbrevs-map): Bind them here.
11870 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11871
d806ab68
KM
118722011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11873
11874 * allout.el (allout-hide-by-annotation, allout-flag-region):
11875 Reduce possibility of overlay leakage by making them volatile.
11876
11877 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11878 hash is not shared between buffers. Mode initialization is
11879 responsible for giving it a useful starting value.
11880 (allout-item-span): Reduce possibility of overlay leakage by
11881 making them volatile.
11882 (allout-widgets-count-buttons-in-region): Add diagnostic function
11883 for tracking down button overlay leaks.
11884
ea622834
LL
118852011-03-29 Leo Liu <sdl.web@gmail.com>
11886
11887 * ido.el (ido-read-internal): Use the default history var
11888 minibuffer-history if no HISTORY is specified.
11889
b62f8267
G
118902011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11891
03408648
SM
11892 * net/imap.el (imap-shell-open, imap-process-connection-type):
11893 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11894 Kerberos, SSL, other subprocesses.
11895
947b6566
LL
118962011-03-28 Leo Liu <sdl.web@gmail.com>
11897
11898 * abbrev.el (abbrev-table-empty-p): New function.
11899 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11900 nonempty ones. (Bug#5937)
11901
5ffb62aa
JD
119022011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11903
11904 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11905
7a097943
LL
119062011-03-27 Leo Liu <sdl.web@gmail.com>
11907
11908 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11909 for foreground and background colors.
11910 (ansi-color-make-color-map): Adapt.
11911
c5b40130
LL
119122011-03-25 Leo Liu <sdl.web@gmail.com>
11913
1f48f7d2
LL
11914 * midnight.el (midnight-time-float): Remove. Note it calculates
11915 the microsecond component incorrectly and seconds-to-time does the
11916 same job.
625897ec 11917 Remove redundant (require 'timer).
1f48f7d2 11918
c5b40130
LL
11919 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11920 (ido-completions): Remove unused arguments. (Bug#8329)
11921
d86d2721
SM
119222011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * minibuffer.el (completion--flush-all-sorted-completions):
11925 Remove itself from hook.
11926 (completion-at-point): Let the functions perform the completion
11927 immediately and return nil or t.
11928 * comint.el (comint-dynamic-complete-functions): Now identical to
11929 completion-at-point-functions.
11930 (comint-dynamic-list-input-ring): Remove unused var `index'.
11931 (comint--match-partial-filename, comint--unquote&expand-filename):
11932 New funs, split from comint-match-partial-filename.
11933 (comint-dynamic-complete): Use completion-at-point.
11934 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11935
e8974c48
DA
119362011-03-24 Drew Adams <drew.adams@oracle.com>
11937
11938 * thingatpt.el: Support `defun'.
11939
def71b5e
LL
119402011-03-23 Leo Liu <sdl.web@gmail.com>
11941
cb5af48e
LL
11942 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11943
def71b5e
LL
11944 * help-mode.el (help-mode-finish): Tweak regexp.
11945
927c53e7
GM
119462011-03-23 Glenn Morris <rgm@gnu.org>
11947
18d05bed
GM
11948 * eshell/esh-opt.el (eshell-eval-using-options):
11949 Do not bind unused local variable `eshell-option-stub'.
11950
927c53e7
GM
11951 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11952
9d0da923
JB
119532011-03-22 Juanma Barranquero <lekktu@gmail.com>
11954
11955 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11956 keymap variable in `with-no-warnings' to avoid a warning when the
11957 keymap has been already `defconst'ed.
11958
4b978a67
LL
119592011-03-22 Leo Liu <sdl.web@gmail.com>
11960
11961 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11962 encode all chars in abbrevs; otherwise use emacs-mule or
11963 utf-8-emacs. (Bug#8308)
11964
5fd62452
JB
119652011-03-22 Juanma Barranquero <lekktu@gmail.com>
11966
0b1596c6
JB
11967 * simple.el (backward-delete-char-untabify):
11968 Avoid warning about using `delete-backward-char'.
11969
5fd62452
JB
11970 * image.el (image-type-file-name-regexps): Make it variable.
11971 `imagemagick-register-types' modifies it, and the user may want
11972 to add new extensions for known image types.
11973 (imagemagick-register-types): Throw error if not using ImageMagick.
11974
0b4e93f1
LL
119752011-03-22 Leo Liu <sdl.web@gmail.com>
11976
11977 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11978 located before rcirc-prompt-end-marker.
11979 (rcirc-complete): Error if point is not after rcirc prompt.
11980 Handle the case when table is nil.
9882e214 11981 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11982
fccee4ab
CY
119832011-03-22 Chong Yidong <cyd@stupidchicken.com>
11984
11985 * custom.el (custom--inhibit-theme-enable): Make it affect only
11986 custom-theme-set-variables and custom-theme-set-faces.
11987 (provide-theme): Ignore custom--inhibit-theme-enable.
11988 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11989 (custom-enabling-themes): Delete variable.
d86d2721
SM
11990 (enable-theme): Accept only loaded themes as arguments.
11991 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11992 (custom-enabled-themes): Forbid themes from setting this.
11993 Eliminate use of custom-enabling-themes.
11994 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11995
af896da6
LL
119962011-03-21 Leo Liu <sdl.web@gmail.com>
11997
11998 * ido.el (ido-read-internal): Add ido-selected to history instead
11999 of user input.
12000
78f64af0
SM
120012011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * subr.el (deferred-action-list, deferred-action-function):
12004 Mark obsolete.
12005
b16ac1ec
LL
120062011-03-21 Leo Liu <sdl.web@gmail.com>
12007
810f7698
LL
12008 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12009 change on 2011-02-13 (bug#8309).
12010
b16ac1ec
LL
12011 * minibuffer.el (read-file-name-function): Change default value.
12012 (read-file-name--defaults): Rename from read-file-name-defaults.
12013 (read-file-name-default): Rename from read-file-name.
12014 (read-file-name): Call read-file-name-function.
12015
4e05e67e
GM
120162011-03-21 Glenn Morris <rgm@gnu.org>
12017
12018 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12019 Doc fixes.
12020
4359915b
CY
120212011-03-21 Chong Yidong <cyd@stupidchicken.com>
12022
12023 * cus-theme.el: Add missing provide statement.
12024 (customize-create-theme): Extract theme value correctly.
12025 (custom-theme-visit-theme): Autoload.
12026 (customize-create-theme): Prompt before inserting default faces.
12027
1fe275ee
JB
120282011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12029
12030 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12031 units and musical notes.
12032
cd394be1 120332011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12034
12035 * ido.el (ido-read-internal): Use completing-read-default.
12036 (ido-completing-read): Fix compatibility with completing-read.
12037
7d476bde
CO
120382011-03-20 Christian Ohler <ohler@gnu.org>
12039
12040 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12041 (ert-delete-all-tests): Use `called-interactively-p' rather than
12042 `interactive-p'.
12043 (ert--make-xrefs-region): Respect END.
12044
fe0fb33e
CY
120452011-03-19 Chong Yidong <cyd@stupidchicken.com>
12046
ff854b0b
CY
12047 * dired-aux.el (dired-create-directory): Signal an error if the
12048 directory already exists (Bug#8246).
12049
fe0fb33e
CY
12050 * facemenu.el (list-colors-display): Call list-faces-display
12051 inside with-help-window.
12052 (list-colors-print): Use display property to align the final
12053 column, instead of checking window-width.
12054
576bce32
EZ
120552011-03-19 Eli Zaretskii <eliz@gnu.org>
12056
4d61f28d 12057 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12058 windows-nt systems.
12059 (emerge-protect-metachars): Quote correctly for ms-dos and
12060 windows-nt systems.
12061
89c41d68 120622011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12063
12064 * info.el (info-initialize): Replace all uses of `:' with
12065 path-separator for compatibility with non-Unix systems.
12066 Cache quoting of path-separator. (Bug#8258)
12067
b14e3e21 120682011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12069
12070 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12071 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12072 (mouse-avoidance-mode): Fix typos in docstrings.
12073
4525ce3e
CY
120742011-03-19 Chong Yidong <cyd@stupidchicken.com>
12075
12076 * startup.el (package-subdirectory-regexp): Move from package.el.
12077 Omit \\` and \\', and let callers add them.
12078
12079 * emacs-lisp/package.el (package-strip-version)
12080 (package-load-all-descriptors): Add \\` and \\' to
12081 package-subdirectory-regexp before using it.
12082 (package-untar-buffer): New arg DIR; ensure that file untars only
12083 into this expected directory. Remove superfluous delete-region.
12084 (package-unpack): Caller changed.
12085 (package-tar-file-info): Use package-subdirectory-regexp.
12086
a904a09a 120872011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12088
a904a09a
SM
12089 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12090 diff-mode-shared-map (bug#8284).
12091 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12092
120932011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12094
12095 * calendar/time-date.el (format-seconds): Use assoc instead of
12096 assoc-string, since assoc-string doesn't exist in XEmacs.
12097
171fc304
JB
120982011-03-17 Juanma Barranquero <lekktu@gmail.com>
12099
12100 * custom.el (custom-known-themes): Reflow docstring.
12101 (custom-theme-load-path): Fix typo in docstring.
12102 (load-theme): Fix typo in error message.
12103 (custom-available-themes, custom-variable-theme-value):
12104 Use `let', not `let*'.
12105
d71990a1
JB
121062011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12107
12108 * calc/README: Mention inclusion of musical notes.
12109
12110 * calc/calc-units.el (calc-lu-quant): Rename from
12111 `calc-logunits-quantity'.
12112 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12113 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12114 (calc-db): Rename from `calc-dblevel'.
12115 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12116 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12117 (calc-np): Rename from `calc-nplevel'.
12118 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12119 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12120 (calc-lu-plus): Rename from `calc-logunits-add'.
12121 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12122 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12123 (calc-lu-minus): Rename from `calc-logunits-sub'.
12124 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12125 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12126 (calc-lu-times): Rename from `calc-logunits-mul'.
12127 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12128 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12129 (calc-lu-divide): Rename from `calc-logunits-div'.
12130 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12131 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12132
12133 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12134 functions being autoloaded.
12135
12136 * calc/calc.el (calc-lu-power-reference): Rename from
12137 `calc-logunits-power-reference'.
12138 (calc-lu-field-reference): Rename from
12139 `calc-logunits-field-reference'.
12140
7a71b18d
GM
12141 * calc/calc-help.el (calc-l-prefix-help):
12142 Mention musical note functions.
d71990a1 12143
40c2934b
SM
121442011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * minibuffer.el (completion-all-sorted-completions):
12147 Use :completion-cycle-penalty text property if present.
12148
b0911414
KM
121492011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12150
12151 * allout.el (allout-yank-processing): Adjust for new rebulleting
12152 regime so bullet being yanked is used without prompting the user
12153 for a choice.
12154
8a05b668
JB
121552011-03-16 Juanma Barranquero <lekktu@gmail.com>
12156
12157 * startup.el (command-line): Warn the user that _emacs is deprecated.
12158
5ba5fb81
JB
121592011-03-16 Juanma Barranquero <lekktu@gmail.com>
12160
12161 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12162 (delphi-verbose, delphi-comment-face, delphi-string-face)
12163 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12164 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12165 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12166 (delphi-new-comment-line, delphi-font-lock-defaults)
12167 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12168 Fix typos in docstrings.
12169
2dab465b
KM
121702011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12171
5ba5fb81 12172 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12173 Invert the roles of character and string values for INSTEAD, so a
12174 string is used for the more common case of a defaulting prompt.
12175
0adf5618
SM
121762011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * progmodes/ruby-mode.el (ruby-backward-sexp):
12179 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12180 * play/gamegrid.el (gamegrid-make-face):
12181 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12182 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12183 * notifications.el (notifications-notify):
12184 * net/xesam.el (xesam-search-engines):
12185 * net/quickurl.el (quickurl-list-insert):
12186 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12187
d72700e5
CY
121882011-03-15 Chong Yidong <cyd@stupidchicken.com>
12189
12190 * startup.el (command-line): Update package subdirectory regexp.
12191
49c5410a
SM
121922011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12193
c6eee9aa
SM
12194 * allout.el (allout-abbreviate-flattened-numbering)
12195 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12196
49c5410a
SM
12197 * subr.el (read-char-choice): Only show the cursor after the prompt,
12198 not after the answer.
12199
047b2bb9
KR
122002011-03-15 Kevin Ryde <user42@zip.com.au>
12201
12202 * help-fns.el (variable-at-point): Skip leading quotes, if any
12203 (bug#8253).
12204
0a57d256
SM
122052011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12208 warning message.
12209
77c992bc
MA
122102011-03-14 Michael Albinus <michael.albinus@gmx.de>
12211
12212 * shell.el (shell): When called interactively, offer to change the
12213 shell file name on remote hosts.
12214
eebc475d
TZ
122152011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12216
12217 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12218 integration for LDAP parameters. The host, base, user or binddn,
12219 and secret tokens can be specified in a netrc file, for instance.
12220 This is optional because an `auth-source' parameter must be
12221 specified in the search attributes.
12222
9d05d1ba
JB
122232011-03-13 Juanma Barranquero <lekktu@gmail.com>
12224
12225 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12226
09d9db2c
GM
122272011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12230 into declaration. Remove redundant and harmful binding.
12231
122322011-03-12 Eli Zaretskii <eliz@gnu.org>
12233
12234 * files.el (file-ownership-preserved-p): Pass `integer' as an
12235 explicit 2nd argument to `file-attributes'. If the file's owner
12236 is the Administrators group on Windows, and the current user is
12237 Administrator, consider that a match.
12238
12239 * server.el (server-ensure-safe-dir): Consider server directory
12240 safe on MS-Windows if its owner is the Administrators group while
12241 the current Emacs user is Administrator. Use `=' to compare
12242 numerical UIDs, since they could be integers or floats.
12243
219bd536
JB
122442011-03-12 Juanma Barranquero <lekktu@gmail.com>
12245
12246 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12247
f3afd36b
MA
122482011-03-12 Michael Albinus <michael.albinus@gmx.de>
12249
12250 Sync with Tramp 2.2.1.
12251
12252 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12253
12254 * net/trampver.el: Update release number.
12255
3aaaa6f1
SM
122562011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12257
94642599
SM
12258 * progmodes/compile.el (compilation--previous-directory): Fix up
12259 various nil/dead-marker mismatches (bug#8014).
12260 (compilation-directory-properties, compilation-error-properties):
12261 Don't call it at a position past the one we're about to change.
12262
3aaaa6f1
SM
12263 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12264 Disable obsolescence warnings in the file that declares it.
12265
14239447
KM
122662011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12267
099c39a4
JB
12268 * allout-widgets.el (allout-widgets-tally):
12269 Initialize allout-widgets-tally as a hash table rather than nil to
12270 prevent mode-line redisplay warnings. Also, clarify the module
12271 description and fix a comment typo.
14239447 12272
135e287c
JB
122732011-03-11 Juanma Barranquero <lekktu@gmail.com>
12274
12275 * help-fns.el (describe-variable): Don't complete keywords.
12276 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12277
ffbf300e
CY
122782011-03-10 Chong Yidong <cyd@stupidchicken.com>
12279
ba08b241
CY
12280 * emacs-lisp/package.el (package-version-join): Impose a standard
12281 string representation for pre/alpha/beta version lists.
12282 (package-unpack-single): Standardize the directory name by passing
12283 it through package-version-join.
12284 (package-strip-rcs-id): Accept any version string that does not
12285 signal an error in version-to-list.
ffbf300e 12286
f346fd6b
MA
122872011-03-10 Michael Albinus <michael.albinus@gmx.de>
12288
12289 * simple.el (delete-trailing-whitespace): Return nil for the
12290 benefit of `write-file-functions'.
12291
ccb55d27
GM
122922011-03-10 Glenn Morris <rgm@gnu.org>
12293
5ceaac0c
GM
12294 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12295
02da65ff
GM
12296 * vc/vc-git.el (vc-git-program): New option.
12297 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12298 (vc-git--call): Use it.
12299
b2f603cc
GM
12300 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12301
5772caab
GM
12302 * cus-edit.el (Custom-newline): If no button at point, look
12303 for a subgroup button at start-of-line. (Bug#2298)
12304
ccb55d27
GM
12305 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12306
ec6ecaed
JD
123072011-03-10 Julien Danjou <julien@danjou.info>
12308
12309 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12310 `cursor-type' is nil.
12311
9d5aa01d
JB
123122011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12313
12314 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12315
b6a5875b
KM
123162011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12317
7a71b18d 12318 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12319 preserves the existing header prefix, rebulleting it if necessary,
12320 rather than replacing it. This is necessary for proper operation
12321 of cooperative addons like allout-widgets.
1154d12e
JB
12322 (allout-make-topic-prefix, allout-rebullet-heading):
12323 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12324 value as alternate bullet to be used, instead of prompting the user
12325 for a bullet character.
b6a5875b 12326
ee545c35
MA
123272011-03-09 Michael Albinus <michael.albinus@gmx.de>
12328
d86d2721
SM
12329 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12330 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12331 `tramp-default-port'.
12332
c47971d7
DD
123332011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12334
12335 * net/rcirc.el (rcirc-handler-001): Remove useless
12336 with-rcirc-process-buffer.
12337 (rcirc-check-auth-status): Swap arguments to string-match.
12338
13522cb4
GM
123392011-03-09 Glenn Morris <rgm@gnu.org>
12340
0be6f4f1
GM
12341 * shell.el (shell-mode):
12342 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12343
13522cb4
GM
12344 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12345 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12346
515de2e3
CY
123472011-03-08 Chong Yidong <cyd@stupidchicken.com>
12348
12349 * emacs-lisp/package.el (package-refresh-contents)
12350 (package-menu-execute): Use condition-case-no-debug.
12351
b511b994
MA
123522011-03-08 Michael Albinus <michael.albinus@gmx.de>
12353
12354 * simple.el (shell-command-to-string): Use `process-file'.
12355
12356 * emacs-lisp/package.el (package-tar-file-info): Handle also
12357 remote files.
12358
d86d2721
SM
12359 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12360 Use `equal' for upload base check.
b511b994 12361
25bbfb31
AM
123622011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12363
12364 * textmodes/texinfo.el (texinfo-environments):
12365 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12366
be996521
GM
123672011-03-08 Glenn Morris <rgm@gnu.org>
12368
e9c8529f
GM
12369 * cus-start.el (cursor-in-non-selected-windows):
12370 Fix :set quoting oddness. (Bug#8192)
12371
be996521
GM
12372 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12373 in some setf expressions. (Bug#2159)
12374
2bb5649e
CY
123752011-03-08 Chong Yidong <cyd@stupidchicken.com>
12376
12377 * custom.el (custom-available-themes): Return themes in
12378 alphabetical order.
12379
33383987 12380See ChangeLog.15 for earlier changes.
e3d51b27
MR
12381
12382;; Local Variables:
12383;; coding: utf-8
e3d51b27
MR
12384;; End:
12385
acaf905b 12386 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12387
12388 This file is part of GNU Emacs.
12389
12390 GNU Emacs is free software: you can redistribute it and/or modify
12391 it under the terms of the GNU General Public License as published by
12392 the Free Software Foundation, either version 3 of the License, or
12393 (at your option) any later version.
12394
12395 GNU Emacs is distributed in the hope that it will be useful,
12396 but WITHOUT ANY WARRANTY; without even the implied warranty of
12397 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12398 GNU General Public License for more details.
12399
12400 You should have received a copy of the GNU General Public License
12401 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.