* lisp/dired-aux.el (dired-mark-read-string): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
12e10e61
GM
12012-04-17 Glenn Morris <rgm@gnu.org>
2
3 * dired-aux.el (dired-mark-read-string): Doc fix.
4
30009afd
DA
52012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
6
7 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9
41f03f4d
GM
102012-04-17 Glenn Morris <rgm@gnu.org>
11
12 * mouse.el (mouse-drag-track):
13 * speedbar.el (speedbar-frame-mode):
14 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15
f45f90f3
LL
162012-04-16 Leo Liu <sdl.web@gmail.com>
17
18 * progmodes/python.el: Trivial cleanup.
19
94ee8db5
GM
202012-04-16 Glenn Morris <rgm@gnu.org>
21
121b8917
GM
22 * vc/vc.el (vc-string-prefix-p):
23 * vc/pcvs-util.el (cvs-string-prefix-p):
24 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
25 * mpc.el (mpc-string-prefix-p):
26 Make all of these into obsolete aliases for string-prefix-p.
27 Update callers.
28 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
29
1197ecfa
GM
30 * textmodes/two-column.el: Move custom options to the start.
31 (frame-width): Remove compat definition.
32 (2C-associate-buffer, 2C-dissociate):
33 Use with-current-buffer rather than save-excursion.
34 (2C-dissociate): Force a mode-line update.
35 (2C-autoscroll): Use ignore-errors.
36
099e7202
GM
37 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
38 Autoload trivia.
39
bf350d6a
GM
40 * emacs-lisp/cl-extra.el (*random-state*):
41 Remove unnecessary declaration.
42
0e829eab
GM
43 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
44
e3ad7552
GM
45 * play/cookie1.el (cookie-snarf):
46 Give an explicit error if input file cannot be read.
47
68892d27
GM
48 * play/yow.el (yow-file): Use expand-file-name rather than concat.
49
20f0c46d
GM
50 * progmodes/perl-mode.el (c-macro-expand):
51 Remove unnecessary autoload (it is in loaddefs.el).
52
5a0978ce
GM
53 * textmodes/picture.el (picture-desired-column)
54 (picture-update-desired-column): Convert comments to doc-strings.
55 (picture-substitute): Remove function.
56 (picture-mode-map): Initialize in the defvar.
57
6b955486
GM
58 * woman.el: Remove eval-after-load for tar-mode.
59 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
60 (woman-tar-extract-file): Autoload it.
61
94ee8db5
GM
62 * frame.el (automatic-hscrolling): Make this alias obsolete.
63
177eca34
AM
642012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
65
66 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 67 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
68 (ispell-dictionary-base-alist): Revert to original XEmacs
69 friendly version for default. [:alpha:] will be added in
70 `ispell-set-spellchecker-params' if needed
177eca34 71
c505aaeb
CY
722012-04-16 Chong Yidong <cyd@gnu.org>
73
74 * image.el (imagemagick--extension-regexp): New variable.
75 (imagemagick-register-types): Use it.
76 (imagemagick-types-inhibit): Add :set function. Allow new value
77 of t to inhibit all types.
78
79 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
80 so we can preload it.
81
82 * loadup.el (fboundp): Preload regexp-opt, needed by
83 imagemagick-register-types.
84
60efac0f
CY
852012-04-15 Chong Yidong <cyd@gnu.org>
86
87 * frame.el (scrolling): Remove nearly unused customization group.
88
89 * scroll-all.el (scroll-all-mode): Move to windows group.
90
5dd1713e
CY
912012-04-15 Chong Yidong <cyd@gnu.org>
92
93 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
94
e6fd457e
CY
952012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 Avoid the use of ((lambda ...) ...) in lexical-binding code.
98 * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
99
e153c136
GM
1002012-04-15 Glenn Morris <rgm@gnu.org>
101
102 * simple.el (process-file-side-effects): Doc fix.
103
e6fd457e 1042012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
105
106 * international/mule-cmds.el (set-language-environment): Doc fix.
107
3603c3b1
JB
1082012-04-14 Juanma Barranquero <lekktu@gmail.com>
109
110 * server.el (server-auth-key, server-generate-key): Doc fixes.
111 (server-get-auth-key): Doc fix. Use `string-match-p'.
112 (server-start): Reflow docstring.
113
e6de100c
LI
1142012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
115
116 * server.el (server-generate-key): `called-interactively-p'
117 requires a parameter.
118
29734c21
MN
1192012-04-14 Michal Nazarewicz <mina86@mina86.com>
120
121 * server.el (server-auth-key): New variable.
75f1671a 122 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
123 (server-start): Use the new variable and functions to allow
124 setting a permanent server key (bug#9423).
125
d65c9521
LL
1262012-04-14 Leo Liu <sdl.web@gmail.com>
127
128 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
129
5ae255c7
PE
1302012-04-14 Paul Eggert <eggert@cs.ucla.edu>
131
132 Spelling fixes.
133 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
134 Emacs uses American spelling.
135
d5e6342e
JB
1362012-04-14 Juanma Barranquero <lekktu@gmail.com>
137
138 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
139 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
140 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
141 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
142
ab036cd7
SM
1432012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * progmodes/which-func.el (which-func-modes): Change default.
146
35dc09a1 1472012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
148
149 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
150 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
151
35dc09a1 1522012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
153
154 * custom.el (custom-theme-set-variables): Doc fix.
155
35dc09a1 1562012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
157
158 * international/mule.el (set-auto-coding-for-load): Doc fix.
159
35dc09a1 1602012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 161
35dc09a1
GM
162 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
163 imenu work again for Objective C Mode. Correct the *-index values,
164 these having been disturbed by a previous change in 2011-08.
57f845ee 165
0de3da9f
AM
166 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
167 Correct two search limits.
168
35dc09a1 1692012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
170
171 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
172
35dc09a1 1732012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
174
175 * international/characters.el: Fix sorting.
176
35dc09a1 1772012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
178
179 * international/characters.el: Add more missing Latin case pairs.
180
35dc09a1 1812012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
182
183 * files.el (dir-locals-set-class-variables): Doc fix.
184
35dc09a1 1852012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 186
3f1b5bf8
EZ
187 * international/characters.el: Add set-case-syntax-pair call for
188 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
189 counterpart. (Bug#11209)
190
9f847f41
EZ
191 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
192
35dc09a1 1932012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
194
195 * calendar/holidays.el (calendar-check-holidays): Doc fix.
196
35dc09a1 1972012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 198
35dc09a1
GM
199 * textmodes/ispell.el (ispell-dictionary-base-alist):
200 Add data for Hebrew.
e2627d21 201
35dc09a1 2022012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 203
35dc09a1
GM
204 * net/rcirc.el (rcirc-cmd-quit):
205 Revert 2012-03-18 change (Bug#11192).
5c14e333 206
35dc09a1 2072012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
208
209 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
210
35dc09a1 2112012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 212
4517fe3a
SM
213 * minibuffer.el (completion-in-region-mode-map):
214 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 215
b472a594
VD
2162012-04-13 Vivek Dasmohapatra <vivek@etla.org>
217
218 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
219
09b95ce3
MY
2202012-04-13 Masatake YAMATO <yamato@redhat.com>
221
222 * minibuffer.el (minibuffer-local-filename-syntax): New variable
223 to allow `C-M-f' and `C-M-b' to move to the nearest path
224 separator (bug#9511).
225
4b63a9ca
LI
2262012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
227
228 * avoid.el: Require cl when compiling. And also move the
229 `provide' to the end.
230
7b55b8bf
TV
2312012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
232
233 * avoid.el (mouse-avoidance-banish-position): New variable.
234 (mouse-avoidance-banish-destination): Use it (bug#10165).
235
adedaa1f
LL
2362012-04-13 Leo Liu <sdl.web@gmail.com>
237
238 * progmodes/which-func.el (which-func-modes): Add objc-mode.
239
70e74021
KB
2402012-04-13 Ken Brown <kbrown@cornell.edu>
241
242 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 243 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
244 (browse-url-filename-alist): For the same reason, don't modify
245 file:// URLs on Cygwin.
246
e75e89ba
SM
2472012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
250 the region on shift if the binding is already shifted (bug#11221).
251
82f289a4
GM
2522012-04-12 Glenn Morris <rgm@gnu.org>
253
254 * mail/mailpost.el: Move to obsolete/.
255
d333dc4c
DA
2562012-04-12 Drew Adams <drew.adams@oracle.com>
257
258 * imenu.el (imenu--generic-function): Ignore invisible definitions
259 (bug#10123).
260
0d15b5ba
VD
2612012-04-12 Vivek Dasmohapatra <vivek@etla.org>
262
263 * hexl.el (hexl-bits): New variable.
264 (hexl-options): Mention the variable in the doc string.
75f1671a 265 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 266 (hexl-mode): Mention the new variable.
75f1671a
JB
267 (hexl-mode, hexl-current-address, hexl-current-address):
268 Use the displen.
0d15b5ba
VD
269 (hexl-ascii-start-column): New function.
270 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
271 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
272
64a440db
AM
2732012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
274
275 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
276 '("-i" ENCODING), in 2 separate command-line arguments, to specify
277 the encoding, as expected by hunspell.
278
6decb6c2
SM
2792012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * battery.el (battery--linux-sysfs-regexp): New const.
282 (battery-status-function): Use it. Remove yeeloong special case.
283 (battery-yeeloong-sysfs): Remove.
284 (battery-echo-area-format): Remove yeeloong special case.
285
088be6fb
SM
2862012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
287
6622e416
SM
288 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
289 Reported by Noah Friedman.
290
088be6fb
SM
291 * subr.el (read-passwd): Use read-string.
292
b49f886e
LMI
2932012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
294
295 * vcursor.el (vcursor-move): Increase the priority of the overlay
296 (bug#9663).
297
a63067fc
DD
2982012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
299
300 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
301 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
302
ac3cf14a
WS
3032012-04-11 William Stevenson <yhvh2000@gmail.com>
304
305 * textmodes/artist.el (artist-mode): Convert artist-mode to use
306 define-minor-mode (bug#10760).
307
c4fc691b 3082012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c
WJ
309
310 * lisp/progmodes/grep.el (rgrep): Tweak the find command line so
311 that directories matching `grep-find-ignored-files' won't be
312 pruned (bug#10351).
313
af23e2e5
CY
3142012-04-11 Chong Yidong <cyd@gnu.org>
315
316 * startup.el (command-line): Remove support for long-obsolete
317 variable font-lock-face-attributes.
318
ab7ce8c1
GM
3192012-04-11 Glenn Morris <rgm@gnu.org>
320
321 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
322
de8c03dc
SM
3232012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * window.el (window--state-get-1): Obey window-point-insertion-type.
326
050cc68b
LB
3272012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
328
329 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
330 to previous function when point is on the first character of a
75f1671a 331 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 332
a38c310c
GM
3332012-04-11 Glenn Morris <rgm@gnu.org>
334
effed0c2
GM
335 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
336 not just file-errors.
337
a38c310c
GM
338 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
339 (vc-bzr-sha1): Use internal sha1.
340
0221e323
SM
3412012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
344
43956923
SG
3452012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
346
347 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
348 that start in the middle of the line (bug#10496).
349
6a8c9eaf
DN
3502012-04-10 Dan Nicolaescu <dann@gnu.org>
351
352 * battery.el (battery-linux-proc-acpi): Only one battery is
353 discharged at a time, but that seems to confuse battery.el when
354 computing `rate-type' for the battery not being discharged
355 (bug#10332).
356
1930bf5d
SM
3572012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
358
2a718f6f
SM
359 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
360
599430d0
SM
361 * international/quail.el: Use dolist and simplify.
362 (quail-define-package, quail-update-keyboard-layout)
363 (quail-define-rules): Use dolist.
364 (quail-insert-kbd-layout, quail-get-translation): CSE.
365
a2754b6c
SM
366 * tmm.el: Use dolist, remove left over hook.
367 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
368 Use dolist.
369 (calendar-load-hook): Don't mess with it.
370
1930bf5d
SM
371 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
372 Use derived-mode-p. Run the diff asynchronously.
373
9f67961c
LMI
3742012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
375
376 * obsolete/mouse-sel.el: Add an Obsolete-since header.
377
2a8ce227
JB
3782012-04-10 Juanma Barranquero <lekktu@gmail.com>
379
380 * misc.el: Display absolute path of loaded DLLs (bug#10424).
381 (list-dynamic-libraries--loaded): New function.
382 (list-dynamic-libraries--refresh): Use it.
383
8f33b5f8
NW
3842012-04-10 Nathan Weizenbaum <nweiz@google.com>
385
1930bf5d
SM
386 * progmodes/python.el (python-fill-paragraph):
387 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
388 disabled (bug#7018).
389
b12f0439
L
3902012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
391
1930bf5d 392 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
393 DOS/MS Windows for the Baltic languages. There are still plenty
394 of texts written in this encoding/codepage (bug#6519).
b12f0439 395
57c3bd01
GM
3962012-04-10 Glenn Morris <rgm@gnu.org>
397
398 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
399 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
400
6c3eab30
FA
4012012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
402
1930bf5d 403 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
404 next-line "n" and previous-line "p" in order to make recentf more
405 consistent with ibuffer, dired or org-mode (bug#9387).
406
24d78a88
LMI
4072012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
408
bc72b5d9
LMI
409 * image.el (put-image): Return the overlay created instead of the
410 optional input string (bug#7834). Note that this may break code
411 that is (for some reason or other) depending on `put-image'
412 returning the string.
413
bd2dba5a
LMI
414 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
415
74beb59f
LMI
416 * simple.el (zap-to-char): Allow zapping using input methods
417 (bug#1580).
418
24d78a88
LMI
419 * textmodes/fill.el (fill-region): Leave point and mark where they
420 were before filling (bug#5399).
421
263f20cd
GM
4222012-04-09 Glenn Morris <rgm@gnu.org>
423
424 * version.el (emacs-bzr-get-version):
425 Handle lightweight checkouts of local branches.
426
58d1f797
AS
4272012-04-09 Andreas Schwab <schwab@linux-m68k.org>
428
263f20cd 429 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 430
b4d3bc10
CY
4312012-04-09 Chong Yidong <cyd@gnu.org>
432
433 * custom.el (custom-variable-p): Return nil for non-symbol
434 arguments instead of signaling an error.
435 (user-variable-p): Obsolete alias for custom-variable-p.
436
437 * apropos.el (apropos-variable):
438 * files-x.el (read-file-local-variable):
439 * simple.el (set-variable):
440 * woman.el (woman-mini-help):
441 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
442
fd06db5d
GM
4432012-04-09 Glenn Morris <rgm@gnu.org>
444
e5fcdb5e
GM
445 * startup.el (normal-top-level): Don't look for leim-list.el
446 in places where it will not be found. (Bug#910)
447
fd06db5d
GM
448 * international/mule-cmds.el (set-default-coding-systems):
449 * files.el (normal-mode):
450 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
451 This function was removed with ucs-tables.el in 2008.
452
b39bb7e1
EZ
4532012-04-08 Eli Zaretskii <eliz@gnu.org>
454
455 * textmodes/ispell.el (ispell-check-version): For hunspell, set
456 ispell-encoding8-command to "-i", without a trailing space.
457 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
458 separate command-line arguments, to specify the encoding, since
459 that's how hunspell expects it.
460
5c5b8e23
GM
4612012-04-08 Glenn Morris <rgm@gnu.org>
462
463 * loadup.el: Load bindings before cus-start.
464 This reduces somewhat the number of "rogue" settings in emacs -Q.
465
a1ed8b05
GM
4662012-04-07 Glenn Morris <rgm@gnu.org>
467
468 * version.el (emacs-bzr-get-version): New function.
dfae128a 469 (emacs-bzr-version): New variable.
a1ed8b05
GM
470 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
471 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
472
b142f158
EZ
4732012-04-07 Eli Zaretskii <eliz@gnu.org>
474
dfae128a
GM
475 * international/uni-bidi.el, international/uni-category.el:
476 * international/uni-combining.el, international/uni-decimal.el:
477 * international/uni-decomposition.el, international/uni-digit.el:
478 * international/uni-lowercase.el, international/uni-mirrored.el:
479 * international/uni-name.el, international/uni-numeric.el:
480 * international/uni-titlecase.el, international/uni-uppercase.el:
481 Update for Unicode 6.1.
b142f158 482
9078ead6
EZ
4832012-04-07 Eli Zaretskii <eliz@gnu.org>
484
485 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
486
f23d2c7d
LMI
4872012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
488
489 * window.el (shrink-window): Mention the `window-min-height'
490 variable in the doc string.
491
0a0a3573
BG
4922012-04-05 Bastien Guerry <bzg@altern.org>
493
494 * color.el (color-lighten-name): Fix typo.
495
e5248ac9
SM
4962012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * server.el (server--on-display-p): New function.
499 (server--on-display-p): Use it.
500
b4243e22
GV
5012012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
502
503 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
504 (bug#11145).
505
305d9f44
SM
5062012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * comint.el (comint--common-quoted-suffix): Check string boundary
509 before comparing (bug#11158).
510 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
511
3d439cd1
CY
5122012-04-04 Chong Yidong <cyd@gnu.org>
513
321cc491
CY
514 * minibuffer.el (completion-extra-properties): Doc fix.
515
3d439cd1
CY
516 * subr.el (delayed-warnings-hook): Doc fix.
517
2d562c0f
DU
5182012-04-04 Daiki Ueno <ueno@unixuser.org>
519
520 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
521 selection (Bug#11159).
522 (epa-insert-keys): Inform that the default public key will be
523 exported if no key is selected.
524
4443f204
RS
5252012-04-04 Richard Stallman <rms@gnu.org>
526
527 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
528
529c06b6
CY
5292012-04-03 Chong Yidong <cyd@gnu.org>
530
531 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
532 mail-insert-file, not its obsolete alias mail-attach-file.
533
66b907dc
MA
5342012-04-03 Michael Albinus <michael.albinus@gmx.de>
535
536 * notifications.el (notifications-notify): Fix docstring.
537
c0ea195d
GM
5382012-04-02 Glenn Morris <rgm@gnu.org>
539
540 * emacs-lisp/authors.el (authors-aliases): Another addition.
541
5ca64e00
MA
5422012-04-02 Michael Albinus <michael.albinus@gmx.de>
543
544 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
545 `tramp-compat-call-process' instead of `tramp-local-call-process'.
546 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
547
42ee526b
CY
5482012-04-01 Chong Yidong <cyd@gnu.org>
549
550 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
551 Handle root directory properly.
552 (copy-directory): Caller changed.
553
554 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
555 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
556
0b021094
GM
5572012-03-31 Glenn Morris <rgm@gnu.org>
558
40f86458
GM
559 * term/xterm.el (xterm-extra-capabilities): Doc fix.
560
7019c177
GM
561 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
562
a1daddd6
GM
563 * calendar/calendar.el (calendar-window-list)
564 (calendar-hide-window): Restore. (Bug#11140)
565 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
566
0b021094
GM
567 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
568
40311efc
TV
5692012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
570
571 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
572 Check if file is a symlink (Bug#10489).
573
574 * files.el (copy-directory): Likewise.
575
5319014e
CY
5762012-03-30 Chong Yidong <cyd@gnu.org>
577
578 * image.el (imagemagick-types-inhibit)
579 (imagemagick-register-types): Doc fix.
580
935d1290
AM
5812012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
582
583 * ispell.el (ispell-get-extended-character-mode): Disable
75f1671a
JB
584 extended-char-mode for hunspell. hunspell does not support it
585 and treats ~word as ordinary words in pipe mode.
935d1290 586
61c6e8fd
GM
5872012-03-30 Glenn Morris <rgm@gnu.org>
588
589 * tutorial.el (help-with-tutorial): Ensure local variables don't
590 happen to make the buffer read-only. (Bug#11127)
591
81fdff00
SM
5922012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
595 (perl-calculate-indent): Return `noindent' in strings.
596
6e7a6ec0
SS
5972012-03-28 Sam Steingold <sds@gnu.org>
598
599 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
600 instead of the broken adhockery which does not prevent calendar
601 buffers from being displayed at random after exit.
602 (calendar-window-list, calendar-hide-window): Remove the broken
603 adhockery.
604
fee88ca0
GM
6052012-03-28 Glenn Morris <rgm@gnu.org>
606
607 * replace.el (query-replace-map): Doc fix.
608
38de3354
AS
6092012-03-28 Andreas Schwab <schwab@linux-m68k.org>
610
611 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
612 contents. (Bug#11109)
613
b973155e
SM
6142012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
617 (bug#11077).
618 (avl-tree--check, avl-tree--check-node): New funs.
619
dcb6e7b3
MR
6202012-03-27 Martin Rudalics <rudalics@gmx.at>
621
622 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
623 (switch-to-prev-buffer, switch-to-next-buffer):
624 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
625 showing a buffer already is done on the same frame.
626
b4fa35fa
GM
6272012-03-27 Glenn Morris <rgm@gnu.org>
628
629 * startup.el (mail-host-address): Doc fix.
630
f9210e18
SM
6312012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
634 than 197 variables.
635
c0bf7753
AF
6362012-03-26 Ami Fischman <ami@fischman.org>
637
638 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
639
33da7b16
GM
6402012-03-26 Glenn Morris <rgm@gnu.org>
641
02243d9d
GM
642 * files.el (save-buffers-kill-emacs): Doc fix.
643
33da7b16
GM
644 * startup.el (normal-top-level, command-line, command-line-1):
645 Give them doc strings.
646
e5a69fd0
EZ
6472012-03-25 Eli Zaretskii <eliz@gnu.org>
648
649 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 650 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 651
9a69676a
CY
6522012-03-25 Chong Yidong <cyd@gnu.org>
653
4125cb8b
CY
654 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
655 theme if it was previously enabled before (Bug#11031).
656
dd470960
CY
657 * cus-theme.el (custom-theme-write-faces): Retrieve current face
658 spec with custom-face-get-current-spec if its :shown-value is not
659 determined yet (Bug#9337).
4125cb8b 660 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 661
9a69676a
CY
662 * button.el (button-at): Minor addition to docstring.
663
6e7e90fa
SL
6642012-03-24 Simon Leinen <simon.leinen@gmail.com>
665
666 * vc/vc.el (vc-merge): Fix a prompt.
667
f06e2758
CY
6682012-03-24 Chong Yidong <cyd@gnu.org>
669
670 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
671 point (Bug#9623).
672
6e7e90fa
SL
673 * button.el (button-at): Minor addition to docstring.
674
b9d0879b
SM
6752012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * newcomment.el (comment-choose-indent): No space after BOL.
678
e71cebb3
SS
6792012-03-22 Sam Steingold <sds@gnu.org>
680
681 * window.el (switch-to-prev-buffer): Revert last patch because the
682 bug turned out to be an advertised feature (Elisp manual 28.14).
683
335aff35
GM
6842012-03-22 Glenn Morris <rgm@gnu.org>
685
686 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
687 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
688
c676576a
LMI
6892012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
690
691 * net/network-stream.el (network-stream-open-starttls): Make error
692 message under Windows be less misleading.
693
126f3d39
LW
6942012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
695
696 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
697 understands (bug#9942).
698
64fee311
CY
6992012-03-22 Chong Yidong <cyd@gnu.org>
700
701 * simple.el (end-of-visible-line): Handle return value of
702 next-single-property-change properly (Bug#9371).
703
a640d29a
KH
7042012-03-22 Kenichi Handa <handa@m17n.org>
705
706 * international/quail.el (quail-insert-kbd-layout): Fix previous
707 change. To avoid unwanted bidi reordering, use
708 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
709
39675016
DG
7102012-03-21 Dmitry Gutov <dgutov@yandex.ru>
711
712 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
713 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
714 (ruby-beginning-of-indent): Be more careful with the difference
715 between word-boundary and symbol boundary.
716 (ruby-mode-syntax-table): Make : a symbol constituent.
717
0a6934fc 7182012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 719
3d008e4f
SM
720 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
721
0a6934fc
SM
7222012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
723
af67c9d7
SM
724 * progmodes/etags.el (tags-completion-at-point-function):
725 Improve last fix.
726
1acad97c
SM
727 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
728
e298b5da
SS
7292012-03-21 Sam Steingold <sds@gnu.org>
730
731 * progmodes/etags.el (tags-completion-at-point-function):
732 Avoid the error when point is inside the pattern.
733
91d82a70
JY
7342012-03-21 John Yates <john@yates-sheets.org> (tiny change)
735
736 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
737 line (Bug#10855).
738
69188b79
CY
7392012-03-21 Drew Adams <drew.adams@oracle.com>
740
741 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
742
99fc91fe
AK
7432012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
744
745 * ido.el (ido-set-current-directory, ido-read-internal)
746 (ido-choose-completion-string, ido-completion-help): Handle nil
747 value of ido-completion-buffer (Bug#11008).
748
087bbb4c
SS
7492012-03-21 Sam Steingold <sds@gnu.org>
750
751 * window.el (switch-to-prev-buffer): Do not switch to a visible
752 window previous buffer, just like with the frame previous buffers.
753
fb5b8aca
CY
7542012-03-21 Chong Yidong <cyd@gnu.org>
755
756 * faces.el (make-face, make-empty-face, copy-face):
757 * face-remap.el (face-remap-add-relative, face-remap-set-base):
758 Doc fixes.
759
dc9924b8
SM
7602012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * wid-edit.el (widget-complete-field): Remove (bug#11051).
763 (widget-complete): Remove broken use of it.
764
f0bcceb9
CY
7652012-03-20 Chong Yidong <cyd@gnu.org>
766
dc9924b8
SM
767 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
768 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
769 characters.
770
ee52ebf3
TH
7712012-03-20 Tassilo Horn <tassilo@member.fsf.org>
772
773 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
774 to draw rectangles, not squares. (Regression introduced by revno
775 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
776
4c5779ab
CY
7772012-03-18 Chong Yidong <cyd@gnu.org>
778
779 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
780 it is not yet defined (for temacs).
781
15360934
LL
7822012-03-18 Leo Liu <sdl.web@gmail.com>
783
dc9924b8 784 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 785
d9a8eb66
EZ
7862012-03-17 Eli Zaretskii <eliz@gnu.org>
787
788 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
789 (ispell-choices-win-default-height, ispell-silently-savep)
790 (ispell-dictionary-alist, ispell-encoding8-command)
791 (ispell-check-version, ispell-aspell-find-dictionary)
792 (ispell-valid-dictionary-list, ispell-words-keyword)
793 (ispell-get-word, ispell-internal-change-dictionary)
794 (ispell-region, ispell-skip-region-list)
795 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
796 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
797 (ispell-message-text-end, ispell-message)
798 (ispell-buffer-local-parsing): Doc fix.
799
f02ff80d
J
8002012-03-13 Jambunathan K <kjambunathan@gmail.com>
801
802 * htmlfontify.el: Add support for code block fontification for ODT
803 export (Bug #9914).
804 (hfy-optimisations): Define new option
805 `body-text-only'
806 (hfy-fontify-buffer): Honor above setting.
807 (hfy-begin-span, hfy-end-span): New routines factored out form
808 `hfy-fontify-buffer'.
809 (hfy-begin-span-handler, hfy-end-span-handler): New variables
810 that permit insertion of custom tags.
811 (hfy-fontify-buffer): Use above handlers.
812 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
813 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 814 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 815 over multiple runs. This is made possible by having the caller let
f02ff80d
J
816 bind a special variable `hfy-user-sheet-assoc'.
817 (htmlfontify-string): New defun.
818 (hfy-compile-face-map): Make sure that the last char in the
819 buffer is correctly fontified.
820 (hfy-face-resolve-face): Whitespace only change.
821
9ac7a13f
EZ
8222012-03-17 Eli Zaretskii <eliz@gnu.org>
823
824 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
825 message more clear.
826
e2b5bdd7
LL
8272012-03-16 Leo Liu <sdl.web@gmail.com>
828
829 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
830
2e492df3
AM
8312012-03-16 Alan Mackenzie <acm@muc.de>
832
833 Further optimise the handling of large macros.
834
835 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
836 limit to a call of `c-literal-limits'.
837 (c-determine-+ve-limit): New function.
dc9924b8
SM
838 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
839 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
840 In CASE 5B, restrict a search limit to 500.
841 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
842
843 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
844 Restrict macro bounds to +-500 from after-change's BEG END.
845
50e94f0c
LL
8462012-03-16 Leo Liu <sdl.web@gmail.com>
847
848 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
849
6f09f6ed
AH
8502012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
851
852 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 853 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 854
c7e73d51
GM
8552012-03-16 Glenn Morris <rgm@gnu.org>
856
da986230
GM
857 * view.el (view-buffer, view-buffer-other-window)
858 (view-buffer-other-frame): Doc fixes re special mode-class.
859
0835f01e
GM
860 * subr.el (eval-after-load): If named feature is provided not from
861 a file, run after-load forms. (Bug#10946)
862
c7e73d51
GM
863 * calendar/calendar.el (calendar-insert-at-column):
864 Handle non-unit-width characters a bit better. (Bug#10978)
865
3f2eafd1
CY
8662012-03-15 Chong Yidong <cyd@gnu.org>
867
868 * emacs-lisp/ring.el (ring-extend): New function.
869 (ring-insert+extend): Extend the ring correctly (Bug#11019).
870
871 * comint.el (comint-read-input-ring)
872 (comint-add-to-input-history): Grow comint-input-ring lazily.
873
103af3fe
SM
8742012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
875
663b1677
SM
876 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
877 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
878
103af3fe
SM
879 * imenu.el: Fix multiple inheritance breakage (bug#9199).
880 (imenu-add-to-menubar): Don't add a redundant index.
881 (imenu-update-menubar): Handle a dynamically composed keymap.
882
899cb7cb
KY
8832012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
884
885 * mail/sendmail.el (mail-encode-header):
886 Bind rfc2047-encode-encoded-words to nil.
887
3809f91d
GM
8882012-03-13 Glenn Morris <rgm@gnu.org>
889
890 * calendar/calendar.el (calendar-string-spread):
891 Handle non-unit-width characters a bit better. (Bug#10978)
892
9e345a01
LL
8932012-03-13 Leo Liu <sdl.web@gmail.com>
894
895 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
896 directory and file as argument (Bug#10822).
897
4a07df36
KS
8982012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
899
900 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
901 For dynamically generated code, follow $PC.
902 (gdb-disassembly-handler-custom): Handle no function name case.
903
4aaa9356
TL
9042012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
905
906 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
907 * emulation/ws-mode.el (ws-query-replace):
908 * sort.el (sort-regexp-fields):
909 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
910
225979da
SM
9112012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * dabbrev.el: Fix cycle completion order (bug#10963).
914 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
915 (dabbrev-completion): Don't use an obarray; provide
916 a cycle-sort-function.
917
e2f1fdab
LL
9182012-03-12 Leo Liu <sdl.web@gmail.com>
919
dc9924b8 920 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
921 (kill-do-not-save-duplicates): Doc fix.
922
b19490ed
SM
9232012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * dabbrev.el: Fix cycle completion (bug#10963).
926 Use lexical binding and wrap to 80 columns.
927 (dabbrev-completion): Delay computing the list of completions.
928
4b05d722
KH
9292012-03-12 Kenichi Handa <handa@m17n.org>
930
931 * international/quail.el (quail-insert-kbd-layout): Surround each
932 row by LRO and PDF instead of inserting many LRMs. Pad the left
933 and right of each non-spacing marks. Insert invisible space
934 between lower and upper characters to prevent composition.
935
dbbc2e69
SM
9362012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * minibuffer.el (minibuffer-complete): Don't get confused when the
939 function is run twice via different commands (bug#10958).
940 (complete-with-action): Fix docstring.
941
292112ed
CY
9422012-03-12 Chong Yidong <cyd@gnu.org>
943
5d1ac394
CY
944 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
945 (nxml-completion-at-point-function): New function.
946 (nxml-mode): Use it.
947 (nxml-bind-meta-tab-to-complete-flag): Default to t.
948
292112ed
CY
949 * emacs-lisp/package.el (package-unpack, package-unpack-single):
950 Load generated autoloads file before byte compiling (Bug#10970).
951 (package--make-autoloads-and-compile): New helper fun.
952
4098f8f7
CS
9532012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
954
955 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
956
8f754691
MA
9572012-03-11 Michael Albinus <michael.albinus@gmx.de>
958
959 * autorevert.el (auto-revert-handler): Ensure, that
960 file-readable-p is applied only for local files or in
961 auto-revert-tail-mode.
962
e29ab36b
AS
9632012-03-11 Andreas Schwab <schwab@linux-m68k.org>
964
dbbc2e69
SM
965 * server.el (server-eval-at): Handle non-tcp connections.
966 Decode result string.
ad0bf5b6 967
e29ab36b
AS
968 * server.el (server-msg-size): New constant.
969 (server-reply-print): New function.
970 (server-eval-and-print): Use it.
971 (server-eval-at): Use server-quote-arg and server-unquote-arg.
972 Handle -print-nonl.
973
de5939ba
CS
9742012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
975
976 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
977 (Bug#10987).
978
0c93eabf
CY
9792012-03-11 Chong Yidong <cyd@gnu.org>
980
397a688f
CY
981 * simple.el (goto-line): Doc fix (Bug#9938).
982
2cc775f9
CY
983 * subr.el (save-window-excursion): Doc fix (Bug#9979).
984
0c93eabf
CY
985 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
986 when finished (Bug#10963).
987
c491fa41
MR
9882012-03-11 Martin Rudalics <rudalics@gmx.at>
989
990 * window.el (split-window-below): Fix bug in case where
991 split-window-keep-point is nil (Bug#10971).
992
300e8fa5
JL
9932012-03-11 Juri Linkov <juri@jurta.org>
994
995 * replace.el (replace-highlight): Set isearch-word to nil
996 unconditionally. (Bug#10887)
997
dbf6c5a1
EZ
9982012-03-10 Eli Zaretskii <eliz@gnu.org>
999
1000 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1001 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1002 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1003 (mairix-widget-create-query): Add usage information about mairix
1004 search forms: negating words, searching for substrings, etc.
1005
b9e501de
JP
10062012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1007
1008 * international/fontset.el (font-encoding-alist): Add an entry for
1009 ksx1001 (Bug#5667).
1010
92795c91
RS
10112012-03-10 Richard Stallman <rms@gnu.org>
1012
1694e6c1
RS
1013 * mail/sendmail.el (mail-encode-header):
1014 Set rfc2047-encode-encoded-words.
1015
607e8555
RS
1016 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1017
de3bc99a
RS
1018 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1019 view buffer means not swapped.
1020 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1021 (rmail-write-region-annotate): Error if real text has disappeared.
1022
92795c91
RS
1023 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1024
699bd04e
CY
10252012-03-10 Chong Yidong <cyd@gnu.org>
1026
1027 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1028 * emulation/cua-base.el (cua--init-keymaps):
1029 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1030
570a1714
MR
10312012-03-10 Martin Rudalics <rudalics@gmx.at>
1032
dbbc2e69
SM
1033 * speedbar.el (speedbar-unhighlight-one-tag-line):
1034 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1035
82dcf4e4
CY
10362012-03-10 Chong Yidong <cyd@gnu.org>
1037
7a2c7ca7
CY
1038 * minibuffer.el (completion-in-region, completion-help-at-point):
1039 Give the completion field overlay a high priority (Bug#6830).
1040
82dcf4e4
CY
1041 * dired.el (dired-goto-file): Recognize absolute file name
1042 listings (Bug#7126).
1043 (dired-goto-file-1): New helper function.
1044 (dired-toggle-read-only): Inhibit warnings.
1045
052e28ac
MA
10462012-03-09 Michael Albinus <michael.albinus@gmx.de>
1047
75f1671a 1048 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1049 there are no properties.
1050
95d5e396
LL
10512012-03-09 Leo Liu <sdl.web@gmail.com>
1052
1053 * savehist.el (savehist-printable): Stricter check for string
1054 value (Bug#10937).
1055
3f018d6d
EZ
10562012-03-09 Eli Zaretskii <eliz@gnu.org>
1057
dbbc2e69
SM
1058 * mail/smtpmail.el (smtpmail-send-it):
1059 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1060 valid mbox format.
1061
f7fd3d79
GM
10622012-03-09 Glenn Morris <rgm@gnu.org>
1063
1064 * files.el (dir-locals-find-file):
1065 Don't check result is regular, readable.
1066 (dir-locals-read-from-file): Demote errors.
1067
6ff6e72f
EZ
10682012-03-08 Eli Zaretskii <eliz@gnu.org>
1069
dbbc2e69
SM
1070 * international/quail.el (quail-insert-kbd-layout):
1071 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1072 layout cell, to prevent their reordering by bidi display engine.
1073 For details, see the discussion in
1074 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1075
9cec7834
AM
10762012-03-08 Alan Mackenzie <acm@muc.de>
1077
1078 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1079 the starting position; make it extend the marked region when
1080 invoked repeatedly - all under appropriate circumstances.
1081 Fixes bugs #5525, #10906.
1082
9a40b8d4
GM
10832012-03-08 Glenn Morris <rgm@gnu.org>
1084
1085 * files.el (locate-dominating-file, dir-locals-find-file):
1086 Undo 2012-03-06 change.
1087
7a08ed35
EZ
10882012-03-07 Eli Zaretskii <eliz@gnu.org>
1089
dbbc2e69
SM
1090 * international/quail.el (quail-help):
1091 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1092 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1093 for the reason.
1094
5aca4f71 10952012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1096
1097 Avoid superfluous registering of signals. (Bug#10807)
1098
1099 * notifications.el (notifications-on-action-object)
1100 (notifications-on-close-object): New defvars.
1101 (notifications-on-action-signal, notifications-on-closed-signal):
1102 Unregister the signal if not needed any longer.
1103 (notifications-notify): Register `notifications-action-signal' or
1104 `notifications-closed-signal', if :on-action or :on-close has been
1105 passed as argument.
1106
78e8b10a
CY
11072012-03-07 Chong Yidong <cyd@gnu.org>
1108
1109 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1110 non-X platforms.
1111
69481eb8
GM
11122012-03-06 Glenn Morris <rgm@gnu.org>
1113
1114 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1115 (x-disown-selection-internal, x-get-selection-internal):
1116 Doc fix (add arglist signatures). (Bug#10783)
1117
133b8e11
KS
11182012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1119
1120 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1121 Handle breakpoints with no "type".
1122
99a83064
GM
11232012-03-06 Glenn Morris <rgm@gnu.org>
1124
1125 * files.el (locate-dominating-file): Add optional predicate argument.
1126 (dir-locals-find-file): Make use of above change.
1127
17798e78
TTN
11282012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1129
1130 * info.el (Info-insert-dir): Also try "dir.gz".
1131
eb182446
GM
11322012-03-06 Glenn Morris <rgm@gnu.org>
1133
8f2114ee
GM
1134 * files.el (dir-locals-find-file):
1135 Ignore non-readable or non-regular files. (Bug#10928)
1136
eb182446
GM
1137 * files.el (locate-dominating-file): Doc fix.
1138
24679323
AS
11392012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1140
1141 * calendar/calendar.el (calendar-set-mode-line):
1142 `getenv' returns a string. (Bug#10951)
1143
01d972a9
LL
11442012-03-05 Leo Liu <sdl.web@gmail.com>
1145
109aa8a9
LL
1146 * simple.el (backward-delete-char-untabify): Constrain point to
1147 field (Bug#10939).
1148
01d972a9
LL
1149 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1150
10607bea
CY
11512012-03-05 Chong Yidong <cyd@gnu.org>
1152
1153 * simple.el (count-words): If called from Lisp, return the word
1154 count, for symmetry with `count-lines'. Arglist changed.
1155 (count-words--message): Args changed. Consolidate counting code
1156 from count-words and count-words-region.
1157 (count-words-region): Caller changed.
1158 (count-lines-region): Make it an obsolete alias.
1159
5dd11cfe
TH
11602012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1161
1162 * saveplace.el (save-place-to-alist)
1163 (save-place-ignore-files-regexp): Allow value nil to disable this
1164 feature.
1165
c349f4e6
CY
11662012-03-04 Chong Yidong <cyd@gnu.org>
1167
1168 * faces.el (face-spec-reset-face): For the default face, reset the
1169 attributes to default values (Bug#10748).
1170
e627be4c
LMI
11712012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1172
1173 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1174 previous patch: Check `message-send-mail-function', and not the
1175 default function (bug#10897).
1176
ebeabff4
MA
11772012-03-04 Michael Albinus <michael.albinus@gmx.de>
1178
a41a6cf4
MA
1179 * notifications.el (notifications-on-action-signal)
1180 (notifications-on-closed-signal): Check for unique service name of
1181 incoming event. Fix error in removing entry.
ebeabff4 1182 (top): Register for signals with wildcard service name.
a41a6cf4 1183 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1184
c1ca42b4
CY
11852012-03-04 Chong Yidong <cyd@gnu.org>
1186
dc9924b8 1187 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1188
ea16568d
GM
11892012-03-04 Glenn Morris <rgm@gnu.org>
1190
1191 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1192 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1193 (expand-abbrev, define-abbrev-table): Doc fixes.
1194
fbae4637
LMI
11952012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1196
1197 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1198 `message-default-send-mail-function' and not `send-mail-function'
1199 when doing the prompting for `sendmail-query-once' before sending
1200 in Message buffers (bug#10897).
1201
a1e7225c
LMI
1202 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1203 This is inconsistent with all the other stream functions, which leave
1204 the setting up to the higher levels (if so wanted) (bug#10931).
1205
56d093a9
AM
12062012-03-02 Alan Mackenzie <acm@muc.de>
1207
1208 Depessimize the handling of very large macros.
1209
1210 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1211 (c-macro-cache-syntactic): New variables to implement a one
1212 element macro cache.
1213 (c-invalidate-macro-cache): New function.
1214 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1215 Adapt to use the new cache.
1216 (c-state-safe-place): Use better the cache of safe positions.
1217 (c-state-semi-nonlit-pos-cache)
1218 (c-state-semi-nonlit-pos-cache-limit):
1219 New variables for...
1220 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1221 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1222 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1223 Use c-state-semi-safe-place.
56d093a9 1224
dbbc2e69
SM
1225 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1226 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1227
817e5c3d
MA
12282012-03-02 Michael Albinus <michael.albinus@gmx.de>
1229
dbbc2e69
SM
1230 * jka-compr.el (jka-compr-call-process):
1231 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1232 not remote.
1233
a032a702
MA
12342012-03-01 Michael Albinus <michael.albinus@gmx.de>
1235
1236 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1237 access of FILE2, if FILE1 does not exist.
1238
99a54f21
MA
1239 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1240 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1241
1242 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1243 Add "PAGER=" to `process-environment'.
1244
f6561e1f
MM
12452012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1246
1247 * progmodes/sql.el: Bug fix
1248 (sql-get-login-ext): Save login values in globals.
1249 (sql-get-login): Use new version of `sql-get-login-ext'.
1250 (sql-interactive-mode): Set global `sql-connection' to nil.
1251 (sql-connect): Set global values for connection.
1252 (sql-product-interactive): Save global values as buffer local.
1253
2d44d9cc
LL
12542012-02-29 Leo Liu <sdl.web@gmail.com>
1255
1256 * abbrev.el (define-abbrevs): Reset sys to nil.
1257
96b49301 12582012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1259
bf7f9bc5
JB
1260 * files.el (file-equal-p): Rename from `files-equal-p'.
1261 Return nil when one or both files don't exist.
96b49301 1262 (file-subdir-of-p): Now only top directory must exists,
1263 return nil if it doesn't.
bf7f9bc5
JB
1264 (copy-directory): No need to test with `file-subdir-of-p' after
1265 creating dir.
1266 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1267 to `file-equal-p'.
96b49301 1268
44e97401
GM
12692012-02-28 Glenn Morris <rgm@gnu.org>
1270
1271 * shell.el (shell-mode):
1272 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1273 * play/landmark.el (landmark-font-lock-face-O):
1274 * play/handwrite.el (handwrite):
1275 * play/gomoku.el (gomoku-O):
1276 * net/browse-url.el (browse-url-browser-display):
1277 * international/mule.el (define-charset):
1278 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1279 * filesets.el (filesets-find-file-delay):
1280 * eshell/em-xtra.el (eshell-xtra):
1281 * eshell/em-unix.el (eshell-grep):
1282 * emulation/viper.el (viper-mode):
1283 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1284 * emacs-lisp/easymenu.el (easy-menu-define):
1285 * calendar/timeclock.el (timeclock-use-display-time):
1286 * bs.el (bs-mode):
1287 * bookmark.el (bookmark-save-flag):
1288 Doc fix (standardize possessive apostrophe usage).
1289
c98c6276
CY
12902012-02-27 Chong Yidong <cyd@gnu.org>
1291
bf7f9bc5
JB
1292 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1293 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1294
c98c6276
CY
1295 * font-lock.el (font-lock-specified-p): Rename from
1296 font-lock-spec-present. Callers changed.
1297
9c62cd04 12982012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1299
bf7f9bc5
JB
1300 * emacs-lisp/package.el (package-compute-transaction):
1301 Handle holding a package version to t in package-load-list.
8ac9e529 1302
530739c9
MA
13032012-02-26 Michael Albinus <michael.albinus@gmx.de>
1304
1305 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1306 (tramp-get-inode, tramp-get-device): Use cached values.
1307
487915d7
AM
13082012-02-26 Alan Mackenzie <acm@muc.de>
1309
1310 Check there is a font-lock specification before doing initial
1311 fontification.
1312
1313 * font-core.el (font-lock-mode): Move the conditional from
1314 :after-hook to font-lock-initial-fontify.
1315 (font-lock-default-function): Move the check for a specification
1316 to font-lock-spec-present.
1317
dc9924b8 1318 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1319 (font-lock-spec-present): New function.
1320
4fd96557
JB
13212012-02-26 Jim Blandy <jimb@red-bean.com>
1322
1323 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1324 (gdb-send): Apply it to the operand of the '-interpreter-exec
1325 console' command, so that we can pass arguments with (say) quotes
1326 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1327
9a4888c0
CY
13282012-02-26 Chong Yidong <cyd@gnu.org>
1329
07498861
CY
1330 * help-fns.el (describe-function-1): Clarify description of
1331 remapping (Bug#10844).
1332
9a4888c0
CY
1333 * files.el (files-equal-p): Doc fix.
1334 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1335 and quit the loop once a mismatch is found.
1336
ea8fb88d
JB
13372012-02-25 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * bs.el (bs--show-with-configuration): Don't throw an error
1340 if the window cannot be split; otherwise, subsequent calls to
1341 bs-show fail, restoring a stale window config. (Bug#10882)
1342
525795c1
JD
13432012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1344
1345 * term/ns-win.el (global-map): Bind ns-drag-file to
1346 ns-find-file (Bug#5855, Bug#10050).
1347
f008086f
AS
13482012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1349
1350 * calendar/parse-time.el (parse-time-string): Allow extractor to
1351 return nil.
1352
a3fcfa99
MA
13532012-02-25 Michael Albinus <michael.albinus@gmx.de>
1354
91027d08
JB
1355 * net/tramp.el (tramp-file-name-for-operation):
1356 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1357
1358 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1359 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1360 Add COPY-CONTENTS argument.
a3fcfa99 1361
67b0de11
CY
13622012-02-25 Chong Yidong <cyd@gnu.org>
1363
1364 Add custom groups for VC backends, for consistency with vc-bzr.
1365
1366 * vc/vc-arch.el (vc-arch):
1367 * vc/vc-cvs.el (vc-cvs):
1368 * vc/vc-git.el (vc-git):
1369 * vc/vc-hg.el (vc-hg):
1370 * vc/vc-mtn.el (vc-mtn):
1371 * vc/vc-rcs.el (vc-rcs):
1372 * vc/vc-sccs.el (vc-sccs):
1373 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1374 All relevant defcustoms reassigned.
1375
3c9dfce6
CY
13762012-02-25 Chong Yidong <cyd@gnu.org>
1377
1339bf43
CY
1378 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1379
3c9dfce6
CY
1380 * term/x-win.el (x-initialize-window-system): Reduce default for
1381 x-selection-timeout to 5 seconds (Bug#8869).
1382
25b2e303 13832012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1384
ec70a47d
GM
1385 * files.el (files-equal-p, file-subdir-of-p): New functions.
1386 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1387 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1388 * dired-aux.el (dired-copy-file-recursive): Same.
1389 (dired-create-files): Modify destination when source is equal to
1390 dest when copying files.
53a46cd0 1391 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1392
914260cd
MA
13932012-02-24 Michael Albinus <michael.albinus@gmx.de>
1394
1395 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1396 (Bug#10874)
1397
2cb228f7
AM
13982012-02-23 Alan Mackenzie <acm@muc.de>
1399
1400 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1401 parameter "after-hook:" to allow the expansion to run code after
1402 the execution of the mode hooks.
1403
1404 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1405 from font-lock-mode-internal.
2cb228f7 1406
91027d08 1407 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1408 :after-hook.
1409
8f0fde21
SM
14102012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1411
3e88618b
SM
1412 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1413 (completion--cache-all-sorted-completions): New function.
1414 (completion-all-sorted-completions): Use it.
1415 (completion--do-completion, minibuffer-force-complete):
1416 Use it to re-instate the flush hook.
1417
8f0fde21
SM
1418 * icomplete.el (icomplete-completions): Replace last fix with a better
1419 one (bug#10850).
1420
8e911f6f
DG
14212012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1422
1423 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1424 when it might call us back infinitely (bug#10797).
1425
49fe4321
GM
14262012-02-23 Glenn Morris <rgm@gnu.org>
1427
1428 * minibuffer.el (completion-category-overrides): Doc fix.
1429
b291b572
SM
14302012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1433 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1434
31a9ef2e
GM
14352012-02-23 Glenn Morris <rgm@gnu.org>
1436
5e6e6794 1437 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1438 (authors-obsolete-files-regexps, authors-ignored-files)
1439 (authors-ambiguous-files, authors-renamed-files-alist):
1440 Add more entries.
1441
0bd1e074
JL
14422012-02-23 Juri Linkov <juri@jurta.org>
1443
1444 * isearch.el (isearch-occur): Sync interactive spec with occur's
1445 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1446
b617673c
JL
1447 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1448
19e9789e
JL
14492012-02-22 Juri Linkov <juri@jurta.org>
1450
1451 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1452 (ucs-insert): Doc fix. Check for hex digits in the string.
1453 Don't display `nil' in the error message. (Bug#10857)
1454
f41ce09d
AM
14552012-02-22 Alan Mackenzie <acm@muc.de>
1456
7a71b18d 1457 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1458
ac2eceee
GM
14592012-02-22 Glenn Morris <rgm@gnu.org>
1460
1461 * ffap.el (ffap-c-path):
1462 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1463
abd1f678
CY
14642012-02-22 Chong Yidong <cyd@gnu.org>
1465
1466 * custom.el (load-theme): Doc fix.
1467
f25aef2e
GM
14682012-02-22 Glenn Morris <rgm@gnu.org>
1469
1470 * dired-x.el (dired-guess-shell-alist-default):
1471 Remove escape sequences from nroff output. (Bug#172)
1472
5f8dc2ca
GM
14732012-02-21 Glenn Morris <rgm@gnu.org>
1474
6ff86ec4
GM
1475 * vc/emerge.el (emerge-defvar-local):
1476 Set `permanent-local' property rather than unused `preserved'.
1477
be3223a3 1478 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1479 (picture-mode-map): Use it. (Bug#10860)
1480 (picture-mode): Doc fix.
1481
3fe58f4f
JB
14822012-02-21 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * newcomment.el (uncomment-region-default): Remove unused binding.
1485
f9a998c3
GM
14862012-02-21 Glenn Morris <rgm@gnu.org>
1487
1488 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1489 (picture-self-insert, picture-tab-chars): Doc fix.
1490 (picture-mode-map): Fix C-a, C-e.
1491
c6029348
GM
14922012-02-20 Glenn Morris <rgm@gnu.org>
1493
1494 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1495
ab1ce9d7
LL
14962012-02-20 Leo Liu <sdl.web@gmail.com>
1497
1498 * icomplete.el (icomplete-completions): Check FROM arg before
1499 passing to substring (Bug#10850).
1500
0fd40f89
CY
15012012-02-19 Chong Yidong <cyd@gnu.org>
1502
1503 * comint.el: Require ansi-color.
1504 (comint-output-filter-functions): Add ansi-color-process-output.
1505
1506 * ansi-color.el: Don't set comint-output-filter-functions; it is
1507 now in the initial value defined in comint.el.
1508 (ansi-color-apply-face-function): New variable.
1509 (ansi-color-apply-on-region): Use it.
1510 (ansi-color-apply-overlay-face): New function.
1511
1512 * shell.el (shell): No need to require ansi-color.
1513 (shell-mode): Use ansi-color-apply-face-function to highlight
1514 color escapes using font-lock-face property (Bug#10835).
1515
20af2394
CY
15162012-02-19 Chong Yidong <cyd@gnu.org>
1517
1518 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1519 mode-line formats (Bug#10839).
1520
e23a3fbe
GM
15212012-02-18 Glenn Morris <rgm@gnu.org>
1522
b474519e
GM
1523 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1524
1525 * mail/undigest.el (unforward-rmail-message): Doc fix.
1526
e23a3fbe
GM
1527 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1528
57939ff4
EZ
15292012-02-18 Eli Zaretskii <eliz@gnu.org>
1530
1531 * international/characters.el (script-list): Sync with the latest
1532 Unicode Character Database.
1533
0c23686e
AS
15342012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1535
1536 * international/titdic-cnv.el: Remove duplicate coding tag.
1537 * language/cham.el: Likewise.
1538 * language/tai-viet.el: Likewise.
1539
6818b449
GM
15402012-02-18 Glenn Morris <rgm@gnu.org>
1541
1542 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1543 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1544 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1545 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1546 * calendar/holidays.el (holiday-bahai-holidays)
1547 (calendar-holidays, list-holidays):
1548 Use utf-8 Bahá'í in doc-strings, menus, etc.
1549
0311a3fc
TH
15502012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1551
1552 * saveplace.el (save-place-ignore-files-regexp): New variable
1553 allowing for excluding files from saving their location of point.
1554 The default value matches the temporary commit message editing
1555 files from Git, SVN, Bazaar, and Mercurial.
1556 (save-place-to-alist): Use it.
1557
eb864a71
LM
15582012-02-17 Lawrence Mitchell <wence@gmx.li>
1559 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * newcomment.el (uncomment-region-default): Don't leave extra space
1562 when an arg is provided (bug#8150).
1563
ee0ce425
TZ
15642012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1565
eb864a71 1566 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1567
95ddf442
GM
15682012-02-17 Glenn Morris <rgm@gnu.org>
1569
1570 * net/socks.el: Require network-stream. (Bug#10599)
1571
48dd1e39 15722012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1573
1574 * international/charprop.el:
1575 * international/uni-name.el:
1576 * international/uni-old-name.el:
1577 * international/uni-comment.el: Regenerate.
1578
d68cd087
GM
15792012-02-16 Glenn Morris <rgm@gnu.org>
1580
1581 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1582 Interactively in calendar buffer, give an error if not on a date.
1583
13932042
GM
15842012-02-15 Glenn Morris <rgm@gnu.org>
1585
1586 * shell.el (shell-delimiter-argument-list):
1587 Revert 2011-02-17 change. (Bug#8027)
1588
c3a70e2b
CY
15892012-02-15 Chong Yidong <cyd@gnu.org>
1590
60236b0d
CY
1591 * minibuffer.el (completion-at-point-functions): Doc fix.
1592
c3a70e2b
CY
1593 * custom.el (defcustom): Doc fix; note use of defvar.
1594
9f26dc24
GM
15952012-02-15 Glenn Morris <rgm@gnu.org>
1596
1597 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1598 Doc fixes.
1599
6546b134
GM
16002012-02-14 Glenn Morris <rgm@gnu.org>
1601
1602 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1603
d29b2b4c
LI
16042012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1605
1606 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1607 way the ports list is computed.
835bdcba
LI
1608 (smtpmail-query-smtp-server): Prompt the user for a port number if
1609 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1610
08dcdbc9
TZ
16112012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1612
1613 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1614
2605051a
GM
16152012-02-13 Glenn Morris <rgm@gnu.org>
1616
1617 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1618
7ee99f32
TZ
16192012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1620
1621 * net/gnutls.el (gnutls-trustfiles): New variable.
1622 (gnutls-negotiate): Use it.
1623
5f0af64f
LI
16242012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1625
1626 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1627 does its stuff if Gnus is running.
1628
c14fcc95
AM
16292012-02-13 Alan Mackenzie <acm@muc.de>
1630
1631 Fix a loop in c-set-fl-decl-start.
1632
7a71b18d 1633 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1634 c-backward-syntactic-ws actually moves backwards.
1635
142b4d90
LL
16362012-02-13 Leo Liu <sdl.web@gmail.com>
1637
1638 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1639 beginning so that all \C-o chars are removed.
1640
fa9958a6
TZ
16412012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1642
dc9924b8 1643 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1644
0bc5886a
AM
16452012-02-12 Alan Mackenzie <acm@muc.de>
1646
1647 Fix infinite loop with long macros.
1648 * cc-engine.el (c-state-safe-place): Handle macros properly.
1649
d4bd55e7
CY
16502012-02-12 Chong Yidong <cyd@gnu.org>
1651
1652 * window.el (display-buffer): Doc fix (Bug#10785).
1653
66f3fe22
GM
16542012-02-12 Glenn Morris <rgm@gnu.org>
1655
bd7da63e
GM
1656 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1657 (x-disown-selection-internal, x-get-selection-internal):
1658 Sync docs with the xselect.c versions.
1659
66f3fe22
GM
1660 * allout-widgets.el: Add missing license notice.
1661
3e0d2fa7
GM
16622012-02-11 Glenn Morris <rgm@gnu.org>
1663
cfecdf09
GM
1664 * select.el (x-get-selection-internal, x-own-selection-internal)
1665 (x-disown-selection-internal):
1666 * x-dnd.el (x-get-selection-internal): Update declarations.
1667
6d216d7f
GM
1668 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1669
2bed3f04
GM
1670 * window.el (window-sides-slots):
1671 * tool-bar.el (tool-bar-position):
1672 * term/xterm.el (xterm-extra-capabilities):
1673 * ses.el (ses-self-reference-early-detection):
1674 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1675 (verilog-auto-wire-type)
1676 (verilog-auto-delete-trailing-whitespace)
1677 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1678 (verilog-auto-tieoff-declaration):
1679 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1680 (sql-oracle-statement-starters, sql-oracle-scan-on):
1681 * progmodes/prolog.el (prolog-align-comments-flag)
1682 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1683 (prolog-left-indent-regexp, prolog-paren-indent-p)
1684 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1685 (prolog-types, prolog-mode-specificators)
1686 (prolog-determinism-specificators, prolog-directives)
1687 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1688 (prolog-electric-dot-flag)
1689 (prolog-electric-dot-full-predicate-template)
1690 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1691 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1692 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1693 (prolog-program-switches, prolog-prompt-regexp)
1694 (prolog-debug-on-string, prolog-debug-off-string)
1695 (prolog-trace-on-string, prolog-trace-off-string)
1696 (prolog-zip-on-string, prolog-zip-off-string)
1697 (prolog-use-standard-consult-compile-method-flag)
1698 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1699 (prolog-imenu-max-lines, prolog-info-predicate-index)
1700 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1701 (prolog-char-quote-workaround):
1702 * progmodes/cc-vars.el (c-defun-tactic):
1703 * net/tramp.el (tramp-encoding-command-interactive)
1704 (tramp-local-end-of-line):
1705 * net/soap-client.el (soap-client):
1706 * net/netrc.el (netrc-file):
1707 * net/gnutls.el (gnutls):
1708 * minibuffer.el (completion-category-overrides)
1709 (completion-cycle-threshold)
1710 (completion-pcm-complete-word-inserts-delimiters):
1711 * man.el (Man-name-local-regexp):
1712 * mail/feedmail.el (feedmail-display-full-frame):
1713 * international/characters.el (glyphless-char-display-control):
1714 * eshell/em-ls.el (eshell-ls-date-format):
1715 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1716 (lisp-lambda-list-keyword-parameter-indentation)
1717 (lisp-lambda-list-keyword-parameter-alignment):
1718 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1719 * dired-x.el (dired-omit-verbose):
1720 * cus-theme.el (custom-theme-allow-multiple-selections):
1721 * calc/calc.el (calc-highlight-selections-with-faces)
1722 (calc-lu-field-reference, calc-lu-power-reference)
1723 (calc-note-threshold):
1724 * battery.el (battery-mode-line-limit):
1725 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1726 (archive-7z-update):
1727 * allout.el (allout-prefixed-keybindings)
1728 (allout-unprefixed-keybindings)
1729 (allout-inhibit-auto-fill-on-headline)
1730 (allout-flattened-numbering-abbreviation):
1731 * allout-widgets.el (allout-widgets-auto-activation)
1732 (allout-widgets-icons-dark-subdir)
1733 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1734 (allout-widgets-theme-dark-background)
1735 (allout-widgets-theme-light-background)
1736 (allout-widgets-item-image-properties-emacs)
1737 (allout-widgets-item-image-properties-xemacs)
1738 (allout-widgets-run-unit-tests-on-load)
1739 (allout-widgets-time-decoration-activity)
1740 (allout-widgets-hook-error-post-time)
1741 (allout-widgets-track-decoration):
1742 Add missing :version tags to new defcustoms and defgroups.
1743
5fec1b8e
GM
1744 * progmodes/sql.el (sql-ansi-statement-starters)
1745 (sql-oracle-statement-starters): Add custom type.
1746
3e0d2fa7
GM
1747 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1748 (prolog-system-version): Give it a type.
1749
90b671e2
EZ
17502012-02-11 Eli Zaretskii <eliz@gnu.org>
1751
1752 * term/pc-win.el (x-select-text, x-selection-owner-p)
1753 (x-own-selection-internal, x-disown-selection-internal)
1754 (x-get-selection-internal): Sync doc strings and argument lists
1755 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1756
5eac0c02
LL
17572012-02-11 Leo Liu <sdl.web@gmail.com>
1758
1759 * progmodes/python.el (python-end-of-statement): Fix infinite
1760 loop. (Bug#10788)
1761
f82cb659
GM
17622012-02-10 Glenn Morris <rgm@gnu.org>
1763
1764 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1765 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1766
cc26d239
LI
17672012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1768
1769 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1770 about SMTP before checking the From header.
1771
91027d08 1772 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1773 into own function for reuse by emacsbug.el.
1774
1be3ca5a
LL
17752012-02-10 Leo Liu <sdl.web@gmail.com>
1776
1777 * subr.el (condition-case-unless-debug): Rename from
1778 condition-case-no-debug. All callers changed.
1779 (with-demoted-errors): Fix caller.
1780
1781 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1782 * nxml/rng-valid.el (rng-do-some-validation):
1783 * emacs-lisp/package.el (package-refresh-contents)
1784 (package-menu-execute):
1785 * desktop.el (desktop-create-buffer):
91027d08 1786 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1787
b011fbfe
GM
17882012-02-10 Glenn Morris <rgm@gnu.org>
1789
b2096d72
GM
1790 * textmodes/bibtex.el:
1791 Add missing :version tags for new/changed defcustoms.
1792
b011fbfe
GM
1793 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1794
4c7e65bf
LI
17952012-02-09 Lars Ingebrigtsen <larsi@rusty>
1796
1797 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1798 (smtpmail-via-smtp): Use it, or fall back on the From address.
1799 (smtpmail-send-it): Ditto.
1800
f3934f6f
SM
18012012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1804 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1805 (byte-compile-tmp-var): New const.
1806 (byte-compile-defvar): Use it to minimize .elc size.
1807 Just use `defvar' rather than simulate it (bug#10761).
1808
a075a2c5
GM
18092012-02-09 Glenn Morris <rgm@gnu.org>
1810
cf3aa21b
GM
1811 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1812
354998cd
GM
1813 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1814 Add :version tags.
1815
dc9924b8
SM
1816 * progmodes/compile.el (compilation-error-screen-columns)
1817 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1818
dab3703d
GM
1819 * vc/log-view.el (log-view-toggle-entry-display):
1820 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1821
3f88cd72
GM
1822 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1823 (report-emacs-bug-can-use-xdg-email):
1824 (report-emacs-bug-insert-to-mailer): Doc fixes.
1825 (report-emacs-bug): Message fix.
1826
d95b247d
GM
1827 * net/browse-url.el (browse-url-can-use-xdg-open)
1828 (browse-url-xdg-open): Doc fixes.
1829
a075a2c5
GM
1830 * electric.el (electric-indent-mode, electric-pair-mode)
1831 (electric-layout-rules, electric-layout-mode): Doc fixes.
1832 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1833
ffb6157e
MR
18342012-02-08 Martin Rudalics <rudalics@gmx.at>
1835
1836 * server.el (server-unselect-display): Don't inadvertently kill
1837 the current buffer. (Bug#10729)
1838
e1ac4066
GM
18392012-02-08 Glenn Morris <rgm@gnu.org>
1840
34e8a2da
GM
1841 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1842 (sql-list-table): Doc fixes.
1843
b4ac6e8c
GM
1844 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1845 Comment out (does nothing).
1846
e1ac4066
GM
1847 * completion.el (dynamic-completion-mode):
1848 * dirtrack.el (dirtrack-debug-mode):
1849 * electric.el (electric-layout-mode):
1850 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1851 * face-remap.el (text-scale-mode, buffer-face-mode):
1852 * iimage.el (iimage-mode):
1853 * image-mode.el (image-transform-mode):
1854 * minibuffer.el (completion-in-region-mode):
1855 * scroll-lock.el (scroll-lock-mode):
1856 * simple.el (next-error-follow-minor-mode):
1857 * tar-mode.el (tar-subfile-mode):
1858 * tooltip.el (tooltip-mode):
1859 * vcursor.el (vcursor-use-vcursor-map):
1860 * wid-browse.el (widget-minor-mode):
1861 * emulation/tpu-edt.el (tpu-edt-mode):
1862 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1863 * international/iso-ascii.el (iso-ascii-mode):
1864 * language/thai-util.el (thai-word-mode):
1865 * mail/supercite.el (sc-minor-mode):
1866 * net/goto-addr.el (goto-address-mode):
1867 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1868 * progmodes/cwarn.el (cwarn-mode):
1869 * progmodes/flymake.el (flymake-mode):
1870 * progmodes/glasses.el (glasses-mode):
1871 * progmodes/hideshow.el (hs-minor-mode):
1872 * progmodes/pascal.el (pascal-outline-mode):
1873 * textmodes/enriched.el (enriched-mode):
1874 * vc/smerge-mode.el (smerge-mode):
1875 Doc fixes (minor mode argument).
1876
5e0d957f
EZ
18772012-02-07 Eli Zaretskii <eliz@gnu.org>
1878
1879 * ls-lisp.el (ls-lisp-sanitize): New function.
1880 (ls-lisp-insert-directory): Use it to fix or remove any elements
1881 in file-alist with missing attributes. (Bug#4673)
1882
98d7371e
AM
18832012-02-07 Alan Mackenzie <acm@muc.de>
1884
1885 Fix spurious recognition of c-in-knr-argdecl.
1886
1887 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1888 putative K&R region.
1889
667ced3a
AM
18902012-02-07 Alan Mackenzie <acm@muc.de>
1891
eb864a71
LM
1892 * progmodes/cc-engine.el (c-forward-objc-directive):
1893 Prevent looping in "#pragma mark @implementation".
667ced3a 1894
5b77774d
MA
18952012-02-07 Michael Albinus <michael.albinus@gmx.de>
1896
1897 * notifications.el (notifications-on-closed-signal): Make `reason'
1898 optional. (Bug#10744)
1899
af008560
GM
19002012-02-07 Glenn Morris <rgm@gnu.org>
1901
60d47423
GM
1902 * emacs-lisp/easy-mmode.el (define-minor-mode):
1903 Doc fixes for the macro and the mode it defines.
1904
dd605cc4
GM
1905 * image.el (imagemagick-types-inhibit): Doc fix.
1906
af008560
GM
1907 * cus-start.el (imagemagick-render-type): Add it.
1908
5cc59a37
LI
19092012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1910
1911 * progmodes/cc-mode.el
1912 (c-standard-font-lock-fontify-region-function): Set the default at
1913 load time, too, so that `font-lock-fontify-buffer' can be called
1914 without setting up the entire mode first. This fixes a bug in
1915 `mm-inline-text' with C MIME parts.
1916
9a6dd747
CY
19172012-02-06 Chong Yidong <cyd@gnu.org>
1918
2d16b285
CY
1919 * simple.el (list-processes--refresh): Delete exited processes
1920 (Bug#8094).
1921
171e9b6e
CY
1922 * comint.el (comint-next-prompt): next-single-char-property-change
1923 and prev-single-char-property-change never return nil (Bug#8657).
1924
9a6dd747
CY
1925 * custom.el (defcustom): Doc fix (Bug#9711).
1926
aa4589a7
CY
19272012-02-05 Chong Yidong <cyd@gnu.org>
1928
5c2a252f
CY
1929 * cus-edit.el (custom-variable-reset-backup): Quote the value
1930 before storing it in the customized-value property (Bug#6712).
4aab9006 1931 (custom-display): Add a customization type tag.
983b9602 1932 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1933
aa4589a7
CY
1934 * wid-edit.el (widget-field-value-get): New optional arg to
1935 suppress trailing whitespace truncation.
1936 (character): Use it (Bug#2689).
1937
1ff980ae
AS
19382012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1939
1940 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1941 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1942
03988c98
CY
19432012-02-05 Chong Yidong <cyd@gnu.org>
1944
eeb6cc88
CY
1945 * cus-edit.el (custom-variable-value-create): For mismatched
1946 types, show the current value (Bug#7600).
1947
03988c98
CY
1948 * custom.el (defcustom): Doc fix.
1949
f8cdeef0
GM
19502012-02-05 Glenn Morris <rgm@gnu.org>
1951
1952 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1953
0696d255
JB
19542012-02-05 Juanma Barranquero <lekktu@gmail.com>
1955
1956 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1957 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1958 (pp-last-sexp): Use `looking-at-p'.
1959
34c99998
GM
19602012-02-04 Glenn Morris <rgm@gnu.org>
1961
8f05da42
GM
1962 * files.el (revert-buffer):
1963 Doc fix (mention revert-buffer-in-progress-p).
1964
f160676e
GM
1965 * emacs-lisp/ert-x.el (ert-simulate-command):
1966 Check deferred-action-list (which is obsolete) is bound.
1967
c7291ad9
GM
1968 * subr.el (with-wrapper-hook): Doc fixes.
1969
34c99998
GM
1970 * simple.el (filter-buffer-substring-functions)
1971 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1972
6283a7d3
LL
19732012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1974
1975 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1976 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1977
e96e3013
LL
19782012-02-04 Leo Liu <sdl.web@gmail.com>
1979
1980 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1981
8ded50f2
GM
19822012-02-04 Glenn Morris <rgm@gnu.org>
1983
82ff1d13
GM
1984 * image.el (image-extension-data): Add obsolete alias.
1985
987a0a16
GM
1986 * isearch.el (isearch-update): Doc fix.
1987
ea32ef46
GM
1988 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1989
8ded50f2
GM
1990 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1991
eea14f31
GM
19922012-02-03 Glenn Morris <rgm@gnu.org>
1993
1994 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1995 (image-animate-timeout): Doc fix.
1996
1997 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1998
12f381b7
GM
19992012-02-02 Glenn Morris <rgm@gnu.org>
2000
953cebf5
GM
2001 * server.el (server-auth-dir): Doc fix.
2002 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2003
12f381b7
GM
2004 * subr.el (run-mode-hooks): Doc fix.
2005
953a8c3b
JL
20062012-02-02 Juri Linkov <juri@jurta.org>
2007
2008 * image-mode.el (image-toggle-display-image): Remove tautological
2009 `major-mode' from the `derived-mode-p' test.
2010
c5d3843c
KH
20112012-02-02 Kenichi Handa <handa@m17n.org>
2012
9f6e692e 2013 * composite.el (compose-region): Cancel previous change.
c5d3843c 2014
159462d4 20152012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2016
2017 * composite.el (compose-region, compose-string): Signal error for
2018 a null string component (Bug#6988).
2019
9f562668
CY
20202012-02-01 Chong Yidong <cyd@gnu.org>
2021
e2cef717
CY
2022 * view.el (view-buffer-other-window, view-buffer-other-frame):
2023 Handle special modes like view-buffer (Bug#10650).
2024 (view-buffer): Simplify.
2025
9f562668
CY
2026 * frame.el (set-frame-font): Tweak meaning of third argument.
2027
9f6e692e
JB
2028 * dynamic-setting.el (font-setting-change-default-font):
2029 Use set-frame-font (Bug#9982).
9f562668 2030
781acb9f
GM
20312012-02-01 Glenn Morris <rgm@gnu.org>
2032
6035be52
GM
2033 * progmodes/compile.el (compilation-internal-error-properties):
2034 Respect compilation-first-column in the "*compilation*" buffer.
2035
781acb9f
GM
2036 * emacs-lisp/easy-mmode.el (define-minor-mode):
2037 Relax :variable's test for a named function.
2038
abbceb00
AM
20392012-01-31 Alan Mackenzie <acm@muc.de>
2040
2041 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2042 off by one error.
2043
fce3fdeb
CY
20442012-01-31 Chong Yidong <cyd@gnu.org>
2045
2046 * frame.el (set-frame-font): New arg ALL-FRAMES.
2047
2048 * menu-bar.el (menu-set-font): Use set-frame-font.
2049
2050 * faces.el (face-spec-reset-face): Don't apply unspecified
2051 attribute values to the default face.
2052
47893581
JB
20532012-01-31 Juanma Barranquero <lekktu@gmail.com>
2054
2055 * progmodes/cwarn.el (cwarn): Remove dead link.
2056 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2057 Remove * from defcustom docstrings.
2058 (turn-on-cwarn-mode): Make obsolete.
2059 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2060 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2061
e58e988a
GM
20622012-01-31 Glenn Morris <rgm@gnu.org>
2063
60dc2671 2064 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2065 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2066 Allow named functions to be used as the cdr of :variable.
e58e988a 2067
7a3f511d
GM
20682012-01-30 Glenn Morris <rgm@gnu.org>
2069
2070 * emacs-lisp/authors.el (authors-fixed-entries):
2071 Remove reference to deleted file rnewspost.el.
2072
cb882333
JB
20732012-01-29 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * window.el (window-with-parameter): Remove unused variable `windows'.
2076 (window--side-check): Remove unused variable `code'.
2077 (window--resize-siblings): Remove unused variable `first'.
2078 (adjust-window-trailing-edge): Remove unused variable `failed'.
2079 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2080 Use `let', not `let*'.
2081 (balance-windows-2): Remove unused variable `found'.
2082 (window--state-put-2): Remove unused variable `splits'.
2083 (window-state-put): Remove unused variable `selected'.
2084 (same-window-p): Use `string-match-p'.
2085 (display-buffer-assq-regexp): Remove unused variable `value'.
2086 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2087 Mark argument ALIST as ignored.
2088 (pop-to-buffer): Remove unused variable `old-window'.
2089
907201af
EZ
20902012-01-29 Eli Zaretskii <eliz@gnu.org>
2091
2092 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2093 and .lzma compressed files.
2094
ea162670
CY
20952012-01-29 Chong Yidong <cyd@gnu.org>
2096
5b95ee8a
CY
2097 * frame.el (window-system-default-frame-alist): Doc fix.
2098
ea162670
CY
2099 * dynamic-setting.el (font-setting-change-default-font): Don't
2100 change the default face if SET-FONT argument is non-nil (Bug#9982).
2101
d6e6f4b1
SB
21022012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2103
2104 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2105
0f29fa41 21062012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2107
2108 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2109 breakpoints in files outside current directory (Bug#6098).
2110
db174434
CY
21112012-01-29 Chong Yidong <cyd@gnu.org>
2112
6b25e4e2
SE
2113 * progmodes/python.el: Require ansi-color at top-level.
2114
6df6ae42
JB
2115 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2116 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2117 (lisp-mode-abbrev-table): Add doc.
2118 (lisp-mode-variables): Don't set local-abbrev-table.
2119 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2120
e70ee681
RW
21212012-01-28 Roland Winkler <winkler@gnu.org>
2122
2123 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2124
ace88aa2
RW
21252012-01-28 Roland Winkler <winkler@gnu.org>
2126
2127 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2128 (bibtex-set-dialect): Use it. Either set global values of
2129 dialect-dependent variables or bind these variables buffer-locally
2130 (Bug#10254).
2131 (bibtex-mode): Call bibtex-set-dialect via
2132 hack-local-variables-hook.
eb864a71
LM
2133 (bibtex-dialect): Update docstring.
2134 Add safe-local-variable predicate.
ace88aa2
RW
2135 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2136 bibtex-set-dialect.
2137 (bibtex-mode-map): Define menu for each dialect.
2138 (bibtex-entry): Fix docstring.
2139
93376c5b
CY
21402012-01-28 Chong Yidong <cyd@gnu.org>
2141
2142 * eshell/esh-arg.el (eshell-quote-argument): New function.
2143
2144 * eshell/esh-ext.el (eshell-invoke-batch-file):
2145 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2146 first arg to eshell-parse-command (Bug#10523).
2147
4372494f
DA
21482012-01-28 Drew Adams <drew.adams@oracle.com>
2149
2150 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2151 `default-directory' is non-nil.
2152
4d4ec1f8
EZ
21532012-01-28 Eli Zaretskii <eliz@gnu.org>
2154
2155 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2156 line that displays system-configuration-options. (Bug#9924)
2157
7c188927
DA
21582012-01-28 Drew Adams <drew.adams@oracle.com>
2159
2160 * descr-text.el (describe-char): Show information about POS, in
2161 addition to information about the character at POS. Improve and
2162 update the doc string. Change "code point" to "code point in
2163 charset", to avoid confusion with the character's Unicode code
2164 point shown above that. (Bug#10129)
2165
e0da685a
EZ
21662012-01-28 Eli Zaretskii <eliz@gnu.org>
2167
2168 * descr-text.el (describe-char): Show the raw character, not only
2169 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2170 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2171 for the reasons.
2172
70550acf
PH
21732012-01-28 Phil Hagelberg <phil@hagelb.org>
2174
eb864a71
LM
2175 * emacs-lisp/package.el (package-install):
2176 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2177
0ce8e868
CY
21782012-01-28 Chong Yidong <cyd@gnu.org>
2179
cb882333
JB
2180 * emacs-lisp/package.el (package-maybe-load-descriptor):
2181 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2182 (package-maybe-load-descriptor): Use it.
2183 (package-download-transaction): Fully load required packages
2184 inside the loop, so that `require' calls work (Bug#10593).
2185 (package-install): No need to call package-initialize now.
2186
2e7f3bea
CY
21872012-01-28 Chong Yidong <cyd@gnu.org>
2188
6e9bad14
CY
2189 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2190
f823b8ca
CY
2191 * tooltip.el (tooltip-mode): Doc fix.
2192 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2193
2680c309
CY
2194 * frame.el (set-cursor-color): Doc fix (Bug#352).
2195
d7a9e63b
CY
2196 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2197 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2198
2e7f3bea
CY
2199 * cus-edit.el (custom-buffer-create-internal): Fix search button
2200 action (Bug#10542).
2ae01800 2201 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2202
fc4f7a23
EW
22032012-01-27 Eduard Wiebe <usenet@pusto.de>
2204
2205 * dired.el (dired-mark-files-regexp):
2206 Include any subdirectory components. (Bug#10445)
2207
7dd37071
ML
22082012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2209
2210 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2211 Handle [host]:port syntax. (Bug#10533)
2212
a268160b
AH
22132012-01-27 Alex Harsanyi <harsanyi@mac.com>
2214
2215 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2216
e43273ef
GM
22172012-01-26 Glenn Morris <rgm@gnu.org>
2218
2219 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2220 * term.el (term-raw-escape-map): Use Control-X-prefix.
2221 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2222
1edf595d
MR
22232012-01-25 Martin Rudalics <rudalics@gmx.at>
2224
2225 * window.el (window-state-get, window--state-get-1): Don't deal
2226 with fixed-sizeness of windows. Simplify code.
2227
fa8eafef
JC
22282012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2229
6df6ae42
JB
2230 * window.el (window--state-get-1, window--state-put-2):
2231 Don't save and restore the mark.
fa8eafef 2232
0b21c100
CY
22332012-01-25 Chong Yidong <cyd@gnu.org>
2234
2235 * custom.el (custom-variable-p): Doc fix.
2236
5ae1a6c8
GM
22372012-01-25 Glenn Morris <rgm@gnu.org>
2238
40047858
GM
2239 * dired.el (dired-goto-file): Handle some of the more common
2240 characters that `ls -b' escapes. (Bug#10596)
2241
5ddce96c
GM
2242 * progmodes/compile.el (compilation-next-error-function):
2243 Respect compilation-first-column in the "*compilation*" buffer.
2244 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2245
5ae1a6c8
GM
2246 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2247
b559f1a9
GM
22482012-01-24 Glenn Morris <rgm@gnu.org>
2249
2250 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2251
6725d21a
JD
22522012-01-24 Julien Danjou <julien@danjou.info>
2253
2254 * color.el (color-rgb-to-hsl): Fix value computing.
2255 (color-hue-to-rgb): New function.
2256 (color-hsl-to-rgb): New function.
2257 (color-clamp, color-saturate-hsl, color-saturate-name)
2258 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2259 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2260
70df4bbe
GM
22612012-01-24 Glenn Morris <rgm@gnu.org>
2262
2263 * vc/vc-rcs.el (vc-rcs-create-tag):
2264 * vc/vc-sccs.el (vc-sccs-create-tag):
2265 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2266
802a2ae2
ML
22672012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2268
2269 * eshell/esh-util.el (eshell-read-hosts-file):
2270 Skip comment lines. (Bug#10549)
2271
d7128bb1
ML
2272 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2273
d1a5c3b4
JB
22742012-01-23 Juanma Barranquero <lekktu@gmail.com>
2275
2724d9c7
JB
2276 * subr.el (display-delayed-warnings): Doc fix.
2277 (collapse-delayed-warnings): New function to collapse identical
2278 adjacent warnings.
2279 (delayed-warnings-hook): Add it.
d1a5c3b4 2280
a5509865
MA
22812012-01-22 Michael Albinus <michael.albinus@gmx.de>
2282
2283 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2284
2285 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2286 properties, when "login-as" is set.
2287
2288 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2289 (tramp-default-user-alist): Don't add "pscp".
2290 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2291 property "login-as", if set. (Bug#10530)
2292
cc6d5805
MA
22932012-01-21 Michael Albinus <michael.albinus@gmx.de>
2294
2295 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2296 "plink1" and "psftp". (Bug#10530)
2297
22982012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2299
2300 * international/mule-cmds.el (prefer-coding-system): Show a
2301 warning message if the default value of file-name-coding-system
2302 was not changed.
2303
f0960428
JC
23042012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2305
cb882333
JB
2306 * windmove.el (windmove-reference-loc):
2307 Fix windmove-reference-loc miscalculation.
f0960428 2308
dd6f2a63
JB
23092012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2310
2311 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2312 default unit.
2313
7b447e9b
GM
23142012-01-21 Glenn Morris <rgm@gnu.org>
2315
117a9ea1
GM
2316 * international/mule.el (auto-coding-alist): Add .tbz.
2317
7b447e9b
GM
2318 * files.el (local-enable-local-variables): Doc fix.
2319 (inhibit-local-variables-regexps): Rename from
2320 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2321 Doc fix. Add some extensions from auto-coding-alist.
2322 (inhibit-local-variables-suffixes):
2323 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2324 (inhibit-local-variables-p):
2325 New function, extracted from set-auto-mode-1.
2326 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2327 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2328 (hack-local-variables): Doc fix. Make the mode-only case
2329 respect enable-local-variables and friends.
2330 Respect inhibit-local-variables-regexps for file-locals, but
2331 not for directory-locals.
2332 (set-visited-file-name):
2333 Take account of inhibit-local-variables-regexps.
2334 Whether it applies may change as the file name is changed.
2335 * jka-cmpr-hook.el (jka-compr-install):
2336 * jka-compr.el (jka-compr-uninstall):
2337 Update for inhibit-first-line-modes-suffixes name change.
2338
dd6e3cdd
MR
23392012-01-20 Martin Rudalics <rudalics@gmx.at>
2340
2341 * help-macro.el (make-help-screen): Temporarily restore original
2342 binding for minor-mode-map-alist (Bug#10454).
2343
0d0deb38
JD
23442012-01-19 Julien Danjou <julien@danjou.info>
2345
2346 * color.el (color-name-to-rgb): Use the white color to find the max
2347 color component value and return correctly computed values.
2348 (color-name-to-rgb): Add missing float conversion for max value.
2349
34a02f46
MR
23502012-01-19 Martin Rudalics <rudalics@gmx.at>
2351
2352 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2353 special state value for window-persistent-parameters.
2354 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2355 (window--state-put-2): Reset all window parameters to nil before
2356 assigning values of persistent parameters.
2357
606c44c4
AM
23582012-01-18 Alan Mackenzie <acm@muc.de>
2359
2360 Eliminate sluggishness and hangs in fontification of "semicolon
2361 deserts".
2362
cb882333
JB
2363 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2364 Change value 10000 -> 3000.
606c44c4
AM
2365 (c-state-safe-place): Reformulate so it doesn't stack up an
2366 infinite number of wrong entries in c-state-nonlit-pos-cache.
2367 (c-determine-limit-get-base, c-determine-limit): New functions to
2368 determine backward search limits disregarding literals.
2369 (c-find-decl-spots): Amend commenting.
2370 (c-cheap-inside-bracelist-p): New function which detects "={".
2371
2372 * progmodes/cc-fonts.el
2373 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2374 backward search.
2375 (c-font-lock-declarations): Fix an occurrence of point being
2376 undefined. Check additionally for point being in a bracelist or
2377 near a macro invocation without a semicolon so as to avoid a
2378 fruitless time consuming search for a declarator. Give a more
2379 precise search limit for declarators using the new
2380 c-determine-limit.
2381
f3860cea
GM
23822012-01-18 Glenn Morris <rgm@gnu.org>
2383
2384 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2385 (set-auto-mode): Doc fixes.
2386
1db03b16
GM
23872012-01-17 Glenn Morris <rgm@gnu.org>
2388
0e6038be
GM
2389 * isearch.el (search-nonincremental-instead): Fix doc typo.
2390
1db03b16
GM
2391 * dired.el (dired-insert-directory): Handle newlines in directory name.
2392 (dired-build-subdir-alist): Unescape newlines in directory name.
2393
4cb0aa75
MA
23942012-01-17 Michael Albinus <michael.albinus@gmx.de>
2395
2396 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2397 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2398 (tramp-action-terminal): Use it. (Bug#10530)
2399
1d00653d
SM
24002012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2403
6a6ee00d
MR
24042012-01-16 Martin Rudalics <rudalics@gmx.at>
2405
2406 * window.el (window-state-ignored-parameters): Remove variable.
2407 (window--state-get-1): Rename argument MARKERS to IGNORE.
2408 Handle persistent window parameters. Make copy of clone-of
2409 parameter only if requested. (Bug#10348)
2410 (window--state-put-2): Install a window parameter only if it has
2411 a non-nil value or an existing parameter shall be overwritten.
2412
97912def
MA
24132012-01-15 Michael Albinus <michael.albinus@gmx.de>
2414
2415 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2416
688070a5
EZ
24172012-01-14 Eli Zaretskii <eliz@gnu.org>
2418
2419 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2420 don't pass the (nil) value of `upnode' to string-match.
2421
301afadc
CY
24222012-01-14 Chong Yidong <cyd@gnu.org>
2423
2424 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2425 Fix values recognized by the cursorBlink resource.
301afadc 2426
9e5788aa
PE
24272012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2428
2429 * epg.el (epg--make-temp-file): Avoid permission race condition
2430 when running on old Emacs versions (bug#10403).
2431
3cdb7f5a
GM
24322012-01-14 Glenn Morris <rgm@gnu.org>
2433
2434 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2435
8c82b1b4
AM
24362012-01-13 Alan Mackenzie <acm@muc.de>
2437
2438 Fix filling for when filladapt mode is enabled.
2439
2440 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2441 c-mask-paragraph, pass in `fill-paragraph' rather than
2442 `fill-region-as-paragraph'. (This is a reversion of a previous
2443 change.)
eb864a71
LM
2444 * progmodes/cc-mode.el (c-basic-common-init):
2445 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2446
e517eda4
GM
24472012-01-13 Glenn Morris <rgm@gnu.org>
2448
1498536e
GM
2449 * dired.el (dired-switches-escape-p): New function.
2450 (dired-insert-directory): Use dired-switches-escape-p.
2451 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2452
e517eda4
GM
2453 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2454
328f984d
GM
24552012-01-12 Glenn Morris <rgm@gnu.org>
2456
2457 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2458 changes in adaptive-fill-regexp. (Bug#10276)
2459
2cc769a8
AM
24602012-01-11 Alan Mackenzie <acm@muc.de>
2461
2462 Fix Emacs bug #10463 - put `widen's around the critical spots.
2463
1d00653d 2464 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2465 widen around each invocation of c-state-pp-to-literal. Remove an
2466 unused let variable.
2467
e52c37fa
GM
24682012-01-11 Glenn Morris <rgm@gnu.org>
2469
2470 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2471 Doc fix.
e52c37fa 2472
96f8741e
CY
24732012-01-10 Chong Yidong <cyd@gnu.org>
2474
1d00653d
SM
2475 * net/network-stream.el (network-stream-open-starttls):
2476 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2477 response to the capability command.
2478
b09a806e
GM
24792012-01-10 Glenn Morris <rgm@gnu.org>
2480
2481 * mail/unrmail.el (unrmail): Tweak previous change.
2482
7655cb66
CY
24832012-01-09 Chong Yidong <cyd@gnu.org>
2484
2485 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2486
9d5a8f0b
AM
24872012-01-08 Alan Mackenzie <acm@muc.de>
2488
2489 Optimise font locking in long enum definitions.
2490
2491 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2492 arm to a cond form to handle enums.
2493 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2494 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2495
9a0115ab 24962012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2497
2498 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2499 (Bug#10401)
6bb72cbd 2500
f186bb95
LMI
25012012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2502
29232a68
LMI
2503 * faces.el (set-face-attribute): Clarify the meaning of the nil
2504 frame (bug#10294).
2505
4e5d086d
LMI
2506 * subr.el (with-selected-frame): Mention that the selected frame
2507 is restored (bug#9980).
2508
8e66aebe
LMI
2509 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2510 (bug#9759).
2511
cd394be1 2512 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2513 (password-read): Don't autoload unused function.
2514
adf4e762
JB
25152012-01-07 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * progmodes/which-func.el (which-func-mode): Turn into a
2518 non-interactive function and mark as obsolete (bug#10428).
2519
89bd9ccd
CY
25202012-01-06 Chong Yidong <cyd@gnu.org>
2521
2522 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2523 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2524 functions, along with 1 and -1.
2525
4afee9d5
EZ
25262012-01-06 Eli Zaretskii <eliz@gnu.org>
2527
2528 * time.el (display-time-load-average)
2529 (display-time-default-load-average): Doc fixes. See the thread
2530 starting at
2531 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2532 for the details.
2533
536aea70
GM
25342012-01-06 Glenn Morris <rgm@gnu.org>
2535
665ae865
GM
2536 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2537 has no messages. (Bug#10377)
2538
c869783d
GM
2539 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2540 than Info-edit. (Bug#10385)
2541
2bb4227e
GM
2542 * time.el (display-time-load-average, display-time-next-load-average):
2543 Doc fixes.
2544
7d5944b9
GM
2545 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2546 local setting of buffer-read-only to the input buffer. (Bug#10419)
2547
536aea70
GM
2548 * calendar/calendar.el (calendar-mode):
2549 Locally set scroll-margin to 0. (Bug#10379)
2550
7dccca16
UM
25512012-01-06 Ulrich Mueller <ulm@gentoo.org>
2552
2553 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2554
afbb7930
GM
25552012-01-05 Glenn Morris <rgm@gnu.org>
2556
2557 * eshell/em-unix.el (diff-no-select): Autoload it.
2558 (eshell/diff): Use diff-no-select. (Bug#10420)
2559
04482335
CY
25602012-01-05 Chong Yidong <cyd@gnu.org>
2561
7baca3bc
CY
2562 * shell.el (shell-dynamic-complete-functions): Revert last change.
2563 (shell-command-completion-function): New function.
2564 (shell-completion-vars): Use it to implement
2565 shell-completion-execonly (Bug#10417).
2566
04482335
CY
2567 * custom.el (enable-theme): Don't set custom-safe-themes.
2568
1d00653d
SM
2569 * cus-theme.el (custom-theme-merge-theme):
2570 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2571
bb5aa5d6
MM
25722012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2573
2574 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2575 first prompt in `sql-interacive-mode'.
2576 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2577 keywords.
6df6ae42 2578 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2579 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2580 context of original buffer. Invoke `sql-login-hook'.
2581
a7183d7c
EZ
25822012-01-04 Eli Zaretskii <eliz@gnu.org>
2583
2584 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2585 letters in cite-prefix.
2586
a1eacd1e
LMI
25872012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2588
2589 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2590
787cdb34
CY
25912012-01-03 Chong Yidong <cyd@gnu.org>
2592
1d00653d
SM
2593 * shell.el (shell-dynamic-complete-functions):
2594 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2595 comint-filename-completion first (Bug#10417).
2596
30710442
RS
25972012-01-02 Richard Stallman <rms@gnu.org>
2598
2599 * battery.el (battery-status-function):
2600 Detect when to use battery-yeeloong-sysfs.
2601 (battery-echo-area-format): Add string for Yeeloong.
2602 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2603 (battery-yeeloong-sysfs): New function.
2604
f75bfc33
CY
26052012-01-02 Chong Yidong <cyd@gnu.org>
2606
2607 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2608 (dirtrack): Merge code for handling relative filenames in prompt
2609 from shell-dir-cookie-watcher.
2610 (dirtrack-debug-message): New arg to avoid excess format calls.
2611
2612 * shell.el (shell-dir-cookie-re): Variable deleted.
2613 (shell-dir-cookie-watcher): Function deleted.
2614 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2615 with dirtrack-mode.
2616
651e947e
EZ
26172012-01-01 Eli Zaretskii <eliz@gnu.org>
2618
1d00653d
SM
2619 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2620 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2621 libgnutls-26.dll.
2622
94d4c7dc
AS
26232011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2624
2625 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2626
8d43f3cd
EZ
26272011-12-31 Eli Zaretskii <eliz@gnu.org>
2628
2629 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2630 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2631
98c8795a
MA
26322011-12-29 Michael Albinus <michael.albinus@gmx.de>
2633
2634 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2635 also for alternative shells.
2636 (tramp-open-connection-setup-interactive-shell): Check, whether
2637 the shell is a busybox.
2638 (tramp-send-command): Don't suppress multiple prompts for
2639 busyboxes, it hurts.
2640
51281b32
CY
26412011-12-28 Chong Yidong <cyd@gnu.org>
2642
2643 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2644 (gdb-get-source-file): Move mode line update to
2645 gdb-get-source-file (Bug#10087).
2646
2170cb53
CY
26472011-12-25 Chong Yidong <cyd@gnu.org>
2648
2649 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2650 gud-gdb-marker-filter without taking it as an argument.
2651 (gud-gdb-run-command-fetch-lines): Caller changed.
2652 (gud-gdb-completion-function): New variable.
2653 (gud-gdb-completion-at-point): Use it.
2654 (gud-gdb-completions-1): Split from gud-gdb-completions.
2655
2656 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2657 function as separate arguments.
2658 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2659 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2660 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2661 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2662 (gdb-stopped, def-gdb-auto-update-trigger)
2663 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2664 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2665 Callers changed.
2170cb53
CY
2666 (gud-gdbmi-completions): New function.
2667 (gdb): Use it for generating the completion table.
2668
be8b11bb
AM
26692011-12-24 Alan Mackenzie <acm@muc.de>
2670
2671 Introduce a mechanism to widen the region used in context font
1d00653d 2672 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2673
1d00653d
SM
2674 * progmodes/cc-langs.el (c-before-font-lock-functions):
2675 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2676 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2677 functions to be run just before context (etc.) font locking.
2678
2679 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2680 New, functionality extracted from
be8b11bb 2681 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2682 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2683 (c-after-change): Set c-in-after-change-fontification.
2684 (c-set-fl-decl-start): Rejig its interface, so it can be called
2685 from both after-change and context fontifying.
b81d40f0
JB
2686 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2687 New functions.
2688 (c-standard-font-lock-fontify-region-function): New variable.
2689 (c-font-lock-fontify-region): New function.
be8b11bb 2690
341cf6ac
JL
26912011-12-24 Juri Linkov <juri@jurta.org>
2692
2693 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2694 (Bug#10348)
2695
bffcee0a
MA
26962011-12-23 Michael Albinus <michael.albinus@gmx.de>
2697
2698 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2699 existence of source file. (Bug#10325)
2700
cb5e207c
AM
27012011-12-23 Alan Mackenzie <acm@muc.de>
2702
2703 Fix unstable fontification inside templates.
2704
b81d40f0
JB
2705 * progmodes/cc-langs.el (c-before-font-lock-functions):
2706 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2707 additionally has c-set-fl-decl-start. The other languages (apart
2708 from AWK) have that as a single entry.
2709
b81d40f0
JB
2710 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2711 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2712 c-set-fl-decl-start.
2713
b81d40f0
JB
2714 * progmodes/cc-mode.el (c-common-init, c-after-change):
2715 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2716 (c-set-fl-decl-start): New function, extracted from
2717 c-font-lock-enclosing-decls and enhanced.
2718
60ff536c
JB
27192011-12-23 Juanma Barranquero <lekktu@gmail.com>
2720
2721 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2722
1c4757d6
JL
27232011-12-22 Juri Linkov <juri@jurta.org>
2724
2725 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2726
d031f2c7
CY
27272011-12-22 Chong Yidong <cyd@gnu.org>
2728
2729 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2730
bace743a
DA
27312011-12-21 Drew Adams <drew.adams@oracle.com>
2732
2733 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2734
728a1f2b
JC
27352011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2736
2737 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2738
0d373f73
TZ
27392011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2740
fec0aaa4
TZ
2741 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2742 highlighting and support. Fix up comments for capitalization.
2743 (cfengine-mode-debug): New var.
2744 (cfengine3-mode): Change the modeline indicator to "CFE3".
2745 (cfengine3-font-lock-keywords): Improve defun highlighting.
2746 (cfengine2-actions): Rename from `cfengine-actions'.
2747 (cfengine2-font-lock-keywords): Rename from
2748 `cfengine-font-lock-keywords'.
2749 (cfengine2-imenu-expression): Rename from
2750 `cfengine-imenu-expression'.
2751 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2752 (cfengine2-beginning-of-defun): Rename from
2753 `cfengine-beginning-of-defun'.
2754 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2755 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2756 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2757 modeline indicator to "CFE2".
2758 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2759 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2760
bc86f573
CY
27612011-12-21 Chong Yidong <cyd@gnu.org>
2762
2763 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2764 filename argument.
2765
d45ba96b
MR
27662011-12-20 Martin Rudalics <rudalics@gmx.at>
2767
2768 * window.el (window-normalize-buffer-to-display): Remove.
2769 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2770
a6198c90
CY
27712011-12-19 Chong Yidong <cyd@gnu.org>
2772
2773 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2774 Don't signal an error in a predicate function; return non-nil.
2775 (vc-dir-mark-file): Move the error here.
2776 (vc-dir-mark-unmark): If acting on the region, keep going if one
2777 of the entries cannot be marked/unmarked.
2778 (vc-dir-mark-all-files): If current entry is a directory, mark
2779 only child files, as documented.
2780
34c5fb55
VB
27812011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2782
2783 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2784 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2785 addition.
2786
c803b2b7
JD
27872011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2788
2789 * term/ns-win.el (ns-get-selection-internal)
2790 (ns-store-selection-internal): Declare.
1154d12e
JB
2791 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2792 Declare as obsolete.
2793 (ns-get-pasteboard, ns-paste-secondary):
2794 Use ns-get-selection-internal.
2795 (ns-set-pasteboard, ns-copy-including-secondary):
2796 Use ns-store-selection-internal.
c803b2b7 2797
9cff91f8 27982011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2799
2800 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2801 (vc-deduce-fileset): Doc fix.
99a289d9 2802
f16c898a
AS
28032011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2804
2805 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2806
763237c4
SS
28072011-12-13 Sam Steingold <sds@gnu.org>
2808
2809 * man.el (Man-getpage-in-background): When running under a
2810 window-system, ignore $MANWIDTH and $COLUMNS.
2811
5fc1c122
KH
28122011-12-15 Kenichi Handa <handa@m17n.org>
2813
2814 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2815 (setup-ethiopic-environment-internal): Comment out key-binding for
2816 ethio-toggle-punctuation.
2817
13d49cbb
AM
28182011-12-13 Alan Mackenzie <acm@muc.de>
2819
898169a2
AM
2820 Add the switch statement to AWK Mode.
2821
7a71b18d 2822 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2823 "default" to the keywords regexp.
2824
7a71b18d 2825 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2826 expression as the rest.
1d00653d
SM
2827 (c-nonlabel-token-key): Allow string literals for AWK.
2828 Refactor for the other modes.
898169a2 2829
13d49cbb 2830 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2831 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2832 routines. Limit backward searching in c-font-lock-enclosing.decl.
2833
2834 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2835 pp-state and literal type in addition to the limits.
1d00653d 2836 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2837 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2838 (c-slow-in-literal, c-fast-in-literal): Remove.
2839 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2840
2841 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2842 being in a literal. Add a limit for backward searching.
2843
2844 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2845 c-slow-in-literal.
2846
15e0efc7
SM
28472011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2850
454592a6
MR
28512011-12-13 Martin Rudalics <rudalics@gmx.at>
2852
2853 * window.el (delete-other-windows): Use correct frame in call to
2854 window-with-parameter.
2855
87393f26
DP
28562011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2857
2858 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2859 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2860 (makefile-gmake-statements, makefile-makepp-statements):
2861 Use it and add new makepp keywords.
2862 (makefile-makepp-font-lock-keywords): Add new patterns.
2863 (makefile-match-function-end): Match new [...] and [[...]].
2864
11636b22
JB
28652011-12-11 Juanma Barranquero <lekktu@gmail.com>
2866
2867 * ses.el (ses-call-printer-return, ses-cell-property-get)
2868 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2869 (ses-create-cell-variable, ses-reset-header-string)
2870 (ses-cell-set-formula, ses-repair-cell-reference-all)
2871 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2872 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2873 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2874 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2875 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2876 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2877 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2878 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2879 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2880 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2881 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2882 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2883
cf018193
VB
28842011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2885
2886 * ses.el: The overall change is to add cell renaming, that is
2887 setting fancy names for cell symbols other than name matching
2888 "\\`[A-Z]+[0-9]+\\'" regexp .
2889 (ses-create-cell-variable): New defun.
2890 (ses-relocate-formula): Relocate formulas only for cells the
2891 symbols of which are not renamed, i.e. symbols whose names do not
2892 match regexp "\\`[A-Z]+[0-9]+\\'".
2893 (ses-relocate-all): Relocate values only for cells the symbols of
2894 which are not renamed.
2895 (ses-load): Create cells variables as the (ses-cell ...) are read,
2896 in order to check row col consistency with cell symbol name only
2897 for cells that are not renamed.
2898 (ses-replace-name-in-formula): New defun.
2899 (ses-rename-cell): New defun.
2900
ee957461
CY
29012011-12-11 Chong Yidong <cyd@gnu.org>
2902
2903 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2904 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2905
9a9e9ef0
MR
29062011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2907
2908 * window.el (other-window): Fix docstring.
2909
92a8eba5
EZ
29102011-12-10 Eli Zaretskii <eliz@gnu.org>
2911
2912 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2913 `from' or `to' address before taking its substring.
2914 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2915 encoded name is chopped in the middle of the encoded string, and
2916 thus displayed encoded.
2917
e152e577
JB
29182011-12-10 Juanma Barranquero <lekktu@gmail.com>
2919
2920 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2921
e5d84bfe
EZ
29222011-12-10 Eli Zaretskii <eliz@gnu.org>
2923
2924 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2925 to use texinfo-update-node and commands that call it if the
2926 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2927 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2928 (texinfo-all-menus-update, texinfo-master-menu)
2929 (texinfo-update-node, texinfo-every-node-update)
2930 (texinfo-multiple-files-update): Doc fix. Warn against updating
2931 all the @node lines.
2932 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2933 argument is numeric. Explain better in the doc string what the
2934 function really does.
2935 (texinfo-insert-master-menu-list): Improve the error message
2936 displayed if there's no menu in the Top node.
2937 (Bug#2975) See also this thread:
e5d84bfe
EZ
2938 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2939
1d84e9bb
MG
29402011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2941
2942 * speedbar.el (speedbar-supported-extension-expressions):
2943 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2944
382c953b
JB
29452011-12-09 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * printing.el (pr-mode-alist):
2948 * simple.el (filter-buffer-substring-functions)
2949 (completion-list-insert-choice-function):
2950 * window.el (window-with-parameter, window-atom-root)
2951 (window-sides-slots, window-size-fixed, window-min-delta)
2952 (window-max-delta, window--resize-mini-window)
2953 (window--resize-child-windows-normal, window-tree)
2954 (delete-other-windows, quit-window, split-window)
2955 (display-buffer-record-window, special-display-buffer-names)
2956 (special-display-regexps, special-display-popup-frame)
2957 (same-window-p, split-window-sensibly)
2958 (display-buffer-overriding-action, display-buffer-alist)
2959 (display-buffer-base-action, display-buffer, switch-to-buffer)
2960 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2961 (fit-window-to-buffer, recenter-positions)
2962 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2963 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2964 and remove unneeded backslashes in docstrings.
2965
39c9faef
SM
29662011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2967
98449af8
SM
2968 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2969
39c9faef
SM
2970 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2971 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2972 end in ".mk".
2973 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2974 when reading the makefile (bug#10116).
2975
86ed9fdc
SM
29762011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2979 (bug#10116).
2980
5580f89d
GM
29812011-12-06 Glenn Morris <rgm@gnu.org>
2982
2983 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2984
28d3917c
CY
29852011-12-06 Chong Yidong <cyd@gnu.org>
2986
2987 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2988
a98edce9
JB
29892011-12-06 Juanma Barranquero <lekktu@gmail.com>
2990
2991 * textmodes/table.el (table-shorten-cell): Fix typo.
2992
e65adfac
CG
29932011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2994
2995 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2996
71cc0b74
EZ
29972011-12-05 Eli Zaretskii <eliz@gnu.org>
2998
2999 * descr-text.el (describe-char): Fix display of strong
3000 right-to-left characters and directional embeddings and overrides.
3001
3002 * simple.el (what-cursor-position): Fix display of codepoints of
3003 strong right-to-left characters.
3004
315bc30d
CY
30052011-12-05 Chong Yidong <cyd@gnu.org>
3006
3007 * faces.el (read-color): Doc fix.
3008
58a70b94
GM
30092011-12-05 Glenn Morris <rgm@gnu.org>
3010
3011 * align.el (align--set-marker): Add doc-string.
3012 Don't try to move something that is not a marker. (Bug#10216)
3013
5158face
GM
30142011-12-04 Glenn Morris <rgm@gnu.org>
3015
3016 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3017 overly zealous deletion of trailing whitespace.
3018
520fca41
JB
30192011-12-04 Juanma Barranquero <lekktu@gmail.com>
3020
3021 * server.el (server-delete-client): On Windows, do not try to delete
3022 the only terminal.
3023 (server-process-filter): On Windows, treat requests for a tty frame as
3024 if they were for a GUI frame if the running server is in GUI mode.
3025
5e605a2e
GM
30262011-12-03 Glenn Morris <rgm@gnu.org>
3027
3028 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3029
5c3fe83f
SM
30302011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3031
6f5e57e7
SM
3032 * electric.el: Streamline electric-indent's hook.
3033 (electric-indent-chars): Revert to simple list.
3034 (electric-indent-functions): New var.
3035 (electric-indent-post-self-insert-function): Use it.
3036
5c3fe83f
SM
3037 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3038 there's no inferior buffer (bug#10196).
3039 (prolog-consult-compile): Don't use toggle-read-only.
3040
6bdac736
MA
30412011-12-02 Michael Albinus <michael.albinus@gmx.de>
3042
3043 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3044 interrupt. (Bug#10187)
3045
6131ba7f
SM
30462011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3047
99c79fee
SM
3048 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3049 (bug#9160).
3050
6131ba7f
SM
3051 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3052 (bug#10191).
3053
cb0a02ea
JL
30542011-12-02 Juri Linkov <juri@jurta.org>
3055
3056 * info.el (Info-search): Display "end of manual" when Isearch
3057 reaches the end of single-file Info manual. (Bug#9918)
3058
66e0570c
EZ
30592011-12-02 Eli Zaretskii <eliz@gnu.org>
3060
3061 * isearch.el (isearch-message-prefix): Run the input method part
3062 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3063
02b16839
JL
30642011-12-02 Juri Linkov <juri@jurta.org>
3065
3066 * isearch.el (isearch-occur): Use `word-search-regexp' for
3067 `isearch-word'.
3068 (isearch-search-and-update): Add condition for `isearch-word' and
3069 call `word-search-regexp'. (Bug#10145)
3070
0b950688
GM
30712011-12-01 Glenn Morris <rgm@gnu.org>
3072
3073 * eshell/em-hist.el (eshell-hist-initialize):
3074 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3075 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3076
9505c3c7
SM
30772011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3080
1bbe96b2 30812011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3082
a1beca85
SM
3083 * progmodes/verilog-mode.el (verilog-pretty-expr):
3084 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3085 verilog, such as += *= and the like.
3086 (verilog-assignment-operator-re): Regular expression to find the
3087 assigment operator in a verilog assignment.
3088 (verilog-assignment-operation-re): Regular expression to find an
3089 assignment statement for pretty-expr.
3090 (verilog-in-attribute-p): Query returns true if point is in an
3091 attribute context; used to skip these for expression line up from
3092 pretty-expr.
3093 (verilog-in-parameter-p): Query returns true if point is in an
3094 parameter definition context; used to skip these for expression
3095 line up from pretty-expr.
3096 (verilog-in-parenthesis-p): Query returns true if point is in a
3097 parenthetical expression, specifically ( ) but not [ ] or { };
3098 used by pretty-expr.
3099 (verilog-just-one-space): If there is no space, don't add one.
3100 (verilog-get-lineup-indent-2): Specifically skip just attribute
3101 contexts for expression lineup, rather than skipping all
3102 parenthetical expressions.
3103 (verilog-calculate-indent): Fix comment, and fix indent.
3104 (verilog-do-indent): Indent declarations in lists (suggested by
3105 Joachim Lechner).
3106 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3107 skeleton items.
3108 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3109 by Alain Mellan).
3110
1bbe96b2 31112011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3112
3113 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3114 parameters with embedded comments. Reported by Ray Stevens.
3115 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3116 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3117 Reported by Tim Holt.
3118 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3119 instantiated by upper module causing wrong expansion until AUTOed a
3120 second time. Reported by K C Buckenmaier.
3121 (verilog-diff-auto): Fix showing .* as a difference when
3122 `verilog-auto-star-save' off. Reported by Dan Dever.
3123 (verilog-auto-reset, verilog-read-always-signals)
3124 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3125 temporary signals in reset list if
3126 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3127 style to each signal's assignment type, bug381.
3128 Reported by Thomas Esposito.
6288f0ca
WS
3129 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3130 (verilog-uvm-statement-re): Support UVM indentation and
3131 highlighting, with old OVM keywords only.
a1beca85 3132 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3133 Support AUTOTIEOFF creating non-wire data types.
3134 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3135 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3136 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3137 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3138 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3139 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3140 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3141 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3142 non-numeric vector width. Reported by Alex Reed.
3143 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3144 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3145 (verilog-auto-delete-trailing-whitespace):
3146 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3147 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3148 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3149 Fix verilog-scan-cache corruption when running user AUTO expansion
3150 hooks that call indentation routines.
3151 (verilog-simplify-range-expression): Fix typo ignoring lower case
3152 identifiers.
3153 (verilog-delete-auto): Fix delete-autos to also remove user created
3154 automatics, as long as they start with AUTO.
3155 (verilog-batch-diff-auto, verilog-diff-auto)
3156 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3157 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3158 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3159 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3160 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3161 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3162 is disabled and its cache will get corrupt, causing AUTOS not to
3163 expand. Instead use only -quick functions.
3164 (verilog-scan-region): Fix scanning over escaped quotes.
3165 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3166 (verilog-re-search-backward-quick)
3167 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3168 related functions now ignore strings, to fix misparsing of strings
3169 with magic comments embedded in them.
a1beca85
SM
3170 (verilog-read-auto-template):
3171 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3172 Reported by Brad Dobbie.
3173 (verilog-read-auto-template):
3174 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3175 Reported by Brad Dobbie.
6288f0ca
WS
3176 (verilog-auto-inst, verilog-auto-inst-param)
3177 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3178 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3179 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3180 debugging templates without merge conflicts, bug357.
3181 Reported by Brad Dobbie.
3182 (verilog-read-auto-template):
3183 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3184 Reported by Brad Dobbie.
3185 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3186 abbrevs so user won't be asked to save.
3187 (verilog-read-auto-lisp-present): Fix to start at beginning of
3188 buffer in case called outside of verilog-auto.
3189 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3190 to "X-2". Reported by Matthew Myers.
3191 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3192 all inputs from module templates. Reported by Leith Johnson.
3193 (verilog-module-inside-filename-p): Fix locating programs as with
3194 modules.
3195 (verilog-auto-inst-port): Fix vl-width expressions when using
3196 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3197 (verilog-decls-get-regs, verilog-decls-get-signals,
3198 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3199 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3200 verilog-read-decls): Combine reg and wire structures into one var
3201 structure to represent SystemVerilog concepts.
3202 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3203 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3204 (verilog-auto-wire-type, verilog-insert-definition):
3205 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3206 SystemVerilog "logic" keyword instead of "wire"/"reg".
3207 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3208 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3209 ifdef or generate if so there's not a driver conflict).
3210 Reported by Matthew Myers.
3211 (verilog-auto-declare-nettype, verilog-insert-definition):
3212 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3213 `default_nettype none. Reported by Julian Gorfajn.
3214 (verilog-read-always-signals-recurse, verilog-read-decls)
3215 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3216 malformed end statement, bug325. Reported by Joshua Wise and
3217 Andrew Drake.
3218 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3219 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3220 when expanding .* in interfaces, bug320.
3221 Reported by Pierre-David Pfister.
6288f0ca 3222 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3223 name and open parenthesis, bug317.
3224 Reported by Pierre-David Pfister.
6288f0ca
WS
3225 (verilog-simplify-range-expression): Fix simplification of
3226 multiplications inside AUTOWIRE connections, bug303.
3227 (verilog-auto-inst-port): Support parameter expansion in
3228 multidimensional arrays.
3229 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3230 after "assert property". Reported by Julian Gorfajn.
3231 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3232 with multiplication, bug303.
3233 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3234 Reported by Jan Frode Lonnum.
3235
1bbe96b2
GM
32362011-11-30 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3239 (hfy-shell-file-name, hfy-shell):
3240 * international/fontset.el (x-decompose-font-name): Fix typos.
3241
32422011-11-29 Ken Brown <kbrown@cornell.edu>
3243
3244 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3245 (gdb-version): Remove defvar.
3246 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3247 (gdb-gud-context-command, gdb-non-stop-handler)
3248 (gdb-current-context-command, gdb-stopped): Use it.
3249 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3250 (gdb-non-stop-handler): Don't enable pretty-printing here.
3251 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3252 non-stop mode. Use the following.
3253 (gdb-check-target-async): New defun.
3254 (gud-watch, gdb-stopped): Fix whitespace.
3255 (gdb-get-source-file): Don't try to display the source file if
3256 `gdb-main-file' is nil.
3257
32582011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * align.el: Try to generate fewer markers (bug#10047).
3261 (align--set-marker): New macro.
3262 (align-region): Use it.
3263
c935221f
SM
32642011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3267
e70b5064
CY
32682011-11-29 Chong Yidong <cyd@gnu.org>
3269
3270 * indent.el (indent-for-tab-command, indent-according-to-mode):
3271 Doc fix.
3272 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3273
f3af92b7
MA
32742011-11-29 Michael Albinus <michael.albinus@gmx.de>
3275
3276 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3277 aware of remote file names. (Bug#10124)
3278
ed472be9
CY
32792011-11-29 Chong Yidong <cyd@gnu.org>
3280
3281 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3282
24510c22
SM
32832011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * files.el (find-file): Don't use force-same-window (bug#10144).
3286 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3287 use pop-to-buffer if the selected window can't be used.
3288 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3289
c60c3703
EZ
32902011-11-28 Eli Zaretskii <eliz@gnu.org>
3291
3292 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3293 special-mode-map.
3294
e95def75
CY
32952011-11-28 Chong Yidong <cyd@gnu.org>
3296
3297 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3298
c3f1c606
NR
32992011-11-27 Nick Roberts <nickrob@snap.net.nz>
3300
3301 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3302 gdb-get-source-file-list on gdb-create-source-file-list.
3303
00db469c
EZ
33042011-11-26 Eli Zaretskii <eliz@gnu.org>
3305
3306 * whitespace.el (whitespace-newline): Use a different foreground
3307 color for 16-color light-background displays.
3308
4ad3bc2a
CY
33092011-11-24 Chong Yidong <cyd@gnu.org>
3310
3311 * window.el (display-buffer--special-action): Doc fix.
3312
e9fce1ac
JB
33132011-11-25 Juanma Barranquero <lekktu@gmail.com>
3314
3315 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3316 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3317 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3318 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3319 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3320 (avl-tree-stack-first):
3321 * emacs-lisp/cconv.el (cconv--analyse-use):
3322 * net/gnutls.el (gnutls-negotiate): Fix typos.
3323
cb825e5d
GM
33242011-11-24 Glenn Morris <rgm@gnu.org>
3325
3adbe224
GM
3326 * lpr.el (lpr-windows-system, lpr-lp-system):
3327 * mail/binhex.el (binhex-begin-line):
3328 * progmodes/grep.el (grep-history, grep-find-history):
3329 * textmodes/flyspell.el:
3330 * vc/pcvs-defs.el (cvs-global-menu):
3331 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3332 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3333 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3334
321decc8
GM
3335 * net/tls.el: Fix case of "GnuTLS".
3336
420b63ad
GM
3337 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3338
cb825e5d
GM
3339 * version.el (emacs-build-system): Give it a doc-string.
3340
a0649f08
JL
33412011-11-24 Juri Linkov <juri@jurta.org>
3342
3343 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3344
c0bc0fd4
GM
33452011-11-24 Glenn Morris <rgm@gnu.org>
3346
3347 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3348 if called on a non-mime message just toggle the headers. (Bug#8006)
3349
20db1522
JB
33502011-11-24 Juanma Barranquero <lekktu@gmail.com>
3351
3352 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3353 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3354 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3355 (allout-rebullet-heading, allout-open-sibtopic)
3356 (allout-toggle-current-subtree-encryption)
3357 (allout-toggle-subtree-encryption, allout-encrypt-string)
3358 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3359 (allout-distinctive-bullets-string, allout-auto-activation):
3360 * window.el (window-normalize-buffer-to-display):
3361 * progmodes/verilog-mode.el (verilog-batch-indent):
3362 * textmodes/bibtex.el (bibtex-field-braces-opt)
3363 (bibtex-field-strings-opt):
3364 * vc/cvs-status.el (cvs-tree-merge):
3365 Fix typos.
3366
7262a87c
MA
33672011-11-23 Michael Albinus <michael.albinus@gmx.de>
3368
3369 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3370 `non-essential' to t, in order to avoid remote connections.
3371
283430a1
EZ
33722011-11-23 Eli Zaretskii <eliz@gnu.org>
3373
a1beca85
SM
3374 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3375 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3376 case-insensitively.
3377
d2992a38
ML
33782011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3379
3380 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3381
50419064
GM
33822011-11-23 Glenn Morris <rgm@gnu.org>
3383
da94eca1
GM
3384 * paths.el (rmail-file-name): Reformat the doc-string so that it
3385 is picked up.
3386
9aac4de2
GM
3387 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3388 (rmail-auto-file): Ignore case in the "special" field names,
3389 as mail-fetch-field does for all others.
3390
8038d2d2
GM
3391 * mail/rmail.el (rmail-forward):
3392 * mail/rmailkwd.el (rmail-set-label):
3393 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3394 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3395
f3fe222a
GM
3396 * mail/rmail.el (rmail-current-message): Doc fix.
3397
50419064
GM
3398 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3399
28109f49
SM
34002011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3403
394c65f1
GM
34042011-11-22 Glenn Morris <rgm@gnu.org>
3405
3406 * mail/rmailmm.el (test-rmail-mime-handler)
3407 (test-rmail-mime-bulk-handler)
3408 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3409
f2a0aa3a
JL
34102011-11-21 Juri Linkov <juri@jurta.org>
3411
1154d12e
JB
3412 * calc/calc.el (calc-read-key-sequence):
3413 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3414
9c34a344
LMI
34152011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3416
3417 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3418 Tell the caller that the next line needs recomputation, even
3419 though it doesn't start a sexp (bug#10094).
3420
f04a3be9
SM
34212011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3424
7978747f
SM
34252011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3426
f04a3be9
SM
3427 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3428 Use force-same-window.
7978747f 3429
fe7a3057
JB
34302011-11-20 Juanma Barranquero <lekktu@gmail.com>
3431
3432 * descr-text.el (describe-char-unicode-data):
3433 * json.el (json-string-escape):
3434 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3435 (Footnote-unicode, Footnote-style-p):
3436 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3437
24901d61
CY
34382011-11-20 Chong Yidong <cyd@gnu.org>
3439
3440 * window.el (replace-buffer-in-windows): Restore interactive spec.
3441
bac7ff22
SM
34422011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3443
24f3d7b9
SM
3444 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3445
bac7ff22
SM
3446 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3447 (byte-compile-global-not-obsolete-vars): New var.
3448 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3449 Use it.
3450 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3451
cd1181db
JB
34522011-11-20 Juanma Barranquero <lekktu@gmail.com>
3453
3454 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3455 * progmodes/pascal.el (electric-pascal-equal):
3456 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3457 * xml.el (xml-substitute-special): Fix typos.
3458
7fb18e9e
GM
34592011-11-20 Glenn Morris <rgm@gnu.org>
3460
3461 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3462 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3463 Doc fixes.
3464 (rmail-decode-mime-charset): Mark as obsolete.
3465
3466 * mail/rmailsum.el (rmail-message-regexp-p-1):
3467 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3468 Before using mime functions, check they are set. (Bug#10077)
3469
d5a6b3ba
JL
34702011-11-19 Juri Linkov <juri@jurta.org>
3471
3472 * info.el (Info-finder-find-node): Use `package--builtins' instead
3473 of `package-alist'. Use node names formed by the pattern "Keyword "
3474 and the keyword name.
3475
e981b61f
AS
34762011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3477
1d00653d 3478 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3479
3ffbc301
JL
34802011-11-19 Juri Linkov <juri@jurta.org>
3481
3482 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3483 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3484 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3485 `old-history', `old-history-forward'. Add let-binding
3486 `window-selected'. Remove calls to `kill-buffer',
3487 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3488 before calling `Info-find-node', so `Info-find-node-2' will reread
3489 the Info file. Restore window positions only when `window-selected'
3490 is non-nil.
3491
30c62133
JL
34922011-11-19 Juri Linkov <juri@jurta.org>
3493
3494 * isearch.el (isearch-lazy-highlight-new-loop):
3495 Remove condition `(not isearch-error)'. (Bug#9918)
3496
3497 * misearch.el (multi-isearch-search-fun): Add condition
3498 `(not bound)' to ignore lazy-highlighting search.
3499 Add the search-failed message "end of multi" when the end of
3500 multi-sequence is reached. Uncapitalize the search-failed
3501 message "Repeat for next buffer".
3502
3503 * info.el (Info-search): Add the search-failed message
3504 "end of the manual" when the end of the manual is reached
3505 in Isearch mode.
3506
645ca9cf
JL
35072011-11-19 Juri Linkov <juri@jurta.org>
3508
3509 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3510 Use non-destructive `remove' instead of `delete' because
3511 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3512 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3513
df754f66
JL
35142011-11-19 Juri Linkov <juri@jurta.org>
3515
3516 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3517 to nil instead of binding `search-ring' and `regexp-search-ring'.
3518 (Bug#9185)
3519
0e23d96a
EZ
35202011-11-19 Eli Zaretskii <eliz@gnu.org>
3521
3522 * simple.el (line-move): Force movement by logical lines for any
3523 hscrolled window, not only when auto-hscroll-mode is on.
3524 (line-move-visual): Update doc string to that effect. (Bug#10076)
3525
8a6ccb66
AS
35262011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3527
3528 * language/european.el (macintosh): Define as alias for mac-roman.
3529
49ae5b39
EZ
35302011-11-19 Eli Zaretskii <eliz@gnu.org>
3531
3532 * mail/rmailmm.el (rmail-mime-display-header)
3533 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3534 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3535 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3536 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3537 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3538 of a raw aref.
3539 (rmail-mime-entity-segment): To get past the tagline, move forward
3540 2 more lines, to account for the 2 empty lines that precede and
3541 follow the line with the buttons.
3542 (rmail-mime-update-tagline): Move one more line, to get past the
3543 empty line that follows the buttons in the tagline. (Bug#9520)
3544
c56cad4a
MR
35452011-11-19 Martin Rudalics <rudalics@gmx.at>
3546
3547 * window.el (window-max-delta-1, window-min-delta-1)
3548 (window-min-size-1, window-state-get-1, window-state-put-1)
3549 (window-state-put-2): Use "window--" prefix.
3550
cbe71af3
SM
35512011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3552
2ad52c60
SM
3553 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3554 (smie-warning-count): New var.
3555 (smie-set-prec2tab): Use it.
3556 (smie-bnf->prec2): Improve warnings. Add docstring.
3557 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3558 (smie-bnf--set-class): New function.
3559 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3560 corner case.
3561
6944dbc1
SM
3562 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3563 (compilation-error-properties, compilation-move-to-column):
3564 Handle compilation-first-column while in the target buffer.
3565
c400c4d7
SM
3566 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3567 Don't hardcode point-min==1.
3568
6dbe3e96
SM
3569 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3570 (eshell-rewrite-for-command): Remove workaround.
3571 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3572 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3573 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3574
cbe71af3
SM
3575 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3576
a8e1496d
GM
35772011-11-17 Glenn Morris <rgm@gnu.org>
3578
3579 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3580 Ignore buffer-local generated-autoload-file if it is the same
3581 as the global value. (Bug#10049)
3582
df85d315
JB
35832011-11-17 Juanma Barranquero <lekktu@gmail.com>
3584
3585 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3586 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3587 (reftex-toc-previous-heading, reftex-toc-max-level)
3588 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3589 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3590 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3591 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3592 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3593 (reftex-toc-rename-label, reftex-toc-visit-location)
3594 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3595 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3596 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3597 leaving "*toc*" only for references to the buffer.
3598
a0c2d0ae
MR
35992011-11-17 Martin Rudalics <rudalics@gmx.at>
3600
3601 * window.el (window-resize, delete-window, split-window):
3602 Replace window-splits by window-combination-resize.
1d00653d 3603 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3604
35c0bac8
GM
36052011-11-17 Glenn Morris <rgm@gnu.org>
3606
3607 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3608 Make bash entry derive from sh entry, not shell entry.
3609
d0c8fc8a
MA
36102011-11-16 Michael Albinus <michael.albinus@gmx.de>
3611
d0c8fc8a
MA
3612 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3613 properties of linked files. (Bug#9879)
3614
7262a87c
MA
3615 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3616 local file name.
3617
7877f373
JB
36182011-11-16 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * menu-bar.el (menu-bar-file-menu):
3621 * printing.el (pr-ps-utility):
3622 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3623 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3624 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3625 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3626 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3627 (icalendar--convert-cyclic-to-ical)
3628 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3629 (icalendar--convert-ical-to-diary)
3630 (icalendar--convert-recurring-to-diary)
3631 (icalendar--convert-non-recurring-all-day-to-diary)
3632 (icalendar-import-format-sample):
3633 * progmodes/idlw-shell.el (idlwave-shell-mode):
3634 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3635 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3636 (vhdl-ps-print-init): Fix typos.
3637
10649b82
KM
36382011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3639
9d0cfcd6
GM
3640 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3641 FSF and collapse date sequence, obscure author/maintainer email address
3642 better, remove extra version line, track relocation of author's webpage.
10649b82 3643
9d0cfcd6
GM
3644 * progmodes/python.el (python-pdbtrack-input-prompt)
3645 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3646 regular python pdb prompts. Adjustments shamelessly taken exactly as
3647 suggested in EmacsWiki page (tiny change):
3648 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3649
58179cce
JB
36502011-11-16 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * expand.el (expand-pos, expand-index, expand-point):
3653 Remove redundant info from docstring.
3654 (expand-add-abbrevs): Doc fix.
3655 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3656 (expand-sample-perl-mode-expand-list): Fix typos.
3657
3658 * net/dbus.el (dbus-event-member-name):
3659 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3660 * term/pc-win.el (msdos-create-frame-with-faces):
3661 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3662
b6f67890
MR
36632011-11-16 Martin Rudalics <rudalics@gmx.at>
3664
3665 * window.el (split-window, window-state-get-1)
3666 (window-state-put-1, window-state-put-2): Rename occurrences of
3667 window-nest to window-combination-limit.
1d00653d 3668 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3669
ce7ddba0
CY
36702011-11-16 Chong Yidong <cyd@gnu.org>
3671
3672 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3673 regexp (Bug#10033).
3674
3ae704f4
SM
36752011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3678 `completing-read' will remove *Completions* and will preserve
3679 current-buffer for us.
3680 (tmm-add-prompt): Users of *Completions* will always (re)set its
3681 major mode.
3682 (tmm-old-comp-map): Remove.
3683
6ad1cdde
GM
36842011-11-16 Glenn Morris <rgm@gnu.org>
3685
3686 * mail/rmailedit.el: Require rmailmm when compiling.
3687 (rmail-old-mime-state): New declaration.
3688 (rmail-edit-current-message): If editing a mime message,
3689 edit the "raw" message from the mbox buffer.
3690 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3691
d20faa20
GM
36922011-11-15 Glenn Morris <rgm@gnu.org>
3693
3694 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3695 which wasn't being used. Add optional arg to force given state.
3696 (rmail-mime): Add optional arg to force given state.
3697
c7015153
JB
36982011-11-15 Juanma Barranquero <lekktu@gmail.com>
3699
3700 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3701 * frame.el (display-mm-dimensions-alist):
3702 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3703 (outline-move-subtree-down):
3704 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3705 (newsticker--treeview-do-get-node):
3706 * net/quickurl.el (quickurl-list-buffer-name):
3707 * progmodes/dcl-mode.el (dcl-mode):
3708 * progmodes/gdb-mi.el (gdb-mapcar*):
3709 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3710
45261b50
GM
37112011-11-15 Glenn Morris <rgm@gnu.org>
3712
3713 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3714 in a boolean sense, so just make it a boolean, and fix the doc.
3715 (rmail-show-mime-function, rmail-mime-feature)
3716 (rmail-require-mime-maybe): Doc fixes.
3717 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3718
3719 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3720
0d26e0b6
JB
37212011-11-15 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3724 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3725 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3726 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3727
447f30f6
GM
37282011-11-15 Glenn Morris <rgm@gnu.org>
3729
672b871d
GM
3730 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3731 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3732 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3733 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3734 (rmail-mime, rmail-show-mime): Doc fixes.
3735
f6aa5bb1
GM
3736 * term/ns-win.el (mode-line-frame-identification):
3737 Leave it alone. (Bug#10051)
3738
947cd66b
GM
3739 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3740
447f30f6
GM
3741 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3742 Handle empty buffers. (Bug#9978)
3743
0b381c7e
JB
37442011-11-14 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * international/mule.el (define-charset):
3747 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3748 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3749 * progmodes/verilog-mode.el (verilog-backward-token):
3750 * textmodes/ispell.el (lookup-words):
3751 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3752
71e027ac
GM
37532011-11-14 Glenn Morris <rgm@gnu.org>
3754
56632ce4
GM
3755 * progmodes/executable.el
3756 (executable-make-buffer-file-executable-if-script-p):
3757 Handle file-modes returning nil.
3758
40500957
GM
3759 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3760 message - not necessary, and causes problems. (Bug#9831)
3761
071c2340
GM
3762 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3763
d3cfca60
GM
3764 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3765
71e027ac
GM
3766 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3767 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3768 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3769
89d61221
MR
37702011-11-12 Martin Rudalics <rudalics@gmx.at>
3771
3772 * window.el (window-resize, delete-window): Use window-splits
3773 variable instead of function.
3774 (window-state-get-1, window-state-put-2, window-state-put):
3775 Don't deal with windows' splits status.
3776
98282f6f
GM
37772011-11-12 Glenn Morris <rgm@gnu.org>
3778
3779 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3780 (apropos-documentation): Doc fixes.
3781
40a8bdf6
JB
37822011-11-11 Juanma Barranquero <lekktu@gmail.com>
3783
3784 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3785 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3786
65bd19ff
SM
37872011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * electric.el (electric-indent-post-self-insert-function): Make it
3790 possible for a char to only indent in some circumstances.
3791 (electric-indent-mode): Simplify.
3792
54f9154c
MR
37932011-11-11 Martin Rudalics <rudalics@gmx.at>
3794
3795 * window.el (windows-with-parameter): Remove unused function.
3796 (windows-at-side): Rename to window-at-side-list.
3797 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3798 (window-side-check, window-size-ignore, window-size-fixed-1)
3799 (window-in-direction-2): Prefix with "window--".
3800 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3801
68cbc58b
GM
38022011-11-11 Glenn Morris <rgm@gnu.org>
3803
3804 * subr.el (eval-after-load): If FILE is already loaded,
3805 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3806
b2621720
GM
38072011-11-10 Glenn Morris <rgm@gnu.org>
3808
9a4de110
GM
3809 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3810 Call svn via vc-svn-command rather than vc-do-command.
3811 (vc-svn-command): Add --non-interactive. (Bug#9993)
3812 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3813
b2621720
GM
3814 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3815 Add toggle-read-only. (Bug#7292)
3816 * files.el (toggle-read-only): Mention that it should only
3817 be used interactively. (Bug#10006)
3818
1dce7193
SM
38192011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3820
d9ac1a1e
SM
3821 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3822 Adjust regexp for OCaml warnings.
3823
0c325082
SM
3824 * electric.el (electric-pair-post-self-insert-function): Let user
3825 turn it off buffer-locally (bug#9932).
3826
90132c14
SM
3827 * progmodes/python.el (python-beginning-of-statement):
3828 Rewrite (bug#2703).
3829
1dce7193
SM
3830 * progmodes/compile.el: Better handle TABs (bug#9749).
3831 (compilation-internal-error-properties)
3832 (compilation-next-error-function): Obey the target buffer's
3833 compilation-error-screen-columns.
3834
c4e7c63a
JB
38352011-11-09 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * progmodes/meta-mode.el: Remove obsolete comments.
3838 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3839 Fix typos in docstrings.
3840
2cffd681
MR
38412011-11-09 Martin Rudalics <rudalics@gmx.at>
3842
3843 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3844 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3845 (window--resizable): New function. Make all callers of
3846 window-resizable call window--resizable instead.
3847 (window-resizable): Rewrite in terms of window--resizable.
3848
0edcba87
GM
38492011-11-08 Glenn Morris <rgm@gnu.org>
3850
3851 * progmodes/delphi.el (delphi-mode-syntax-table):
3852 Let define-derived-mode define a proper syntax table. (Bug#9994)
3853
4b0d61e3
SM
38542011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * window.el: Stay away from defsubst.
3857 (window-list-no-nils): Remove.
3858 (window-state-get-1, window-state-get): Use backquote instead.
3859
cd394be1 38602011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3861
4b0d61e3 3862 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3863 Fix incorrect use of default argument in `completing-read'.
3864
e1c2c6f2
MR
38652011-11-08 Martin Rudalics <rudalics@gmx.at>
3866
3867 * window.el (display-buffer-function, special-display-function):
3868 Mention display-buffer-record-window but do not mention
3869 help-setup parameter in doc-strings.
b3f4a882 3870 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3871
105216ed
CY
38722011-11-08 Chong Yidong <cyd@gnu.org>
3873
3874 * window.el (window-total-height, window-total-width): Doc fix.
3875 (window-body-size): Move from C.
3876 (window-body-height, window-body-width): Move to C.
3877
0a9f9ab5
SM
38782011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * window.el: Make special-display like display-buffer-alist (bug#9532).
3881 (display-buffer--special-action): New function, morphed
3882 from display-buffer--special.
3883 (display-buffer): Use it to handle special-display-buffers at higher
3884 priority (just after display-buffer-alist).
3885 (display-buffer-fallback-action, display-buffer--other-frame-action)
3886 (pop-to-buffer-same-window): Remove display-buffer--special.
3887
a769dd15
GM
38882011-11-07 Glenn Morris <rgm@gnu.org>
3889
3890 * calendar/cal-menu.el (cal-menu-set-date-title):
3891 Do nothing if not in a calendar. (Bug#9976)
3892
05a61ee3
SM
38932011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * files.el (find-file): Always use selected-window.
3896
be7f5545
MR
38972011-11-07 Martin Rudalics <rudalics@gmx.at>
3898
3899 * window.el (window-combinations): Make WINDOW argument
3900 mandatory. Rewrite doc-string.
3901 (walk-window-subtree, window-atom-check, window-min-delta)
3902 (window-max-delta, window--resize-this-window)
3903 (window--resize-root-window-vertically, window-tree)
3904 (balance-windows, window-state-put): Rewrite doc-strings as to
3905 not mention the term "subwindow".
3906 (window--resize-subwindows-skip-p): Rename to
3907 window--resize-child-windows-skip-p.
3908 (window--resize-subwindows-normal): Rename to
3909 window--resize-child-windows-normal.
3910 (window--resize-subwindows): Rename to
3911 window--resize-child-windows.
3912 (window-or-subwindow-p): Rename to window--in-subtree-p.
3913
3c6702ef
ML
39142011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3915
3916 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3917 Ensure that mbox format messages end in two newlines (Bug#9974).
3918
49745b39
CY
39192011-11-06 Chong Yidong <cyd@gnu.org>
3920
3921 * window.el (window-combination-p): Function deleted; its
3922 side-effect is not used in any existing code.
3923 (window-combinations, window-combined-p): Call window-*-child
3924 directly.
3925
24300f5f
CY
39262011-11-05 Chong Yidong <cyd@gnu.org>
3927
3928 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3929 (window-size-ignore, window-state-get): Callers changed.
3930 (window-normalize-window): Rename from window-normalize-any-window.
3931 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3932 (window-normalize-live-window): Delete.
447f16b8
CY
3933 (window-combination-p, window-combined-p, window-combinations)
3934 (walk-window-subtree, window-atom-root, window-min-size)
3935 (window-sizable, window-sizable-p, window-size-fixed-p)
3936 (window-min-delta, window-max-delta, window-resizable)
3937 (window-resizable-p, window-full-height-p, window-full-width-p)
3938 (window-current-scroll-bars, window-point-1, set-window-point-1)
3939 (window-at-side-p, window-in-direction, window-resize)
3940 (adjust-window-trailing-edge, maximize-window, minimize-window)
3941 (window-deletable-p, delete-window, delete-other-windows)
3942 (record-window-buffer, unrecord-window-buffer)
3943 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3944 (quit-window, split-window, window-state-put)
3945 (set-window-text-height, fit-window-to-buffer)
3946 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3947
89bd5ee1
EZ
39482011-11-04 Eli Zaretskii <eliz@gnu.org>
3949
53479029
EZ
3950 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3951 rfc2047-decode-string.
3952 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3953 warnings.
3954
89bd5ee1
EZ
3955 * window.el (window-body-height, window-body-width): Mention in
3956 the doc string that the return values are in frame's canonical
3957 units. (Bug#9949)
3958
bd17fdee
AM
39592011-11-03 Alan Mackenzie <acm@muc.de>
3960
3961 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3962 change in cc-engine.el.
3963
acc825c5
SM
39642011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3967
1885e5b8
MR
39682011-11-02 Martin Rudalics <rudalics@gmx.at>
3969
3970 * window.el (quit-window): Call unrecord-window-buffer after
3971 showing another buffer in the window. (Bug#9937)
acc825c5 3972 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3973
ebe06da9
JB
39742011-11-02 Juanma Barranquero <lekktu@gmail.com>
3975
3976 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3977 Accept status with more than 9 shelves. (Bug#9935)
3978 Reported by Colin D Bennett <colin@gibibit.com>.
3979
4ee88440
MR
39802011-11-01 Martin Rudalics <rudalics@gmx.at>
3981
3982 * help.el (with-help-window): Don't reference
3983 temp-buffer-show-specifiers in doc-string.
3984
08e1d82c
AS
39852011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3986
3987 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3988 menu-item.
3989
84bd6e9e
VJL
39902011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3991
3992 * whitespace.el: New version 13.2.2.
3993 (whitespace-newline-mode): Disable properly. Reported by Sarah
3994 <EmacsWiki>.
3995
dba0634a
UJ
39962011-10-30 Ulf Jasper <ulf.jasper@web.de>
3997
3998 * net/newst-treeview.el: Remove "Time-stamp".
3999 (newsticker--group-manage-orphan-feeds): Do not call
4000 newsticker--treeview-tree-update.
db22a3c2
JB
4001 (newsticker-treeview-update, newsticker-treeview):
4002 Call newsticker--treeview-tree-update if necessary.
dba0634a 4003
3d8daefe
MR
40042011-10-30 Martin Rudalics <rudalics@gmx.at>
4005
4006 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4007 (window-iso-combinations): Remove "iso-" infix.
4008 Suggested by Chong Yidong.
3d8daefe
MR
4009 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4010 (window-max-delta-1, window-resize, window--resize-siblings)
4011 (window--resize-this-window, adjust-window-trailing-edge)
4012 (split-window, balance-windows-1)
4013 (shrink-window-if-larger-than-buffer):
4014 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4015 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4016
1bc4c3ae
SM
40172011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4020 in place (bug#9907).
4021 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4022 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4023 (eshell-structure-basic-command, eshell-rewrite-while-command)
4024 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4025 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4026 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4027 (eshell-do-pipelines-synchronously, eshell-eval-command):
4028 Use backquotes and prefer setq to set.
4029 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4030 (eshell-macrop): Use functionp.
c1e2f5fa 4031 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4032
30b65d9c
CY
40332011-10-30 Chong Yidong <cyd@gnu.org>
4034
4035 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4036 instead of set-mark (Bug#9810).
4037
2d197ffb
CY
40382011-10-30 Chong Yidong <cyd@gnu.org>
4039
4040 * window.el (split-window-below, split-window-right): Rename from
4041 split-window-above-each-other and split-window-side-by-side
4042 respectively. All callers changed.
4043 (split-window-sensibly, split-window-sensibly): Use them.
4044 (split-window-keep-point): Doc fix.
4045
4046 * isearch.el: Add isearch-scroll property to split-window-below
4047 and split-window-right.
4048
4049 * follow.el (follow-mode):
4050 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4051 * progmodes/ada-xref.el (ada-gdb-application):
4052 * emulation/vip.el (vip-buffer-in-two-windows):
4053 * image-dired.el (image-dired-dired-with-window-configuration):
4054 * dired-x.el (dired-do-find-marked-files):
4055 * dired.el (dired-pop-to-buffer):
4056 * bs.el (bs--show-with-configuration):
4057 * vc/emerge.el (emerge-setup-windows):
4058 * textmodes/two-column.el (2C-two-columns):
4059 * textmodes/reftex-toc.el (reftex-toc):
4060 * progmodes/gdb-mi.el (gdb-setup-windows):
4061 * progmodes/fortran.el (fortran-window-create):
4062 * net/newst-treeview.el (newsticker--treeview-window-init):
4063 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4064 * emulation/tpu-edt.el (tpu-gold-map):
4065 * emulation/crisp.el (crisp-mode-map):
4066 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4067
38bb2ca8
CY
40682011-10-29 Chong Yidong <cyd@gnu.org>
4069
aa4de341
CY
4070 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4071
e1eb5385
CY
4072 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4073
5d2ece3c
CY
4074 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4075 forged Ispell output (Bug#7904).
4076
38bb2ca8
CY
4077 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4078
d0af9f77
SM
40792011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * doc-view.el: Avoid ugly errors about not finding nil.
4082 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4083 (doc-view-dvipdf-program, doc-view-unoconv-program)
4084 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4085 Avoid nil or absolute file name as default value.
4086 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4087
52bedd34
AM
40882011-10-28 Alan Mackenzie <acm@muc.de>
4089
db22a3c2 4090 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4091
7e43cfa5
AM
40922011-10-28 Alan Mackenzie <acm@muc.de>
4093
4094 Amend the handling of c-beginning/end-of-defun in nested declaration
4095 scopes.
4096
52bedd34
AM
4097 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4098 cc-langs.el. Change it to a defcustom.
7e43cfa5 4099
52bedd34
AM
4100 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4101 cc-vars.el.
7e43cfa5 4102
d0af9f77
SM
4103 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4104 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4105
52bedd34 4106 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4107 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4108 (c-widen-to-enclosing-decl-scope): New function.
4109 (c-while-widening-to-decl-block): New macro.
4110 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4111 outward for defun boundaries, and correspondingly change symbol
4112 `respect-enclosure' to `go-outward'.
4113 (c-declaration-limits): Change algorithm to report only the "innermost"
4114 defun's boundaries.
4115
1a2ce9ee
DD
41162011-10-28 Deniz Dogan <deniz@dogan.se>
4117
4118 * net/rcirc.el (rcirc-mode): Use hard newlines.
4119
bc97a826
AM
41202011-10-28 Alan Mackenzie <acm@muc.de>
4121
4122 Amend to indent and fontify macros "which include their own semicolon"
4123 correctly, using the "virtual semicolon" mechanism.
4124
52bedd34 4125 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4126
d0af9f77 4127 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4128 Recode to scan one line at a time rather than having \n and \r
58179cce 4129 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4130 (c-forward-label): Amend for virtual semicolons.
58179cce 4131 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4132
52bedd34
AM
4133 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4134 of the new C macros.
bc97a826 4135
52bedd34 4136 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4137 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4138 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4139 (c-opt-cpp-macro-define): Make into a full language variable.
4140 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4141 AWK Mode (including \n, \r) removed, no longer needed.
4142
d0af9f77
SM
4143 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4144 Invoke c-make-macro-with-semi-re.
bc97a826 4145
52bedd34
AM
4146 * progmodes/cc-vars.el (c-macro-with-semi-re):
4147 (c-macro-names-with-semicolon): New variables.
58179cce 4148 (c-make-macro-with-semi-re): New function.
bc97a826 4149
7a6c0941
SM
41502011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * vc/log-edit.el: Fill empty field rather than adding new one.
4153 (log-edit-add-field): New function.
4154 (log-edit-insert-changelog): Use it.
4155
b0c4cdcf
ML
41562011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4157
4158 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4159
ee1f1da9
SM
41602011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4163 (gdb--check-interpreter): New function.
4164 (gdb): Use it.
4165
51bc5f8b
GM
41662011-10-27 Glenn Morris <rgm@gnu.org>
4167
416a2c45
GM
4168 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4169 (least-positive-float, least-negative-float)
4170 (least-positive-normalized-float, least-negative-normalized-float)
4171 (float-epsilon, float-negative-epsilon):
4172 Remove unnecessary declarations.
4173
4174 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4175 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4176 (least-positive-float, least-negative-float)
4177 (least-positive-normalized-float, least-negative-normalized-float)
4178 (float-epsilon, float-negative-epsilon): Add doc-strings,
4179 based on those in cl.texi.
4180
51bc5f8b
GM
4181 * files.el (set-visited-file-name): If the major-mode changed,
4182 reload the local variables. (Bug#9796)
4183
15de15c6
CY
41842011-10-27 Chong Yidong <cyd@gnu.org>
4185
4186 * subr.el (change-major-mode-after-body-hook): New hook.
4187 (run-mode-hooks): Run it.
4188
ee1f1da9
SM
4189 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4190 Use change-major-mode-before-body-hook.
15de15c6
CY
4191
4192 * simple.el (fundamental-mode):
4193 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4194 change introducing fundamental-mode-hook.
4195
5430d399
JB
41962011-10-26 Juanma Barranquero <lekktu@gmail.com>
4197
acc825c5 4198 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4199
ad74a69e
MA
42002011-10-26 Michael Albinus <michael.albinus@gmx.de>
4201
4202 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4203 tramp.el explicitly. (Bug#7583)
ad74a69e 4204
71d4c2a5
SM
42052011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * progmodes/octave-mod.el:
4208 * progmodes/octave-inf.el: Update maintainer.
4209
b1f6fa26
CY
42102011-10-26 Chong Yidong <cyd@gnu.org>
4211
4212 * subr.el (with-wrapper-hook): Rewrite doc.
4213
3f04efd6
MA
42142011-10-25 Michael Albinus <michael.albinus@gmx.de>
4215
4216 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4217 filenames "/method:foo:". (Bug#9793)
3f04efd6 4218
410488d3
SM
42192011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4222 (bug#9865).
4223
c1ebb47e
GM
42242011-10-24 Glenn Morris <rgm@gnu.org>
4225
4226 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4227
7f5c46c7
MA
42282011-10-24 Michael Albinus <michael.albinus@gmx.de>
4229
4230 * notifications.el: Add the requirement of a running D-Bus session
4231 bus to the Commentary.
4232
db2440b6
JL
42332011-10-24 Juri Linkov <juri@jurta.org>
4234
4235 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4236 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4237 (Bug#9364)
4238
feecf435
JL
42392011-10-24 Juri Linkov <juri@jurta.org>
4240
4241 * info.el (Info-following-node-name-re): Add newline to the list
4242 of allowed characters for leading space. (Bug#9824)
4243
a3839de2
SM
42442011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4245
acc825c5
SM
4246 * progmodes/octave-inf.el (inferior-octave-mode-map):
4247 Fix C-c C-h binding.
a3839de2
SM
4248 * progmodes/octave-mod.el (octave-help): Remove.
4249
09388e76
MA
42502011-10-23 Michael Albinus <michael.albinus@gmx.de>
4251
4252 Sync with Tramp 2.2.3.
4253
4254 * net/tramp-cache.el (top): Pacify byte-compiler using
4255 `init-file-user' and `site-run-file'.
4256
4257 * net/trampver.el: Update release number.
4258
86c60681
CY
42592011-10-23 Chong Yidong <cyd@gnu.org>
4260
4261 * files.el (toggle-read-only): Remove obsolete comment about
4262 version control.
4263
4264 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4265 for toggle-read-only. Note that this hasn't called vc-next-action
4266 since 2008-05-02, though it wasn't documented at the time.
4267
a3839de2
SM
4268 * vc/ediff-init.el (ediff-toggle-read-only-function):
4269 Use toggle-read-only.
86c60681 4270
cd5495ff
AM
42712011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4272
4273 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4274 of c-parse-state.
4275
00b77525 4276 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4277 correct faulty logical expression.
cd5495ff
AM
4278 (c-parse-state-state, c-record-parse-state-state):
4279 (c-replay-parse-state-state): New defvar/defuns.
4280 (c-debug-parse-state): Use new functions.
4281
42ee24ed
MR
42822011-10-22 Martin Rudalics <rudalics@gmx.at>
4283
4284 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4285 last fix. Use window-in-direction correctly.
42ee24ed 4286
a7dee7e7
CY
42872011-10-21 Chong Yidong <cyd@gnu.org>
4288
4289 * progmodes/idlwave.el (idlwave-mode):
4290 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4291 require-final-newline; that's done in prog-mode.
4292 Suggested by Stefan Monnier.
a7dee7e7 4293
e07b9a6d
MR
42942011-10-21 Martin Rudalics <rudalics@gmx.at>
4295
4296 * mouse.el (mouse-drag-window-above)
4297 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4298 (mouse-drag-mode-line-1, mouse-drag-header-line)
4299 (mouse-drag-vertical-line-rightward-window): Remove.
4300 (mouse-drag-line): New function.
4301 (mouse-drag-mode-line, mouse-drag-header-line)
4302 (mouse-drag-vertical-line): Call mouse-drag-line.
4303 * window.el (window-at-side-p, windows-at-side): New functions.
4304
7e1361d9
UM
43052011-10-21 Ulrich Mueller <ulm@gentoo.org>
4306
4307 * tar-mode.el (tar-grind-file-mode):
4308 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4309
30fcaf3a
CY
43102011-10-21 Chong Yidong <cyd@gnu.org>
4311
4312 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4313 * progmodes/vera-mode.el (vera-mode):
4314 Use mode-require-final-newline.
30fcaf3a 4315
516eddb0
GM
43162011-10-20 Glenn Morris <rgm@gnu.org>
4317
db22a3c2 4318 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4319
10d5f513
CS
43202011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4321
4322 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4323
ac6c8639
CY
43242011-10-20 Chong Yidong <cyd@gnu.org>
4325
4326 * emulation/cua-base.el (cua-mode):
4327 * mail/footnote.el (footnote-mode):
4328 * mail/mailabbrev.el (mail-abbrevs-mode):
4329 * net/xesam.el (xesam-minor-mode):
4330 * progmodes/bug-reference.el (bug-reference-mode):
4331 * progmodes/cap-words.el (capitalized-words-mode):
4332 * progmodes/compile.el (compilation-minor-mode)
4333 (compilation-shell-minor-mode):
4334 * progmodes/gud.el (gud-tooltip-mode):
4335 * progmodes/hideif.el (hide-ifdef-mode):
4336 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4337 * progmodes/subword.el (subword-mode):
4338 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4339 * progmodes/which-func.el (which-function-mode):
4340 * term/tvi970.el (tvi970-set-keypad-mode):
4341 * term/vt100.el (vt100-wide-mode):
4342 * textmodes/flyspell.el (flyspell-mode):
4343 * textmodes/ispell.el (ispell-minor-mode):
4344 * textmodes/nroff-mode.el (nroff-electric-mode):
4345 * textmodes/paragraphs.el (use-hard-newlines):
4346 * textmodes/refill.el (refill-mode):
4347 * textmodes/reftex.el (reftex-mode):
4348 * textmodes/rst.el (rst-minor-mode):
4349 * textmodes/sgml-mode.el (html-autoview-mode)
4350 (sgml-electric-tag-pair-mode):
4351 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4352 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4353 * emulation/crisp.el (crisp-mode):
4354 * emacs-lisp/eldoc.el (eldoc-mode):
4355 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4356 minor mode behavior.
4357
aa42ab43
JL
43582011-10-19 Juri Linkov <juri@jurta.org>
4359
4360 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4361 the list of hard-coded chars with escape-glyph face.
4362
89400f1d
SM
43632011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4366
305c07f6
MA
43672011-10-19 Michael Albinus <michael.albinus@gmx.de>
4368
4369 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4370 running process.
4371
13754b54
GM
43722011-10-19 Glenn Morris <rgm@gnu.org>
4373
4374 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4375 Ignore ignored files. (Bug#9726)
4376
06e21633
CY
43772011-10-19 Chong Yidong <cyd@gnu.org>
4378
4379 Doc fix for minor modes, stating that an omitted argument enables
4380 the mode unconditionally when called from Lisp.
4381
4382 * abbrev.el (abbrev-mode):
4383 * allout.el (allout-mode):
4384 * autoinsert.el (auto-insert-mode):
4385 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4386 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4387 (global-auto-revert-mode):
4388 * battery.el (display-battery-mode):
4389 * composite.el (global-auto-composition-mode)
4390 (auto-composition-mode):
4391 * delsel.el (delete-selection-mode):
4392 * desktop.el (desktop-save-mode):
4393 * dired-x.el (dired-omit-mode):
4394 * dirtrack.el (dirtrack-mode):
4395 * doc-view.el (doc-view-minor-mode):
4396 * double.el (double-mode):
4397 * electric.el (electric-indent-mode, electric-pair-mode):
4398 * emacs-lock.el (emacs-lock-mode):
4399 * epa-hook.el (auto-encryption-mode):
4400 * follow.el (follow-mode):
4401 * font-core.el (font-lock-mode):
4402 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4403 * help.el (temp-buffer-resize-mode):
4404 * hilit-chg.el (highlight-changes-mode)
4405 (highlight-changes-visible-mode):
4406 * hi-lock.el (hi-lock-mode):
4407 * hl-line.el (hl-line-mode, global-hl-line-mode):
4408 * icomplete.el (icomplete-mode):
4409 * ido.el (ido-everywhere):
4410 * image-file.el (auto-image-file-mode):
4411 * image-mode.el (image-minor-mode):
4412 * iswitchb.el (iswitchb-mode):
4413 * jka-cmpr-hook.el (auto-compression-mode):
4414 * linum.el (linum-mode):
4415 * longlines.el (longlines-mode):
4416 * master.el (master-mode):
4417 * mb-depth.el (minibuffer-depth-indicate-mode):
4418 * menu-bar.el (menu-bar-mode):
4419 * minibuf-eldef.el (minibuffer-electric-default-mode):
4420 * mouse-sel.el (mouse-sel-mode):
4421 * msb.el (msb-mode):
4422 * mwheel.el (mouse-wheel-mode):
4423 * outline.el (outline-minor-mode):
4424 * paren.el (show-paren-mode):
4425 * recentf.el (recentf-mode):
4426 * reveal.el (reveal-mode, global-reveal-mode):
4427 * rfn-eshadow.el (file-name-shadow-mode):
4428 * ruler-mode.el (ruler-mode):
4429 * savehist.el (savehist-mode):
4430 * scroll-all.el (scroll-all-mode):
4431 * scroll-bar.el (scroll-bar-mode):
4432 * server.el (server-mode):
4433 * shell.el (shell-dirtrack-mode):
4434 * simple.el (auto-fill-mode, transient-mark-mode)
4435 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4436 (line-number-mode, column-number-mode, size-indication-mode)
4437 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4438 * strokes.el (strokes-mode):
4439 * time.el (display-time-mode):
4440 * t-mouse.el (gpm-mouse-mode):
4441 * tool-bar.el (tool-bar-mode):
4442 * tooltip.el (tooltip-mode):
4443 * type-break.el (type-break-mode-line-message-mode)
4444 (type-break-query-mode):
4445 * view.el (view-mode):
4446 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4447 (global-whitespace-mode, global-whitespace-newline-mode):
4448 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4449
a3839de2
SM
4450 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4451 Fix autogenerated docstring.
06e21633 4452
5214e501
JL
44532011-10-19 Juri Linkov <juri@jurta.org>
4454
4455 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4456 by checking environment variables "DESKTOP_SESSION" and
4457 "XDG_CURRENT_DESKTOP". (Bug#9779)
4458
195f8db9
JL
44592011-10-19 Juri Linkov <juri@jurta.org>
4460
4461 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4462 (browse-url-chromium-program, browse-url-chromium-arguments):
4463 New defcustoms.
4464 (browse-url-default-browser): Check for `browse-url-chromium' and
4465 call `browse-url-chromium-program'.
4466 (browse-url-chromium): New command. (Bug#9779)
4467
343a34ff
JB
44682011-10-18 Juanma Barranquero <lekktu@gmail.com>
4469
4470 * facemenu.el (list-colors-duplicates): On Windows, detect more
4471 duplicates by assuming that only colors matching "^System" are
4472 special "system colors". (Bug#9722)
4473
6978a151
SM
44742011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4477 to distinguish the author from the committer.
4478
6a80b297
MA
44792011-10-18 Michael Albinus <michael.albinus@gmx.de>
4480
4481 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4482
b31a5677
JK
44832011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4484
4485 * international/mule.el (sgml-html-meta-auto-coding-function):
4486 Add support for detecting encoding in HTML5 specified only as
4487 <meta charset="UTF-8">. Implementation just makes http-equiv and
4488 content-type parts from HTML4 encoding string optional. (Bug#9716)
4489
80c6d77f
GM
44902011-10-18 Glenn Morris <rgm@gnu.org>
4491
4492 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4493
08b0fee8
CY
44942011-10-18 Chong Yidong <cyd@gnu.org>
4495
4496 * faces.el (cursor): Doc fix.
4497
67e729a5
CY
44982011-10-17 Chong Yidong <cyd@gnu.org>
4499
4500 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4501
343a34ff 45022011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4503
4504 * dirtrack.el (dirtrack): Support shell buffers with path
4505 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4506
0bc06380
TZ
45072011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4508
4509 * json.el: Bump version to 1.3 and note change in History.
4510 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4511
8b79f3e0
SM
45122011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4513
5a7c536b
SM
4514 * comint.el (comint-insert-input, comint-send-input)
4515 (comint-get-old-input-default, comint-backward-matching-input)
4516 (comint-next-prompt): Use nil instead of `input' for field property of
4517 past user input (bug#114).
4518
96a8a0df
SM
4519 * minibuffer.el (completion--replace): Inherit surrounding properties
4520 (bug#114).
4521 (minibuffer-complete-and-exit): Use it.
4522
8b79f3e0
SM
4523 * comint.el (comint--table-subvert): Quote the all-completions output
4524 (bug#9160).
4525
b8f7ff0d
MR
45262011-10-17 Martin Rudalics <rudalics@gmx.at>
4527
8b79f3e0 4528 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4529
b8f7ff0d 4530 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4531 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4532 entries and separate them from frame entries.
4533
c235b555
GM
45342011-10-15 Glenn Morris <rgm@gnu.org>
4535
4536 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4537 Doc fixes.
4538
6bbfa6e1
CY
45392011-10-15 Chong Yidong <cyd@stupidchicken.com>
4540
8b79f3e0
SM
4541 * net/network-stream.el (network-stream-open-starttls):
4542 Improve detection of failure due to lack of TLS support.
ec5c990d 4543
6bbfa6e1
CY
4544 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4545 putting the input text in front and in bold.
4546
98488977
SM
45472011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4548
3d1337be
SM
4549 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4550
ee0b45e4
SM
4551 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4552 empty buffer.
4553
98488977
SM
4554 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4555 unread-command-events rather than pushing yet-another event.
4556
186f4720
EZ
45572011-10-14 Eli Zaretskii <eliz@gnu.org>
4558
4559 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4560 the explanation of the possible choices. Make the options passed
4561 to completing-read shorter.
4562
8b7a997c
AM
45632011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4564
4565 * textmodes/flyspell.el (flyspell-large-region): Make sure
4566 extended character mode is used if defined (Bug#1339).
4567
12587bbb
EZ
45682011-10-13 Eli Zaretskii <eliz@gnu.org>
4569
4570 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4571 character info for LRE, LRO, RLE, and RLO characters by appending
4572 an invisible PDF.
12587bbb 4573
bad41229
SM
45742011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4577 even in case of error; add debug spec; simplify data flow.
4578 (with-timeout-handler): Remove.
4579
28dbc92f
MA
45802011-10-12 Michael Albinus <michael.albinus@gmx.de>
4581
4582 Fix Bug#6019, Bug#9315.
4583
4584 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4585 complete `buffer-file-name', the local file name part could look
4586 remotely (for example on VMS).
4587
4588 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4589 `tramp-run-real-handler'.
4590 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4591 already quoted by '"'.
4592
4593 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4594 Let `file-name-handler-alist' be nil, the local file name part
4595 could look remotely (for example on VMS).
4596
e1b0b23a
SM
45972011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4600 from here...
4601 (flyspell-post-command-hook): ...to here.
4602
a120bde9
SM
46032011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4606 if not needed.
4607 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4608 using completion. Protect against "slow" callers.
4609 Remove the "message hack".
4610
7ce7717b
JL
46112011-10-11 Juri Linkov <juri@jurta.org>
4612
4613 * isearch.el (isearch-lazy-highlight-word): New variable.
4614 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4615 Use it. (Bug#9727)
4616
c02ee9d6
GM
46172011-10-11 Glenn Morris <rgm@gnu.org>
4618
4619 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4620 like f90-previous-statement does.
4621
93e616fd 46222011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4623
1f190e73 4624 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4625 only in interactive use, to avoid error.
4626
af7b6078
SM
46272011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * minibuffer.el (completion-file-name-table): Fix last change,
4630 i.e. ignore normal errors but not the other ones.
4631
0563dae9
MR
46322011-10-10 Martin Rudalics <rudalics@gmx.at>
4633
4634 * window.el (special-display-buffer-names)
4635 (special-display-regexps): Remove some remnants of earlier
4636 changes from doc-strings.
366ca7f3
MR
4637 (quit-windows-on): New function.
4638
4639 * vc/vc.el (vc-revert, vc-rollback):
4640 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4641 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4642 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4643
49677495
MR
46442011-10-09 Martin Rudalics <rudalics@gmx.at>
4645
4646 * window.el (frame-auto-hide-function): Add version tag.
4647 (Bug#9699)
4648
56f2d1e1
MA
46492011-10-09 Michael Albinus <michael.albinus@gmx.de>
4650
4651 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4652 condition.
4653
112a6592
LL
46542011-10-09 Leo Liu <sdl.web@gmail.com>
4655
4656 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4657 (Bug#9701)
4658
0812589b
GM
46592011-10-08 Glenn Morris <rgm@gnu.org>
4660
4661 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4662 before the first code statement zero indent. (Bug#9690)
4663
b2b0776e
CY
46642011-10-08 Chong Yidong <cyd@stupidchicken.com>
4665
4666 * simple.el (count-words-region): Always count in the region.
4667 Report the number of lines and characters too.
4668 (count-words): New command, which counts in the buffer if the
4669 region is inactive, as count-words-region used to.
4670 (count-words--message): New function. Handle plurals.
4671 (count-lines-region): Make it an alias for count-words-region.
4672
4673 * bindings.el (esc-map): Replace count-lines-region with
4674 count-words-region.
4675
c557cd6b
MR
46762011-10-08 Martin Rudalics <rudalics@gmx.at>
4677
4678 * window.el (window--delete): Delete dedicated frame
4679 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4680 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4681
61a57ef4 46822011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4683
3a7d293b 4684 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4685
c3833279
CY
46862011-10-07 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * bindings.el ([M-left],[M-right]): Bind to left-word and
4689 right-word respectively.
4690
21ce8245
GM
46912011-10-07 Glenn Morris <rgm@gnu.org>
4692
4693 * cus-start.el (debug-on-quit): Fix custom type.
4694
6d823bb2
LMI
46952011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4696
0181e193
LMI
4697 * subr.el (define-key-after): Clarify that the function is not
4698 useful for non-menu keymaps.
4699
6d823bb2
LMI
4700 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4701
8e3459ce 47022011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4703
21ce8245 4704 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4705 in current minibuffer (Fix bug with recursive minibuffers).
4706
a1c2d21e
CY
47072011-10-06 Chong Yidong <cyd@stupidchicken.com>
4708
4709 * progmodes/gdb-mi.el (gdb): Doc fix.
4710
5a4cf282
MR
47112011-10-05 Martin Rudalics <rudalics@gmx.at>
4712
4713 * window.el (frame-auto-hide-function): New option replacing
4714 frame-auto-delete. Suggested by Stefan Monnier.
4715 (window--delete): Call frame-auto-hide-function instead of
4716 investigating frame-auto-delete.
c96111ea
MR
4717 (window-point-1, set-window-point-1): New functions.
4718 (window-in-direction, record-window-buffer, window-state-get-1)
4719 (display-buffer-record-window): Use window-point-1 instead of
4720 window-point.
4721 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4722
9854542e
SM
47232011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4726
8943cfb0
GM
47272011-10-05 Glenn Morris <rgm@gnu.org>
4728
4729 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4730 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4731
647ab967
LL
47322011-10-05 Leo Liu <sdl.web@gmail.com>
4733
4734 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4735 works with buffer object.
4736
3ddfbced
SM
47372011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * mpc.el (mpc-tool-bar-map): Add labels.
4740
bdfa5dd2
GM
47412011-10-04 Glenn Morris <rgm@gnu.org>
4742
4743 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4744
0e2070b5
MR
47452011-10-04 Martin Rudalics <rudalics@gmx.at>
4746
4747 * window.el (window--delete): New function.
4748 (frame-auto-delete): Resuscitate option.
4749 (bury-buffer, replace-buffer-in-windows)
4750 (quit-window): Rewrite using window--delete.
4751 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4752 Pass display-buffer-mark-dedicated to window--display-buffer-2
4753 (Bug#9639).
4754
3dc61a09
SM
47552011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4756
915a9b64
SM
4757 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4758 returns a list (bug#9554). Add remote file name completion.
4759 * comint.el (comint--table-subvert): Curry and get quote&unquote
4760 functions as arguments.
4761 (comint--complete-file-name-data): Adjust call accordingly.
4762 * pcomplete.el (pcomplete--table-subvert): Remove.
4763 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4764
3dc61a09
SM
4765 * minibuffer.el (completion-table-case-fold): Use currying.
4766 (completion--styles-type, completion--cycling-threshold-type):
4767 New constants.
4768 (completion-styles, completion-category-overrides)
4769 (completion-cycle-threshold): Use them.
4770 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4771 completion-table-case-fold.
4772
8ea0a993
SB
47732011-10-03 Stephen Berman <stephen.berman@gmx.net>
4774
4775 * minibuffer.el (completion-category-overrides): Fix type of styles
4776 and add more user friendly tags (bug#9660).
4777
8c24b7f6
SM
47782011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4781 (mule-input-method-string): New widget.
4782 (default-input-method, language-info-custom-alist): Use it.
4783
428fe61a
SM
47842011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4785
32c1fffd
SM
4786 * pcomplete.el: Require comint.
4787 (pcomplete--common-suffix): Remove.
4788 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4789 (pcomplete--table-subvert): Sync with comint--table-subvert.
4790 (pcomplete--entries): Use comint-completion-file-name-table.
4791 * comint.el (comint-unquote-filename): Simplify.
4792 (comint-completion-file-name-table): New function (bug#9616).
4793 (comint--complete-file-name-data): Use it.
4794
428fe61a
SM
4795 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4796 (pcmpl-gnu-tar-buffer): Remove.
4797 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4798 around. Make sure pcomplete-suffix-list is only changed temporarily.
4799 Don't look inside the tar's file if it's too large.
428fe61a 4800
04c52e2f
CY
48012011-10-01 Chong Yidong <cyd@stupidchicken.com>
4802
ce3cefcc
CY
4803 * cus-edit.el (custom-mode-map):
4804 * epa.el (epa-key-list-mode-map):
4805 * man.el (Man-mode-map):
4806 * startup.el (splash-screen-keymap):
4807 * simple.el (special-mode-map): Use scroll-up-command and
4808 scroll-down-command.
4809
4810 * progmodes/idlw-help.el (idlwave-help-mode-map):
4811 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4812 * net/newst-plainview.el (newsticker-mode-map):
4813 * emulation/ws-mode.el (wordstar-mode-map):
4814 * emulation/vi.el (vi-com-map):
4815 * calc/calc-graph.el (calc-graph-show-dumb):
4816 * term/sun.el (terminal-init-sun):
4817 * term/ns-win.el (global-map):
4818 * progmodes/grep.el (grep-mode-map):
4819 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4820 * mail/rmail.el (rmail-mode-map):
4821 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4822
04c52e2f
CY
4823 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4824 custom-safe-themes as special.
4825
79adf8c8
JD
48262011-10-01 Julien Danjou <julien@danjou.info>
4827
4828 * notifications.el (notifications-notify): Fix docstring.
4829
63bd50d3
PS
48302011-10-01 Per Starbäck <per@starback.se>
4831
4832 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4833
199e4c7e
MR
48342011-09-30 Martin Rudalics <rudalics@gmx.at>
4835
4836 * startup.el (command-line-1): Fix last fix by inserting
4837 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4838 (Bug#9605) and (Bug#9636)
199e4c7e 4839
fe5f08dd
EZ
48402011-09-29 Eli Zaretskii <eliz@gnu.org>
4841
4842 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4843 window is hscrolled, move by logical lines. (Bug#9607)
4844 (line-move-visual): Update the doc string to the above effect.
4845
b5516bbd
MR
48462011-09-29 Martin Rudalics <rudalics@gmx.at>
4847
ccee00c0
MR
4848 * window.el (display-buffer-record-window): When WINDOW is the
4849 selected window use `point' instead of `window-point'. (Bug#9626)
4850
b5516bbd
MR
4851 * startup.el (command-line-1): Use insert-before-markers when
4852 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4853
b5516bbd
MR
4854 * help.el (help-window): Remove variable.
4855
52aa0014
GM
48562011-09-29 Glenn Morris <rgm@gnu.org>
4857
4858 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4859
df9a7357
JB
48602011-09-29 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * descr-text.el (describe-char-categories): Accept category
4863 descriptions more than one line long.
4864
a8406c20
SM
48652011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4866
88d9610c
SM
4867 * simple.el (delete-trailing-whitespace): Fix last change.
4868
a5daf810
SM
4869 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4870 Don't confuse "y => 3" as the beginning of a `y' operation.
4871
a8406c20
SM
4872 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4873 object has more than 4 slots (bug#9613).
4874
a239d4e9
JB
48752011-09-28 Juanma Barranquero <lekktu@gmail.com>
4876
4877 * subr.el (with-output-to-temp-buffer):
4878 * net/quickurl.el (quickurl, quickurl-browse-url):
4879 Fix typos in docstrings.
4880
693fbdb6
EZ
48812011-09-27 Eli Zaretskii <eliz@gnu.org>
4882
4883 * minibuffer.el (completion-styles)
4884 (completion-category-overrides): Cross reference each other in doc
4885 strings.
4886
8b457e28
GM
48872011-09-27 Glenn Morris <rgm@gnu.org>
4888
4889 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4890 to split-string. (Bug#9606)
4891
85a16208
LMI
48922011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4893
4894 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4895 (bug#9615).
4896
502f9ebd
CY
48972011-09-27 Chong Yidong <cyd@stupidchicken.com>
4898
4899 * emacs-lisp/package.el (list-packages): Fix echo area message.
4900
7690bdea
LL
49012011-09-27 Leo Liu <sdl.web@gmail.com>
4902
4903 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4904
e2ee6f30
MA
49052011-09-25 Michael Albinus <michael.albinus@gmx.de>
4906
4907 * net/dbus.el (dbus-unregister-object): Don't release services for
4908 registered signals. (Bug#9581)
4909
f3f98342
TZ
49102011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4911
4912 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4913 function that picks between cfengine 2 and 3 support
4914 automatically. Update docs accordingly.
4915
dd7aa8dd
KH
49162011-09-22 Kenichi Handa <handa@m17n.org>
4917
4918 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4919 ZERO.
4920 (indian-itrans-v5-table-for-tamil): New variable.
4921 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4922
3f2b07f8
KM
49232011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4924
4925 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4926 that's true if the current command involved collapsing of text.
4927 It's reset to false at the beginning of the next command.
4928 (allout-post-command-business): Move the cursor to the beginning
4929 of entry if the cursor is hidden and collapsing activity just
4930 happened.
4931
371d6a61
CY
49322011-09-24 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4935 tracking (Bug#9541).
4936
2ac2721a
UJ
49372011-09-24 Ulf Jasper <ulf.jasper@web.de>
4938
4939 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4940 (newsticker-show-news): Automatically load html rendering package
4941 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4942 because w3m-fill-column is let-bound" and the error "Symbol's value
4943 as variable is void: w3m-fill-column".
2ac2721a 4944
fac7ae53
MA
49452011-09-24 Michael Albinus <michael.albinus@gmx.de>
4946
4947 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4948 Release services only if they are defined. (Bug#9581)
4949
e08b633b
RS
49502011-09-23 Richard Stallman <rms@gnu.org>
4951
e488d29c
RS
4952 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4953 distinguish start of paragraph from start of its text.
4954
19c38752
RS
4955 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4956
e08b633b
RS
4957 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4958 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4959 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4960
0a39f27e
AS
49612011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4962
4963 * international/mule-diag.el (mule-diag): Insert a newline after
4964 each fontset description.
4965
db4e950d
SM
49662011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * simple.el (delete-trailing-whitespace):
4969 Document last change; simplify.
4970
eca3f3ea
PW
49712011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4972
d68e189a
PW
4973 * simple.el (delete-trailing-whitespace): Also delete
4974 extra newlines at the end of the buffer.
4975
eca3f3ea
PW
4976 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4977 (picture-newline): Use forward-line so as to ignore fields.
4978
01c157cc
SM
49792011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * subr.el (with-wrapper-hook): Fix edebug spec.
4982
022de23e
LMI
49832011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4984
4985 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4986 (bug#4538).
4987
91683089
MA
49882011-09-23 Michael Albinus <michael.albinus@gmx.de>
4989
eca3f3ea
PW
4990 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4991 Fix nasty bug using wrong cached values.
91683089 4992
5bdd6fa4
AM
49932011-09-23 Alan Mackenzie <acm@muc.de>
4994
4995 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4996
97adfb97
CY
49972011-09-23 Chong Yidong <cyd@stupidchicken.com>
4998
4999 * window.el (pop-to-buffer): Ensure right window is selected if we
5000 chose another frame.
5001
d4ef2b50
EZ
50022011-09-22 Eli Zaretskii <eliz@gnu.org>
5003
5004 * simple.el (what-cursor-position): Use get-char-property-change
5005 and next-single-char-property-change, to be able to show display
5006 properties that come from overlays as well as text properties.
5007
72258fe5
CY
50082011-09-22 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5011
5012 * cmuscheme.el (run-scheme, switch-to-scheme):
5013 * cus-edit.el (customize-group, custom-buffer-create)
5014 (customize-browse):
5015 * info.el (info):
5016 * shell.el (shell):
5017 * mail/sendmail.el (mail):
5018 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5019
8f098516
RS
50202011-09-22 Richard Stallman <rms@gnu.org>
5021
5022 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5023 move back only to line beg, don't move back over blank lines.
5024
e74f1bb6
MA
50252011-09-22 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * files.el (copy-directory): Set directory attributes only in case
5028 they could be retrieved from the source directory. (Bug#9565)
5029
bfeef8b6
DK
50302011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5031
5032 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5033 (hs-find-block-beginning, hs-hide-level-recursive):
5034 Ignore strings as well as comments. (Bug#9502)
5035
7e423bb8
AS
50362011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5037
5038 * progmodes/sql.el (sql-comint-postgres):
5039 Convert port number to a string. (Bug#9566)
5040
b4d72fcf
MR
50412011-09-22 Martin Rudalics <rudalics@gmx.at>
5042
5043 * window.el (quit-window): Undedicate window when switching to
5044 previous buffer. Reported by Thierry Volpiatto
5045 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5046 (special-display-popup-frame): When popping up a new frame reset
5047 its previous buffers to nil. Simplify code.
b4d72fcf 5048
a7b88dc6
MA
50492011-09-21 Michael Albinus <michael.albinus@gmx.de>
5050
5051 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5052 and process filter, as done also in `shell-command'.
5053
cf4eacfd
MR
50542011-09-21 Martin Rudalics <rudalics@gmx.at>
5055
eca3f3ea 5056 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5057 Call set-window-start with NOFORCE argument t.
5058 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5059 (quit-window): Reword doc-string. Handle new format of
5060 quit-restore parameter. Don't delete window if it has a
5061 previous buffer we can show instead of the present one.
5062 (display-buffer-record-window): Rewrite using a new format for
5063 the quit-restore window parameter
5064 (special-display-popup-frame, display-buffer-same-window)
5065 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5066 (display-buffer-pop-up-window, display-buffer-use-some-window):
5067 Adapt symbol passed to display-buffer-record-window.
5068 * help.el (help-window-setup): Handle new format of quit-restore
5069 parameter.
5070
8d28cb95
SM
50712011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5072
94ab793f
SM
5073 * faces.el (face-list): Fix docstring (bug#9564).
5074
8d28cb95
SM
5075 * window.el (display-buffer--action-function-custom-type):
5076 Don't include internal functions in the Custom interface.
5077
3820edeb
JL
50782011-09-20 Juri Linkov <juri@jurta.org>
5079
5080 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5081 (Info-forward-node, Info-backward-node, Info-next-preorder)
5082 (Info-last-preorder): Use it. (Bug#9528)
5083
5147931d
JL
50842011-09-20 Juri Linkov <juri@jurta.org>
5085
5086 * info.el (Info-last-preorder): Visit last menu item only when
5087 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5088
cf499a1a
JD
50892011-09-20 Julien Danjou <julien@danjou.info>
5090
5091 * password-cache.el (password-cache-remove): Remove entries even if the
5092 value is nil, so that password with a nil value (negative caching) is
5093 possible to invalidate.
5094
f84e2fe2
LM
50952011-09-20 Lawrence Mitchell <wence@gmx.li>
5096
5097 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5098 all whitespace around breakpoint. (Bug#9553)
5099 (f90-find-breakpoint): Only break at whitespace inside a comment.
5100
78054a46
SM
51012011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5102
5103 * minibuffer.el (completion-file-name-table): Keep track of errors.
5104 (completion-table-with-predicate): Handle the case where pred1 is nil.
5105 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5106
345083b2
SM
51072011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5108
e24e27be
SM
5109 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5110 (debugger-return-value): Signal an error if the debugging context does
5111 not await any return value.
5112
345083b2
SM
5113 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5114 * image-mode.el (image-toggle-display-text)
5115 (image-toggle-display-image): Stay away from evil `intangible'.
5116
08d355e3
LL
51172011-09-19 Leo Liu <sdl.web@gmail.com>
5118
5119 * replace.el (occur-revert-arguments): Make it permanent-local.
5120 (occur-mode): Don't call font-lock-defontify.
5121
f01da43f
CY
51222011-09-19 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * net/ldap.el (ldap-search-internal): Don't push empty search
5125 result (Bug#9508).
5126
b6072fa6
SM
51272011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5130
443d6696
MA
51312011-09-19 Michael Albinus <michael.albinus@gmx.de>
5132
5133 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5134 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5135
7cc6e154
JL
51362011-09-18 Juri Linkov <juri@jurta.org>
5137
5138 * buff-menu.el (Buffer-menu-mode-map):
5139 * dired.el (dired-mode-map):
5140 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5141 (lisp-interaction-mode-map):
5142 * emacs-lisp/package.el (package-menu-mode-map):
5143 * epa.el (epa-key-list-mode-map):
5144 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5145 (menu-bar-options-menu):
5146 * outline.el (outline-mode-menu-bar-map):
5147 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5148 * vc/vc-dir.el (vc-dir-menu-map):
5149 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5150 Capitalize non-function content words in menu item strings.
5151
5152 * dired.el (dired-mode-map): Add menu item for
5153 `image-dired-dired-toggle-marked-thumbs'.
5154
80302a81
JL
51552011-09-18 Juri Linkov <juri@jurta.org>
5156
5157 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5158 to `isearch-case-fold-search' and restore its original value
5159 after the `isearch-mode' call.
5160
46c5cf66
JL
51612011-09-18 Juri Linkov <juri@jurta.org>
5162
5163 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5164 because `zgrep' returns 1 for successful matches (bug#9226).
5165
d18b513b
JL
51662011-09-18 Juri Linkov <juri@jurta.org>
5167
5168 * info.el (Info-extract-menu-node-name): Check the second match
5169 for empty string (second test-case of bug#9528).
5170 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5171 intermediate nodes to the history (first test-case of bug#9528).
5172
72753f87
JL
51732011-09-18 Juri Linkov <juri@jurta.org>
5174
5175 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5176 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5177
c9384295
JL
51782011-09-18 Juri Linkov <juri@jurta.org>
5179
1154d12e
JB
5180 * info.el (Info-file-supports-index-cookies):
5181 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5182 outputs one more line for long file names (bug#4142).
c9384295 5183
d473dce8
CY
51842011-09-18 Chong Yidong <cyd@stupidchicken.com>
5185
5186 * newcomment.el (comment-normalize-vars): If prompting for
5187 comment-start, set comment-start-skip too (Bug#8424).
5188
2176854d
JB
51892011-09-18 Johan Bockgård <bojohan@gnu.org>
5190
5191 * icomplete.el: Fix previous fix of Bug#5849.
5192 (icomplete-mode): Don't set completion-show-inline-help.
5193 (icomplete-minibuffer-setup): Set completion-show-inline-help
5194 locally during icompletion.
5195
3aace4e4
CY
51962011-09-18 Chong Yidong <cyd@stupidchicken.com>
5197
c940224f
CY
5198 * woman.el (woman2-process-escapes): Don't delete unrecognized
5199 escapes (Bug#7843).
5200
3aace4e4
CY
5201 * files.el (inhibit-first-line-modes-regexps): Add image files.
5202 (hack-local-variables-prop-line): Return nil for malformed
5203 prop-lines (Bug#9044).
5204
710dec63
MA
52052011-09-18 Michael Albinus <michael.albinus@gmx.de>
5206
5207 * net/tramp.el (top): Don't require 'shell.
5208 (tramp-methods): Fix docstring.
5209 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5210 Return complete remote file name. Handle "smb" case.
5211 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5212 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5213
5214 * net/tramp-compat.el (top): Require 'shell.
5215
5216 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5217 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5218 `tramp-current-host'.
5219 (tramp-get-remote-tmpdir): Remove.
5220
5221 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5222 `tramp-tmpdir' entries.
5223 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5224 (tramp-smb-handle-file-attributes): Ignore errors.
5225 (tramp-smb-wait-for-output): Check also for process end.
5226
5d5ac8ec
LMI
52272011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5228
5229 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5230 when sending QUIT (bug#9312).
5231
8c0f49f0
CY
52322011-09-17 Chong Yidong <cyd@stupidchicken.com>
5233
5234 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5235 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5236 occur-mode-display-occurrence.
5237 (occur-edit-mode): Add usage message.
5238 (occur-cease-edit): New command.
5239 (occur-after-change-function): Use text properties to find the
5240 position of the prefix text.
5241 (occur-engine): Set stickiness of prefix text properties.
5242
8f1383f7
GM
52432011-09-17 Glenn Morris <rgm@gnu.org>
5244
5245 * progmodes/etags.el (complete-tag):
5246 Fix call to completion-in-region. (Bug#9526)
5247
744ba0e3
JL
52482011-09-17 Juri Linkov <juri@jurta.org>
5249
5250 * textmodes/ispell.el (ispell-word): Add to the error message
5251 the word, ispell program name and current dictionary (bug#9121).
5252 (ispell-tex-arg-end): Capitalize "error" in the error message.
5253
d9bbf400
AS
52542011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5255
5256 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5257 check. (Bug#4251)
5258
8da11505
JL
52592011-09-17 Juri Linkov <juri@jurta.org>
5260
5261 * window.el (window-safe-min-height, window-safe-min-width):
5262 Fix typos (followup to bug#9522).
5263
a91adc7e
SJ
52642011-09-17 Sven Joachim <svenjoac@gmx.de>
5265
5266 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5267
064f328a
EZ
52682011-09-16 Eli Zaretskii <eliz@gnu.org>
5269
5270 * simple.el (line-move): If goal-column is set, move by logical
5271 lines, not by display lines. (Bug#971)
5272 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5273 to reflect the above change.
5274
e69df516
SM
52752011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * image.el (imagemagick-register-types): Use regexp-opt.
5278
cbb0f9ab
CY
52792011-09-15 Chong Yidong <cyd@stupidchicken.com>
5280
5281 * window.el (display-buffer-base-action): Rename from
5282 display-buffer-default-action. Make default value empty.
5283 (display-buffer-overriding-action): Convert to defvar.
5284 (display-buffer-fallback-action): New var.
5285
25322144
CY
52862011-09-15 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5289 declaration.
5290 (package--add-to-archive-contents): If there is a duplicate entry
5291 with an older version, remove it.
5292 (package-menu-mark-delete, package-menu-mark-install)
5293 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5294 (package-menu-mark-obsolete-for-deletion):
5295 Use package-menu-get-status instead of a regexp search.
25322144
CY
5296 (package-menu-get-status): Use tabulated-list-entry.
5297 (package-menu-mark-upgrades): New command.
d770725a 5298 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5299 (package-menu-execute): Do installation before deletion.
5300 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5301 instead of checking major-mode.
5302 (package-menu--find-upgrades): New function.
5303
7520339c
LMI
53042011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5305
5306 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5307 passwords in the log buffer.
65a046c4
LMI
5308 (smtpmail-process-filter): Update the process marker so that the
5309 "broken by peer" status message is inserted in the right place.
7520339c 5310
d3c30954
SM
53112011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5312
3fe48822
SM
5313 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5314 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5315 bibtex-completion-at-point-function.
5316 (bibtex-completion-at-point-function): Use them.
5317
1b8b3954
SM
5318 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5319
d3c30954
SM
5320 * mpc.el (mpc-constraints-tag-lookup): New function.
5321 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5322 also to browser "album|playlist".
5323
72779976
JL
53242011-09-14 Juri Linkov <juri@jurta.org>
5325
5326 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5327 (isearch-edit-string): Use length of `isearch-string' when
5328 `isearch-fail-pos' returns nil.
5329 (isearch-message): Remove duplicate code and call
5330 `isearch-fail-pos' with arg `t'.
5331
a0bf2bcd
CY
53322011-09-14 Chong Yidong <cyd@stupidchicken.com>
5333
17bb0a2d
CY
5334 * replace.el (occur-mode-goto-occurrence): Don't force using other
5335 window (Bug#9499).
5336
a0bf2bcd
CY
5337 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5338
f678e0b6
MR
53392011-09-14 Martin Rudalics <rudalics@gmx.at>
5340
5341 * window.el (display-buffer-window): Remove.
5342 (display-buffer-record-window): Use help-setup window parameter
5343 instead of variable display-buffer-window.
5344 (display-buffer-function, special-display-buffer-names)
5345 (special-display-function): Mention help-setup parameter instead
5346 of display-buffer-window in doc-string.
d3c30954
SM
5347 * help.el (help-window-setup): New argument help-window.
5348 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5349 Reword some messages.
5350 (with-help-window): Pass window used for displaying the buffer
5351 to help-window-setup. Don't set display-buffer-window.
5352
8e39b2e8
GM
53532011-09-13 Glenn Morris <rgm@gnu.org>
5354
5355 * emacs-lisp/debug.el (debugger-make-xrefs):
5356 Preserve point. (Bug#9462)
5357
85e9c04b
CY
53582011-09-13 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * window.el (window-deletable-p): Use next-frame.
5361
1b36ed6a
MR
53622011-09-13 Martin Rudalics <rudalics@gmx.at>
5363
5364 * window.el (window-auto-delete): Remove.
5365 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5366 dedication and previous buffers.
1b36ed6a
MR
5367 (switch-to-prev-buffer): Don't delete window.
5368 (delete-windows-on): Delete a window's frame if and only if the
5369 window is dedicated.
5370 (replace-buffer-in-windows): Delete buffer's window or frame if
5371 and only if window is dedicated.
5372 (quit-window): Handle quit-restore as before last change.
4d61f28d 5373 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5374
ef8ef9fb
CY
53752011-09-13 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * window.el (window-deletable-p): Never delete the last frame on a
5378 given terminal.
5379
b2cba41e
GM
53802011-09-13 Glenn Morris <rgm@gnu.org>
5381
5382 * help.el (describe-key-briefly): Copy previous standard-output change.
5383
51553db6 53842011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5385
5386 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5387
b7556719
GM
53882011-09-13 Glenn Morris <rgm@gnu.org>
5389
5390 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5391 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5392
64b51947
CY
53932011-09-12 Chong Yidong <cyd@stupidchicken.com>
5394
5395 * dired-aux.el (dired-mark-read-string): Don't return default
5396 value on empty input (Bug#9361).
5397 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5398 Omit initial minibuffer contents.
5399 (dired-do-chmod): Signal an error on empty input.
5400 (dired-mark-read-string): Don't return default on empty input.
5401
5402 * files.el (file-modes-symbolic-to-number): Doc fix.
5403
393a301e
SM
54042011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * international/mule-cmds.el (ucs-completions): Remove.
5407 (read-char-by-name): Use complete-with-action instead; add metadata.
5408
fa5660f9
CY
54092011-09-11 Chong Yidong <cyd@stupidchicken.com>
5410
5411 * window.el (display-buffer--action-function-custom-type)
5412 (display-buffer--action-custom-type): New vars.
5413 (display-buffer-alist, display-buffer-default-action)
5414 (display-buffer-overriding-action): Add defcustom types.
5415
4a592f66
CY
5416 * frame.el (delete-other-frames): Doc fix (Bug#276).
5417
73d56dbd
LMI
54182011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5419
5420 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5421
37ac18a3
CY
54222011-09-11 Chong Yidong <cyd@stupidchicken.com>
5423
5424 Change modes that used same-window-* vars to use switch-to-buffer.
5425
5426 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5427 Use switch-to-buffer.
5428
5429 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5430 (customize-browse, custom-buffer-create-other-window):
5431 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5432
5433 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5434 (Info-prev, Info-up, Info-speedbar-goto-node)
5435 (info-display-manual): Use switch-to-buffer.
5436 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5437
5438 * mail/sendmail.el (mail): Use switch-to-buffer.
5439 (mail-recover): Use switch-to-buffer-other-window.
5440
5441 * cmuscheme.el (run-scheme, switch-to-scheme):
5442 * ielm.el (ielm):
5443 * shell.el (shell):
5444 * net/rlogin.el (rlogin):
5445 * net/telnet.el (telnet, rsh):
5446 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5447
10195bd6
AS
54482011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5449
5450 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5451
b322f63a
LMI
54522011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5453
39d7fed6
LMI
5454 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5455 so don't mention it (bug#9301).
ba5a81f1 5456 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5457
ee0e9f11
LMI
5458 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5459 match `x', `w32' and `ns', like the manual says (bug#9029).
5460
0b1c89c1 5461 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5462 (process-kill-buffer-query-function): Mention the buffer name in
5463 the query.
0b1c89c1 5464
77549ea8
LMI
5465 * image-mode.el (image-next-line): The line parameter is mandatory
5466 (bug#9258).
5467
803ef892
LMI
5468 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5469 which can be useful (bug#9301).
5470
12980837
LMI
5471 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5472
91054f8f
LMI
5473 * subr.el (match-string): Mention that the current buffer should
5474 be the same as the search was done in (bug#9282).
5475
b322f63a
LMI
5476 * facemenu.el: Disable the remove-* commands if the mark isn't
5477 active (bug#9162).
5478
3199b96f
CY
54792011-09-10 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5482 of display-buffer.
5483 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5484
5485 * replace.el (occur-mode-goto-occurrence)
5486 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5487 and display-buffer.
5488
5489 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5490 display-buffer.
5491
5492 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5493 special-display and same-window variables.
5494 (mail-other-window): Use switch-to-buffer-other-window.
5495 (mail-other-frame): USe switch-to-buffer-other-frame.
5496
393a301e
SM
5497 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5498 Use display-buffer-other-frame.
3199b96f
CY
5499 (gdb-display-gdb-buffer): Use pop-to-buffer.
5500
5501 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5502
5503 * progmodes/python.el: Don't set same-window-buffer-names.
5504
5505 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5506
5507 * window.el (display-buffer-alist): Add *Python*.
5508
8319e0bf
CY
55092011-09-10 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * window.el (display-buffer-alist): Add entry for buffers
5512 previously handled same-window-*.
5513 (display-buffer-alist, display-buffer-default-action)
5514 (display-buffer-overriding-action): Mark as risky.
5515 (display-buffer-alist): Document action function changes.
5516 (display-buffer--same-window-action)
5517 (display-buffer--other-frame-action): New variables.
5518 (switch-to-buffer, display-buffer-other-frame): Use them.
5519 (display-buffer): Rename reuse-frame entry to reusable-frames.
5520 (display-buffer-reuse-selected-window): Function deleted.
5521 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5522 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5523 (display-buffer-special): New function.
5524 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5525 display-buffer-reuse-or-pop-window. Split off special-display
5526 part into display-buffer-special.
5527 (display-buffer-use-some-window): Don't perform any special
5528 pop-up-frames handling.
5529 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5530 (display-buffer--maybe-same-window): Rename from
0d3ff375 5531 display-buffer-maybe-same-window.
8319e0bf 5532
919a69aa
CY
5533 * info.el: Don't set same-window-regexps.
5534 (info-setup): New function.
5535 (info-other-window, info): Call it.
5536
5537 * cus-edit.el: Don't set same-window-regexps.
5538 (customize-group): New argument.
5539 (customize-group-other-window): Use it.
5540 (customize-face, customize-face-other-window): Likewise.
5541 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5542
8319e0bf
CY
5543 * net/rlogin.el:
5544 * net/telnet.el:
5545 * progmodes/gud.el: Don't set same-window-regexps.
5546
5547 * cmuscheme.el:
5548 * ielm.el:
5549 * shell.el:
5550 * mail/sendmail.el:
5551 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5552
25173000
JL
55532011-09-10 Juri Linkov <juri@jurta.org>
5554
5555 * isearch.el (isearch-edit-string): Remove obsolete mention of
5556 `C-w' (`isearch-yank-word-or-char') from docstring.
5557 (isearch-query-replace): Fix typo in docstring (bug#9466).
5558
056e44ef
JL
55592011-09-10 Juri Linkov <juri@jurta.org>
5560
5561 * paren.el (show-paren-function): Don't show escaped parens.
5562 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5563
c3760c17
EZ
55642011-09-10 Eli Zaretskii <eliz@gnu.org>
5565
5566 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5567 (mm-default-file-encoding): Remove autoload forms, they are
5568 replaced with autoload cookies in mml.el and mm-encode.el.
5569 (mail-add-attachment): New command.
5570 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5571 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5572 the doc string.
5573 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5574
fece895e
RT
55752011-09-10 Reuben Thomas <rrt@sc3d.org>
5576
e69df516
SM
5577 * simple.el (count-words-region): Use buffer if there's no region
5578 (bug#9429).
fece895e 5579
5e68ce4a
JL
55802011-09-09 Juri Linkov <juri@jurta.org>
5581
5582 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5583 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5584 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5585
0a6b9622
AM
55862011-09-09 Alan Mackenzie <acm@muc.de>
5587
5588 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5589 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5590
14a29deb
EZ
55912011-09-09 Eli Zaretskii <eliz@gnu.org>
5592
5593 Fix for Savannah bug#9392.
5594 * simple.el (mail-encode-mml): New defvar.
5595
5596 * mail/rmail.el (mail-encode-mml): Add a defvar.
5597 (rmail-enable-mime-composing): Default to t.
5598 (rmail-forward): Use MIME method of forwarding only if both
5599 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5600 Set mail-encode-mml non-nil if the MIME method was used.
5601
5602 * mail/sendmail.el (mml-to-mime): Add autoload form.
5603 (mail-encode-mml): Add a defvar.
5604 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5605 to nil.
5606 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5607 message through mml-to-mime, and reset mail-encode-mml to nil.
5608
28c45130
GM
56092011-09-09 Glenn Morris <rgm@gnu.org>
5610
5611 * woman.el (woman-if-body): When processing an .el block,
5612 do not delete the next .el block as well. (Bug#9447)
69f4b618 5613 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5614
9b1c252e
MR
56152011-09-08 Martin Rudalics <rudalics@gmx.at>
5616
5617 * window.el (window-deletable-p): Make sure window is live before
5618 invoking window-prev-buffers.
5619
567457e3
LL
56202011-09-08 Leo Liu <sdl.web@gmail.com>
5621
5622 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5623
97f05794
JL
56242011-09-08 Juri Linkov <juri@jurta.org>
5625
5626 * progmodes/compile.el (compilation-environment): Make it
5627 a defcustom (bug#8340).
5628
8b0874b5
MR
56292011-09-08 Martin Rudalics <rudalics@gmx.at>
5630
5631 * window.el (frame-auto-delete): Rename to window-auto-delete.
5632 Make it control auto-deletion of windows and/or frames.
5633 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5634 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5635 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5636 Rewrite handling of case when window/frame can be deleted.
5637 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5638 argument t. (Bug#9456)
8b0874b5 5639
4feb6e73
CY
56402011-09-07 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * help-mode.el (help-mode): Restore autoload.
5643
91ab9c13
JL
56442011-09-07 Juri Linkov <juri@jurta.org>
5645
5646 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5647 `compilation-environment'. Set buffer-local
5648 `compilation-environment' to `thisenv' later after (funcall mode).
5649 (Bug#8340)
5650
5651 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5652 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5653 instead of replacing its value. (Bug#8340)
5654
0527e251
JL
56552011-09-07 Juri Linkov <juri@jurta.org>
5656
5657 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5658 based on text properties put by `grep-filter' instead of matching
5659 escape sequences.
5660 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5661 to the value of `grep-error-screen-columns' (bug#9438).
5662
249f792c
JL
56632011-09-07 Juri Linkov <juri@jurta.org>
5664
5665 * simple.el (next-error-highlight, next-error-highlight-no-select):
5666 Doc fix (bug#9432).
5667
ff7271b9
OT
56682011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5669
5670 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5671 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5672
183fc730
LL
56732011-09-07 Leo Liu <sdl.web@gmail.com>
5674
5675 * net/rcirc.el (rcirc-mode): Conditionally initialize
5676 rcirc-input-ring.
5677
77694924
SM
56782011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * emacs-lisp/find-func.el (find-function-C-source): Only set
5681 find-function-C-source-directory after checking that we found a source
5682 file there (bug#9440).
5683
d809b8eb
AM
56842011-09-06 Alan Mackenzie <acm@muc.de>
5685
5686 * isearch.el (isearch-other-meta-char): Wherever a key list is
5687 unread, "unread" the prefix arg, too. This fixes bug #8901.
5688
453de99f
OG
56892011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5690
5691 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5692
90439906
JL
56932011-09-05 Juri Linkov <juri@jurta.org>
5694
5695 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5696
f62bd846
JL
56972011-09-05 Juri Linkov <juri@jurta.org>
5698
5699 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5700 keeping point where processing of grep matches begins, and
5701 continue to delete remaining escape sequences from the same point.
5702 (grep-filter): Make leading zero optional in "0?1;31m" because
5703 git-grep emits "\033[1;31m" escape sequences unlike expected
5704 "\033[01;31m" as GNU Grep does (bug#9408).
5705 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5706
045820ec
JL
57072011-09-05 Juri Linkov <juri@jurta.org>
5708
5709 * subr.el (y-or-n-p): Capitalize "yes".
5710
f5e29b9b
MA
57112011-09-04 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5714 `tramp-cache-unload-hook' where appropriate.
5715 (tramp-methods): Rename `tramp-remote-sh' to
5716 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5717 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5718
5719 * net/tramp-sh.el (top): Don't require 'shell.
5720 (tramp-methods): Add `tramp-remote-shell' and
5721 `tramp-remote-shell-args' entries.
5722 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5723 (tramp-sh-handle-shell-command): Remove.
5724 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5725 Use `tramp-remote-shell'.
5726
2784c434
CY
57272011-09-03 Chong Yidong <cyd@stupidchicken.com>
5728
393a301e 5729 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5730 (sendmail-query-once): Save directly to send-mail-function.
5731 Update message-send-mail-function too.
5732
5733 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5734
464cdf56
CS
57352011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5736
5737 * progmodes/python.el (python-mode-map): Use correct function to
5738 start python interpreter from menu-bar (as reported by Geert
5739 Kloosterman).
5740 (inferior-python-mode-map): Fix typo.
393a301e 5741 (python-shell-map): Remove.
464cdf56 5742
d37e5c87
DD
57432011-09-03 Deniz Dogan <deniz@dogan.se>
5744
5745 * net/rcirc.el (rcirc-print): Simplify code for
5746 rcirc-scroll-show-maximum-output. There is no need to walk
5747 through all windows to find the right one.
5748
f3ada0ee
CS
57492011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5750
5751 * help.el (help-return-method): Doc fix.
5752
1f3c99ca
MR
57532011-09-03 Martin Rudalics <rudalics@gmx.at>
5754
5755 * window.el (window-deletable-p): Don't return a non-nil value
5756 when there's a buffer that was shown in the window before.
5757 (Bug#9419)
393a301e
SM
5758 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5759 Set window's previous buffers to nil.
1f3c99ca 5760
a3cf097f
EZ
57612011-09-03 Eli Zaretskii <eliz@gnu.org>
5762
5763 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5764 newline before and after the tag line, so it doesn't interfere
5765 with determining the paragraph direction of bidirectional text.
5766
3d03de90
LL
57672011-09-03 Leo Liu <sdl.web@gmail.com>
5768
5769 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5770
c3313451
CY
57712011-09-02 Chong Yidong <cyd@stupidchicken.com>
5772
393a301e 5773 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5774 (pop-to-buffer): Change interactive spec. Pass second argument
5775 directly to display-buffer.
5776 (display-buffer): Fix interactive spec. Use functionp to
5777 distinguish between a function and a list of functions.
5778
5779 * abbrev.el (edit-abbrevs):
5780 * arc-mode.el (archive-extract):
5781 * autoinsert.el (auto-insert):
5782 * bookmark.el (bookmark-bmenu-list):
5783 * files.el (find-file):
5784 * view.el (view-buffer):
5785 * progmodes/compile.el (compilation-goto-locus):
5786 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5787
89894cd8
CY
57882011-09-02 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * window.el (display-buffer-alist): Doc fix.
5791 (display-buffer): Add docstring. Don't treat
5792 display-buffer-default specially.
5793 (display-buffer-reuse-selected-window)
5794 (display-buffer-same-window, display-buffer-maybe-same-window)
5795 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5796 (display-buffer-pop-up-window)
5797 (display-buffer-reuse-or-pop-window)
5798 (display-buffer-use-some-window): New functions.
5799 (display-buffer-default-action): Use them.
393a301e 5800 (display-buffer-default): Delete.
89894cd8
CY
5801 (pop-to-buffer-1): Fix choice of actions.
5802
ae0bc9fb
SM
58032011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * minibuffer.el (completion--insert-strings): Don't get confused by
5806 completion entries that end with an LF char.
5807
e9d90883
EZ
58082011-09-01 Eli Zaretskii <eliz@gnu.org>
5809
5810 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5811
437014c8
CY
58122011-09-01 Chong Yidong <cyd@stupidchicken.com>
5813
5814 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5815 (display-buffer-same-window, display-buffer-other-window):
5816 New functions.
437014c8
CY
5817 (pop-to-buffer-1): New function. Use the above.
5818 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5819 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5820
5821 * view.el (view-buffer-other-window, view-buffer-other-frame):
5822 Just use pop-to-buffer.
5823
a5e063d5
TV
58242011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5825
5826 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5827
793d32bb
WH
58282011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5829
5830 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5831
d65e4c15
RS
58322011-08-31 Richard Stallman <rms@gnu.org>
5833
5834 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5835 of the separation of rmail-view-buffer from rmail-buffer.
5836 If you say no to "replace original", the decrypt is in the
5837 view buffer. If you say yes, the decrypt goes into the
5838 rmail buffer also.
5839
f818cd2a
MR
58402011-08-31 Martin Rudalics <rudalics@gmx.at>
5841
5842 * window.el (display-buffer-window): Rewrite doc-string.
5843 (display-buffer-record-window): New function.
5844 (display-buffer-macro-specifiers)
5845 (display-buffer-even-window-sizes, display-buffer-set-height)
5846 (display-buffer-set-width, display-buffer-in-window)
5847 (display-buffer-reuse-window, display-buffer-split-specifiers)
5848 (display-buffer-side-specifiers, display-buffer-split-window-1)
5849 (display-buffer-split-window, display-buffer-split-atom-window)
5850 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5851 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5852 (display-buffer-other-window-means-other-frame)
5853 (display-buffer-normalize-special)
5854 (display-buffer-normalize-default)
5855 (display-buffer-normalize-argument)
5856 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5857 (display-buffer-normalize-specifiers, display-buffer-frame)
5858 (display-buffer-same-window, display-buffer-same-frame)
5859 (display-buffer-other-window)
5860 (display-buffer-same-frame-other-window)
5861 (display-buffer-other-frame, pop-to-buffer-same-window)
5862 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5863 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5864 (switch-to-buffer-same-frame)
5865 (switch-to-buffer-other-window-same-frame)
5866 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5867 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5868 (display-buffer-alist-set): Remove.
5869 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5870 (special-display-regexps, special-display-function):
5871 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5872 parameter.
5873 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5874 (special-display-frame-alist, special-display-popup-frame)
5875 (same-window-buffer-names, same-window-regexps, same-window-p)
5876 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5877 (split-window-preferred-function, split-height-threshold)
5878 (split-width-threshold, window-splittable-p)
5879 (split-window-sensibly, window--try-to-split-window)
5880 (window--frame-usable-p, even-window-heights)
5881 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5882 (window--display-buffer-2, display-buffer-other-frame):
5883 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5884 (display-buffer-default, display-buffer-assq-regexp): New functions.
5885 (display-buffer-alist): Rewrite doc-string.
5886 (display-buffer-default-action)
5887 (display-buffer-overriding-action): New variables.
5888 (display-buffer, switch-to-buffer): Rewrite.
5889 (pop-to-buffer): Restore Emacs 23 behavior but use
5890 window-normalize-buffer-to-display.
5891 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5892 Restore Emacs 23 behavior but use
5893 window-normalize-buffer-to-switch-to.
5894 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5895 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5896 Rewrite using Emacs 23 options.
f818cd2a 5897
5bc3b51d
MA
58982011-08-31 Michael Albinus <michael.albinus@gmx.de>
5899
5900 * net/tramp.el (tramp-root-regexp): Remove.
5901 (tramp-completion-file-name-regexp-unified)
5902 (tramp-completion-file-name-regexp-separate)
5903 (tramp-completion-file-name-regexp-url): Don't use leading volume
5904 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5905 (tramp-drop-volume-letter): Simplify definition.
5906 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5907
b1a4f8e1
SM
59082011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5911 (bug#9356).
5912
5664fa7b
RT
59132011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5914
b1a4f8e1 5915 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5916
9a45d6c3
JL
59172011-08-29 Juri Linkov <juri@jurta.org>
5918
5919 * isearch.el (isearch-done): Don't display message "Mark saved"
5920 when arg `edit' is non-nil to prevent its flicker in the echo area.
5921
fb87e0fb
CY
59222011-08-28 Chong Yidong <cyd@stupidchicken.com>
5923
5924 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5925 obsolete packages for deletion.
5926
09ac1c2a
CS
59272011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5928
5929 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5930 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5931 view-mode from help-mode.
5932 (help-xref-override-view-map): Remove.
5933 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5934 view-mode is not used anymore.
5935
7a1ff57f
CY
59362011-08-28 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * server.el (server-port): Doc fix.
5939
b9696605
CY
5940 * cus-theme.el (custom-theme-choose-mode): Inherit from
5941 special-mode (Bug#9124).
5942 (custom-theme-choose-mode-map): Add special-mode to parent.
5943
ef8cdf8c
AM
59442011-08-28 Alan Mackenzie <acm@muc.de>
5945
5946 * progmodes/cc-fonts.el
5947 (c-make-font-lock-BO-decl-search-function): New function.
5948 (c-basic-matchers-after - "Fontify the clauses after various
5949 keywords"): Extract the three keyword lists for the 3 erroneous
5950 constructs from the list of four, and use the new function above
5951 in place of an old one.
5952
27de4e20
DD
59532011-08-28 Deniz Dogan <deniz@dogan.se>
5954
5955 * net/rcirc.el (rcirc-insert-prev-input)
5956 (rcirc-insert-next-input): Remove unused argument.
5957
356a3681
SM
59582011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5961
3fc9b218
AM
59622011-08-27 Alan Mackenzie <acm@muc.de>
5963
5964 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5965 handle function pointer parameters properly.
5966
538a061c
MR
59672011-08-27 Martin Rudalics <rudalics@gmx.at>
5968
5969 * window.el (display-buffer-reuse-window): Fix case where
5970 selected window was reused with non-nil OTHER-WINDOW argument.
5971 (Bug#9381)
5972
35b1c40c
DD
59732011-08-27 Deniz Dogan <deniz@dogan.se>
5974
5975 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5976 oftc's NickServ messages.
5977
2f6a3e79
GM
59782011-08-27 Glenn Morris <rgm@gnu.org>
5979
5980 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5981
7254299e
CY
59822011-08-26 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * emacs-lisp/package.el (package-install): Call package-initialize
5985 if called interactively.
5986
f8ccf167
LL
59872011-08-26 Leo Liu <sdl.web@gmail.com>
5988
5989 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5990
3e8cd5ce
JL
59912011-08-25 Juri Linkov <juri@jurta.org>
5992
5993 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5994 `search-whitespace-regexp' (bug#9364).
5995
93eb7113
JL
59962011-08-25 Juri Linkov <juri@jurta.org>
5997
5998 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5999 `regexp-search-ring' to their global values to protect from
6000 updating by `read-from-minibuffer' (bug#9185).
6001
f65d1611
JL
60022011-08-25 Juri Linkov <juri@jurta.org>
6003
6004 * textmodes/ispell.el (ispell-command-loop): Add newline
6005 at the end of the "Use option `i'..." line.
6006
f1cf7a31
JL
60072011-08-25 Juri Linkov <juri@jurta.org>
6008
6009 * battery.el (display-battery-mode): If `battery-status-function'
6010 or `battery-mode-line-format' is nil, display the message and set
6011 `display-battery-mode' to nil (bug#9363).
6012
0c95fcf7
EZ
60132011-08-25 Eli Zaretskii <eliz@gnu.org>
6014
6015 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6016 bidi-string-mark-left-to-right; they are unnecessary now.
6017
a2ebe600
DD
60182011-08-25 Deniz Dogan <deniz@dogan.se>
6019
6020 * net/quickurl.el: Documentation typo fixes.
6021
e4ed06f1
CY
60222011-08-25 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6025
e5f1c99e
GM
60262011-08-25 Glenn Morris <rgm@gnu.org>
6027
b2948976
GM
6028 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6029
e5f1c99e
GM
6030 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6031 (smtpmail-via-smtp): Handle nil response from smtp.
6032
f22f4808
JL
60332011-08-24 Juri Linkov <juri@jurta.org>
6034
6035 * proced.el (proced-marked): Inherit from `error' instead of
6036 `font-lock-warning-face'.
6037
6038 * ibuffer.el (ibuffer-marked-face): Change default face from
6039 `font-lock-warning-face' to `warning'.
6040 (ibuffer-deletion-face): Change default face from
6041 `font-lock-type-face' to `error'.
6042
6043 * battery.el (battery-update): Use the face `error' instead of
6044 `font-lock-warning-face' (bug#6117).
6045
6a93965e
JL
60462011-08-24 Juri Linkov <juri@jurta.org>
6047
6048 * faces.el (success): Change face color from "Green3" to
6049 "ForestGreen" on light background (bug#9353).
6050
1ed43b09
CY
60512011-08-24 Chong Yidong <cyd@stupidchicken.com>
6052
5664fa7b
RT
6053 * window.el (quit-window): Rename from quit-restore-window.
6054 Use same arglist as old quit-window.
1ed43b09
CY
6055 (frame-auto-delete): Doc fix.
6056
6057 * view.el (view-mode-exit): Use quit-window.
6058
11dcdbb2
JL
60592011-08-24 Juri Linkov <juri@jurta.org>
6060
6061 * isearch.el (isearch-ring-adjust1): Start visiting previous
6062 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6063 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6064 for empty search string (when the last search string is reused
6065 automatically) to adjust the isearch ring to the last element and
6066 prepare the correct index for further M-p commands (bug#9185).
6067
de62b4df
KH
60682011-08-24 Kenichi Handa <handa@m17n.org>
6069
6070 * international/ucs-normalize.el: If decomposition property of
6071 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6072 nil.
6073 (nfd, nfkd): Likewise.
6074
963b492b
SM
60752011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6078 from process filters aren't reliably transmitted to the surrounding
6079 accept-process-output.
6080 (mpc-proc-check): New function.
6081 (mpc-proc-sync): Use it (bug#8293)
6082
93b6b5e1
SM
60832011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6086 Add compatibility functions (bug#9313).
6087
bca633fb
EZ
60882011-08-23 Eli Zaretskii <eliz@gnu.org>
6089
b177498a
EZ
6090 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6091
6df6ae42 6092 * international/uni-bidi.el: Regenerate.
bca633fb 6093
0902a04e
KH
60942011-08-23 Kenichi Handa <handa@m17n.org>
6095
6096 * international/charprop.el:
6097 * international/uni-bidi.el:
6098 * international/uni-category.el:
6099 * international/uni-combining.el:
6100 * international/uni-comment.el:
6101 * international/uni-decimal.el:
6102 * international/uni-decomposition.el:
6103 * international/uni-digit.el:
6104 * international/uni-lowercase.el:
6105 * international/uni-mirrored.el:
6106 * international/uni-name.el:
6107 * international/uni-numeric.el:
6108 * international/uni-old-name.el:
6109 * international/uni-titlecase.el:
6110 * international/uni-uppercase.el: Regenerate.
6111
3bbf23bc
MR
61122011-08-23 Martin Rudalics <rudalics@gmx.at>
6113
6114 * help.el (help-window-setup): Fix message displayed when other
6115 window is reused. (Bug#9341)
6116
b3fd59bd
SM
61172011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6118
1802e444
SM
6119 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6120 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6121
b3fd59bd
SM
6122 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6123 Mark obsolete.
6124 * shell.el (shell-parse-pcomplete-arguments): New function.
6125 (shell-completion-vars): Use it instead (bug#9160).
6126
4eb61348
SM
61272011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6128
867cab74
SM
6129 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6130 strings and comments (bug#9333).
6131
4eb61348
SM
6132 * emacs-lisp/debug.el (debug-arglist): New function.
6133 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6134 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6135
262a1439
JL
61362011-08-22 Juri Linkov <juri@jurta.org>
6137
56ee679c
JL
6138 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6139 Revert regexp that highlights output switches to its old
6140 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6141
262a1439
JL
6142 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6143 to check for empty output (bug#9226).
6144
f13f86fb
CY
61452011-08-22 Chong Yidong <cyd@stupidchicken.com>
6146
6147 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6148 symbol-constituent as the default, as that stops font-lock from
6149 working properly (Bug#8843).
6150
c65c9622
LMI
61512011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6152
6153 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6154 `coding-system-for-*' around the process open call to avoid
6155 auth-source side effects.
e7f2c178 6156 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6157 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6158 probe hangs.
c65c9622 6159
23a8a5ab
CY
61602011-08-21 Chong Yidong <cyd@stupidchicken.com>
6161
ff98b2dd
CY
6162 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6163
23a8a5ab
CY
6164 * emacs-lisp/find-func.el (find-function-noselect): New arg
6165 lisp-only.
6166
6167 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6168 signal an error for built-in functions (Bug#6664).
6169
f5e3c598
LMI
61702011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6171
6172 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6173 (smtpmail-try-auth-methods): Use it.
6174
a3f2468a
CY
61752011-08-21 Chong Yidong <cyd@stupidchicken.com>
6176
2c34e8da
CY
6177 * font-lock.el (font-lock-fontify-region)
6178 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6179 (font-lock-default-unfontify-buffer)
6180 (font-lock-default-fontify-region)
6181 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6182
b3fd59bd
SM
6183 * progmodes/compile.el (compilation-error-properties):
6184 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6185 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6186 `ant' regexp.
ee31aabc 6187
a3f2468a
CY
6188 * net/browse-url.el (browse-url-firefox): Don't call
6189 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6190
8e999f70
GM
61912011-08-20 Glenn Morris <rgm@gnu.org>
6192
c21a496a
GM
6193 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6194
59ee0542
GM
6195 * tutorial.el (tutorial--default-keys): Update some default bindings.
6196
8e999f70
GM
6197 * files.el (hack-local-variables): Fully ignore case for "mode:".
6198
e3715033
AM
61992011-08-20 Alan Mackenzie <acm@muc.de>
6200
6201 Resolve invalid use of a regexp in regexp-opt.
6202
4d61f28d
JB
6203 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6204 detection for a java annotation.
e3715033 6205
4d61f28d 6206 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6207 detection for a java annotation.
6208
4d61f28d
JB
6209 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6210 handling for java.
e3715033
AM
6211 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6212
04ed2e9c
CY
62132011-08-20 Chong Yidong <cyd@stupidchicken.com>
6214
6215 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6216 (Bug#9274).
6217
826cee64
AM
62182011-08-20 Alan Mackenzie <acm@muc.de>
6219
58179cce 6220 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6221 such a construct. Mainly for when jit-lock etc. starts a chunk
6222 here.
6223
58179cce 6224 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6225 variable.
58179cce 6226 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6227 c-make-font-lock-search-function.
6228 (c-make-font-lock-search-function): Use the above function.
6229 (c-make-font-lock-context-search-function): New function.
6230 (c-cpp-matchers): Enhance the preprocessor expression case with
6231 the above function
6232 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6233 which takes an expression.
6234
6235 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6236
13009bd8
MR
62372011-08-20 Martin Rudalics <rudalics@gmx.at>
6238
6239 * window.el (display-buffer-reuse-window)
6240 (display-buffer-pop-up-window): Don't reuse or split a side
6241 window.
6242
9234ff7f
GM
62432011-08-19 Glenn Morris <rgm@gnu.org>
6244
6245 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6246 Downcase "Mode:". (Bug#9331)
9234ff7f 6247
f635daa1
CY
62482011-08-18 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * international/characters.el: Add L and R categories.
6251
6252 * subr.el (bidi-string-mark-left-to-right): Rename from
6253 string-mark-left-to-right. Use category search.
6254
6255 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6256
bc987f8b
JL
62572011-08-18 Juri Linkov <juri@jurta.org>
6258
6259 * faces.el (error, warning, success): New faces with definitions
6260 copied from old default values of `font-lock-warning-face',
6261 `compilation-warning', `compilation-info' (bug#6117).
6262
6263 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6264
6265 * progmodes/compile.el (compilation-error): Inherit from `error'.
6266 (compilation-warning): Inherit from `warning'.
6267 (compilation-info): Inherit from `success'.
6268
6269 * dired.el (dired-marked): Inherit from `warning'.
6270 (dired-flagged): Inherit from `error'.
6271
57173b96
LMI
62722011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6273
3e79eb87
LMI
6274 * mail/smtpmail.el (auth-source): Require to avoid problems with
6275 binding variables (bug#9298). Also clean up some unused
6276 autoloads.
6277
b3fd59bd
SM
6278 * net/network-stream.el (network-stream-open-starttls):
6279 Support using starttls.el without using gnutls-cli.
57173b96 6280
02b404de
JL
62812011-08-17 Juri Linkov <juri@jurta.org>
6282
6283 * progmodes/grep.el (rgrep): Handle the case when
6284 `grep-find-command' is a cons cell (bug#9278).
6285
8c9177f2
MR
62862011-08-17 Martin Rudalics <rudalics@gmx.at>
6287
6288 * window.el (display-buffer-pop-up-frame): Run frame creation
6289 function with BUFFER current (as special-display-popup-frame
6290 does). Reported by Drew Adams.
6291
3644a0ab
DU
62922011-08-17 Daiki Ueno <ueno@unixuser.org>
6293
6294 * epa-mail.el: Simplify GnuPG group expansion using
6295 epg-expand-group.
6296 (epa-mail-group-alist, epa-mail-group-modtime)
6297 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6298 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6299 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6300 Remove.
6301
5e617bc2 63022011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6303
6304 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6305
9c4aeabf
AM
63062011-08-16 Alan Mackenzie <acm@muc.de>
6307
6308 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6309 Correct, to avoid the inside of macros.
6310
3a99bf64
RS
63112011-08-16 Richard Stallman <rms@gnu.org>
6312
04963aa8
RS
6313 * epa-mail.el: Handle GnuPG group definitions.
6314 (epa-mail-group-alist, epa-mail-group-modtime)
6315 (epa-mail-gnupg-conf-file): New variables.
6316 (epa-mail-parse-groups, epa-mail-sync-groups)
6317 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6318 (epa-mail-expand-recipients): New functions.
6319 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6320
177549d0
RS
6321 * mail/rmail.el (rmail-epa-decrypt): New command.
6322
fe38beef
RS
6323 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6324 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6325 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6326 (epa-decrypt-armor-in-region): Make error message clearer.
6327
934eacb9
SM
63282011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6331 and "a2b" to "ab" for `prefix'.
6332
d024fb4e
CY
63332011-08-14 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6336 filter groups.
de148fee
CY
6337 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6338 Fourquet (Bug#8804).
d024fb4e 6339
62f1ca49
JB
63402011-08-12 Juanma Barranquero <lekktu@gmail.com>
6341
6342 * startup.el (argi): Declare as global variable (bug#9275).
6343
9ccaaa4b
CY
63442011-08-12 Chong Yidong <cyd@stupidchicken.com>
6345
6346 * subr.el (string-mark-left-to-right): Search the entire string
6347 for RTL script, not just the terminating character. Doc fix.
6348
a3dae87a
SM
63492011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6cd18349
SM
6351 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6352 New function.
6353 (js--regexp-literal, js-syntax-propertize-function): Remove.
6354 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6355 (js-mode-map): Don't rebind electric keys.
6356 (js-insert-and-indent): Remove.
6357 (js-mode): Setup electric-layout and electric-indent instead.
6358
a3dae87a
SM
6359 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6360
9d5cb631
DU
63612011-08-12 Daiki Ueno <ueno@unixuser.org>
6362
6363 * epa.el (epa-progress-callback-function): Fix the logic of
6364 displaying progress.
6365 * epa-file.el (epa-file-insert-file-contents): Make progress
6366 display more user-friendly.
6367 (epa-file-write-region): Ditto.
6368
3e26a4a2
CY
63692011-08-10 Chong Yidong <cyd@stupidchicken.com>
6370
6371 * subr.el (string-mark-left-to-right): New function.
6372
6373 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6374 Use string-mark-left-to-right.
6375 (list-buffers-noselect): Caller changed.
6376
a3dae87a
SM
6377 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6378 Use string-mark-left-to-right.
3e26a4a2
CY
6379 (tabulated-list-print): Recenter after moving point.
6380
ac8cf6e6
JL
63812011-08-10 Juri Linkov <juri@jurta.org>
6382
6383 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6384 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6385 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6386
8d96c9a4
CY
63872011-08-09 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6390 (Bug#7554).
6391
7be1c708 63922011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6393
6394 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6395 character. (Bug#6594)
6396
37e11a63
CY
63972011-08-08 Chong Yidong <cyd@stupidchicken.com>
6398
839dde57
CY
6399 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6400 (image-dired--with-db-file): New macro.
6401 (image-dired-write-tags, image-dired-remove-tag)
6402 (image-dired-create-gallery-lists, image-dired-write-comments)
6403 (image-dired-get-comment, image-dired-mark-tagged-files)
6404 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6405 (image-dired-gallery-generate): Use insert-file-contents.
6406
37e11a63
CY
6407 * time.el (display-time-world-list, display-time-world-display):
6408 * time-stamp.el (time-stamp-string):
6409 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6410 set-time-zone-rule (Bug#7337).
6411
0b4946c4
DU
64122011-08-08 Daiki Ueno <ueno@unixuser.org>
6413
6414 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6415 (epg-error-to-string, epg-errors-to-string): New function.
6416 (epg-wait-for-completion): Reverse errors list.
6417 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6418 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6419 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6420 (epg-sign-keys, epg-generate-key-from-file)
6421 (epg-generate-key-from-string): Format errors by using
6422 epg-errors-to-string (bug#9255).
6423 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6424
75bfc667
JL
64252011-08-07 Juri Linkov <juri@jurta.org>
6426
6427 * faces.el (list-faces-display): Remove extra angle bracket
6428 from `help-mode-map'.
6429
6430 * info.el (Info-history-toc-nodes): Doc fix.
6431
6432 * longlines.el (longlines-mode): Doc fix.
6433
673e08bb
SM
64342011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6435
4640dd88
SM
6436 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6437 of statements and in a few more cases (bug#9183).
6438
673e08bb
SM
6439 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6440 New functions.
6441 (cl-transform-lambda): Use them (bug#9239).
6442
89b3f019
MR
64432011-08-05 Martin Rudalics <rudalics@gmx.at>
6444
6445 * window.el (display-buffer-same-window)
6446 (display-buffer-same-frame, display-buffer-other-window)
6447 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6448 (pop-to-buffer-other-window)
6449 (pop-to-buffer-same-frame-other-window)
6450 (pop-to-buffer-other-frame): Make them defuns.
6451 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6452
640c8776
SM
64532011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * subr.el (make-composed-keymap): Move from C. Change calling
6456 convention, and improve docstring to bring attention to a subtle point.
6457 * minibuffer.el (completing-read-default): Adjust accordingly.
6458
63648a95
MA
64592011-08-03 Michael Albinus <michael.albinus@gmx.de>
6460
6461 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6462 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6463
6464 * net/trampver.el: Update release number.
6465
b796c9b7
SM
64662011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6469 "in" (bug#9190).
6470
2239d7d5
LMI
64712011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6472
e07dd7c3
LMI
6473 * mail/sendmail.el (sendmail-query-once): Restore the current
6474 buffer after querying (bug#9074).
6475
0e6a2bd7
LMI
6476 * dired.el (dired-flagged): Use different faces for marked and
6477 flagged files (bug#6117).
6478
ce887515
LMI
6479 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6480 (bug#4433).
6481
92f2affc
LMI
6482 * ido.el (ido-mode): Switch off the message if called
6483 non-interactively.
6484
57d5aff0
LMI
6485 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6486 before 587, since it appears that that's more likely to work for
6487 more people.
6488
98cd6c18 6489 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6490 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6491 exist.
6492
b96dec83
LMI
6493 * info.el: Remove the `Info-beginning-of-buffer' function
6494 (bug#8325).
6495
b796c9b7
SM
6496 * net/network-stream.el (network-stream-open-starttls):
6497 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6498
d90e2ea0
MR
64992011-08-01 Martin Rudalics <rudalics@gmx.at>
6500
6501 * window.el (display-buffer-in-window): Don't set dedicated status
6502 of window here (Bug#9215).
6503 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6504 (display-buffer-pop-up-side-window)
b796c9b7 6505 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6506
cca09170
SM
65072011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6508
6509 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6510 before binding generated-autoload-file.
6511
027b979c
DD
65122011-08-01 Deniz Dogan <deniz@dogan.se>
6513
6514 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6515
3c7ee4f3
MA
65162011-07-30 Michael Albinus <michael.albinus@gmx.de>
6517
6518 Sync with Tramp 2.2.2.
6519
6520 * net/trampver.el: Update release number.
6521
2cc8e51a
JL
65222011-07-30 Juri Linkov <juri@jurta.org>
6523
6524 * dired-aux.el (dired-touch-initial): Remove function.
6525 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6526 current time, and `default' to the last modification time of the
6527 current marked file (bug#6887).
6528
a514d856
JM
65292011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6530
6531 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6532 numeric argument to read-number (bug#9163).
a514d856 6533
8a7eddd7
MA
65342011-07-27 Michael Albinus <michael.albinus@gmx.de>
6535
6536 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6537 connection process, it could be nil.
6538
1ddd96f5
LL
65392011-07-27 Leo Liu <sdl.web@gmail.com>
6540
6541 Simplify url handling in rcirc-mode.
6542
6543 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6544 (rcirc-browse-url-at-mouse): Remove.
6545 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6546
b248a85d
AM
65472011-07-26 Alan Mackenzie <acm@muc.de>
6548
6549 Fontify bitfield declarations properly.
6550
6551 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6552 (c-symbol-chars): Now exported as a lang variable.
6553 (c-not-primitive-type-keywords): New lang variable.
6554
6555 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6556 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6557 parsed as a bitfield declaration.
b248a85d 6558
b796c9b7
SM
6559 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6560 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6561 (c-punctuation-in): New function.
6562 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6563 declarations properly.
6564
68575ab0
UJ
65652011-07-26 Ulf Jasper <ulf.jasper@web.de>
6566
6567 * calendar/icalendar.el (icalendar--all-events): Take care of
6568 multiple vcalendars in a single file.
b796c9b7 6569 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6570
0f0a88b9
DD
65712011-07-25 Deniz Dogan <deniz@dogan.se>
6572
6573 * image.el (insert-image): Clarifying docstring.
6574
0b3f36df
MA
65752011-07-24 Michael Albinus <michael.albinus@gmx.de>
6576
6577 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6578 `tramp-send-command-and-check' if there is no error.
6579 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6580
a9901f61
AM
65812011-07-22 Alan Mackenzie <acm@muc.de>
6582
6583 Prevent cc-langs.elc being loaded at run time.
6584
6585 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6586 cc-langs.
6587
4d61f28d 6588 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6589 "(require 'cc-langs)". Quote a form so it will evaluate at
6590 (cc-mode's) compilation time.
6591
11d074b2
MA
65922011-07-22 Michael Albinus <michael.albinus@gmx.de>
6593
6594 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6595 loading. (Bug#9114)
6596
938b94c8
MR
65972011-07-21 Martin Rudalics <rudalics@gmx.at>
6598
6599 * window.el (display-buffer-pop-up-window)
6600 (display-buffer-pop-up-side-window)
6601 (display-buffer-in-side-window): Call display-buffer-set-height
6602 and display-buffer-set-width after setting the new window's
b796c9b7 6603 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6604
bfa4f190
SS
66052011-07-20 Sam Steingold <sds@gnu.org>
6606
6607 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6608 (etags-tags-included-tables): Call `convert-standard-filename' on
6609 the file names contained in TAGS so that windows Emacs can handle
6610 TAGS files created by cygwin ctags.
6611
8ca42262
LMI
66122011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6613
6614 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6615 which apparently didn't work.
6616
5db2afd2 66172011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6618
5db2afd2
RW
6619 * proced.el (proced-send-signal): For *Marked Processes* buffer
6620 put point at beginning of buffer.
6621
92e15d10
SB
66222011-07-19 Stephen Berman <stephen.berman@gmx.net>
6623
6624 * proced.el (proced-format): Make header lines align with the text
6625 (bug#1779).
6626
1bfd59e5
LMI
66272011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6628
6629 * view.el (view-buffer): Allow running in `special' modes if we're
6630 visiting a file (bug#8615).
6631
f5aae37c
MR
66322011-07-19 Martin Rudalics <rudalics@gmx.at>
6633
6634 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6635 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6636 New functions.
f5aae37c
MR
6637 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6638 more accurately.
6639
bf2c1571
AM
66402011-07-18 Alan Mackenzie <acm@muc.de>
6641
6642 Fontify declarators properly when, e.g., a jit-lock chunk begins
6643 inside a declaration.
6644
6645 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6646
b796c9b7
SM
6647 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6648 New function.
bf2c1571
AM
6649 (c-complex-decl-matchers): Insert reference to
6650 c-font-lock-enclosing-decls.
6651
6652 * progmodes/cc-engine.el (c-backward-single-comment):
6653 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6654 to nil around calls to (forward-comment -1).
6655
4e190b80
LMI
66562011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6657
12dc863d
LMI
6658 * image.el (put-image): Doc typo fix.
6659
a762e966
LMI
6660 * progmodes/etags.el (tags-search): Doc typo fix.
6661
4e190b80
LMI
6662 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6663 password if we get errors 550 to 554.
6664
f019fb21
LMI
66652011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6666
b796c9b7 6667 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6668
81746738
LMI
6669 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6670 indentation character (bug#6380).
6671
3ee3a1b5
LMI
6672 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6673
c82f64de
LMI
6674 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6675 to clarify what the problem is (bug#4291).
6676
f019fb21
LMI
6677 * simple.el (current-kill): Clarify what
6678 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6679 (auto-fill-mode): Document `auto-fill-function' in relation to
6680 `auto-fill-mode' (bug#2470).
f019fb21 6681
0794775d
LM
66822011-07-16 Lawrence Mitchell <wence@gmx.li>
6683
6684 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6685 method if slot is read-only (bug#9035).
6686
be39b8cc
MR
66872011-07-16 Martin Rudalics <rudalics@gmx.at>
6688
b796c9b7 6689 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6690 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6691 selected before, see discussion of (Bug#8615), (Bug#6954).
6692 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6693
6ccf7859
GM
66942011-07-15 Glenn Morris <rgm@gnu.org>
6695
6696 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6697 Respect help-form.
6ccf7859 6698
87e86684
LM
66992011-07-09 Lawrence Mitchell <wence@gmx.li>
6700
6701 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6702 (gnutls-negotiate): Use it.
6703
d6066239
LMI
67042011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6705
b796c9b7
SM
6706 * net/gnutls.el (gnutls-negotiate):
6707 Upcase `gnutls-algorithm-priority'.
d6066239 6708
bd23ebc0
GM
67092011-07-15 Glenn Morris <rgm@gnu.org>
6710
c65bca65
GM
6711 * jka-compr.el (jka-compr-verbose): Move from here...
6712 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6713 Add missing :version tag.
6714 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6715
478615cc
LMI
67162011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6717
7b41decb
LMI
6718 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6719 (gnutls-negotiate): Use it.
6720
dbc44fcd
LMI
6721 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6722
06789f97
LMI
6723 * info.el (Info-beginning-of-buffer): New command.
6724 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6725 announcing `b' as the key (bug#8325).
ab896c37 6726 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6727
c39da690
LMI
6728 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6729
3aa5f34b
LMI
6730 * international/mule-cmds.el
6731 (describe-specified-language-support): Make the error message
6732 clearer (bug#8905).
6733
4bf0979f
LMI
6734 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6735
478615cc
LMI
6736 * isearch.el (isearch-barrier): Add a doc string, since it's
6737 mentioned in a function doc string (bug#8678).
6738
75c68aa1
MR
67392011-07-15 Martin Rudalics <rudalics@gmx.at>
6740
6741 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6742 buffer argument (Bug#9083) and self-identifying label argument.
6743
a7c33da2
GM
67442011-07-15 Glenn Morris <rgm@gnu.org>
6745
6746 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6747
2f5c6024
LMI
67482011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6749
6750 * man.el (Man-fontify-manpage): Fix message when formatting the
6751 man page (bug#7929).
6752
0bb23927 67532011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6754
6755 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6756 argument LRM; if non-nil, append an invisible LRM character to the
6757 buffer name.
6758 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6759 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6760 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6761 paragraph direction.
cce4b0a7 6762
621ef9ab
LMI
67632011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6764
d1583c48
LMI
6765 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6766 the man page name (bug#7929).
6767
6a57fb5f
LMI
6768 * image.el (put-image): Mention the `put-image' overlay property
6769 (bug#7834).
6770
d7956b14
LMI
6771 * scroll-bar.el (set-scroll-bar-mode): Mention that
6772 `scroll-bar-mode' lists the values (bug#7772).
6773
5b2d4a66
LMI
6774 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6775 command (bug#7729).
6776
7509a874
LMI
6777 * rect.el (apply-on-rectangle): Return the point after the last
6778 operation.
6779 (string-rectangle): Go to the point after the last operation
6780 (bug#7522).
6781
4fe74b19
LMI
6782 * printing.el (pr-toggle-region): Clarify the documentation
6783 slightly (bug#7493).
6784
b796c9b7
SM
6785 * time.el (display-time-update):
6786 Allow `display-time-mail-function' to return nil (bug#7158).
6787 Fix suggested by Detlev Zundel.
ab283561 6788
fc233c9d
LMI
6789 * vc/diff.el (diff): Clarify the order the file names are read
6790 (bug#7111).
6791
43f5740b
LMI
6792 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6793 the doc string (bug#7015).
6794
f2182a76
LMI
6795 * font-lock.el (font-lock-maximum-decoration): Mention what
6796 numeric levels mean (bug#6935).
6797
621ef9ab
LMI
6798 * startup.el (initial-buffer-choice): Don't mention the `none'
6799 selection, which is against policy.
6800
adc47434
MR
68012011-07-14 Martin Rudalics <rudalics@gmx.at>
6802
b796c9b7
SM
6803 * window.el (display-buffer-normalize-special):
6804 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6805
7e5bfb8f
EZ
68062011-07-14 Eli Zaretskii <eliz@gnu.org>
6807
6808 * subr.el (version<, version<=, version=): Mention "-CVS" and
6809 "-12345" alpha version numbers.
6810
27fa387a
CY
68112011-07-14 Chong Yidong <cyd@stupidchicken.com>
6812
6813 * bindings.el: Add advertised binding for set-mark-command
6814 (Bug#5772).
6815
8bdfa064
CY
68162011-07-14 Chong Yidong <cyd@stupidchicken.com>
6817
6818 * bindings.el (mode-line-other-buffer):
6819 * bookmark.el (bookmark-bmenu-2-window):
6820 * bs.el (bs-cycle-next, bs-cycle-previous):
6821 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6822 switch-to-buffer.
6823
6824 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6825 Delete.
8bdfa064 6826
5eba16a3
JB
68272011-07-14 Juanma Barranquero <lekktu@gmail.com>
6828
6829 * follow.el (follow-debug-message, follow-redisplay):
6830 * jka-cmpr-hook.el (with-auto-compression-mode):
6831 Fix typos in docstrings.
6832
15853710
LMI
68332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6834
a28e4607
LMI
6835 * subr.el (with-silent-modifications): Clarify somewhat what the
6836 macro inhibits (bug#6525).
6837
15853710
LMI
6838 * simple.el (eval-expression): Note what it does if called
6839 interactively (bug#6495).
6840
bee0fcef
CY
68412011-07-13 Chong Yidong <cyd@stupidchicken.com>
6842
b796c9b7
SM
6843 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6844 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6845
6846 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6847 Remove switch-to-buffer.
6848
58274504
LMI
68492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6850
bd2fcc8d
LMI
6851 * files.el (make-directory): Clarify that an error will be raised
6852 if there's an error (bug#6397).
6853
0f04b32c
LMI
6854 * startup.el (initial-buffer-choice): Add `none' as a choice
6855 (bug#6234).
6856
465c5fc8
LMI
6857 * subr.el (add-hook): Clarify section about buffer-local hooks
6858 (bug#6218).
6859
58274504
LMI
6860 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6861
bead9a43
JB
68622011-07-13 Juanma Barranquero <lekktu@gmail.com>
6863
6864 * tabify.el (untabify): Preserve the current column so that point
6865 doesn't move (bug#6032).
6866
3af98a7b
LMI
68672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6868
b796c9b7
SM
6869 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6870 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6871
6240145a
GM
68722011-07-13 Glenn Morris <rgm@gnu.org>
6873
6874 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6875 (dired-insert-directory): Give a message the first time
6876 if ls is found not to support --dired.
6877
1d8c2ccc
LMI
68782011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6879
6880 * simple.el (toggle-truncate-lines): Clarify what is toggled
6881 (bug#5580). Text by Drew Adams.
6882
5fc4038e
CY
68832011-07-13 Chong Yidong <cyd@stupidchicken.com>
6884
6885 * simple.el (blink-matching-open): Make the error message from the
6886 last change less verbose.
6887
bf6012e5
DN
68882011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6889
6890 * font-lock.el (font-lock-comment-face): Use the high contrast
6891 "yellow" color for font-lock-comment-face on low color terminals
6892 using a dark background color (bug#4221).
6893
343c3b5a
LMI
68942011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6895
7e9505c5
LMI
6896 * dired.el (dired-insert-set-properties): Make the doc string
6897 reflect what it does now (bug#5325).
6898
c26fdcf5
LMI
6899 * simple.el (blink-matching-open): Say that we were unable to find
6900 the match within the limit, if we're limited (bug#5122).
6901
bb388cc5
LMI
6902 * international/mule-cmds.el (prefer-coding-system): Add an
6903 example (bug#4869).
6904
343c3b5a
LMI
6905 * progmodes/etags.el (tags-search): Document `file-list-form'
6906 (bug#4731).
6907
2a517d45
LM
69082011-07-13 Lawrence Mitchell <wence@gmx.li>
6909
6910 * net/browse-url.el (browse-url-default-browser)
6911 (browse-url-browser-function): Make the default browser choice a
6912 bit more logical (bug#4300). Also clean up the doc string.
6913
b6c78ef2
JB
69142011-07-13 Juanma Barranquero <lekktu@gmail.com>
6915
6916 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6917 binary endings (bug#4440).
6918
1c4dd947
LMI
69192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6920
a2014063
LMI
6921 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6922 which can be pretty annoying (bug#8971).
6923
9c9c2d88
LMI
6924 * jka-compr.el (jka-compr-verbose): New variable, and use
6925 throughout (bug#8971).
6926
1c4dd947
LMI
6927 * info.el (Info-find-file): Fall back on the installation
6928 directory if we can't find the info node anywhere else.
6929
a1c9f41b
SO
69302011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6931
6932 * vc/vc.el (vc-revert-file):
6933 Don't set file time-stamp in the past. (Bug#5181)
6934
536f3d36
LMI
69352011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6936
7152b011
LMI
6937 * files.el (after-find-file): Give a better error message when
6938 trying to find a symlink that points to a file that doesn't exist
6939 (bug#4398).
6940
536f3d36
LMI
6941 * progmodes/cc-vars.el: Remove (probably) misleading comment
6942 (bug#4396).
6943
460c0fba
JB
69442011-07-12 Johan Bockgård <bojohan@gnu.org>
6945
6946 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6947
7a6bda45
CY
69482011-07-12 Chong Yidong <cyd@stupidchicken.com>
6949
6950 * mouse-sel.el: Hack restoring functionality, while keeping
6951 compatibility with 2010-07-03 changes to mouse selection.
6952 (mouse-sel-primary-overlay): New var.
6953 (mouse-sel-selection-alist): Use it.
6954 (mouse-sel-mode): Doc fix; remove points that are default features
6955 of mouse.el.
6956
c79598ef
JB
69572011-07-12 Johan Bockgård <bojohan@gnu.org>
6958
6959 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6960 Fix previous fix (bug#2490).
6961
ff8be6ef
RW
69622011-07-12 Roland Winkler <winkler@gnu.org>
6963
b796c9b7
SM
6964 * textmodes/bibtex.el (bibtex-initialize):
6965 Use pop-to-buffer-same-window.
ff8be6ef
RW
6966 (bibtex-search-entries): Fix interactive call.
6967
296ba3ee
LMI
69682011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6969
f5242a02 6970 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6971 Fontise bytecomp Error lines more correctly (bug#2490).
6972 Fix suggested by Johan Bockgård.
f5242a02 6973
296ba3ee
LMI
6974 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6975
6976 * dired-x.el (dired-guess-default): Use `delete-dups'.
6977
f69fd0d2
CY
69782011-07-12 Chong Yidong <cyd@stupidchicken.com>
6979
6980 * dired.el (dired-mark-prompt):
6981 * dired-aux.el (dired-read-shell-command): Doc fix.
6982
eab5dc07
LMI
69832011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6984
b796c9b7
SM
6985 * mail/sendmail.el (sendmail-query-once):
6986 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6987 emacs -Q.
6988
6989 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6990
eab5dc07
LMI
6991 * cus-edit.el (custom-file): Take an optional no-error variable.
6992 (customize-save-variable): Set the variable, and give a warning if
6993 running under "emacs -q".
6994
a1e65d42
JB
69952011-07-11 Juanma Barranquero <lekktu@gmail.com>
6996
6997 * loadhist.el (unload-feature-special-hooks):
6998 Add `auto-coding-functions', `fill-nobreak-predicate' and
6999 `find-directory-functions' (bug#5327).
7000
1d52da10
LMI
70012011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7002
be958f1d
LMI
7003 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7004
5bedb26c
LMI
7005 * cus-edit.el (custom-guess-name-alist): -alist variables should
7006 use the `alist' type (bug#3120). Suggested by Drew Adams.
7007
1d52da10
LMI
7008 * printing.el: Add documentation to all the `pr-toggle-' commands.
7009
cd394be1 70102011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7011
7012 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7013 backends where it makes sense (bug#2623).
7014
dcc88d8a
LMI
70152011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7016
c3de9feb
LMI
7017 * dired-x.el (dired-guess-default): Remove duplicate shell command
7018 entries (bug#2028).
8a93078b 7019 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7020 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7021
dcc88d8a
LMI
7022 * subr.el (remove-duplicates): New conveniency function.
7023
505e3645
LMI
70242011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7025
7026 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7027 (bug#1526).
7028
70292011-07-10 Martin Rudalics <rudalics@gmx.at>
7030
7031 * window.el (display-buffer-normalize-default): Don't invert
7032 meaning of even-window-heights. Reported by Eli Zaretskii
7033 <eliz@gnu.org>.
7034
455e4fa1
BR
70352011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7036
7037 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7038
8e0bc3e9
CY
70392011-07-10 Chong Yidong <cyd@stupidchicken.com>
7040
7041 * window.el (display-buffer): Fix arguments to
7042 display-buffer-reuse-window in last change.
7043
fa7c3228
CY
7044 * faces.el (link): Use a less saturated blue on light backgrounds.
7045
7046 * startup.el (fancy-startup-text, fancy-about-text)
7047 (fancy-startup-tail): Use font-lock faces, for background safety.
7048
c0a7f300
BN
70492011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7050
b796c9b7
SM
7051 * emulation/viper-cmd.el (viper-change-state-to-vi):
7052 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7053
4dc2a129
MR
70542011-07-09 Martin Rudalics <rudalics@gmx.at>
7055
7056 * window.el (display-buffer-default-specifiers): Remove.
7057 (display-buffer-macro-specifiers): Remove default specifiers.
7058 (display-buffer-alist): Default to nil.
b796c9b7 7059 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7060 (display-buffer-pop-up-window): Allow splitting internal
7061 windows. Check whether a live window was created.
7062 (display-buffer-other-window-means-other-frame)
7063 (display-buffer-normalize-arguments): Rename to
7064 display-buffer-normalize-argument and rewrite. Set the
7065 other-window specifier.
7066 (display-buffer-normalize-special): New function.
7067 (display-buffer-normalize-options): Rename to
7068 display-buffer-normalize-default and rewrite.
7069 (display-buffer-normalize-options-inhibit): Remove.
7070 (display-buffer-normalize-specifiers): Rewrite.
7071 (display-buffer): Process other-window specifier and call
7072 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7073 more faithfully.
b796c9b7 7074 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7075 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7076 (display-buffer-in-window, display-buffer-alist-set):
7077 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7078 <tassilo@member.fsf.org>.
7079
2d43b8c9
LL
70802011-07-09 Leo Liu <sdl.web@gmail.com>
7081
7082 * register.el (insert-register): Restore accidental change on
7083 2011-06-26. (Bug#9028)
7084
7f9b7c53
GM
70852011-07-09 Glenn Morris <rgm@gnu.org>
7086
7087 * subr.el (remq): Handle the empty list. (Bug#9024)
7088
f042cfd8
AS
70892011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7090
7091 * mail/sendmail.el (send-mail-function): No longer delay custom
7092 initialization.
7093 * custom.el (custom-initialize-delay): Doc fix.
7094
856b2f11
SM
70952011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7098
afae1d68
MA
70992011-07-08 Michael Albinus <michael.albinus@gmx.de>
7100
7101 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7102 human-friendly prompt.
7103
0757af94
SM
71042011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7107 provided by a particular plugin.
7108
d760b731
LMI
71092011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7110
7111 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7112 save customizations (with "emacs -Q"), just set the variable
7113 instead of erroring out.
7114
7115 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7116
cd79ce90
JL
71172011-07-08 Juri Linkov <juri@jurta.org>
7118
7119 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7120 (archive-zip-update-case): Use 7z if found by `executable-find'.
7121 The order of searching the available programs is the same as in
7122 `archive-zip-extract' (bug#8968).
7123
14cc04aa
CY
71242011-07-07 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7127 (menu-bar-options-menu): Tweak descriptions.
7128
0a1848ec
LMI
71292011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7130
7131 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7132 menu items into verb phrases (bug#1421). Also refill to fit under
7133 80 columns.
7134
f5bd0689
CY
71352011-07-07 Chong Yidong <cyd@stupidchicken.com>
7136
538e85c6
CY
7137 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7138 (Info-read-node-name): Doc fix (Bug#1084).
7139
f5bd0689
CY
7140 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7141 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7142 (end-of-sexp, beginning-of-sexp)
7143 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7144 (forward-symbol, forward-same-syntax, word-at-point)
7145 (sentence-at-point): Doc fix (Bug#1144).
7146
56ec5115
LMI
71472011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7148
f3f8e37f
LMI
7149 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7150 should cover it (bug#1281).
7151
0757af94 7152 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7153
e9fce1ac 7154 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7155 negotiation fails, then possibly try again with a non-encrypted
7156 connection (bug#9017).
7157
56ec5115
LMI
7158 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7159 be used.
7160
c2f9aec8
RS
71612011-07-07 Richard Stallman <rms@gnu.org>
7162
7163 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7164 property, and handle its changed format.
7165 Look for the correct line number.
7166 Use file's line contents (but not past first =) to find
7167 correct line in message.
7168
ef7b981d 71692011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7170
7171 * international/characters.el (build-unicode-category-table):
7172 Delete it.
0757af94 7173 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7174
0757af94 7175 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7176 to src/chartab.c.
7177 (get-char-code-property): Call unicode-property-table-internal to
7178 load a file. Call get-unicode-property-internal where necessary.
7179 (put-char-code-property): Call unicode-property-table-internal to
7180 load a file. Call put-unicode-property-internal where necessary.
7181 put-unicode-property-internal where necessary.
0757af94
SM
7182 (char-code-property-description):
7183 Call unicode-property-table-internal to load a file.
c805dec0
KH
7184
7185 * international/charprop.el:
7186 * international/uni-bidi.el:
7187 * international/uni-category.el:
7188 * international/uni-combining.el:
7189 * international/uni-comment.el:
7190 * international/uni-decimal.el:
7191 * international/uni-decomposition.el:
7192 * international/uni-digit.el:
7193 * international/uni-lowercase.el:
7194 * international/uni-mirrored.el:
7195 * international/uni-name.el:
7196 * international/uni-numeric.el:
7197 * international/uni-old-name.el:
7198 * international/uni-titlecase.el:
7199 * international/uni-uppercase.el: Regenerate.
7200
7201 * loadup.el: Load international/charprop.el before
7202 international/characters.
7203
e14b388a
CY
72042011-07-07 Chong Yidong <cyd@stupidchicken.com>
7205
7206 * window.el (next-buffer, previous-buffer): Signal an error if
7207 called from a minibuffer window.
7208
7209 * bindings.el: Revert 2011-07-04 change.
7210
354cf0ba
RS
72112011-07-06 Richard Stallman <rms@gnu.org>
7212
7213 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7214 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7215 Treat markers like ints.
7216 (rmail-mime-entity): Doc fix.
7217
a48868a7
LMI
72182011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7219
4906cd3d
LMI
7220 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7221 defcustom again for backwards compatibility.
7222
e0457abe
LMI
7223 * simple.el (shell-command-on-region): Fill.
7224
d67f7e1f
LMI
7225 * dired-aux.el (dired-kill-line): Add a doc string.
7226
fe204702
LMI
7227 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7228 to "\\sw\\|\\s_" (bug#358).
7229
a48868a7
LMI
7230 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7231 (dired-unmark-backward): Ditto.
7232 (dired-flag-backup-files): Ditto.
7233
7234 * dired-x.el (dired-mark-sexp): Ditto.
7235
aa8a705c
RS
72362011-07-06 Richard Stallman <rms@gnu.org>
7237
7238 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7239 (rmail-mime-entity): New arg TRUNCATED.
7240 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7241 New functions.
7242 (rmail-mime-save): Warn if entity is truncated.
7243 (rmail-mime-toggle-hidden): Likewise, for showing.
7244 (rmail-mime-process-multipart): Record when an entity is truncated.
7245
a9a936b9
RS
7246 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7247 if ENTITY is a string.
7248
1f2b92cb
LMI
72492011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7250
f4f73198 7251 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7252 of faces when `M-C-x'-ing their definitions (bug#8378).
7253 Also clean up the code slightly.
f4f73198 7254
12b16734 7255 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7256 because that makes the colors go away.
12b16734 7257
f0691d22
LMI
7258 * mail/sendmail.el (send-mail-function): Change the default to
7259 `sendmail-query-once'.
9e87df06 7260 (sendmail-query-once): Add an autoload cookie.
f0691d22 7261
1f2b92cb
LMI
7262 * net/network-stream.el (network-stream-open-starttls): Try using
7263 a plain connection even if the server offered STARTTLS, and we
7264 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7265 capability. This should make smtpmail.el work in slightly more
7266 configurations.
7267
1cdd2a1b
MA
72682011-07-06 Michael Albinus <michael.albinus@gmx.de>
7269
7270 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7271 New defun.
7272 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7273
fbcc67e2
MM
72742011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7275
7276 * progmodes/sql.el: Version 3.0
0757af94 7277 (sql-product-alist): Add product :completion-object,
fbcc67e2 7278 :completion-column, and :statement attributes.
0757af94 7279 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7280 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7281 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7282 ansi keywords.
7283 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7284 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7285 (sql-oracle-show-reserved-words): New function for development.
7286 (sql-product-font-lock): Simplify for source code buffers.
7287 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7288 New functions.
7289 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7290 (sql-mode-map): Add statement movement functions.
7291 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7292 New variable.
fbcc67e2
MM
7293 (sql-statement-regexp, sql-beginning-of-statement)
7294 (sql-end-of-statement, sql-signum): New functions.
0757af94 7295 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7296 (sql-show-sqli-buffer): Bug fix.
7297 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7298 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7299 with sql-interactive-mode.
7300 (sql-save-connection): Save buffer local settings.
0757af94 7301 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7302 (sql-product-interactive): Bug fix.
7303 (sql-preoutput-hold): New variable.
7304 (sql-interactive-remove-continuation-prompt): Bug fixes.
7305 (sql-debug-redirect): New variable.
7306 (sql-str-literal): New function.
7307 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7308 Redesign.
fbcc67e2
MM
7309 (sql-oracle-save-settings, sql-oracle-restore-settings)
7310 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7311 (sql-completion-object, sql-completion-column)
7312 (sql-completion-sqlbuf): New variables.
7313 (sql-build-completions-1, sql-build-completions)
7314 (sql-try-completion): New functions.
7315 (sql-read-table-name): Use them.
7316 (sql-contains-names): New buffer local variable.
7317 (sql-list-all, sql-list-table): Use it.
7318 (sql-oracle-completion-types): New variable.
7319 (sql-oracle-completion-object, sql-sqlite-completion-object)
7320 (sql-postgres-completion-object): New functions.
7321
d4eaeab1
GM
73222011-07-06 Glenn Morris <rgm@gnu.org>
7323
7324 * window.el (pop-to-buffer): Doc fix.
7325
322b7dab 73262011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7327
7328 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7329
322b7dab 73302011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7331
322b7dab 7332 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7333
322b7dab 7334 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7335
605dd5bf
CY
73362011-07-05 Chong Yidong <cyd@stupidchicken.com>
7337
7338 * button.el (button): Inherit from link face. Suggested by Dan
7339 Nicolaescu.
7340
7dbfa719
SM
73412011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7342
3db614b0
SM
7343 * progmodes/gdb-mi.el: Fit in 80 columns.
7344 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7345 switch-to-buffer.
7346
7dbfa719
SM
7347 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7348 if imenu is simply not configured (bug#8941).
7349
919d884a
KM
73502011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7351
7352 * allout.el (allout-post-undo-hook): New allout outline-change
7353 event hook to signal undo activity.
7354 (allout-post-command-business): Run allout-post-undo-hook if an
7355 undo just occurred.
7dbfa719
SM
7356 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7357 * allout-widgets.el (allout-widgets-after-undo-function):
7358 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7359 in the vicinity of an undo.
7360 (allout-widgets-mode): Include allout-widgets-after-undo-function
7361 on the new allout-post-undo-hook.
7362
450a0f09
SM
73632011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7366 Let define-derived-mode define it.
7367 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7368 cycles of abbrev-table inheritance (bug#8998).
7369
2de69e00
RW
73702011-07-05 Roland Winkler <winkler@gnu.org>
7371
7372 * textmodes/bibtex.el: Add support for biblatex.
7373 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7374 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7375 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7376 (bibtex-entry-alist, bibtex-field-alist): New variables.
7377 (bibtex-entry-field-alist): Obsolete alias for
7378 bibtex-BibTeX-entry-alist.
7379 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7380 (bibtex-set-dialect): New command.
7381 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7382 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7383 Bind via bibtex-set-dialect.
2de69e00
RW
7384 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7385 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7386 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7387 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7388 Define via bibtex-set-dialect.
450a0f09
SM
7389 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7390 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7391 (bibtex-vec-push, bibtex-vec-incr): New functions.
7392 (bibtex-format-entry, bibtex-field-list)
7393 (bibtex-print-help-message, bibtex-validate)
7394 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7395
2dcdbdd9
SM
73962011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * progmodes/compile.el (compilation-goto-locus):
7399 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7400 * bs.el (bs-cycle-next, bs-cycle-previous):
7401 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7402 * bindings.el (mode-line-other-buffer):
7403 * autoinsert.el (auto-insert):
7404 * arc-mode.el (archive-extract):
7405 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7406
b27640fe
JB
74072011-07-05 Juanma Barranquero <lekktu@gmail.com>
7408
7409 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7410 Fix check of `emacs-lock-unlockable-modes'.
7411 Coerce true values of `emacs-lock--try-unlocking' to t.
7412
53bbe3ad
JB
74132011-07-05 Juanma Barranquero <lekktu@gmail.com>
7414
7415 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7416 * emacs-lock.el: New file.
7417
1d3cdbc7
JD
74182011-07-05 Julien Danjou <julien@danjou.info>
7419
7420 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7421 than `boundp' to check if face is set.
7422
9173deec
JB
74232011-07-05 Juanma Barranquero <lekktu@gmail.com>
7424
7425 * register.el (registerv-make):
7426 * window.el (window-min-height): Fix typos in docstrings.
7427
869795d6
JD
74282011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7429
9173deec 7430 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7431 Update doc string.
7432
b768cdcd
JB
74332011-07-04 Juanma Barranquero <lekktu@gmail.com>
7434
7435 * server.el (server-execute): Catch quit and call
7436 `server-return-error' to pass the error back to emacsclient and
7437 close the connection (bug#8942).
7438
13aa217b
KM
74392011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7440
7441 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7442 insecure exception for current topic. Also note that auto-saves
7443 are handled differently.
7444
7445 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7446 State variables for tracking auto-save inhibition situation.
7447
7448 (allout-write-contents-hook-handler): Rename from
7449 'allout-write-file-hook-handler', and describe how it depends on
7450 write-contents-functions sensitivity to non-nil value to prevent
7451 file write.
7452
7453 (allout-auto-save-hook-handler): Remove. auto-save does not check
7454 this in individual buffers, only in the starting buffer, so this
7455 is not the right way for us to inhibit auto-save in a buffer
7456 according to its condition.
7457
7458 (allout-mode): Use new allout-write-contents-hook-handler, and
7459 only with write-contents-functions. Remove auto-save provisions -
7460 they're implemented elsewhere.
7461
7462 (allout-before-change-handler): If undo is in progress, note that
7463 for attention of allout-post-command-business.
7464
7465 (allout-post-command-business): If the command we're following was
7466 an undo, check for change in the status of encrypted items and
7467 adjust auto-save inhibitions accordingly.
7468
7469 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7470 according to whether there are or aren't any plain-text topics
7471 pending encryption.
7472
2dcdbdd9 7473 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7474 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7475 if there are plain-text topics pending encryption.
13aa217b
KM
7476
7477 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7478 buffer-saved-size and some allout state to not inhibit auto-saves
7479 if there are no longer any plain-text topics pending encryption.
7480
0757af94
SM
7481 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7482 No longer provide for exemption of the current topic.
13aa217b 7483
ac89b32c
JL
74842011-07-04 Juri Linkov <juri@jurta.org>
7485
7486 Add 7z operations to delete and save changed members (bug#8968).
7487 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7488 New defcustoms.
7489 (archive-7z-write-file-member): New function.
7490 (archive-7z-summarize): Fix the number of dashes in the
7491 listing output.
7492
8fa39615
SM
74932011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7494
7495 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7496 (bug#8958).
7497
2f11b3f1
CY
74982011-07-04 Chong Yidong <cyd@stupidchicken.com>
7499
d66fef2b
CY
7500 * bindings.el: Ignore next-buffer and previous-buffer in
7501 minibuffer-local-map.
7502
2f11b3f1
CY
7503 * font-lock.el (font-lock-builtin-face): Change light background
7504 color to dark slate blue (Bug#6693).
7505
f932a347
WD
75062011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7507
7508 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7509
c8af70e1
SM
75102011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7513 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7514 Add switch-to-buffer.
7515
f158badc
LMI
75162011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7517
7518 * isearch.el (isearch-search-fun-function): Clarify further the
7519 meaning of the function returned.
7520
6d95bd46
MA
75212011-07-04 Michael Albinus <michael.albinus@gmx.de>
7522
7523 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7524
7525 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7526 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7527 Use it.
7528 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7529 `tramp-default-remote-path' does not exist.
7530 (tramp-send-command-and-read): New optional argument NOERROR.
7531 (tramp-open-connection-setup-interactive-shell)
7532 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7533 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7534 (tramp-process-sentinel): Flush also process' connection property.
7535 (tramp-sh-handle-start-file-process): Do not set process
7536 sentinel. It is done now ...
7537 (tramp-maybe-open-connection): ... here. (Bug#8929)
7538
909e6b67
MK
75392011-07-04 MON KEY <monkey@sandpframing.com>
7540
7541 * play/animate.el (animate-string): Doc fixes and allow changing
7542 the buffer name (bug#5417).
7543
75442011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7545
c8af70e1 7546 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7547
f34755dc
PE
75482011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7549
396cec72
PE
7550 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7551 This is simpler and helps future-proof the code.
7552 (timer-until): Use time-subtract and float-time.
08235028 7553 (timer--time-less-p): Use time-less-p.
f34755dc 7554
56e6cc31
JB
75552011-07-04 Juanma Barranquero <lekktu@gmail.com>
7556
3abb79e5
JB
7557 * type-break.el (timep): Use the value of `float-time' to avoid a
7558 byte-compiler warning.
7559
56e6cc31
JB
7560 * server.el (server-eval-and-print): Return any result, even nil.
7561
7b9430b4
PE
75622011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7563
7564 * type-break.el: Accept time formats that the builtins accept.
7565 (timep, type-break-time-difference): Accept any format that
7566 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7567 This is simpler and helps future-proof the code.
7568 (type-break-time-difference): Round rather than ignoring
7569 subseconds components.
7570
3034e9e7
LMI
75712011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7572
7573 * info.el (Info-apropos-matches): Make non-interactive, since it
7574 doesn't seem to do anything useful as a command (bug#8829).
7575
1485f4c0
CY
75762011-07-03 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7579 Move from faces.el.
1485f4c0
CY
7580 (frame-default-terminal-background): New function.
7581
7582 * custom.el (custom-push-theme): Don't record faces in `changed'
7583 theme; this doesn't work correctly for per-frame face settings.
7584 (disable-theme): Use face-set-after-frame-default to reset faces.
7585 (custom--frame-color-default): New function.
7586
9fa3dd45
LMI
75872011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7588
c8af70e1 7589 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7590 (bug#8769).
7591
6cbbc20c
KR
75922011-03-29 Kevin Ryde <user42@zip.com.au>
7593
7594 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7595 `perl-Test2' extend to match possible "fail #N" rep count
7596 (bug#8377).
7597
c7f98048
LMI
75982011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7599
65676592
LMI
7600 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7601 `smtpmail-via-smtp' now returns the error instead of nil.
7602
c7f98048
LMI
7603 * isearch.el (isearch-search-fun-function): Clarify the doc string
7604 (bug#8101).
7605
56e6cc31 76062011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7607
7608 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7609 unnecessary spaces (bug#8987).
7610
2b216704
LMI
76112011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7612
7613 * net/network-stream.el (open-network-stream): Use the
7614 :end-of-capability command thoughout.
7615
76162011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7617
7618 * net/network-stream.el (open-network-stream): Add the
7619 :end-of-capability command parameter, used by pop3.el.
7620
36adf6ce
LMI
76212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7622
1ca0da0e
LMI
7623 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7624
fc00f69c
LMI
7625 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7626 for list)" (bug#6475).
7627
28fd8759 7628 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7629 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7630 an error (bug#6297).
7631
0dd8b6da
LMI
7632 * man.el (Man-reference-regexp): Allow matching possible
7633 word-wrapped references (bug#6289).
7634
ce1438d6
LMI
7635 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7636 for consistency with the other vc buffers (bug#6197).
7637 (vc-checkin): Ditto.
7638
7639 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7640
36adf6ce
LMI
7641 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7642
e83cc1f7
LMI
76432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7644
8a20ca4c
LMI
7645 * custom.el (defcustom): Clarify that :set is only used in the
7646 Customize user interface (bug#6089).
7647
83319045
LMI
7648 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7649 associated with a file, refuse to run instead of erroring out
7650 (bug#6084).
7651
a8392169
LMI
7652 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7653 the doc string, since it appears that using `fill-column' always
7654 controls the width (bug#7845).
7655
e83cc1f7
LMI
7656 * simple.el (shell-command-on-region): Say where the error output
7657 went if `shell-command-default-error-buffer' is set (bug#6857).
7658
e47ca23b
KM
76592011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7660
7661 * allout.el (allout-yank-processing): Adjust cursor position for
7662 backwards-deleted space.
7663
7664 (allout-rebullet-heading): Register changes with
7665 allout-exposure-changed-hook, so the modified topic is properly
7666 decorated.
7667
5cf56143
LMI
76682011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7669
08549772
LMI
7670 * minibuffer.el (completion-in-region): Document PREDICATE
7671 (bug#7136).
7672
48e96771
LMI
7673 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7674 of keyword/argument pairs (bug#6904).
7675
c8af70e1
SM
7676 * replace.el (multi-occur):
7677 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7678
e17d05e2
LMI
76792011-07-02 Drew Adams <drew.adams@oracle.com>
7680
7681 * dired.el (dired-mark-if): Make the message about whether it's
7682 marking or unmarking clearer (bug#8523).
7683
063b0e45
LMI
76842011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7685
7686 * disp-table.el (display-table-print-array): New function.
7687 (describe-display-table): Use it to print the vectors more pretty
7688 (Bug#8859).
7689
28545e04
MR
76902011-07-02 Martin Rudalics <rudalics@gmx.at>
7691
7692 * window.el (window-state-get-1): Don't assign clone numbers.
7693 Add clone-of item to list of window parameters.
7694 (window-state-put-2): Don't process clone numbers.
7695 (display-buffer-alist): Fix doc-string.
7696
3349e122
SM
76972011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * subr.el (remq): Don't allocate if it's not needed.
7700 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7701 (keymap--merge-bindings): New functions.
7702 (keymap-canonicalize): Use them to refine the canonicalization.
7703 * minibuffer.el (minibuffer-local-completion-map)
7704 (minibuffer-local-must-match-map): Move initialization from C.
7705 (minibuffer-local-filename-completion-map): Move initialization from C;
7706 don't inherit from anything here.
7707 (minibuffer-local-filename-must-match-map): Make obsolete.
7708 (completing-read-default): Use make-composed-keymap to combine
7709 minibuffer-local-filename-completion-map with either
7710 minibuffer-local-must-match-map or
7711 minibuffer-local-filename-completion-map.
7712
d224ac83
GM
77132011-07-01 Glenn Morris <rgm@gnu.org>
7714
3de63bf8
GM
7715 * type-break.el (type-break-time-sum): Use dolist.
7716
d224ac83
GM
7717 * textmodes/flyspell.el (flyspell-word-search-backward):
7718 Replace CL function.
7719
1a1e3f32
SM
77202011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7721
fe3f64d5
SM
7722 * mouse.el (mouse--strip-first-event): New function.
7723 (function-key-map): Use it to map fringe clicks to normal clicks
7724 by default.
7725
eb604e34
SM
7726 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7727 (vc-bzr-revision-completion-table): Add support for annotate and date.
7728
1a1e3f32
SM
7729 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7730 inherit from parent.
7731
5bd35902
LMI
77322011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7733
ace6c69c 7734 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7735 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7736
191e2bed
LMI
7737 * dired.el (dired-mode): Fix up the doc string as suggested by
7738 Drew Adams (bug#8817).
7739
5bd35902
LMI
7740 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7741 cookie, since the manual says that it should be possible to add
7742 this function to `find-file-hook' (bug#8709).
7743
eee8207a
TZ
77442011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7745
7746 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7747 here. Noted Ted Zlatanov as the maintainer.
7748 (cfengine-common-settings, cfengine-common-syntax): New functions
7749 to set up common things between `cfengine-mode' and
7750 `cfengine3-mode'.
7751 (cfengine3-mode): New mode.
7752 (cfengine3-defuns cfengine3-defuns-regex
7753 (cfengine3-class-selector-regex cfengine3-category-regex)
7754 (cfengine3-vartypes cfengine3-font-lock-keywords)
7755 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7756 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7757
36b148cf
MA
77582011-07-01 Michael Albinus <michael.albinus@gmx.de>
7759
7760 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7761
7762 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7763
0bf4ba9a
MR
77642011-07-01 Martin Rudalics <rudalics@gmx.at>
7765
7766 * window.el (same-window-buffer-names, same-window-regexps)
7767 (same-window-p, special-display-frame-alist)
7768 (special-display-popup-frame, special-display-function)
7769 (special-display-buffer-names, special-display-regexps)
7770 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7771 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7772 (split-window-preferred-function, split-height-threshold)
7773 (split-width-threshold, even-window-heights)
7774 (display-buffer-mark-dedicated, window-splittable-p)
7775 (split-window-sensibly, window-safely-shrinkable-p):
7776 Un-obsolete.
7777 (display-buffer): Don't spread args with function specifier
7778 because special-display-popup-frame won't like it.
7779
35837f51
PE
77802011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7781
d0672f86
PE
7782 Time-stamp simplifications and fixes.
7783 These improve accuracy slightly, and future-proof the code
7784 against some potential changes to current-time format.
7785
b9444d97
PE
7786 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7787 by using time-since and float-time.
7788
0ef923dc
PE
7789 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7790 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7791 + NNN microseconds".
7792
2f81380d
PE
7793 * type-break.el (type-break-time-sum): Rewrite using time-add.
7794
845b5c3e
PE
7795 * play/hanoi.el (hanoi-current-time-float): Remove.
7796 All uses replaced by float-time.
7797
ee6f1be0
PE
7798 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7799 This yields a more-accurate answer.
7800 (rng-time-to-float): Remove; no longer needed.
7801
fe955043
PE
7802 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7803
5777162a
PE
7804 * calendar/timeclock.el (timeclock-seconds-to-time):
7805 Defalias to seconds-to-time, since they're the same thing.
7806
3103f8b6 7807 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7808 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7809 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7810
0e61a35f
SM
78112011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * window.el (bury-buffer): Don't iconify the only frame.
7814 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7815 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7816
ddd63a1e
CY
78172011-07-01 Chong Yidong <cyd@stupidchicken.com>
7818
0e61a35f
SM
7819 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7820 Add mouse-yank-primary.
ddd63a1e 7821
055f4923
TZ
78222011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7823
7824 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7825
6a2fb145
SM
78262011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7829 (find-library-name): Use it to find relative load names when provided
7830 absolute file name (bug#8803).
7831
fd4983f2
LMI
78322011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7833
887d14ad
LMI
7834 * textmodes/flyspell.el (flyspell-word): Consider words that
7835 differ only in case as potential doublons (bug#5687).
7836
c53dc7fc
LMI
7837 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7838 Remove two rather uninteresting debugging-like messages to make
7839 debbugs.el more silent.
7840
fd4983f2
LMI
7841 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7842 a password-like phrase.
7843
7a71b18d 78442011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7845
7846 * progmodes/cc-guess.el: New file.
7847
6a2fb145 7848 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7849
7850 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7851 derived from `c-basic-common-init'.
7852
7853 * progmodes/cc-mode.el (top-level): Require cc-guess.
7854 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7855
1fa280a3
LM
78562011-06-30 Lawrence Mitchell <wence@gmx.li>
7857
7858 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7859
e6597158
AM
78602011-06-30 Alan Mackenzie <acm@muc.de>
7861
1fa280a3
LM
7862 * progmodes/cc-engine.el (c-guess-continued-construct):
7863 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7864 lock is disabled. Name this case as "CASE G".
7865
68ba37fb
KM
78662011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7867
7868 * allout.el (allout-yank-processing): Fix injection of extra space
7869 between bullet and non-whitespace character in first topic when
7870 pasting, ensuring that the actual spacing in the pasted topic
7871 following the bullet char is preserved. This extra space was
7872 causing pasted encrypted topics to get a decrypted status even
7873 when the content was actually still encrypted. Now the decryption
7874 status from before the paste is preserved.
7875
7876 (allout-flag-region): Set all allout overlays so they evaporate
7877 when reduced to zero length (evanescent), to prevent overlay
7878 leakage.
7879
887a0b34
GM
78802011-06-30 Glenn Morris <rgm@gnu.org>
7881
94b9acce
GM
7882 * w32-fns.el (w32-charset-info-alist): Declare.
7883
1d9b46d4
GM
7884 * find-dired.el (find-grep-options): Simplify.
7885
cc232200
GM
7886 * term/ns-win.el (ns-set-resource): Declare.
7887
28e77c46
GM
7888 * ses.el (row, col): Declare dynamic variables honestly.
7889
887a0b34
GM
7890 * textmodes/reftex-parse.el (index-tags): Declare.
7891
658d8eb8
CY
78922011-06-30 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * cus-edit.el (customize-push-and-save): New function.
7895
7896 * files.el (hack-local-variables-confirm): Use it.
7897
1fa280a3
LM
7898 * custom.el (load-theme): New arg NO-CONFIRM.
7899 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7900 (custom-enabled-themes): Doc fix.
7901
7902 * cus-theme.el (customize-create-theme)
7903 (custom-theme-merge-theme): Callers to load-theme changed.
7904
bb617717
LMI
79052011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7906
d61bdd5d
LMI
7907 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7908 short URLs have at least one dot in them (bug #7614).
7909
bb617717
LMI
7910 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7911 nil, because using a pty is apparently too slow (bug #895).
7912
2f31f37a
LMI
79132011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7914
7915 * mail/sendmail.el (sendmail-query-once): New function.
7916 (sendmail-query-once-function): New variable.
7917
3076b24e
GM
79182011-06-29 Glenn Morris <rgm@gnu.org>
7919
faf2a174
GM
7920 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7921
3076b24e
GM
7922 * ses.el (top-level): Require cl when compiling.
7923 (ses-set-localvars): Fix error statement.
7924 Call it at compile time to silence a storm of warnings.
7925
5386012d
MR
79262011-06-29 Martin Rudalics <rudalics@gmx.at>
7927
7928 * window.el (normalize-live-buffer): Rename to
7929 window-normalize-buffer.
7930 (normalize-live-frame): Rename to window-normalize-frame.
7931 (normalize-any-window): Rename to window-normalize-any-window.
7932 (normalize-live-window): Rename to window-normalize-live-window.
7933 (make-window-atom): Rename to window-make-atom.
7934 (window-resize-reset): Rename to window--resize-reset.
7935 (window-resize-reset-1): Rename to window--resize-reset-1.
7936 (resize-mini-window): Rename to window--resize-mini-window.
7937 (resize-subwindows-skip-p): Rename to
7938 window--resize-subwindows-skip-p.
7939 (resize-subwindows-normal): Rename to
7940 window--resize-subwindows-normal.
7941 (resize-subwindows): Rename to window--resize-subwindows.
7942 (resize-other-windows): Rename to window--resize-siblings.
7943 (resize-this-window): Rename to window--resize-this-window.
7944 (resize-root-window): Rename to window--resize-root-window.
7945 (resize-root-window-vertically): Rename to
7946 window--resize-root-window-vertically.
7947 (normalize-buffer-to-display): Rename to
7948 window-normalize-buffer-to-display.
7949 (normalize-buffer-to-switch-to): Rename to
7950 window-normalize-buffer-to-switch-to.
7951 Correspondingly update all callers of the functions listed
7952 above.
7953 (display-buffer-alist, display-buffer-normalize-arguments)
7954 (display-buffer-normalize-options, display-buffer)
7955 (display-buffer-alist-set): Use "function" instead of
7956 "fun-with-args".
7957
1176868d
CY
79582011-06-28 Chong Yidong <cyd@stupidchicken.com>
7959
7960 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7961 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7962 debbugs.gnu.org. Mention acknowledgment email.
7963
20a7a65f
LMI
79642011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7965
7966 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7967 buffer multibyteness, since it shouldn't matter.
7968
5f45cca5
MR
79692011-06-28 Martin Rudalics <rudalics@gmx.at>
7970
7971 * window.el (display-buffer-in-side-window): Handle dedicated
7972 windows as in display-buffer-reuse-window.
7973 (display-buffer-normalize-alist): Use value of override
7974 specifier.
7975 (display-buffer-normalize-specifiers): Use value of
7976 other-window-means-other-frame specifier.
7977 (display-buffer-alist): Rewrite some texts in widgets.
7978 (display-buffer): Spread arguments when calling function
7979 specified by fun-with-args.
7980
ad85fe1f
DD
79812011-06-28 Deniz Dogan <deniz@dogan.se>
7982
1fa280a3
LM
7983 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7984 Unnest `let'.
da68c4c8 7985
ad85fe1f
DD
7986 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7987 selectors (Bug#5732).
ec49bd31 7988 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7989
a08cc025
JA
79902011-06-27 Jari Aalto <jari.aalto@cante.net>
7991
7992 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7993 (eshell-ls-date-format): New defcustom.
7994 (eshell-ls-file): Use it.
7995
e2b551c5
SM
79962011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7999
8982b231
KY
80002011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8001
8002 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8003 (ange-ftp-make-tmp-name): New arg.
8004 (ange-ftp-file-local-copy): Use it.
8005
36c9fa27
J
80062011-06-27 Jambunathan K <kjambunathan@gmail.com>
8007
8008 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8009 no-conversion (Bug#8870).
8010
d68443dc
MR
80112011-06-27 Martin Rudalics <rudalics@gmx.at>
8012
8013 * window.el (window-right, window-left, window-child)
8014 (window-child-count, window-last-child)
8015 (window-iso-combination-p, walk-window-tree-1)
8016 (window-atom-check-1, window-tree-1, delete-window)
8017 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8018 new naming conventions - window-vchild, window-hchild,
8019 window-next and window-prev are now called window-top-child,
8020 window-left-child, window-next-sibling and window-prev-sibling
8021 respectively.
d615d6d2
MR
8022 (resize-window-reset): Rename to window-resize-reset.
8023 (resize-window-reset-1): Rename to window-resize-reset-1.
8024 (resize-window): Rename to window-resize.
8025 (window-min-height, window-min-width)
8026 (resize-mini-window, resize-this-window, resize-root-window)
8027 (resize-root-window-vertically, adjust-window-trailing-edge)
8028 (enlarge-window, shrink-window, maximize-window)
8029 (minimize-window, delete-window, quit-restore-window)
8030 (split-window, balance-windows, balance-windows-area-adjust)
8031 (balance-windows-area, window-state-put-2)
8032 (display-buffer-even-window-sizes, display-buffer-set-height)
8033 (display-buffer-set-width, set-window-text-height)
8034 (fit-window-to-buffer): Rename all "resize-window" prefixed
8035 calls to use the "window-resize" prefix convention.
8036 (display-buffer-alist): Fix symbol for label specifier.
8037 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8038 corresponding specifier.
8039 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8040
b6458526
VB
80412011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8042
8043 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8044 convention.
8045 (ses-call-printer): Does not pass an empty string to formatter when the
8046 cell is empty to keep from barking printer Calc math-format-value.
8047
d31fd9ac
RS
80482011-06-27 Richard Stallman <rms@gnu.org>
8049
43d5bf84
RS
8050 * battery.el (battery-mode-line-limit): New variable.
8051 (battery-update): Handle it.
8052
d31fd9ac
RS
8053 * mail/rmailmm.el (rmail-mime-process-multipart):
8054 Handle truncated messages.
8055
819a6054
GM
80562011-06-27 Glenn Morris <rgm@gnu.org>
8057
8058 * progmodes/flymake.el (flymake-err-line-patterns):
8059 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8060
cedc73f2
VB
80612011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8062
819a6054 8063 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8064 (ses--clean-!, ses--clean-_): New functions.
8065 (ses-range): Add configurability of readout order, and conversion
8066 to Calc vector.
8067
5e5d49b6
VB
8068 * ses.el (ses-repair-cell-reference-all): New function.
8069 (ses-cell-symbol): Set macro as safe, so that it can be used in
8070 formulas.
8071
56e6cc31 8072 * ses.el: Update cycle detection algorithm.
90ca8b49 8073 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8074 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8075 (ses-set-localvars): New function.
8076 (ses-make-cell): Add property-list as a cell element.
8077 (ses-cell-property-get-fun, ses-cell-property-get)
8078 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8079 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8080 New functions.
90ca8b49
VB
8081 (ses-cell-property-set, ses-cell-property-pop)
8082 (ses-cell-property-get-handle): New macro.
8083 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8084 New aliases, used for code readability.
8085 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8086 cycle detection.
8087 (ses-self-reference-early-detection): New defcustom.
fac916bf 8088 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8089 (ses-mode): Use ses-set-localvars.
8090 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8091 before lauching the update processing.
8092 (ses-initialize-Dijkstra-attempt): New function.
8093 (ses-recalculate-cell): Update for cycle detection based on
8094 Dijkstra algorithm.
8095
2bb63e81
VB
8096 * ses.el: Fix commenting and indenting convention.
8097
c9d29fb8
SM
80982011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * bs.el (bs-cycle-next): Complete last change.
8101
d8e4b68b
JB
81022011-06-27 Drew Adams <drew.adams@oracle.com>
8103
8104 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8105
40098786
LMI
81062011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8107
c9d29fb8
SM
8108 * net/network-stream.el (network-stream-open-starttls):
8109 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8110 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8111
40098786
LMI
8112 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8113 to binary to possibly avoid line encoding issues on Windows (among
8114 other things).
8115
468d09d4
LMI
81162011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8117
8118 * net/network-stream.el (open-network-stream): Return an :error
8119 saying what the problem was, if possible.
8120
8121 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8122 server.
8123
8124 * net/network-stream.el (network-stream-open-starttls): If we
8125 wanted to use STARTTLS, and the server offered it, but we weren't
8126 able to because we had no STARTTLS support, then close the connection.
8127 (open-network-stream): Return an :error element, if present.
8128
16f07dd7
CY
81292011-06-26 Chong Yidong <cyd@stupidchicken.com>
8130
88821ca0
CY
8131 * hl-line.el (hl-line-sticky-flag): Doc fix.
8132 (global-hl-line-sticky-flag): New option (Bug#8323).
8133 (global-hl-line-highlight): Obey it.
8134
16f07dd7
CY
8135 * vc/vc.el (vc-revert-show-diff): Default to t.
8136
6b5ccddf
KM
81372011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8138
c9d29fb8
SM
8139 * allout-widgets.el (allout-widgets-post-command-business):
8140 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8141 undecorated when an isearch is continued past, and isearch
8142 automatically collapses them. This leads to "widget leaks", where
8143 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8144 hidden widgets can slow down cursor travel, substantially.
8145 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8146 so we're doing without this nicety.
8147
8148 (allout-widgets-tally-string): Don't try to do a hash-table-count
8149 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8150 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8151 *Messages* when allout-widgets-maintain-tally is t.
8152
355f2e07
MR
81532011-06-26 Martin Rudalics <rudalics@gmx.at>
8154
8155 * window.el (display-buffer-normalize-argument): Rename to
8156 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8157 LABEL argument. Respect special-display-function when popping up
8158 a new frame. Fix code searching for a window showing the buffer
8159 on another frame.
c9d29fb8
SM
8160 (display-buffer-normalize-specifiers):
8161 Call display-buffer-normalize-arguments.
355f2e07
MR
8162 (display-buffer-in-window): Don't undedicate the window if its
8163 buffer remains the same.
8164 Reported by Drew Adams <drew.adams@oracle.com>.
8165 (display-buffer-alist): Add choice for same-window macro
8166 specfier.
8167 (display-buffer): Mention special meaning of LABEL argument in
8168 doc-string. Fix quoting. Don't pop up a new frame even as
8169 fallback.
8170
7ca8fc42
JB
81712011-06-26 Juanma Barranquero <lekktu@gmail.com>
8172
8173 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8174 avoid deleting the current window in some cases (bug#8911).
8175
bc312254
AS
81762011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8177
8178 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8179 (Bug#8934)
8180
2db18f3f
LMI
81812011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8182
c9d29fb8
SM
8183 * net/network-stream.el (network-stream-open-starttls):
8184 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8185 (network-stream-open-tls): Ditto.
8186
6302e0d3
LL
81872011-06-26 Leo Liu <sdl.web@gmail.com>
8188
8189 * register.el (registerv): New struct.
8190 (registerv-make): New function.
c9d29fb8
SM
8191 (jump-to-register, describe-register-1, insert-register):
8192 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8193 struct. (Bug#8415)
8194
5fdd4046
CY
81952011-06-26 Chong Yidong <cyd@stupidchicken.com>
8196
2afef60a
CY
8197 * vc/vc.el (vc-revert-show-diff): New defcustom.
8198 (vc-diff-internal): New arg specifying diff buffer.
8199 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8200 reuse an existing *vc-diff* buffer (Bug#8927).
8201
5fdd4046
CY
8202 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8203
e93db24a
GM
82042011-06-26 Glenn Morris <rgm@gnu.org>
8205
8206 * progmodes/f90.el (f90-critical-indent): New option.
8207 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8208 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8209 (f90-mode): Doc fix.
8210 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8211 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8212 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8213 (f90-match-end): Handle block, critical.
8214
eefff499
GM
82152011-06-25 Glenn Morris <rgm@gnu.org>
8216
f6ba4cc9
GM
8217 * calendar/diary-lib.el (diary-included-files): Doc fix.
8218 (diary-include-files): New function, extracted from
8219 diary-include-other-diary-files and diary-mark-included-diary-files.
8220 (diary-include-other-diary-files, diary-mark-included-diary-files):
8221 Just call diary-include-files.
8222 (diary-mark-entries): Reset diary-included-files on first call.
8223
16712304
GM
8224 * calendar/diary-lib.el (diary-mark-entries)
8225 (diary-mark-included-diary-files):
8226 Visit included diary-files in temp buffers.
8227
5d8e0d43
GM
8228 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8229 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8230 (f90-start-block-re, f90-imenu-generic-expression)
8231 (f90-looking-at-program-block-start, f90-no-block-limit):
8232 Add support for submodules.
8233
ccf7a5d5
GM
8234 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8235 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8236
11fdef7d 82372011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8238
8239 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8240 buffer-file-type before setting its value, to avoid disastrous
eefff499 8241 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8242
74f53697
JB
82432011-06-25 Juanma Barranquero <lekktu@gmail.com>
8244
8245 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8246
8247 * ses.el (ses-unload-function):
8248 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8249
8250 * proced.el (proced-unload-function):
8251 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8252
18a4ce5e
AR
82532011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8254
8255 * server.el (server-create-window-system-frame): Add parameters arg.
8256 (server-process-filter): Doc fix. Handle frame-parameters.
8257
519d22cc
JB
82582011-06-25 Juanma Barranquero <lekktu@gmail.com>
8259
8260 Fix bug#8730, bug#8781.
8261
8262 * loadhist.el (unload--set-major-mode): New function.
8263 (unload-feature): Use it.
8264
8265 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8266 (python-unload-function): New function.
8267
c206f5b0
SM
82682011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8271
f9ad64f3
GS
82722011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8273
8274 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8275 the candidates list.
8276
7d0da90e
JB
82772011-06-24 Juanma Barranquero <lekktu@gmail.com>
8278
8279 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8280
14b4e83d
RS
82812011-06-23 Richard Stallman <rms@gnu.org>
8282
8283 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8284 (rmail-variables): Set next-error-move-function.
8285 (rmail-what-message): Take argument POS.
8286 (rmail-next-error-move): New function.
8287
273d2baf
SM
82882011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8291 messages for adjacent non-terminals.
8292
56c2cc9a
RS
82932011-06-23 Richard Stallman <rms@gnu.org>
8294
8295 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8296 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8297 (rmail-start-mail): Don't specify use of rmail-mail-return;
8298 that's done by mail-bury now.
8299 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8300
d59eb518
MA
83012011-06-23 Michael Albinus <michael.albinus@gmx.de>
8302
8303 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8304 SIZE is a number.
8305
02cfc6d6
MR
83062011-06-23 Martin Rudalics <rudalics@gmx.at>
8307
8308 * window.el (get-lru-window, get-mru-window)
8309 (get-largest-window): Never return a minibuffer window.
8310 (display-buffer-pop-up-window): Fix a bug that could lead to
8311 reusing the minibuffer window.
8312 (display-buffer): Pass original specifier argument to
8313 display-buffer-function instead of the normalized one.
8314 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8315
4e323265
LL
83162011-06-22 Leo Liu <sdl.web@gmail.com>
8317
8318 * minibuffer.el (completing-read-function)
8319 (completing-read-default): Move from minibuf.c
8320
7a70468f
RS
83212011-06-22 Richard Stallman <rms@gnu.org>
8322
50718fc2
RS
8323 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8324 to Rmail even if not started by a special Rmail command.
8325
7a70468f
RS
8326 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8327 Copy the buffer currently showing just one message.
8328
297dde5a
RW
83292011-06-22 Roland Winkler <winkler@gnu.org>
8330
8331 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8332 (bibtex-clean-entry): First delete the old key so that a
8333 customized algorithm for generating the new key does not get
8334 confused by the old key.
8335 (bibtex-url): Obey regexp of first step.
8336 (bibtex-search-entries): Do not use add-to-list with local
8337 list-var.
8338
97bb1093
LMI
83392011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8340
8341 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8342 stored a user name, then query for the password first, instead of
8343 waiting for SMTP to give an error message and the trying again.
8344
1c0f1a19
JD
83452011-06-22 Lawrence Mitchell <wence@gmx.li>
8346
8347 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8348 BUFFER in call-process.
8349
396f7c9d
LMI
83502011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8351
8352 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8353 QUIT twice.
ddb7ffee
LMI
8354 (smtpmail-try-auth-methods): Require user name and password from
8355 auth-source.
396f7c9d 8356
8998d1b3
MR
83572011-06-22 Martin Rudalics <rudalics@gmx.at>
8358
8359 * window.el (display-buffer-default-specifiers)
8360 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8361 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8362 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8363
8364 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8365 (special-display-frame-alist, special-display-popup-frame):
8366 Remove duplicate declarations. These are now in window.el.
8367
4ea31e07
LMI
83682011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8369
c9d29fb8
SM
8370 * mail/smtpmail.el (smtpmail-via-smtp):
8371 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8372 server supports it. SMTP servers that support STARTTLS commonly
8373 require it.
8374
8375 * net/network-stream.el (network-stream-open-starttls): Support
8376 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8377 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8378
95f41d9a
LMI
8379 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8380 upgrades with `open-network-stream', and rely solely on
8381 auth-source for all credentials. Big changes throughout the file,
8382 but in particular:
c9d29fb8
SM
8383 (smtpmail-auth-credentials): Remove.
8384 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8385 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8386 MAIL FROM, too.
95f41d9a 8387
c9d29fb8
SM
8388 * net/network-stream.el (network-stream-open-starttls):
8389 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8390 STARTTLS.
8391 (auth-source): Require.
8392 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8393 (network-stream-certificate): Change cert-cert to cert and
8394 cert-key to key.
4ea31e07 8395
065ec2c7
MA
83962011-06-21 Michael Albinus <michael.albinus@gmx.de>
8397
8398 * net/tramp-cache.el (top): Don't load the persistency file when
8399 "emacs -Q" has been called.
8400
cd93b359
DR
84012011-06-21 Tim Harper <timcharper@gmail.com>
8402
d8e4b68b
JB
8403 * term/ns-win.el (ns-initialize-window-system):
8404 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8405 resource to NO as it is not yet supported by the NS port.
8406
ae9c0411
JB
84072011-06-21 Juanma Barranquero <lekktu@gmail.com>
8408
8409 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8410 (list-dynamic-libraries): ...not here.
8411
7f3f739f
LL
84122011-06-21 Leo Liu <sdl.web@gmail.com>
8413
8414 * subr.el (sha1): Implement sha1 using secure-hash.
8415
327c8fb1
MR
84162011-06-21 Martin Rudalics <rudalics@gmx.at>
8417
8418 * window.el (display-buffer-alist): In default value do not
8419 enforce searching a window on any but the selected frame.
8420 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8421 (display-buffer-select-window): Remove function.
8422 (display-buffer-in-window): When a window on another frame gets
8423 reused, do not select it any more but just raise its frame if
8424 necessary (Bug#8851) and (Bug#8856).
8425 (display-buffer-normalize-options): Handle pop-up-frames related
8426 options more faithfully.
8427 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8428 window if it is on another frame.
c9d29fb8
SM
8429 (display-buffer-alist, display-buffer-default-specifiers):
8430 Don't make new frame unsplittable by default.
9e9de014
MR
8431 (display-buffer-normalize-argument): Fix doc-string typo and use
8432 'same-frame-other-window instead of 'other-window when associating
8433 with display-buffer-macro-specifiers.
327c8fb1 8434
7cf3f556
VB
84352011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8436
8437 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8438 New functions.
8439 (5x5-mode-map, 5x5-mode-menu): Bind them.
8440 (5x5-draw-grid): Tweak the solver's rendering.
8441
60a406cf
SM
84422011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8445 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8446
d8e4b68b 84472011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8448
8449 * menu-bar.el: Use function variable instead of switch-to-buffer.
8450 (menu-bar-select-buffer-function): New variable.
60a406cf 8451 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8452
478d6f95
SM
84532011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8456 variable's status.
8457
ca530739
JD
84582011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8459
8460 * x-dnd.el (x-dnd-version-from-flags)
8461 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8462 and long as number (Bug#8899).
8463 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8464
bcd70d97
SM
84652011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8466
60a406cf 8467 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8468 (completion-try-completion, completion-all-completions): Compute the
8469 metadata argument if it's missing; make it optional (bug#8795).
8470
60a406cf 8471 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8472 (widget-complete): Use new :completion-function property.
8473 (widget-completions-at-point): New function.
8474 (default): Use :completion-function instead of :complete.
60a406cf
SM
8475 (widget-default-completions): Rename from widget-default-complete;
8476 Rewrite.
bcd70d97
SM
8477 (widget-string-complete, widget-file-complete, widget-color-complete):
8478 Remove functions.
8479 (file, symbol, function, variable, coding-system, color):
8480 * international/mule-cmds.el (default-input-method, charset)
8481 (language-info-custom-alist):
8482 * cus-edit.el (face): Use new property :completions.
8483
8484 * progmodes/pascal.el (pascal-completions-at-point): New function.
8485 (pascal-mode): Use it.
8486 (pascal-mode-map): Use completion-at-point.
8487 (pascal-toggle-completions): Make obsolete.
8488 (pascal-complete-word, pascal-show-completions):
8489 * progmodes/octave-mod.el (octave-complete-symbol):
8490 Redefine as obsolete alias.
8491 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8492 Signal absence of completion info for old Octave,
8493 (inferior-octave-complete): Redefine as obsolete alias.
8494 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8495 (meta-completions-at-point): Rename from meta-complete-symbol and
8496 adapt it for use on completion-at-point-functions.
8497 (meta-common-mode): Use it.
8498 (meta-looking-at-backward, meta-match-buffer): Remove.
8499 (meta-complete-symbol): Redefine as obsolete alias.
8500 (meta-common-mode-map): Use completion-at-point.
8501 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8502 (makefile-mode-map): Use completion-at-point.
8503 (makefile-completions-at-point): Rename from makefile-complete and
8504 adapt it for use on completion-at-point-functions.
8505 (makefile-mode): Use it.
8506 (makefile-complete): Redefine as obsolete alias.
8507
aebf69c8
DD
85082011-06-20 Deniz Dogan <deniz@dogan.se>
8509
8510 * net/rcirc.el: Delete trailing whitespaces once and for all.
8511
bfbbb27d
DC
85122011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8513
8514 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8515
d264a46b
CY
85162011-06-19 Chong Yidong <cyd@stupidchicken.com>
8517
4ca009e5
CY
8518 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8519
d264a46b
CY
8520 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8521
fbf5b3ce
MR
85222011-06-19 Martin Rudalics <rudalics@gmx.at>
8523
8524 * window.el (display-buffer-other-window-means-other-frame):
8525 Call display-buffer-normalize-alist.
8526 (display-buffer-normalize-specifiers-1): Rename to
8527 display-buffer-normalize-argument. New argument other-frame.
8528 Rewrite.
8529 (display-buffer-normalize-specifiers-2): Rename to
8530 display-buffer-normalize-options.
8531 (display-buffer-normalize-alist-1): New function.
8532 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8533 display-buffer-normalize-alist.
8534 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8535 (display-buffer-normalize-options-inhibit): New variable.
8536 (display-buffer-normalize-specifiers): Rewrite calling
8537 display-buffer-normalize-alist,
8538 display-buffer-normalize-argument, and
8539 display-buffer-normalize-options. Don't call the latter if
8540 display-buffer-normalize-options-inhibit is non-nil.
8541 (frame-auto-delete): New option.
8542 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8543 (window-list-no-nils, window-state-ignored-parameters)
8544 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8545 (window-state-put-1, window-state-put-2, window-state-put):
8546 New functions.
9a028c23
MR
8547 (display-buffer-normalize-options): Move special-display-p group
8548 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8549
6d10d800
CY
85502011-06-18 Chong Yidong <cyd@stupidchicken.com>
8551
6420d28b
CY
8552 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8553 groups (Bug#8776).
8554 (rx-submatch-n): New function.
8555 (rx): Document it.
8556
ddb8b596
CY
8557 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8558 (Bug#8768).
8559
8560 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8561
77080289
CY
8562 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8563
61dfb316
CY
8564 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8565 anytime existing face settings are present (Bug#8889).
8566
6d10d800
CY
8567 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8568 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8569 Remove unused argument.
8570
be3fb2b8
MR
85712011-06-18 Martin Rudalics <rudalics@gmx.at>
8572
bcd70d97
SM
8573 * window.el (display-buffer-default-specifiers):
8574 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8575 pop-up-window-min-width, and another reuse-window specifier
8576 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8577 (display-buffer-normalize-specifiers-2):
8578 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8579 pop-up-windows is unset. Add a reuse-window specifier for the
8580 case popping up a new window fails.
8581 (special-display-popup-frame): Remove double quoting.
28dec25a 8582 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8583
1c6d8c76
SM
85842011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8587 according to comint-completion-addsuffix.
8588
8589 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8590 (pcomplete-suffix-list): Mark as obsolete.
8591 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8592 pcomplete-seen in the closure.
8593 (pcomplete-comint-setup): Setup completion-at-point as well.
8594 (pcomplete--entries): New function.
8595 (pcomplete--env-regexp): New var.
8596 (pcomplete-entries): Rewrite to work with partial-completion and
8597 without relying on pcomplete-suffix-list.
8598 (pcomplete-pare-list): Remove, unused.
8599
25aef8b8
MR
86002011-06-17 Martin Rudalics <rudalics@gmx.at>
8601
8602 * window.el (display-buffer-alist): Set pop-up-window-min-height
8603 and pop-up-window-min-width in default value. Reported by
8604 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8605 other-window-means-other-frame.
8606 (display-buffer-macro-specifiers): Comment out entry for
8607 other-window specifier.
8608 (display-buffer-other-window-means-other-frame): New function.
8609 (display-buffer-normalize-specifiers-1): New arguments
8610 buffer-name and label. Treat other-window case specially.
8611 (display-buffer-normalize-specifiers-2): Treat other-window case
8612 specially.
8613 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8614 (display-buffer-normalize-specifiers):
8615 Call display-buffer-normalize-specifiers-3.
25aef8b8 8616
dbad4f69
MR
86172011-06-17 Martin Rudalics <rudalics@gmx.at>
8618
8619 * window.el (same-window-p): Fix two typos introduced when
8620 adding with-no-warnings.
d1067961
MR
8621 (display-buffer-normalize-specifiers-1): Don't check
8622 pop-up-frames for 'unset initialization.
8623 (display-buffer-normalize-specifiers-2): Major rewrite using
8624 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8625 (pop-up-frames, display-buffer-reuse-frames)
8626 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8627 Suggested by David Engster <deng@randomsample.de>.
8628 (even-window-heights): Initialize to 'unset.
8629 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8630 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8631 other window case.
dbad4f69 8632
9b9c9e3a
MR
86332011-06-16 Martin Rudalics <rudalics@gmx.at>
8634
bcd70d97
SM
8635 * window.el (display-buffer-normalize-specifiers-1):
8636 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8637 second argument of display-buffer (Bug#8865).
981d5c09
MR
8638 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8639 (switch-to-buffer-other-window-same-frame)
8640 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8641 Adams (Bug#8875).
9c2755e9
MR
8642 (display-buffer): Don't check noninteractive when calling
8643 display-buffer-pop-up-frame.
8644 (display-buffer-pop-up-frame): Never pop up a frame in
8645 noninteractive mode (Bug#8857).
67222e1d
MR
8646 (enlarge-window, shrink-window): Don't report an error when the
8647 window can't be resized as requested (Bug#8862).
9b9c9e3a 8648
2b75be67
SM
86492011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8650
9ffdd3ba
SM
8651 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8652
cb581a67
SM
8653 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8654
2b75be67
SM
8655 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8656
8c0e3589
AM
86572011-06-15 Alan Mackenzie <acm@muc.de>
8658
cb581a67
SM
8659 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8660 for declarators, disable knr checking to speed up for normal files.
8661 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8662
b96e6cde
LMI
86632011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8664
4bba86e6
LMI
8665 * net/network-stream.el (open-network-stream): Add the keyword
8666 :always-query-capabilities for the case where you want to force a
8667 `plain' network connection, but the protocol still requires the
8668 capabilitiy command (i.e., SMTP and EHLO).
8669
2b75be67 8670 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8671 consistency with other `-live-p' functions.
8672
efdcdbf8
SM
86732011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * window.el (same-window-buffer-names, same-window-regexps)
8676 (special-display-frame-alist, special-display-popup-frame)
8677 (special-display-function, special-display-buffer-names)
8678 (special-display-regexps, pop-up-frame-alist)
8679 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8680 (pop-up-windows, split-window-preferred-function)
8681 (split-height-threshold, split-width-threshold, even-window-heights)
8682 (display-buffer-mark-dedicated): Don't encourage the use of
8683 display-buffer-alist from Elisp code.
8684
c5cde042
DN
86852011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8686
8687 * progmodes/python.el (python-mode): Derive from prog-mode.
8688 * progmodes/ps-mode.el (ps-mode):
8689 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8690 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8691 * progmodes/ld-script.el (ld-script-mode): Likewise.
8692
baa1c9ab
MR
86932011-06-15 Martin Rudalics <rudalics@gmx.at>
8694
8695 * window.el (display-buffer-alist): Trim default value to avoid
8696 popping up a new frame (Bug#8857) or reusing an arbitrary window
8697 on another frame.
8698 (display-buffer): Do not fall back on popping up a new frame in
8699 batch mode (Bug#8857).
8700
c5dd5a51
CY
87012011-06-14 Chong Yidong <cyd@stupidchicken.com>
8702
8703 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8704 (custom-theme-summary): New function.
8705 (customize-themes): Use it.
8706
d647b7c4
GM
87072011-06-13 Glenn Morris <rgm@gnu.org>
8708
8709 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8710
9481c002
MR
87112011-06-13 Martin Rudalics <rudalics@gmx.at>
8712
357f93d2
MR
8713 * help.el (help-window): Remove variable.
8714 (help-window-point-marker, temp-buffer-max-height)
8715 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8716 (help-print-return-message): Don't set help-window.
8717 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8718 (help-window-setup-finish): Remove.
8719 (help-window-display-message, help-window-setup)
8720 (with-help-window): Major rewrite based on new
8721 display-buffer-window variable.
8722
8723 * help-mode.el (help-mode-finish): Remove help-window related
8724 code.
8725
8726 * view.el (view-exits-all-viewing-windows): Remove reference to
8727 view-return-to-alist in doc-string.
8728 (view-return-to-alist): Make obsolete.
8729 (view-buffer): Call pop-to-buffer-same-window and remove
8730 undo-window code.
8731 (view-buffer-other-window): Call pop-to-buffer-other-window and
8732 simplify code. Ignore second argument.
8733 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8734 simplify code. Ignore second argument.
8735 (view-return-to-alist-update): Make obsolete.
8736 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8737 Rewrite using quit-restore window parameters.
2b75be67
SM
8738 (view-mode-exit): Rename second argument to EXIT-ONLY.
8739 Rewrite using quit-restore-window.
357f93d2
MR
8740 (View-exit, View-exit-and-edit, View-leave, View-quit)
8741 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8742 appropriate arguments.
8743 (view-end-message): Use quit-restore window parameter.
8744
9481c002
MR
8745 * window.el (display-buffer-function): Rewrite doc-string.
8746 (display-buffer-window, display-buffer-alist): New variables.
8747 (display-buffer-split-specifiers)
8748 (display-buffer-side-specifiers)
8749 (display-buffer-macro-specifiers): New constants.
8750 (display-buffer-even-window-sizes, display-buffer-set-height)
8751 (display-buffer-set-width, display-buffer-select-window)
8752 (display-buffer-in-window, display-buffer-reuse-window)
8753 (display-buffer-split-window-1, display-buffer-split-window)
8754 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8755 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8756 (display-buffer-in-side-window, normalize-buffer-to-display)
8757 (display-buffer-normalize-specifiers-1)
8758 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8759 (display-buffer-normalize-specifiers, display-buffer-frame):
8760 New functions.
9481c002
MR
8761 (display-buffer): Major rewrite.
8762 (display-buffer-other-window, display-buffer-other-frame)
8763 (pop-to-buffer, switch-to-buffer-other-window)
8764 (switch-to-buffer-other-frame): Rewrite.
8765 (display-buffer-same-window, display-buffer-same-frame)
8766 (display-buffer-same-frame-other-window)
8767 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8768 (pop-to-buffer-other-window)
8769 (pop-to-buffer-same-frame-other-window)
8770 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8771 (switch-to-buffer-other-window-same-frame): New functions.
8772 (same-window-p, special-display-p): Rewrite disabling warnings.
8773 Make obsolete.
8774 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8775 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8776 Make obsolete
8777 (same-window-buffer-names, same-window-regexps)
8778 (special-display-frame-alist, special-display-popup-frame)
8779 (special-display-function, special-display-buffer-names)
8780 (special-display-regexps, pop-up-frame-alist)
8781 (pop-up-frame-function, split-window-preferred-function)
8782 (split-height-threshold, split-width-threshold)
8783 (even-window-heights): Make obsolete.
8784
9db51aca
GM
87852011-06-12 Glenn Morris <rgm@gnu.org>
8786
8787 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8788 Misc simplifications.
9db51aca 8789
39cffb44
MR
87902011-06-12 Martin Rudalics <rudalics@gmx.at>
8791
8792 * window.el (window-safely-shrinkable-p): Restore function which
8793 was inadvertently removed in change from 2011-06-11. Declare as
8794 obsolete.
8795
2b75be67
SM
8796 * calendar/calendar.el (calendar-generate-window):
8797 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8798 window-safely-shrinkable-p.
8799
a8955be7
GM
88002011-06-12 Glenn Morris <rgm@gnu.org>
8801
8802 * progmodes/fortran.el (fortran-mode-syntax-table):
8803 * progmodes/f90.el (f90-mode-syntax-table):
8804 Set % to punctuation. (Bug#8820)
8805 (f90-find-tag-default): Remove, no longer needed.
8806
f0d4059d
DC
88072011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8808
8809 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8810
1100a63c
CY
88112011-06-11 Chong Yidong <cyd@stupidchicken.com>
8812
8813 * image.el (image-animated-p): Return animation delay in seconds.
8814 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8815 (image-animate-timeout): Remove DELAY argument. Don't assume
8816 every subimage has the same delay; get it from image-animated-p.
8817 (image-animate): Caller changed.
8818
def722bf
MA
88192011-06-11 Michael Albinus <michael.albinus@gmx.de>
8820
8821 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8822 to ignored backtrace functions.
8823
0a2bb1a9
GM
88242011-06-11 Glenn Morris <rgm@gnu.org>
8825
8826 * calendar/appt.el (appt-disp-window-function): Doc fix.
8827 (appt-check): Handle overlapping appointments. (Bug#8337)
8828
6198ccd0
MR
88292011-06-11 Martin Rudalics <rudalics@gmx.at>
8830
8831 * window.el (window-tree-1, window-tree): New functions, moving
8832 the latter to window.el.
8833 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8834 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8835 (bw-refresh-edges): Remove.
8836 (balance-windows-1, balance-windows-2): New functions.
8837 (balance-windows): Rewrite in terms of window tree functions,
8838 balance-windows-1 and balance-windows-2.
8839 (bw-adjust-window): Remove.
8840 (balance-windows-area-adjust): New function with functionality of
8841 bw-adjust-window but using resize-window.
2b75be67
SM
8842 (set-window-text-height): Rewrite doc-string.
8843 Use normalize-live-window and resize-window.
8844 (enlarge-window-horizontally, shrink-window-horizontally):
8845 Rename argument to DELTA.
6198ccd0
MR
8846 (window-buffer-height): New function.
8847 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8848 Rewrite using new window resize routines.
2b75be67
SM
8849 (kill-buffer-and-window, mouse-autoselect-window-select):
8850 Use ignore-errors instead of condition-case.
6198ccd0
MR
8851 (quit-window): Call delete-frame instead of delete-windows-on
8852 for the only buffer on frame.
8853
9397e56f
MR
88542011-06-10 Martin Rudalics <rudalics@gmx.at>
8855
8856 * loadup.el (top-level): Load window before files for the sake
8857 of replace-buffer-in-windows.
8858
8859 * files.el (read-buffer-to-switch)
8860 (switch-to-buffer-other-window)
2b75be67
SM
8861 (switch-to-buffer-other-frame, display-buffer-other-frame):
8862 Move to window.el.
9397e56f
MR
8863
8864 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8865 (previous-buffer): Move to window.el.
8866
8867 * bindings.el (unbury-buffer): Move to window.el.
8868
8869 * window.el (delete-other-windows-vertically): Move after
8870 definition of delete-other-windows.
8871 (other-window, delete-windows-on, replace-buffer-in-windows):
8872 Move here from window.c.
8873 (record-window-buffer, unrecord-window-buffer)
8874 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8875 (switch-to-next-buffer): New functions.
8876 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8877 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8878 (previous-buffer): Move here from simple.el.
8879 Call switch-to-prev-buffer.
9397e56f
MR
8880 (bury-buffer): Move here from buffer.c. Switch to previous
8881 buffer when window cannot be deleted.
8882 (unbury-buffer): Move here from bindings.el.
8883 (ctl-x-map): Move binding for other-window from window.c to
8884 here.
8885 (read-buffer-to-switch, switch-to-buffer-other-window)
8886 (switch-to-buffer-other-frame): Move here from files.el.
8887 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8888 (switch-to-buffer): Move here from buffer.c.
8889 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8890
562dd5e9
MR
88912011-06-10 Martin Rudalics <rudalics@gmx.at>
8892
8893 * window.el (window-min-height, window-min-width): Move here
8894 from window.c. Add defcustoms and rewrite doc-strings.
8895 (resize-mini-window, resize-window): New functions.
8896 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8897 Move here from window.c.
8898 (maximize-window, minimize-window): New functions.
8899 (delete-window, delete-other-windows, split-window): Move here
8900 from window.c.
8901 (window-split-min-size): New function.
8902 (split-window-keep-point): Mention split-window-above-each-other
8903 instead of split-window-vertically.
2b75be67 8904 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8905 Rename split-window-vertically to split-window-above-each-other
8906 and provide defalias for old definition.
8907 (split-window-side-by-side, split-window-horizontally):
8908 Rename split-window-horizontally to split-window-side-by-side
8909 and provide defalias for the old definition.
562dd5e9
MR
8910 (ctl-x-map): Move bindings for delete-window,
8911 delete-other-windows and enlarge-window here from window.c.
8912 Replace bindings for split-window-vertically and
8913 split-window-horizontally by bindings for
8914 split-window-above-each-other and split-window-side-by-side.
8915
8916 * cus-start.el (all): Remove entries for window-min-height and
8917 window-min-width. Add entries for window-splits and
8918 window-nest.
8919
f0da764a
GM
89202011-06-09 Glenn Morris <rgm@gnu.org>
8921
80675c21
GM
8922 * calendar/appt.el (appt-mode-line): New function.
8923 (appt-check, appt-disp-window): Use it.
8924
f0da764a
GM
8925 * files.el (hack-one-local-variable-eval-safep):
8926 Allow minor-modes with explicit +/-1 arguments.
8927
59f623b7
TZ
89282011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8929
8930 * term/xterm.el (xterm): Add defgroup.
8931 (xterm-extra-capabilities): Add defcustom to supply known xterm
8932 capabilities, skip querying them, or query them (default).
8933 (terminal-init-xterm): Use it.
8934 (terminal-init-xterm-modify-other-keys): New function to set up
8935 modifyOtherKeys support to simplify `terminal-init-xterm'.
8936
9aab8e0d
MR
89372011-06-09 Martin Rudalics <rudalics@gmx.at>
8938
8939 * window.el (resize-window-reset, resize-window-reset-1)
8940 (resize-subwindows-skip-p, resize-subwindows-normal)
8941 (resize-subwindows, resize-other-windows, resize-this-window)
8942 (resize-root-window, resize-root-window-vertically)
8943 (window-deletable-p, window-or-subwindow-p)
8944 (frame-root-window-p): New functions.
8945
e8b08aee
GM
89462011-06-09 Glenn Morris <rgm@gnu.org>
8947
8948 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8949 (ange-ftp-get-files): Use it.
8950
254c37a5
AK
89512011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8952
8953 * mail/sendmail.el (mail-recover-1, mail-recover):
8954 * files.el (recover-file, recover-session):
8955 Handle dired-listing-switches not being just a single short option.
8956
35d7dbd3
GM
89572011-06-09 Glenn Morris <rgm@gnu.org>
8958
8959 * calendar/appt.el (appt-display-message, appt-disp-window):
8960 Handle lists of appointments.
8961
387522b2
MR
89622011-06-08 Martin Rudalics <rudalics@gmx.at>
8963
2b75be67
SM
8964 * window.el (one-window-p): Move down in code.
8965 Rewrite doc-string.
8966 (window-current-scroll-bars): Rewrite doc-string.
8967 Normalize live window argument.
387522b2
MR
8968 (walk-windows, get-window-with-predicate, count-windows):
8969 Rewrite doc-string. Use window-list-1.
8970 (window-in-direction-2, window-in-direction, get-mru-window):
8971 New functions.
8972
d8e4b68b 89732011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8974
8975 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8976 Doc fix (Bug#8713).
8977
89782011-06-08 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8981
89822011-06-08 Juanma Barranquero <lekktu@gmail.com>
8983
8984 * loadhist.el (unload-feature-special-hooks):
8985 Add `comint-output-filter-functions'.
8986
0de12c52
IK
89872011-06-08 Ivan Kanis <gnu@kanis.fr>
8988
8989 * calendar/appt.el (appt-check): Move some initializations into the let.
8990
f3d1777e
MR
89912011-06-08 Martin Rudalics <rudalics@gmx.at>
8992
8993 * window.el (window-height): Defalias to window-total-height.
8994 (window-width): Defalias to window-body-width.
8995
18af70d0
CY
89962011-06-07 Chong Yidong <cyd@stupidchicken.com>
8997
8998 * image-mode.el (image-toggle-animation): New command.
8999 (image-mode-map): Bind it to RET.
9000 (image-mode): Update message.
9001 (image-toggle-display-image): Avoid a spurious cache flush.
9002 (image-transform-rotation): Doc fix.
9003 (image-transform-properties): Return quickly in the normal case.
9004 (image-animate-loop): Rename from image-animate-max-time.
9005
2b75be67 9006 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9007 (create-animated-image): Remove unnecessary function.
9008 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9009 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9010 (image-animate-timer): Use car-safe.
9011 (image-animate-timeout): Rename argument.
9012
190b47e6
MR
90132011-06-07 Martin Rudalics <rudalics@gmx.at>
9014
9015 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9016 window.c. Rename first argument to ALL-FRAMES.
9017 Rephrase doc-strings.
9018 (get-buffer-window-list): Rewrite using window-list-1.
9019 Rephrase doc-string.
a1511caf
MR
9020 (window-safe-min-height, window-safe-min-width): New constants.
9021 (window-size-ignore, window-min-size, window-min-size-1)
9022 (window-sizable, window-sizable-p, window-size-fixed-1)
9023 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9024 (window-max-delta-1, window-max-delta, window-resizable)
9025 (window-resizable-p, window-total-height, window-total-width)
9026 (window-body-width): New functions.
9027 (window-full-height-p, window-full-width-p): Rewrite using
9028 window-total-size.
9029 (window-body-height): Rewrite using window-body-size.
190b47e6 9030
85cc1f11
MR
90312011-06-06 Martin Rudalics <rudalics@gmx.at>
9032
9033 * window.el (window-right, window-left, window-child)
9034 (window-child-count, window-last-child, window-any-p)
9035 (normalize-live-buffer, normalize-live-frame)
9036 (normalize-any-window, normalize-live-window)
9037 (window-iso-combination-p, window-iso-combined-p)
9038 (window-iso-combinations)
9039 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9040 (windows-with-parameter, window-with-parameter)
9041 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9042 (window-atom-check, window-side-check, window-check):
9043 New functions.
85cc1f11
MR
9044 (ignore-window-parameters, window-sides, window-sides-vertical)
9045 (window-sides-slots): New variables.
9046 (window-size-fixed): Move down in code. Minor doc-string fix.
9047
e7156492
AS
90482011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9049
9050 * comint.el (comint-dynamic-complete-as-filename)
9051 (comint-dynamic-complete-filename): Correctly call
9052 completion-in-region.
9053
7e821d0d
DD
90542011-06-05 Deniz Dogan <deniz@dogan.se>
9055
9056 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9057 in last change.
9058
ac09b8a1
DD
90592011-06-05 Deniz Dogan <deniz@dogan.se>
9060
9061 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9062 (rcirc): Use it to prompt for encryption.
9063
34699b85
RW
90642011-06-05 Roland Winkler <winkler@gnu.org>
9065
9066 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9067 (bibtex-search-entries): New command bound to C-c C-a.
9068 (bibtex-display-entries): New function.
9069
004dedd3
RW
90702011-06-05 Roland Winkler <winkler@gnu.org>
9071
9072 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9073 (bibtex-insert-kill): After yanking insert newline if necessary.
9074 (bibtex-initialize): Call bibtex-string-files-init only once.
9075 (bibtex-mode): Do not call easy-menu-add.
9076 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9077 (bibtex-yank): Set arg properly if nil.
9078
022fe7ce
RW
90792011-06-05 Roland Winkler <winkler@gnu.org>
9080
2b75be67
SM
9081 * textmodes/bibtex.el (bibtex-search-entry-globally):
9082 New variable.
022fe7ce
RW
9083 (bibtex-search-entry): Use it.
9084
b7c3692a
RW
90852011-06-05 Roland Winkler <winkler@gnu.org>
9086
9087 * textmodes/bibtex.el (bibtex-entry-format): New option
9088 sort-fields.
9089 (bibtex-format-entry, bibtex-reformat): Honor this option.
9090 (bibtex-parse-entry): Return fields in proper order.
9091
8eda563d
JB
90922011-06-05 Juanma Barranquero <lekktu@gmail.com>
9093
9094 * doc-view.el (doc-view-remove-if): Move computation of result out
9095 of `dolist' to silence misleading lexical-binding warning.
9096
7dbe3dbc
CY
90972011-06-04 Chong Yidong <cyd@stupidchicken.com>
9098
9099 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9100 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9101
0c33dd17
MA
91022011-06-04 Michael Albinus <michael.albinus@gmx.de>
9103
9104 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9105 "SunOS 5.10".
9106
f8f91c2b
MA
91072011-06-04 Michael Albinus <michael.albinus@gmx.de>
9108
9109 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9110 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9111 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9112 (tramp-parse-putty):
9113 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9114 (tramp-completion-function-alist-ssh)
9115 (tramp-completion-function-alist-telnet)
9116 (tramp-completion-function-alist-su)
9117 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9118 cookie.
9119
9120 * net/tramp-ftp.el:
9121 * net/tramp-sh.el:
9122 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9123 load "tramp.el" `tramp-set-completion-function'.
9124
e17d9003
SM
91252011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * shell.el: Require and use pcomplete.
9128 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9129 (shell-completion-vars): Set pcomplete-default-completion-function.
9130
6c4cab03
DD
91312011-06-04 Deniz Dogan <deniz@dogan.se>
9132
9133 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9134 `memq' (Bug#8799).
9135
ea9fafe0
SM
91362011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9139
b3e945d3
JB
91402011-06-02 Juanma Barranquero <lekktu@gmail.com>
9141
9142 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9143 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9144 * vc/log-view.el (log-view-beginning-of-defun):
9145 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9146 (smerge-refine-forward, smerge-refine-chopup-region):
9147 Silence warning for unused `dotimes' counter variables.
9148
7d520089
SM
91492011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * net/tramp.el (tramp-with-progress-reporter): Rename from
9152 with-progress-reporter. Use `declare'.
9153 * net/tramp-smb.el:
9154 * net/tramp-sh.el:
9155 * net/tramp-gvfs.el: Update all uses.
9156
a1c2400f
JB
91572011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9158
9159 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9160 buffer isn't killed before making it current.
9161
2403c841
SM
91622011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 Silence various byte-compiler warnings.
9165 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9166 `access-type' and new obsolescence format.
9167 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9168 new format.
9169 (byte-compile-check-variable): New `access-type' argument.
9170 Only warn if the access-type is obsolete.
9171 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9172 (byte-compile-variable-set): Adjust callers.
9173 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9174 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9175 setting it as obsolete.
9176 * simple.el (minibuffer-completing-symbol):
9177 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9178 access as obsolete.
9179 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9180 obsolete yet.
9181 * international/quail.el (quail-mouse-choose-completion): Remove unused
9182 code referring to obsolete var.
9183 (quail-choose-completion-string): Remove.
9184 * server.el (server-clients-with, server-kill-buffer-query-function)
9185 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9186 * proced.el (proced-send-signal):
9187 * emacs-lisp/lisp.el (lisp-complete-symbol):
9188 Replace completion-annotate-function with completion-extra-properties.
9189
2462470b
SM
91902011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9191
fb5b2591
SM
9192 * simple.el (goto-line): Use read-number.
9193 (overriding-map-is-bound): Remove.
9194 (saved-overriding-map): Change default.
9195 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9196 Take the map as argument.
9197 (universal-argument, negative-argument, digit-argument): Use it.
9198 (restore-overriding-map): Adjust.
9199 (do-auto-fill): Use fill-forward-paragraph.
9200 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9201
fd6fa53f
SM
9202 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9203 (minibuffer-inactive-mode): New major mode.
9204 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9205 the *Messages* buffer" hack.
9206 (mouse-popup-menubar): Don't burp if the event is a normal key.
9207
2462470b
SM
9208 Miscellaneous tweaks.
9209 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9210 lexical scoping as in subr.el's dolist and dotimes.
9211 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9212 Silence compiler warning.
9213 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9214 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9215 * international/ccl.el (ccl-compile): Trivial simplification.
9216 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9217 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9218 `printflag' argument.
9219 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9220 Purecopy the whole obsolescence data.
9221
108bf785
LL
92222011-06-01 Leo Liu <sdl.web@gmail.com>
9223
9224 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9225 improve doc-string as suggested by Marco Pessotto
9226 <melmothx@gmail.com>.
9227 (rcirc-print): Fix last change.
9228
30a23501
SM
92292011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * minibuffer.el (complete-with-action): Return nil for the metadata and
9232 boundaries of non-functional tables.
9233 (completion-table-dynamic): Return nil for the metadata.
9234 (completion-table-with-terminator): Add default case, using
9235 complete-with-action.
9236 (completion--metadata): New function.
9237 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9238 to try and avoid pathological performance problems.
9239 (completion--embedded-envvar-table): Return `category' metadata.
9240
bcd54f83
LMI
92412011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9242
9243 * subr.el (process-alive-p): New tiny convenience function.
9244
e227544d
SM
92452011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9248 content but also its previous major mode.
9249
e8296fdc
HE
92502011-05-31 Helmut Eller <eller.helmut@gmail.com>
9251
4d61f28d 9252 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9253 *Backtrace* buffer when we exit with C-M-c.
9254
620c53a6
SM
92552011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * minibuffer.el: Add metadata method to completion tables.
9258 (completion-category-overrides): New defcustom.
9259 (completion-metadata, completion--field-metadata)
9260 (completion-metadata-get, completion--styles)
9261 (completion--cycle-threshold): New functions.
9262 (completion-try-completion, completion-all-completions):
9263 Add `metadata' argument to choose completion-styles.
9264 (completion--do-completion): Use metadata to choose cycling.
9265 (completion-all-sorted-completions): Use metadata for sorting.
9266 Remove :completion-cycle-penalty which is not needed any more.
9267 (completion--try-word-completion): Add `metadata' argument.
9268 (minibuffer-completion-help): Check metadata for annotation function
9269 and sorting.
9270 (completion-file-name-table): Return `category' metadata.
9271 (minibuffer-completing-file-name): Make obsolete.
9272 * simple.el (minibuffer-completing-symbol): Make obsolete.
9273 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9274 completion-try-completion.
9275
1257e755
SM
92762011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9279
3767e706
LL
92802011-05-30 Leo Liu <sdl.web@gmail.com>
9281
9282 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9283 (rcirc-print): Decode all incoming messages (bug#8744).
9284 (rcirc-decode-coding-system): Allow value nil for automatic coding
9285 system detection.
3767e706 9286
d1a5d56a
GM
92872011-06-01 Glenn Morris <rgm@gnu.org>
9288
9289 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9290
e8cbec34
CY
92912011-05-29 Chong Yidong <cyd@stupidchicken.com>
9292
9293 * image.el (image-animate-max-time): Allow nil and t values.
9294 Default to nil.
9295 (create-animated-image): Doc fix.
9296 (image-animate-start): Remove second arg; just use
9297 image-animate-max-time.
9298 (image-animate-timeout): Doc fix. Args changed.
9299
9300 * image-mode.el (image-toggle-display-image): Ensure that the
9301 image spec passed to the animate timer is the same object as in
58179cce 9302 the buffer's display property (Bug#6981).
e8cbec34
CY
9303 (image-transform-properties): Doc fix.
9304
9305 * image.el (image-animate-max-time): Default to nil.
9306
159daf87
MR
93072011-05-29 Martin Rudalics <rudalics@gmx.at>
9308
9309 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9310 entire buffer list (Bug#8184).
9311
d66c4c7c
CY
93122011-05-29 Chong Yidong <cyd@stupidchicken.com>
9313
9314 * image.el (imagemagick-types-inhibit)
9315 (imagemagick-register-types): Doc fix.
9316
80aec780
DD
93172011-05-29 Deniz Dogan <deniz@dogan.se>
9318
9319 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9320 default.
9321
1dd3c2d9
CY
93222011-05-29 Chong Yidong <cyd@stupidchicken.com>
9323
9324 * select.el: Don't perform clipboard-manager saving in hooks;
9325 leave the hooks empty.
9326
60e56523
LL
93272011-05-28 Leo Liu <sdl.web@gmail.com>
9328
9329 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9330 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9331 (occur-edit-mode): New major mode (Bug#8463).
9332 (occur-after-change-function): New function.
9333 (occur-engine): Give Occur tags a read-only property.
9334
2b1e1a22
KR
93352011-05-28 Kevin Ryde <user42@zip.com.au>
9336
9337 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9338
5d344e88
CY
93392011-05-28 Chong Yidong <cyd@stupidchicken.com>
9340
8e6ca83d
CY
9341 * bindings.el (help-echo): Make the initial non-indicator dash
9342 empty on graphical terminals (Bug#7295).
9343
5d344e88
CY
9344 * files.el (auto-mode-alist): Move config rule after the
9345 in-stripping one (Bug#8547).
9346
bfbbace7
CY
9347 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9348
fbeba6e2
CY
9349 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9350 setting (Bug#8740).
9351
60ed8c72
AA
93522011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9353
4ac619f0
AA
9354 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9355 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9356 (Bug#8539).
60ed8c72 9357
23db196e
CY
93582011-05-28 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9361
5012f24c
DK
93622011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9363
9364 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9365 (hs-hide-block-at-point, hs-find-block-beginning)
9366 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9367 (Bug#8279).
9368
6a639b16
GM
93692011-05-28 Glenn Morris <rgm@gnu.org>
9370
9371 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9372
d43eaf2c
CY
93732011-05-28 Chong Yidong <cyd@stupidchicken.com>
9374
5199bde1
CY
9375 * help-fns.el (describe-function-1): If the function is a derived
9376 major mode, print the parent mode.
9377
d43eaf2c
CY
9378 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9379 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9380
423428a8
SM
93812011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9382
0ff8e1ba 9383 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9384 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9385 * progmodes/etags.el (tags-completion-at-point-function):
9386 * info-look.el (info-lookup-completions-at-point): Mark as
9387 non-exclusive.
9388 (info-complete): Adjust accordingly.
9389
423428a8
SM
9390 * info-look.el: Convert to lexical-binding and completion-at-point.
9391 (info-lookup-completions-at-point): New function.
9392 (info-complete): Use it and completion-in-region.
9393
b74aa22b
DA
93942011-05-28 Drew Adams <drew.adams@oracle.com>
9395
9396 * isearch.el: Let M-e start with point at the first mismatched char.
9397 (isearch-fail-pos): New function.
9398 (isearch-edit-string): Use it.
9399
66e2e71d
DK
94002011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9401
9402 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9403
b1890b0f 94042011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9405
9406 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9407 traversal functions for avl-trees.
9408 (avl-tree--stack): New struct.
9409 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9410 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9411 (avl-tree--do-enter): Add optional `updatefun' arg.
9412 Change return value.
eb95d01d 9413 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9414 (avl-tree--do-delete): Add `test' and `nilflag' args.
9415 Change return value.
eb95d01d
TC
9416 (avl-tree-member): Add optional `nilflag'
9417 (avl-tree-member-p): New function.
9418 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9419 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9420 (avl-tree-stack-empty-p): New functions.
9421
3769ddcf
TC
9422 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9423 avl-tree--del-balance1 and make it work both ways.
9424 (avl-tree--del-balance2): Remove.
9425 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9426 make it work both ways.
9427 (avl-tree--enter-balance2): Remove.
9428 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9429 New macros.
9430 (avl-tree--mapc, avl-tree-map): Add direction argument.
9431
eb95d01d 94322011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9433
9434 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9435
a9f737ee
CY
94362011-05-27 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * select.el: Support clipboard managers with built-in function
9439 x-clipboard-manager-save, via delete-frame-functions and
9440 kill-emacs-hook.
9441 (xselect-convert-to-targets): Add MULTIPLE target to list.
9442 (xselect-convert-to-save-targets): New function.
9443
c92a1e54
KH
94442011-05-27 Kenichi Handa <handa@m17n.org>
9445
9446 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9447 let-binding rfc2047-encode-encoded-words to nil.
9448
e145f188
GM
94492011-05-27 Glenn Morris <rgm@gnu.org>
9450
5ec8a862
GM
9451 * mail/emacsbug.el: Don't require url-util.
9452
4b29d9fb
GM
9453 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9454
e145f188
GM
9455 * files.el (set-auto-mode):
9456 Also respect mode: entries at the end of the file. (Bug#8586)
9457
7d15102b
GM
94582011-05-26 Glenn Morris <rgm@gnu.org>
9459
98f593b8
GM
9460 * files.el (hack-local-variables-prop-line, hack-local-variables):
9461 Downcase mode names, as seems to be traditional.
27b48e63 9462 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9463
7d15102b
GM
9464 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9465 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9466
51d5b4ec
JD
94672011-05-25 Julien Danjou <julien@danjou.info>
9468
9469 * textmodes/rst.el (rst-define-level-faces): Do not define face
9470 symbol if it is already defined.
9471
91513f63
VB
94722011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9473
9474 * play/5x5.el (5x5-new-game, 5x5-randomize):
9475 Reset 5x5-solver-output to nil when a new grid is cast.
9476 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9477 these debugging traces, as defmacro breaks the compiled code.
9478
4d90d6d0
DK
94792011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9480
9481 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9482
e1b90ef6
LL
94832011-05-24 Leo Liu <sdl.web@gmail.com>
9484
9485 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9486 (vc-bzr-sha1): Adapt.
9487
d8e4b68b 9488 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9489
9490 * bindings.el: Provide sha1 feature.
9491
db0406bb 94922011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9493
9494 * mail/sendmail.el: Require `rfc2047'.
9495 (mail-insert-from-field): Do not perform RFC2047 encoding.
9496 (mail-encode-header): New function.
9497 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9498 buffer to the return value of select-message-coding-system.
9499 Call mail-encode-header.
b8d747b9
KH
9500
9501 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9502
db0406bb 95032011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9504
4d90d6d0
DK
9505 * mail/supercite.el (sc-default-cite-frame):
9506 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9507
eb8a5e9b
GM
95082011-05-24 Glenn Morris <rgm@gnu.org>
9509
f8630703
GM
9510 * progmodes/python.el (brm-menu): Declare.
9511
8831bbed
GM
9512 * emulation/viper.el (viper-set-hooks): Declare.
9513
eb8a5e9b
GM
9514 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9515 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9516 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9517 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9518 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9519 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9520
a2a25d24
SM
95212011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 Add an :exit-function for completion-at-point.
9524
9525 * minibuffer.el (completion--done): New fun.
9526 (completion--do-completion): Use it. New arg `expect-exact'.
9527 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9528 since completion--do-completion does it for us now.
9529 (minibuffer-force-complete): Use completion--done and
9530 completion--replace. Handle sole-completion case with more care.
9531 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9532 (completion-extra-properties): New var.
9533 (completion-annotate-function): Make obsolete.
9534 (minibuffer-completion-help): Adjust accordingly.
9535 Use completion-list-insert-choice-function.
9536 (completion-at-point, completion-help-at-point):
9537 Bind completion-extra-properties.
9538 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9539 * simple.el (completion-list-insert-choice-function): New var.
9540 (completion-setup-function): Preserve it.
9541 (choose-completion): Pay attention to it, shuffle the code a bit.
9542 (choose-completion-string): New arg `insert-function'.
9543
9544 * textmodes/bibtex.el: Convert to lexical binding.
9545 (bibtex-mode-map): Use completion-at-point.
9546 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9547 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9548 (bibtex-complete): Define as obsolete alias.
9549 (bibtex-complete-internal): Remove.
9550 (bibtex-format-entry): Remove unused sub-group in regexp.
9551 * shell.el (shell--command-completion-data)
9552 (shell-environment-variable-completion):
9553 * pcomplete.el (pcomplete-completions-at-point):
9554 * comint.el (comint--complete-file-name-data): Use :exit-function
9555 instead of completion-table-with-terminator so it also works for
9556 choose-completion.
9557
e44e373d
SM
95582011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9559
4f91a816
SM
9560 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9561
782fc819
SM
9562 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9563 (bug#8710).
9564
e44e373d
SM
9565 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9566
381987c3
KM
95672011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9568
9569 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9570 customization variable and implement: If non-nil, auto-fill will
9571 be inhibited while on topic's header line.
9572
b776bc70
VB
95732011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9574
9575 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9576 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9577 always have a solution in grid size = 5 cases.
9578 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9579 (5x5-solver-output, 5x5-log-buffer): New vars.
9580 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9581 Make these variables buffer local to achieve 5x5 multi-session-ness.
9582 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9583 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9584 (5x5-solve-suggest): New funs.
9585 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9586 randomize a grid so that we ensure that there is always a solution.
9587 (5x5-make-random-grid): Allow other movement than flipping.
9588
7de88b6e
KR
95892011-05-23 Kevin Ryde <user42@zip.com.au>
9590
9591 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9592 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9593 advice and passes PREDICATE.
9594
b1ef1257
SM
95952011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9596
bbca48fe
SM
9597 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9598 byte-compile-lambda if it's actually a lambda.
9599
b1ef1257
SM
9600 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9601 Fix function quoting. Use backquote better.
9602
92a9cc65
YS
96032011-05-22 Yuanle Song <sylecn@gmail.com>
9604
9605 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9606 matching (Bug#8516).
9607
f0fb8059
JA
96082011-01-22 Jari Aalto <jari.aalto@cante.net>
9609
9610 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9611 different face (Bug#8178).
9612
d5b44c93
CY
96132011-05-22 Chong Yidong <cyd@stupidchicken.com>
9614
9615 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9616 defface (Bug#8144).
9617
79106a44
SM
96182011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9c848d8a
SM
9620 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9621 funcall as well (bug#8712). Warn when performing those conversions.
9622 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9623
79106a44
SM
9624 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9625
88dfa756
GM
96262011-05-22 Glenn Morris <rgm@gnu.org>
9627
9628 * files.el (hack-local-variables-prop-line): Small simplifications.
9629 (hack-local-variables, hack-local-variables-prop-line):
9630 If MODE-ONLY, return the mode, rather than just `t'.
9631
b7cf2c79
SM
96322011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9635
3f1a8558
GM
96362011-05-21 Glenn Morris <rgm@gnu.org>
9637
7e4ccca3
GM
9638 * files.el (hack-local-variables-prop-line, hack-local-variables):
9639 If only interested in the mode, don't bother doing the other stuff.
9640
637d46ca
GM
9641 * image-mode.el (image-after-revert-hook):
9642 Redraw all frames on which the image is visible. (Bug#8567)
9643
973d955b
GM
9644 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9645
3f1a8558
GM
9646 * wid-edit.el (widget-checklist-match-inline):
9647 Fix 2011-04-19 change. (Bug#8649)
9648
96479927
SM
96492011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9650
1dcf791f
SM
9651 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9652 Also allow singlespace after single-letter capitals followed by a dot.
9653
96479927
SM
9654 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9655 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9656
35fd0881
N
96572011-05-20 Nix <nix@esperi.org.uk>
9658
9659 * files.el (basic-save-buffer-2):
9660 Fix handling of break-hardlink-on-save with non-existent files.
9661
82745640
DD
96622011-05-19 Deniz Dogan <deniz@dogan.se>
9663
9664 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9665 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9666
4a720484
GM
96672011-05-19 Glenn Morris <rgm@gnu.org>
9668
d1f21341
GM
9669 * progmodes/f90.el (f90-type-def-re):
9670 Handle "type, bind(c)". (Bug#8691)
9671
4a720484
GM
9672 * emacs-lisp/autoload.el (batch-update-autoloads):
9673 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9674
2fb0a219
MA
96752011-05-18 Michael Albinus <michael.albinus@gmx.de>
9676
9677 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9678 property for the correct connection in case of multihops.
9679
e565dd37
GM
96802011-05-18 Glenn Morris <rgm@gnu.org>
9681
c2571358 9682 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9683 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9684
e565dd37
GM
9685 Rationalize calendar handling of day and month abbrev-arrays.
9686 * calendar/calendar.el (calendar-customized-p): New function.
9687 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9688 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9689 Add :set function.
9690 (calendar-abbrev-length, calendar-day-abbrev-array)
9691 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9692 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9693 Elements may no longer be nil.
9694 (calendar-day-name, calendar-month-name):
9695 Update for changed nature of abbrev arrays.
9696 * calendar/diary-lib.el (diary-name-pattern):
9697 Update for changed nature of abbrev arrays.
9698 (diary-mark-entries-1): Update calendar-make-alist calls.
9699 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9700 * calendar/cal-html.el (cal-html-day-abbrev-array):
9701 Simply inherit from calendar-day-abbrev-array.
9702
1d99a745
SM
97032011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * progmodes/grep.el (grep-mode): Disable default
9706 compilation-directory-matcher setting (bug#8684).
9707
7c1d9aa0
MA
97082011-05-17 Michael Albinus <michael.albinus@gmx.de>
9709
9710 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9711 instead of "head" and "tail". There were problems with SunOS 5.9,
9712 and it performs better.
9713
3952e9d8
GM
97142011-05-17 Glenn Morris <rgm@gnu.org>
9715
2dd12e7f
GM
9716 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9717
e4157b9c
GM
9718 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9719 Replace obsolete function.
9720
8e249bbd
GM
9721 * shell.el (pcomplete-parse-arguments-function): Declare.
9722
3952e9d8
GM
9723 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9724 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9725 (appt-check): Doc fixes.
9726 (appt-disp-window-function, appt-delete-window-function):
9727 Remove needless special case in custom :type.
9728 (appt-display-count): Default to 0, not nil.
9729 (appt-check): Reset appt-display-count to 0, not nil.
9730
c71a0d48 97312011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9732
c71a0d48
GM
9733 * progmodes/python.el (python-font-lock-keywords):
9734 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9735
31d55be9
SM
97362011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9739
3bfacb2f
KR
97402011-05-16 Kevin Ryde <user42@zip.com.au>
9741
9742 * info-look.el (makefile-automake-mode): New setups, looking in
9743 automake manual, then makefile-mode.
9744 (makefile-mode): Remove automake manual, have it just in
9745 makefile-automake-mode since there's various things different or
9746 not relevant to plain make.
9747 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9748 believe a hypothetical automake-mode would go to makefile-mode,
9749 not the other way around.
9750
c8e83751
CY
97512011-05-15 Chong Yidong <cyd@stupidchicken.com>
9752
5e9e35cd
CY
9753 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9754 hunk-end tags (Bug#8672).
9755
c8e83751
CY
9756 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9757 vc-annotate-show-diff-revision-at-line (Bug#8671).
9758
50b23e5a
GM
97592011-05-14 Glenn Morris <rgm@gnu.org>
9760
7210a739
GM
9761 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9762 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9763 (change-log-font-lock-keywords): Also handle multiple author lines
9764 with leading tabs. (Bug#8644)
7210a739 9765
4691905a
GM
9766 * calendar/appt.el (appt-check): Rename some local variables.
9767 Some simplification/reordering.
9768
50b23e5a
GM
9769 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9770 (feedmail-sendmail-f-doesnt-sell-me-out)
9771 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9772 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9773 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9774 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9775 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9776 (feedmail-binmail-gnulinuxish-template):
9777 Rename from feedmail-binmail-linuxish-template.
9778 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9779 Use insert-buffer-substring.
9780
215cda7c
BC
97812011-05-14 Bill Carpenter <bill@carpenter.org>
9782
9783 * mail/feedmail.el (feedmail-patch-level): Increase.
9784 (feedmail-debug): New custom group.
9785 (feedmail-confirm-outgoing-timeout)
9786 (feedmail-sendmail-f-doesnt-sell-me-out)
9787 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9788 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9789 (feedmail-sender-line, feedmail-from-line)
9790 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9791 (feedmail-spray-this-address)
215cda7c
BC
9792 (feedmail-spray-address-fiddle-plex-list)
9793 (feedmail-queue-use-send-time-for-date)
9794 (feedmail-queue-use-send-time-for-message-id)
9795 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9796 (feedmail-buffer-eating-function):
9797 Doc fixes.
9798 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9799 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9800 (feedmail-message-action-scroll-down): New functions.
9801 (feedmail-queue-directory, feedmail-queue-draft-directory):
9802 Use expand-file-name.
9803 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9804 Remove C-v help entry.
9805 (feedmail-queue-buffer-file-name): New variable.
9806 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9807 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9808 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9809 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9810 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9811 (feedmail-message-action-toggle-spray)
9812 (feedmail-run-the-queue-no-prompts)
9813 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9814 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9815 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9816 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9817 (feedmail-envelope-deducer, feedmail-fiddle-from)
9818 (feedmail-fiddle-sender, feedmail-default-date-generator)
9819 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9820 (feedmail-fiddle-spray-address)
9821 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9822 (feedmail-fiddle-list-of-fiddle-plexes)
9823 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9824 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9825 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9826 Change default. Doc fix.
9827 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9828 (feedmail-binmail-linuxish-template): New constant.
9829 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9830 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9831 (feedmail-send-it): Add debug call.
9832 Use feedmail-queue-buffer-file-name, and
9833 feedmail-send-it-immediately-wrapper.
9834 (feedmail-message-action-send): Add debug call.
9835 Use feedmail-send-it-immediately-wrapper.
9836 (feedmail-queue-express-to-queue): Add debug call.
9837 Run feedmail-queue-express-hook.
9838 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9839 (feedmail-message-action-help-blat):
9840 Rename from feedmail-queue-send-edit-prompt-help-first.
9841 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9842 Check line-endings. Handle errors better.
9843 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9844 Doc fix. Add debug call.
9845 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9846 Use feedmail-queue-send-edit-prompt-inner.
9847 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9848 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9849 from feedmail-queue-send-edit-prompt.
9850 (feedmail-queue-send-edit-prompt-help)
9851 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9852 (feedmail-tidy-up-slug): Add debug call.
9853 Respect feedmail-queue-slug-suspect-regexp.
9854 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9855 (feedmail-dump-message-to-queue): Add debug call.
9856 Expand queue-directory.
9857 (feedmail-dump-message-to-queue): Change message slightly.
9858 Use feedmail-say-chatter.
9859 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9860 (feedmail-send-it-immediately-wrapper): New function.
9861 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9862 Insert empty string rather than newline. Handle full-frame case.
9863 Use catch/throw. Use feedmail-say-chatter.
9864 (feedmail-fiddle-from): Try mail-host-address.
9865 (feedmail-default-message-id-generator): Doc fix.
9866 Bind system-time-locale. Handle missing end.
9867 (feedmail-fiddle-x-mailer): Add debug call.
9868 Handle feedmail-x-mailer-line being nil.
9869 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9870 Add debug call. Use buffer-substring-no-properties.
9871 (feedmail-say-debug, feedmail-say-chatter): New functions.
9872 (feedmail-find-eoh): Give an explicit error.
9873
42c7e61e
UJ
98742011-05-13 Ulf Jasper <ulf.jasper@web.de>
9875
c2571358 9876 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9877 family from helvetica to sans.
c2571358 9878 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9879 etc/images/newsticker.
9880
c2571358 9881 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9882 family from helvetica to sans.
9883
9884 * net/newst-plainview.el (newsticker-new-item-face)
9885 (newsticker-old-item-face, newsticker-immortal-item-face)
9886 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9887 (newsticker-statistics-face): Change default family from
42c7e61e 9888 helvetica to sans.
c2571358 9889 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9890 etc/images/newsticker.
9891
9892 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9893 (newsticker--process-auto-mark-filter-match): : Tell user about
9894 auto-marking.
9895
8497a297
DV
98962011-05-13 Didier Verna <didier@xemacs.org>
9897
9898 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9899 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9900 TODO entries.
8497a297
DV
9901 (lisp-lambda-list-keyword-parameter-indentation)
9902 (lisp-lambda-list-keyword-parameter-alignment)
9903 (lisp-lambda-list-keyword-alignment): New customizable user options.
9904 (lisp-indent-defun-method): Improve docstring.
9905 (extended-loop-p): Fix comment.
9906 (lisp-indent-lambda-list-keywords-regexp): New variable.
9907 (lisp-indent-lambda-list): New function.
9908 (lisp-indent-259): Use it.
9909 (lisp-indent-defmethod): Support for more than one
9910 method qualifier and properly indent methods lambda-lists.
9911 (defgeneric): Provide a missing common-lisp-indent-function property.
9912
f278f87f
SM
99132011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9916 bounds for the empty string (bug#8667).
9917
5233edd7
GM
99182011-05-13 Glenn Morris <rgm@gnu.org>
9919
5237a44f
GM
9920 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9921
8340026c 9922 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9923 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9924
5233edd7 9925 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9926 (appt-time-msg-list): Doc fix.
a5464014 9927 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9928
92d10796
AS
99292011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9930
9931 * progmodes/ld-script.el (ld-script-keywords)
9932 (ld-script-builtins): Update keywords list.
9933
914a0ae1
SM
99342011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9935
c89be45f
SM
9936 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9937
914a0ae1
SM
9938 * shell.el (shell-completion-vars): New function.
9939 (shell-mode):
9940 * simple.el (read-shell-command): Use it.
9941 (blink-matching-open): No need for " [...]" in minibuffer-message.
9942
98dc3df3
GM
99432011-05-12 Glenn Morris <rgm@gnu.org>
9944
9945 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9946 (appt-check): Simplify.
9947
d2fc7e3d 99482011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9949
4d61f28d 9950 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9951 literal "/dev/null".
9952
d2fc7e3d 99532011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9954
9955 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9956 Fix typo.
9957
d2fc7e3d 99582011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9959
3f254caa
SM
9960 * progmodes/which-func.el (which-function):
9961 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9962 which might not be defined (Bug#8260).
9963
d45885f7
GM
99642011-05-12 Glenn Morris <rgm@gnu.org>
9965
9966 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9967 Let byte-compile-initial-macro-environment always take precedence.
9968
488086f4
SM
99692011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * net/rcirc.el: Add support for SSL/TLS connections.
9972 (rcirc-server-alist): New field `encryption'.
9973 (rcirc): Check `encryption' settings.
9974 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9975 Merge make-local-variable into `set'.
9976 (rcirc--connection-open-p): New function.
9977 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9978 the process is not a network process (e.g. running gnutls-cli).
9979 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9980 Make rcirc-(en|de)code-coding-system local here.
9981 (rcirc-mode): Merge make-local-variable into `set'.
9982 (rcirc-parent-buffer): Make permanent buffer-local.
9983 (rcirc-multiline-minor-mode): Don't do it here.
9984 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9985 there's no server buffer.
9986
7d3b9d44
GM
99872011-05-11 Glenn Morris <rgm@gnu.org>
9988
f64049c6
GM
9989 * newcomment.el (comment-kill): Prefix "unused" local.
9990
93c9df73
GM
9991 * term/w32console.el (get-screen-color): Declare.
9992
7d3b9d44
GM
9993 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9994 Handle symbol elements of byte-compile-initial-macro-environment.
9995
9e2dd53f
LL
99962011-05-10 Leo Liu <sdl.web@gmail.com>
9997
488086f4
SM
9998 * bookmark.el (bookmark-bmenu-mode-map):
9999 Bind bookmark-bmenu-search to `/'.
8b340240 10000
9e2dd53f 10001 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10002 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10003 (Footnote-unicode): New function.
10004 (footnote-style-alist): Add unicode style to the list.
10005 (footnote-style): Doc fix.
9e2dd53f 10006
79b70037
GM
100072011-05-10 Jim Meyering <meyering@redhat.com>
10008
10009 Fix doubled-word typos.
10010 * international/quail.el (quail-insert-kbd-layout): and and -> and
10011 * kermit.el: and and -> and
10012 * net/ldap.el (ldap-search-internal): to to -> to
10013 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10014 * progmodes/js.el (js-mode): and and -> and
10015 * textmodes/artist.el (artist-move-to-xy): at at -> at
10016 (artist-draw-region-trim-line-endings): if if -> if
10017 And Safetyc -> Safety.
10018 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10019
b8f82dc1 100202011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10021 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10022
10023 * files.el (hack-one-local-variable-eval-safep):
10024 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10025
4f99f44b
GM
100262011-05-10 Glenn Morris <rgm@gnu.org>
10027
10028 * calendar/diary-lib.el (diary-list-entries-hook)
10029 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10030 (diary-nongregorian-marking-hook, diary-list-entries)
10031 (diary-include-other-diary-files, diary-mark-entries)
10032 (diary-mark-included-diary-files): Doc fixes.
10033
84f29e6b
JB
100342011-05-09 Juanma Barranquero <lekktu@gmail.com>
10035
10036 * misc.el: Require tabulated-list.el during compilation.
10037
9bedd73a
CY
100382011-05-09 Chong Yidong <cyd@stupidchicken.com>
10039
488086f4
SM
10040 * progmodes/compile.el (compilation-start):
10041 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10042 (compilation-filter-hook): Doc fix.
10043
797c735c
DD
100442011-05-09 Deniz Dogan <deniz@dogan.se>
10045
10046 * wdired.el: Remove outdated installation comment. Fix usage
10047 comment.
10048
5f4b1dfe
JB
100492011-05-09 Juanma Barranquero <lekktu@gmail.com>
10050
10051 * misc.el: Implement new command `list-dynamic-libraries'.
10052 (list-dynamic-libraries--loaded-only-p): New variable.
10053 (list-dynamic-libraries--refresh): New function.
10054 (list-dynamic-libraries): New command.
10055
4c44026c
CY
100562011-05-09 Chong Yidong <cyd@stupidchicken.com>
10057
488086f4
SM
10058 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10059 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10060 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10061 higher priority to avoid clobbering by gnu.
10062
027f966d
CY
100632011-05-08 Chong Yidong <cyd@stupidchicken.com>
10064
10065 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10066 if the face has existing theme settings (Bug#8454).
10067
085f5d7d
CY
100682011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10069
488086f4
SM
10070 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10071 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10072
2a86a00c
RS
10073 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10074 special file names `.' and `..' (Bug#8259).
10075
d9c54a06
CY
100762011-05-08 Chong Yidong <cyd@stupidchicken.com>
10077
488086f4
SM
10078 * progmodes/grep.el (grep-mode-font-lock-keywords):
10079 Remove buffer-changing entries.
d9c54a06
CY
10080 (grep-filter): New function.
10081 (grep-mode): Add it to compilation-filter-hook.
10082
10083 * progmodes/compile.el (compilation-filter-hook)
10084 (compilation-filter-start): New defvars.
10085 (compilation-filter): Call compilation-filter-hook prior to
10086 updating the process mark.
10087
c4662635
SM
100882011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10091
b0512a1d
EZ
100922011-05-07 Eli Zaretskii <eliz@gnu.org>
10093
605c9376
EZ
10094 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10095 mailclient-send-it even if window-system is nil. (Bug#8595)
10096
c4662635
SM
10097 * term/w32console.el (terminal-init-w32console):
10098 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10099 background-mode. (Bug#8597)
10100
d1dc2cc2
SM
101012011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10104 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10105 New functions.
10106 (defgeneric, eieio--defmethod): Use them.
10107 (eieio-defgeneric): Remove.
10108 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10109
915d1300
GM
101102011-05-07 Glenn Morris <rgm@gnu.org>
10111
a3961c3e
GM
10112 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10113 Use let rather than let*.
10114 (timeclock-find-discrep): Remove unused local.
10115
314347b9
GM
10116 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10117
915d1300
GM
10118 * calendar/appt.el (appt-time-msg-list): Doc fix.
10119
275b59b0
NF
101202011-05-06 Noah Friedman <friedman@splode.com>
10121
10122 * apropos.el (apropos-print-doc): Only use
10123 emacs-lisp-docstring-fill-column when it is bound to an integer,
10124 per that variable's documentation.
10125
6c19f744
SM
101262011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10129 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10130
60f884b2
GM
101312011-05-06 Glenn Morris <rgm@gnu.org>
10132
5006e634
GM
10133 * calendar/appt.el (appt-message-warning-time): Doc fix.
10134 (appt-warning-time-regexp): New option.
10135 (appt-make-list): Respect appt-message-warning-time.
10136
548d0a63
GM
10137 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10138 New options.
10139 (diary-add-to-list): Strip comments from the displayed string.
10140 (diary-mode): Set comment-start and comment-end.
10141
60f884b2
GM
10142 * vc/diff-mode.el (smerge-refine-subst): Declare.
10143 (diff-refine-hunk): Don't require smerge-mode when compiling.
10144
989681bb
JB
101452011-05-06 Juanma Barranquero <lekktu@gmail.com>
10146
10147 * simple.el (list-processes): Return nil as the docstring says.
10148
a6bc05e1
MA
101492011-05-05 Michael Albinus <michael.albinus@gmx.de>
10150
10151 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10152 to "".
10153 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10154 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10155 determining of binary transfer. (Bug#7383)
10156
23c22e9a
MA
101572011-05-05 Michael Albinus <michael.albinus@gmx.de>
10158
c4662635
SM
10159 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10160 Fix port computation bug. (Bug#8618)
23c22e9a 10161
0bff894f
GM
101622011-05-05 Glenn Morris <rgm@gnu.org>
10163
b8296902
GM
10164 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10165
1f522ce8
GM
10166 * simple.el (shell-dynamic-complete-functions)
10167 (comint-dynamic-complete-functions): Declare.
10168
cf5bee67
GM
10169 * net/network-stream.el (gnutls-negotiate):
10170 * simple.el (tabulated-list-print): Fix declarations.
10171
10172 * progmodes/gud.el (syntax-symbol, syntax-point):
10173 Remove unnecessary and incorrect declarations.
10174
0bff894f
GM
10175 * emacs-lisp/check-declare.el (check-declare-scan):
10176 Handle byte-compile-initial-macro-environment in bytecomp.el
10177
9869b3ae
SM
101782011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 Fix earlier half-done eieio-defmethod change (bug#8338).
10181 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10182 Streamline and change calling convention.
10183 (defmethod): Adjust accordingly and simplify.
10184 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10185 new eieio--defmethod.
10186 (slot-boundp): Minor CSE simplification.
10187
9c1d5ac5
MZ
101882011-05-05 Milan Zamazal <pdm@zamazal.org>
10189
10190 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10191 (glasses-make-readable): Use glasses-separate-capital-groups.
10192
455c834e
JB
101932011-05-05 Juanma Barranquero <lekktu@gmail.com>
10194
10195 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10196 (warning-series): Doc fix.
10197 (display-warning): Don't try to create the buffer if we just found it.
10198
9ed7c8cb
CY
101992011-05-04 Chong Yidong <cyd@stupidchicken.com>
10200
10201 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10202 (autoload-find-generated-file): New function.
10203 (generate-file-autoloads): Bind generated-autoload-file to
10204 buffer-file-name.
9869b3ae
SM
10205 (update-file-autoloads, update-directory-autoloads):
10206 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10207 output file (Bug#7989).
10208 (batch-update-autoloads): Doc fix.
10209
0898ca10
JB
102102011-05-04 Juanma Barranquero <lekktu@gmail.com>
10211
10212 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10213
31dfb76c
GM
102142011-05-04 Glenn Morris <rgm@gnu.org>
10215
f330b642
GM
10216 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10217 function, so it follows changes in calendar-date-style.
10218 (diary-fancy-date-matcher): New function.
10219 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10220 (diary-fancy-font-lock-fontify-region-function):
10221 Use diary-fancy-date-pattern as a function.
10222
31dfb76c
GM
10223 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10224 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10225
48e79d6a
TZ
102262011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10227
10228 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10229 instead of positional arguments. Allow :keylist and :crlfiles
10230 arguments.
10231 (open-gnutls-stream): Call it.
10232
10233 * net/network-stream.el (network-stream-open-starttls): Adjust to
10234 call `gnutls-negotiate' with :process and :hostname arguments.
10235
dd5a5ee0
SM
102362011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10237
ef80fc09
SM
10238 * minibuffer.el (completion--message): New function.
10239 (completion--do-completion, minibuffer-complete)
10240 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10241 (completion--do-completion): Don't ignore completion-auto-help when in
10242 icomplete-mode.
10243
dd5a5ee0
SM
10244 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10245 internal encoding (e.g. tibetan zero is not whitespace).
10246 (global-whitespace-mode): Prefer save-current-buffer.
10247 (whitespace-trailing-regexp): Remove useless save-match-data.
10248 (whitespace-empty-at-bob-regexp): Minor simplification.
10249
b7d22a83
CY
102502011-05-03 Chong Yidong <cyd@stupidchicken.com>
10251
10252 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10253
5192af46
AM
102542011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10255
10256 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10257 Use `concat' to create string for insertion.
5192af46 10258
5767d190
SM
102592011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10262 Avoid open-line which runs post-self-insert-hook.
10263 (bibtex-fill-entry): Remove unused `end' var.
10264
bf242939
AM
102652011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10266
5767d190
SM
10267 * textmodes/ispell.el (ispell-add-per-file-word-list):
10268 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10269
25666126
LL
102702011-05-03 Leo Liu <sdl.web@gmail.com>
10271
10272 * isearch.el (isearch-yank-pop): New command.
5767d190 10273 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10274 (isearch-forward): Mention it.
10275
52d3c2d0
SM
102762011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10277
1bcace58
SM
10278 * simple.el (minibuffer-complete-shell-command): Remove.
10279 (minibuffer-local-shell-command-map): Use completion-at-point.
10280 (read-shell-command): Setup completion vars here instead.
10281 (read-expression-map): Bind TAB to symbol completion.
10282
52d3c2d0
SM
10283 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10284 error directly rather via storing it into `results'.
10285
35813471
LL
102862011-05-02 Leo Liu <sdl.web@gmail.com>
10287
10288 * vc/diff.el: Fix description.
10289
e793a940
LMI
102902011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10291
10292 * server.el (server-eval-at): New function.
10293
8de66e05
LMI
102942011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10295
10296 * net/network-stream.el (open-network-stream): Take a :nowait
10297 parameter and pass it on to `make-network-process'.
10298 (network-stream-open-plain): Ditto.
10299
dcb79f20
AS
103002011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10301
10302 * faces.el (face-spec-set-match-display): Don't match toolkit
10303 options on terminal frames.
10304
14a7fbd8
SM
103052011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10306
7eabc1be
SM
10307 * progmodes/pascal.el: Use lexical binding.
10308 (pascal-mode-map): Remove author preferences.
10309
14a7fbd8
SM
10310 * pcomplete.el (pcomplete-std-complete): Don't abuse
10311 completion-at-point.
10312
50f84510
JB
103132011-04-28 Juanma Barranquero <lekktu@gmail.com>
10314
6e087a44
JB
10315 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10316 removing code that has been dead since 1991 or so.
10317
50f84510
JB
10318 * startup.el (command-line): When warning about "_emacs", use a
10319 delayed warning to allow the user to filter it out.
10320
0ba690bd
DD
103212011-04-28 Deniz Dogan <deniz@dogan.se>
10322
10323 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10324 user has not joined.
10325
08abfaad
SM
103262011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10327
10328 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10329 aren't any completions at point.
10330
638f053a
JB
103312011-04-28 Juanma Barranquero <lekktu@gmail.com>
10332
10333 * subr.el (display-delayed-warnings): New function.
10334 (delayed-warnings-hook): New variable.
10335
8fff8daa
SM
103362011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10337
08abfaad
SM
10338 * minibuffer.el (completion-at-point, completion-help-at-point):
10339 Don't presume that a given completion-at-point-function will always
10340 use the same calling convention.
10341
8fff8daa
SM
10342 * pcomplete.el (pcomplete-completions-at-point):
10343 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10344 pcomplete-seen is non-nil.
10345 (pcomplete-comint-setup): Also recognize the new comint/shell
10346 completion functions.
10347 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10348 pcomplete-seen is non-nil.
10349
841a1577 103502011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10351
841a1577 10352 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10353 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10354 the first character in the entry. This allows for code to add its
211ec907
UJ
10355 own uid to the entry.
10356 (icalendar--convert-float-to-ical): Add export of
10357 `diary-float'-entries save for those with the optional DAY
10358 argument.
10359
2a782793
DC
103602011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10361
10362 * subr.el (shell-quote-argument): Use alternate escaping strategy
10363 when we spot a variable reference in a string.
10364
0438ce91
DC
103652011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10366
10367 * cus-start.el (all): Define customization for debug-on-event.
10368
841a1577 103692011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10370
10371 * subr.el (shell-quote-argument): Escape correctly under Windows.
10372
d090ed6c
SM
103732011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10376
bfd31217
MA
103772011-04-25 Michael Albinus <michael.albinus@gmx.de>
10378
d090ed6c
SM
10379 * net/tramp.el (tramp-process-actions): Add POS argument.
10380 Delete region between POS and (pos).
bfd31217 10381
d090ed6c
SM
10382 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10383 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10384 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10385
10386 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10387 position in `tramp-process-actions' call.
10388
10389 * net/trampver.el: Update release number.
10390
e92f3bd3
SM
103912011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10392
850256b5
SM
10393 * custom.el (defcustom): Obey lexical-binding.
10394
e92f3bd3
SM
10395 Fix octave-inf completion problems reported by Alexander Klimov.
10396 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10397 Inherit from octave-mode-syntax-table.
10398 (inferior-octave-mode): Set info-lookup-mode.
10399 (inferior-octave-completion-at-point): New function.
10400 (inferior-octave-complete): Use it and completion-in-region.
10401 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10402 comint-filename-completion.
10403 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10404 symbol elements which shouldn't be word elements.
10405 (octave-font-lock-keywords, octave-beginning-of-defun)
10406 (octave-function-header-regexp): Adjust regexps accordingly.
10407 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10408
cd22b309
JB
104092011-04-25 Juanma Barranquero <lekktu@gmail.com>
10410
10411 * net/gnutls.el (gnutls-errorp): Declare before first use.
10412
8b492194
TZ
104132011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10414
10415 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10416 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10417 default trustfile exists before going to use it. Add missing
5a5fa834 10418 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10419 Reported by Claudio Bley <claudio.bley@gmail.com>.
10420 (open-gnutls-stream): Add usage example.
10421
10422 * net/network-stream.el (network-stream-open-starttls): Give host
10423 parameter to `gnutls-negotiate'.
10424 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10425 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10426
841a1577 104272011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10428
cd22b309
JB
10429 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10430 Use correct match group (bug#8438).
05842630 10431
3ba7869c
CY
104322011-04-24 Chong Yidong <cyd@stupidchicken.com>
10433
512e3ae1
CY
10434 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10435 (package-menu--generate): New arg specifying packages to show.
10436 (package-menu-refresh, package-menu-execute, list-packages):
10437 Callers changed.
10438 (package-show-package-list): New function, replacing deleted
10439 package--list-packages (renamed because it is non-internal).
10440
10441 * finder.el (finder-list-matches): Use package-show-package-list
10442 instead of deleted package--list-packages.
10443
e92f3bd3
SM
10444 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10445 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10446 (vc-annotate-mode-map): Bind it to RET.
10447
7031be6d
UR
104482011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10449
10450 * progmodes/etags.el (next-file): Don't use set-buffer to change
10451 buffers (Bug#8478).
10452
4ef177aa
CY
104532011-04-24 Chong Yidong <cyd@stupidchicken.com>
10454
c8d173eb
CY
10455 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10456
4ef177aa
CY
10457 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10458 (apropos-accumulator): Doc fix.
10459 (apropos-function, apropos-macro, apropos-command)
10460 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10461 (apropos-plist): Add face property.
10462 (apropos-symbols-internal): Fix indentation.
10463 (apropos-print): Simplify help, and recognize apropos-multi-type.
10464 (apropos-print-doc): Use button-type-get to extract the button's
10465 face property. Fill docstring (Bug#8352).
10466
4ffd0d6b 104672011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10468
10469 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10470
c6c32125 10471 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10472 (mpuz-mode-map): Use mapc.
c6c32125
JB
10473 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10474 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10475 Fix typos in docstrings.
10476
58d468b4
JB
10477 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10478 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10479
6470c3c6
JB
10480 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10481
4ffd0d6b 104822011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10483
10484 * minibuffer.el (completion--do-completion): Avoid the "Next char
10485 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10486
3ad8bad0
CY
10487 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10488 mouse-2 into unread-command-events, it is interpreted correctly.
10489
71d73c9c 10490 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10491 (image-toggle-display): Doc fix.
71d73c9c 10492
841a1577 104932011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10494
4ffd0d6b
GM
10495 * textmodes/page.el (what-page): Use line-number-at-pos to
10496 calculate line number (Bug#6825).
6e1dbaa9 10497
c2fb1b60
JB
104982011-04-22 Juanma Barranquero <lekktu@gmail.com>
10499
10500 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10501 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10502 Pass argument NO-DEFAULT to `find-tag-interactive'.
10503
e02f48d7
JB
105042011-04-22 Juanma Barranquero <lekktu@gmail.com>
10505
10506 Lexical-binding cleanup.
10507
10508 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10509 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10510 * progmodes/ada-prj.el (ada-prj-initialize-values)
10511 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10512 (ada-prj-show-value):
10513 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10514 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10515 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10516 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10517 * progmodes/bug-reference.el (bug-reference-push-button):
10518 * progmodes/fortran.el (fortran-line-length):
10519 * progmodes/glasses.el (glasses-change):
10520 * progmodes/octave-mod.el (octave-fill-paragraph):
10521 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10522 (python-pdbtrack-grub-for-buffer, python-sentinel):
10523 * progmodes/sql.el (sql-save-connection):
10524 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10525 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10526 Mark unused parameters.
10527
10528 * progmodes/compile.el (compilation--flush-directory-cache)
10529 (compilation--flush-parse, compile-internal): Mark unused parameters.
10530 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10531 (compilation-next-error-function): Remove unused variable `timestamp'.
10532
10533 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10534 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10535
10536 * progmodes/dcl-mode.el (dcl-end-of-command):
10537 Remove unused variable `start'.
10538 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10539 (dcl-option-value-basic, dcl-option-value-offset)
10540 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10541 Mark unused parameters.
10542 (dcl-save-local-variable): Remove unused variable `val'.
10543 (mode): Declare.
10544
10545 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10546 Mark unused parameters.
10547 (delphi-ignore-changes): Move before first use.
10548 (delphi-charset-token-at): Remove unused variable `start'.
10549 (delphi-else-start): Remove unused variable `if-count'.
10550 (delphi-comment-block-start, delphi-comment-block-end):
10551 Remove unused variable `kind'.
10552 (delphi-indent-line): Remove unused variable `new-point'.
10553
10554 * progmodes/ebrowse.el (ebrowse-files-list)
10555 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10556 Mark unused parameters. Don't quote `lambda'.
10557 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10558 Don't quote `lambda'.
10559 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10560 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10561 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10562 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10563 Use `ignore-errors'.
10564 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10565 (ebrowse-view/find-file-and-search-pattern)
10566 (ebrowse-view/find-member-declaration/definition):
10567 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10568 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10569 Rename parameter PREFIX-ARG to PREFIX.
10570 (ebrowse-tags-read-name): Remove unused variables `start' and
10571 `member-info'.
10572 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10573 to `tags-file'.
10574
10575 * progmodes/etags.el (local-find-tag-hook): Declare.
10576 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10577 Mark unused parameters.
10578
10579 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10580 (executable-interpret): Mark unused parameter.
10581
10582 * progmodes/flymake.el (flymake-process-sentinel)
10583 (flymake-after-change-function)
10584 (flymake-create-temp-with-folder-structure)
10585 (flymake-get-include-dirs-dot): Mark unused parameters.
10586 (flymake-safe-delete-directory): Remove unused variable `err'.
10587
10588 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10589 (speedbar-timer-fn, speedbar-line-text)
10590 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10591 (speedbar-center-buffer-smartly): Declare functions.
10592 (gdb-find-watch-expression): Remove unused variable `array'.
10593 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10594 (gdb-starting): Mark unused parameters.
10595 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10596 (gdb-table-string): Remove unused variable `res'.
10597 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10598 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10599 (gdb-display-buffer): Remove unused variable `cur-size'.
10600
10601 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10602 allow lexical-binding compilation.
10603 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10604 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10605 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10606 Mark unused parameters.
10607 (gud-gdb-marker-filter): Remove unused variable `match'.
10608 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10609 lambda expressions and funcall them, instead of using `fset'.
10610
10611 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10612 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10613
10614 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10615 variable `header-beg'; use `let'.
10616
10617 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10618 `restart', `last-sexp' and `at-do'.
10619
10620 * progmodes/js.el (js--debug): Mark unused parameter.
10621 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10622 (js--splice-into-items): Remove unused variable `item'.
10623 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10624
10625 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10626 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10627 (makefile-complete): Remove unused variable `try'.
10628 (makefile-fill-paragraph, makefile-match-function-end):
10629 Mark unused parameters.
10630
10631 * progmodes/octave-inf.el (inferior-octave-complete):
10632 Remove unused variable `proc'.
10633 (inferior-octave-output-digest): Mark unused parameter.
10634
10635 * progmodes/perl-mode.el (perl-calculate-indent):
10636 Remove unused variable `err'.
10637
10638 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10639 (prolog-indent-line): Mark unused parameters.
10640 (prolog-indent-line): Remove unused variable `beg'.
10641
10642 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10643 (reporter-dont-compact-list): Declare.
10644
10645 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10646 Remove unused variable `char'.
10647 (sh-debug): Mark unused parameter.
10648 (sh-get-indent-info): Remove unused variable `start'.
10649 (sh-calculate-indent): Remove unused variable `var'.
10650
10651 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10652 (simula-electric-keyword): Remove unused variable `null'.
10653 (simula-search-backward, simula-search-forward): Remove unused
10654 variables `begin' and `end'.
10655
10656 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10657 Remove unused variable `pos'.
10658 (vera-electric-tab, vera-comment-uncomment-region):
10659 Mark unused parameters.
10660 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10661
7ede3b65
CY
106622011-04-22 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * emacs-lisp/package.el (package--builtins, package-alist)
10665 (package-load-descriptor, package-built-in-p, package-activate)
10666 (define-package, package-installed-p)
10667 (package-compute-transaction, package-buffer-info)
10668 (package--push): Doc fix. Distinguish more clearly between
10669 version strings and version lists.
10670
121656e9
JB
106712011-04-21 Juanma Barranquero <lekktu@gmail.com>
10672
10673 Lexical-binding cleanup.
10674
10675 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10676 (5x5-make-mutate-best):
10677 * play/fortune.el (fortune-in-buffer):
10678 * play/gomoku.el (gomoku-init-display):
10679 * play/solitaire.el (solitaire, solitaire-do-check):
10680 * play/tetris.el (tetris-default-update-speed-function):
10681 Mark unused parameters.
10682
10683 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10684 (bubbles--shift): Remove unused variable `char-org'.
10685 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10686 (bubbles--show-images): Remove unused variable `char'.
10687
10688 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10689 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10690 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10691 (decipher-analyze-buffer): Use ?\s.
10692 (decipher-make-checkpoint): Remove unused variable `mapping'.
10693
10694 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10695
10696 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10697 Remove unused variable `result'; use `let'.
10698
10699 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10700 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10701 (gametree-children-shown-p, gametree-compute-reduced-score):
10702 Use `ignore-errors'.
10703
10704 * play/handwrite.el (ps-lpr-switches): Declare.
10705 (handwrite): Remove unused variables `pmin' and `lastp'.
10706
10707 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10708
10709 * play/landmark.el (landmark-init-display)
10710 (landmark-update-naught-weights): Mark unused parameters.
10711 (landmark-y): Remove unused variable `noise'. Simplify.
10712 (landmark-human-plays): Remove unused variable `score'.
10713
10714 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10715 (mpuz-try-proposal): Remove unused variable `game'.
10716
10717 * play/zone.el (life-patterns): Declare.
10718
80f499c7
JB
107192011-04-20 Juanma Barranquero <lekktu@gmail.com>
10720
10721 * vc/vc.el (ediff-vc-internal): Declare function.
10722
024ff170
SM
107232011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10724
c0a193ea
SM
10725 * shell.el: Use lexical-binding and std completion UI.
10726 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10727 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10728 comint-preoutput-filter-functions rather than on
10729 comint-output-filter-functions.
10730 (shell-command-completion, shell--command-completion-data)
10731 (shell-filename-completion, shell-environment-variable-completion)
10732 (shell-c-a-p-replace-by-expanded-directory): New functions.
10733 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10734 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10735 (shell-dynamic-complete-environment-variable): Use them.
10736 (shell-dynamic-complete-as-environment-variable)
10737 (shell-dynamic-complete-as-command): Remove.
10738 (shell-match-partial-variable): Match past point.
10739 * comint.el: Clean up use of completion-at-point-functions.
10740 (comint-completion-at-point): New function.
10741 (comint-mode): Use it completion-at-point-functions.
10742 (comint-dynamic-complete): Make it obsolete.
10743 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10744 (comint-c-a-p-replace-by-expanded-history): New function.
10745 (comint-dynamic-complete-functions)
10746 (comint-replace-by-expanded-history): Use it.
10747 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10748 termination strings. Try harder to avoid second try-completion.
10749 (completion-in-region-mode-map): Disable bindings that don't work yet.
10750
2dbaa080
SM
10751 * comint.el: Use lexical-binding. Require CL.
10752 (comint-dynamic-complete-functions): Use comint-filename-completion.
10753 (comint-completion-addsuffix): Tweak custom type.
10754 (comint-filename-completion, comint--common-suffix)
10755 (comint--common-quoted-suffix, comint--table-subvert)
10756 (comint--complete-file-name-data): New functions.
10757 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10758 (comint-dynamic-list-filename-completions): Use them.
10759 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10760
2dbaa080
SM
10761 * minibuffer.el (completion-in-region-mode):
10762 Keep completion-in-region-mode--predicate global.
10763 (completion-in-region--postch):
10764 Assume completion-in-region-mode--predicate is not null.
10765
c79a6f38
SM
10766 * progmodes/flymake.el (flymake-start-syntax-check-process):
10767 Obey `dir'. Simplify.
10768
024ff170
SM
10769 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10770 we're in VC after all.
10771
1c6c854e
CS
107722011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10773
10774 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10775 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10776 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10777
bed7f140
SM
107782011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10779
332e62ab
SM
10780 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10781 add sanity check.
10782
bed7f140
SM
10783 * obsolete/erc-hecomplete.el: Make obsolete.
10784 * obsolete/: Standardize obsolescence info in the header.
10785
f195c582
GM
107862011-04-20 Glenn Morris <rgm@gnu.org>
10787
10788 * calendar/solar.el (solar-horizontal-coordinates):
10789 Use the longitude argument rather than `calendar-longitude'.
10790 (solar-date-next-longitude): Remove unused locals.
10791
cb79b8c0
VJL
107922011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10793
10794 * whitespace.el: New version 13.2.1.
10795
107962011-04-20 felix <EmacsWiki> (tiny change)
10797
d8e4b68b 10798 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10799 switching between major modes on a file.
10800
602ea69d
SM
108012011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10804 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10805 multi-line comments as well.
10806
06b60517
JB
108072011-04-19 Juanma Barranquero <lekktu@gmail.com>
10808
10809 Lexical-binding cleanup.
10810
10811 * arc-mode.el (archive-mode-revert):
10812 * cmuscheme.el (scheme-interactively-start-process):
10813 * custom.el (custom-initialize-delay):
10814 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10815 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10816 * emacs-lock.el (emacs-lock-clear-sentinel):
10817 * ezimage.el (defezimage):
10818 * follow.el (follow-avoid-tail-recenter):
10819 * fringe.el (set-fringe-mode-1):
10820 * generic-x.el (bat-generic-mode-compile):
10821 * help-mode.el (help-info-variable, help-do-xref)
10822 (help-mode-revert-buffer):
10823 * help.el (view-emacs-todo):
10824 * iswitchb.el (iswitchb-completion-help):
10825 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10826 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10827 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10828 * locate.el (locate-update):
10829 * longlines.el (longlines-encode-region)
10830 (longlines-after-change-function):
10831 * outline.el (outline-isearch-open-invisible):
10832 * ps-def.el (declare-function, charset-dimension, char-width)
10833 (encode-char):
10834 * ps-mule.el (ps-mule-plot-string):
10835 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10836 (recentf-edit-list-select, recentf-edit-list-validate)
10837 (recentf-open-files-action):
10838 * rect.el (delete-whitespace-rectangle-line)
10839 (rectangle-number-line-callback):
10840 * register.el (window-configuration-to-register)
10841 (frame-configuration-to-register):
10842 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10843 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10844 (xselect-convert-to-targets, xselect-convert-to-delete)
10845 (xselect-convert-to-filename, xselect-convert-to-charpos)
10846 (xselect-convert-to-lineno, xselect-convert-to-colno)
10847 (xselect-convert-to-os, xselect-convert-to-host)
10848 (xselect-convert-to-user, xselect-convert-to-class)
10849 (xselect-convert-to-name, xselect-convert-to-integer)
10850 (xselect-convert-to-atom, xselect-convert-to-identity):
10851 * subr.el (declare, ignore, process-kill-without-query)
10852 (text-clone-maintain):
10853 * terminal.el (te-get-char, te-tic-sentinel):
10854 * tool-bar.el (tool-bar-make-keymap):
10855 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10856 * type-break.el (type-break-mode, type-break-noninteractive-query):
10857 * view.el (View-back-to-mark):
10858 * wid-browse.el (widget-browse-action, widget-browse-widget)
10859 (widget-browse-widgets, widget-browse-sexp):
10860 * widget.el (define-widget-keywords):
10861 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10862 Mark unused parameters.
10863
10864 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10865 (align-areas): Remove unused variable `look'.
10866 (align-region): Remove unused variables `real-end' and `pos-list'.
10867
10868 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10869
10870 * bindings.el (mode-line-modified, mode-line-remote):
10871 Mark unused parameters.
10872 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10873
10874 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10875 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10876
10877 * comint.el (comint-history-isearch-pop-state)
10878 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10879 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10880 (comint-substitute-in-file-name): Doc fix.
10881
10882 * completion.el (cmpl-statistics-block): Mark unused parameter.
10883 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10884 (save-completions-to-file, load-completions-from-file):
10885 Remove unused local variable `e'.
10886
10887 * composite.el (compose-chars): Remove unused variable `len'.
10888 (lgstring-insert-glyph): Remove unused variable `g'.
10889 (compose-glyph-string): Remove unused variables `ascent',
10890 `descent', `lbearing' and `rbearing'.
10891 (compose-glyph-string-relative): Remove unused variables
10892 `lbearing', `rbearing' and `wadjust'.
10893 (compose-gstring-for-graphic): Remove unused variables `header',
10894 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10895 (compose-gstring-for-terminal): Remove unused variables `header'
10896 and `nchars'. Use `let', not `let*'.
10897
10898 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10899 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10900 (Custom-buffer-done, custom-buffer-create-internal)
10901 (custom-browse-visibility-action, custom-browse-group-tag-action)
10902 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10903 (widget-magic-mouse-down-action, custom-toggle-parent)
10904 (custom-add-parent-links, custom-toggle-hide-variable)
10905 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10906 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10907 (custom-face-menu-create, custom-variable-menu-create, get)
10908 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10909 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10910 (customize-apropos): Remove unused variable `tests'.
10911 (custom-group-value-create): Remove unused variable `hidden-p'.
10912 (sort-fold-case): Declare.
10913
10914 * cus-theme.el (custom-reset-standard-faces-list)
10915 (custom-reset-standard-variables-list): Declare.
10916 (customize-create-theme, custom-theme-revert, custom-theme-write)
10917 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10918 Mark unused parameters.
10919
10920 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10921
10922 * delim-col.el (delimit-columns-max): Move defvar before first use.
10923
10924 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10925 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10926
10927 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10928 (auto-insert): Declare.
10929 (desktop-restore-file-buffer): Rename desktop-* parameters;
10930 mark unused ones.
10931 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10932 (desktop-buffer): Rename desktop-* parameters.
10933
10934 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10935 (dframe-reposition-frame-xemacs, dframe-help-echo)
10936 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10937 Mark unused parameters.
10938
10939 * dired-aux.el (backup-extract-version-start, overwrite-query)
10940 (overwrite-backup-query, rename-regexp-query)
10941 (rename-non-directory-query): Declare.
10942 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10943 (dired-add-entry): Remove unused variable `orig-file-name'.
10944 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10945 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10946 `dired-copy-preserve-time' directly.
10947 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10948 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10949
10950 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10951 (dired-virtual-revert, dired-make-relative-symlink):
10952 Mark unused parameters.
10953 (manual-program): Declare.
10954 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10955 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10956 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10957
10958 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10959
10960 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10961
10962 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10963 Declare.
10964
10965 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10966
10967 * electric.el (Electric-command-loop): Rename parameter
10968 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10969
10970 * expand.el (expand-in-literal): Remove unused variable `here'.
10971
10972 * facemenu.el (facemenu-add-new-color):
10973 Remove unused variable `docstring'.
10974
10975 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10976 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10977 (face-attr-construct): Mark unused parameter. Doc fix.
10978 (read-color): Remove unused variable `hex-string'.
10979
10980 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10981 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10982 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10983 (display-buffer-other-frame): Remove unused variable `old-window'.
10984 (kill-buffer-hook): Declare.
10985 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10986 Mark unused parameters.
10987 (after-find-file): Pass 1 to `auto-save-mode', not t.
10988
10989 * files-x.el (auto-insert): Declare.
10990 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10991
10992 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10993 variable `buf'. Mark unused parameter.
06b60517
JB
10994 (find-lisp-insert-directory): Mark unused parameter.
10995
10996 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10997 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10998 (format-common-tail): Remove, unused.
10999 (format-deannotate-region): Remove unused variable `loc'.
11000 (format-annotate-region): Remove unused variable `p'.
11001 (format-annotate-single-property-change): Remove unused variables
11002 `default' and `tail'.
11003
11004 * forms.el (read-file-filter): Declare.
11005 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11006
11007 * frame.el (frame-creation-function-alist): Mark unused parameter.
11008 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11009
11010 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11011 Remove unused parameters.
11012 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11013 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11014
11015 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11016 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11017 (hfy-prepare-tag-map): Mark unused parameters.
11018 (htmlfontify-buffer): Use `called-interactively-p'.
11019
11020 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11021 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11022 (ibuffer-do-occur): Mark unused parameters.
11023 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11024 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11025
11026 * ibuffer.el: Don't quote `lambda'.
11027 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11028 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11029 Mark unused parameters.
11030
11031 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11032 (ido-completing-read): Mark unused parameters.
11033 (ido-copy-current-word): Mark unused parameters;
11034 remove unused variable `name'.
11035 (ido-sort-merged-list): Remove unused parameter `dirs'.
11036
11037 * ielm.el (ielm-input-sender): Mark unused parameter.
11038 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11039 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11040 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11041 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11042 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11043
11044 * image-dired.el (image-dired-display-thumbs): Remove unused
11045 variables `curr-file' and `count'.
11046 (image-dired-remove-tag): Remove unused variable `start'.
11047 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11048 variable `curr-file'
11049 (image-dired-rotate-original): Remove unused variable `temp-file'.
11050 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11051 Remove unused variable `file'.
11052 (image-dired-gallery-generate): Remove unused variable `curr'.
11053 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11054
11055 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11056
11057 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11058
11059 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11060
11061 * isearch.el (minibuffer-history-symbol): Declare.
11062 (isearch-edit-string): Remove unused variable `err'.
11063 (isearch-message-prefix, isearch-message-suffix):
11064 Mark unused parameters.
11065
11066 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11067
11068 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11069
11070 * makesum.el (double-column): Remove unused variable `cnt'.
11071
11072 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11073 (ido-ignore-item-temp-list): Declare.
11074
11075 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11076 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11077 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11078 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11079 `mouse-col-delta'.
11080
11081 * mouse-sel.el (mouse-extend-internal):
11082 Remove unused variable `orig-window-frame'.
11083
11084 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11085 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11086 Move declarations before first use.
11087 (pcomplete-opt): Mark unused parameters; doc fix.
11088
11089 * proced.el (proced-revert): Mark unused parameter.
11090 (proced-send-signal): Remove unused variable `err'.
11091
11092 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11093 Rename parameter PREFIX-ARG to ARG.
11094 (ps-basic-plot-string, ps-basic-plot-whitespace):
11095 Mark unused parameters.
11096
11097 * replace.el (replace-count): Define.
11098 (occur-revert-function): Mark unused parameters.
11099 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11100 (isearch-case-fold-search, isearch-string): Declare.
11101 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11102 bind `case-fold-search'. Remove unused variables `beg' and `end',
11103 and simplify.
11104 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11105 COUNT and bind `replace-count'.
11106 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11107 to COUNT.
11108
11109 * savehist.el (print-readably, print-string-length): Declare.
11110
11111 * shadowfile.el (shadow-expand-cluster-in-file-name):
11112 Remove unused variable `cluster'.
11113 (shadow-copy-file): Remove unused variable `i'.
11114 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11115 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11116 (shadow-define-literal-group, shadow-define-regexp-group)
11117 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11118
11119 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11120 (shell): Use `called-interactively-p'.
11121 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11122
11123 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11124 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11125 (delete-backward-char): Remove unused variable `ocol'.
11126 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11127 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11128 (event-apply-hyper-modifier, event-apply-shift-modifier)
11129 (event-apply-control-modifier, event-apply-meta-modifier):
11130 Mark unused parameters.
11131 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11132 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11133
11134 * speedbar.el (speedbar-ignored-directory-expressions)
11135 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11136 (speedbar-find-file, speedbar-dir-follow)
11137 (speedbar-directory-buttons-follow, speedbar-tag-find)
11138 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11139 (speedbar-buffers-line-directory, speedbar-buffer-click):
11140 Mark unused parameters.
11141 (speedbar-tag-file): Remove unused variable `mode'.
11142 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11143
11144 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11145
11146 * talk.el (talk): Remove unused variable `display'.
11147
11148 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11149 (tar-write-region-annotate): Mark unused parameter.
11150
11151 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11152 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11153 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11154 warning by another.
11155
11156 * time-stamp.el (time-stamp-string-preprocess):
11157 Remove unused variable `require-padding'.
11158
11159 * tree-widget.el (widget-glyph-enable): Declare.
11160 (tree-widget-action): Mark unused parameter.
11161
11162 * w32-fns.el (x-get-selection): Mark unused parameter.
11163 (autoload-make-program, generated-autoload-file): Declare.
11164
11165 * wdired.el (wdired-revert): Mark unused parameters.
11166 (wdired-xcase-word): Remove unused variable `err'.
11167
11168 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11169 (whitespace-help-scroll): Remove unused variable `data-help'.
11170
11171 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11172 (widget-image-insert, widget-after-change, default)
11173 (widget-default-format-handler, widget-default-notify)
11174 (widget-default-prompt-value, widget-info-link-action)
11175 (widget-url-link-action, widget-function-link-action)
11176 (widget-variable-link-action, widget-file-link-action)
11177 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11178 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11179 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11180 (widget-insert-button-action, widget-delete-button-action, visibility)
11181 (widget-documentation-link-action, widget-documentation-string-action)
11182 (widget-const-prompt-value, widget-regexp-match, symbol)
11183 (widget-coding-system-prompt-value)
11184 (widget-key-sequence-value-to-external, sexp)
11185 (widget-sexp-value-to-internal, character, vector, cons)
11186 (widget-choice-prompt-value, widget-boolean-prompt-value)
11187 (widget-color--choose-action): Mark unused parameters.
11188 (widget-item-match-inline, widget-choice-match-inline)
11189 (widget-checklist-match, widget-checklist-match-inline)
11190 (widget-group-match): Rename parameter VALUES to VALS.
11191 (widget-field-value-set): Remove unused variable `size'.
11192 (widget-color-action): Remove unused variables `value' and `start'.
11193
11194 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11195 variable `dir'. Doc fix.
06b60517
JB
11196 (windmove-find-other-window): Don't pass it.
11197
11198 * window.el (count-windows): Mark unused parameter.
11199 (bw-adjust-window): Remove unused variable `err'.
11200
11201 * woman.el (woman-file-name): Remove unused variable `default'.
11202 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11203 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11204 (global-font-lock-mode): Declare.
11205 (woman-decode-region): Mark unused parameter.
11206 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11207
11208 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11209 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11210 (x-dnd-handle-moz-url): Remove unused variable `title'.
11211 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11212
11213 * xml.el (xml-parse-tag, xml-parse-attlist):
11214 Remove unused variable `pos'.
11215
bc4f7f3d
GM
112162011-04-19 Glenn Morris <rgm@gnu.org>
11217
11218 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11219 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11220 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11221 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11222 * calendar/cal-html.el (cal-html-insert-minical):
11223 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11224 (calendar-mark-date-pattern):
11225 Prefix "unused" locals.
11226
11227 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11228 optional argument `style'.
11229
11230 * calendar/appt.el (appt-make-list):
11231 * calendar/cal-china.el (calendar-chinese-date-string):
11232 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11233 (diary-hebrew-yahrzeit):
11234 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11235 * calendar/calendar.el (calendar-generate-window):
11236 * calendar/time-date.el (time-to-days):
11237 Remove unused local variables.
11238
16a43933
CY
112392011-04-18 Chong Yidong <cyd@stupidchicken.com>
11240
11241 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11242 glyphless-char-display table.
11243 (tabulated-list-glyphless-char-display): New var.
11244
7eed1860
SS
112452011-04-18 Sam Steingold <sds@gnu.org>
11246
11247 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11248 to acknowledgments.
11249
4d2d1ccd
GM
112502011-04-17 Glenn Morris <rgm@gnu.org>
11251
11252 * calendar/diary-lib.el (diary-sexp-entry):
11253 * calendar/holidays.el (holiday-sexp):
11254 Set debug-on-error rather than the removed stack-trace-on-error.
11255
239da61d
GM
112562011-04-16 Glenn Morris <rgm@gnu.org>
11257
11258 * progmodes/f90.el: Use lexical-binding.
11259 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11260
8b05752a
SM
112612011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11262
daca8ba5
SM
11263 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11264 (mail-mode): Setup mailalias completion here instead.
11265 * mail/mailalias.el: Use lexical-binding.
11266 (pattern, mailalias-done): Declare dynamic.
11267 (mail-completion-at-point-function): New function, from mail-complete.
11268 (mail-complete): Use it.
11269 (mail-completion-expand): New function.
11270 (mail-get-names): Use it.
11271 (mail-directory, mail-directory-process, mail-directory-stream):
11272 Don't use `pattern' for lexically bound arg.
11273
6f542485
SM
11274 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11275
037e7c3f
SM
11276 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11277 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11278 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11279
8b05752a
SM
11280 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11281 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11282 (byte-interactive-p): Define them again, for use when inlining
11283 old code.
11284
49093f60
JB
112852011-04-15 Juanma Barranquero <lekktu@gmail.com>
11286
11287 * loadup.el: Use `string-to-number', not `string-to-int'.
11288
b5b8e7de
SM
112892011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11292 gud-gdb-complete-command.
11293 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11294 (gud-gdb-completion-at-point): New function.
11295 (gud-gdb-completions): Remove.
11296
f42efeb5
MA
112972011-04-14 Michael Albinus <michael.albinus@gmx.de>
11298
49093f60
JB
11299 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11300 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11301 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11302 whether `executable-find' is bound.
f42efeb5
MA
11303
11304 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11305
e240cc21
SM
113062011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * minibuffer.el (completion-in-region-mode-predicate)
11309 (completion-in-region-mode--predicate): New vars.
11310 (completion-in-region, completion-in-region--postch)
11311 (completion-in-region-mode): Use them.
11312 (completion--capf-wrapper): Also return the hook function.
11313 (completion-at-point, completion-help-at-point):
11314 Adjust and provide a predicate.
c2bd2ab0
SM
11315
11316 Preserve arg names for advice of subr and lexical functions (bug#8457).
11317 * help-fns.el (help-function-arglist): Consolidate the subr and
11318 new-byte-code cases. Add argument `preserve-names' to extract names
11319 from the docstring when needed.
11320 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11321 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11322 (ad-arglist): Use help-function-arglist's new arg.
11323 (ad-definition-type): Use cond.
11324
c183f693
JB
113252011-04-13 Juanma Barranquero <lekktu@gmail.com>
11326
06641a47
JB
11327 * autorevert.el (auto-revert-handler):
11328 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11329 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11330 Don't quote lambda.
11331
c183f693
JB
11332 * image-mode.el (image-transform-set-scale):
11333 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11334
1e3b6001
G
113352011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11336
11337 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11338 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11339 Upgrades via gnutls-cli are too slow to be done opportunistically.
11340
2d6af8dd
JB
113412011-04-12 Juanma Barranquero <lekktu@gmail.com>
11342
11343 * dframe.el (dframe-current-frame): Remove spurious quote.
11344
c0749a51
GM
113452011-04-12 Glenn Morris <rgm@gnu.org>
11346
088d0d61
GM
11347 * calendar/cal-tex.el (cal-tex-end-document):
11348 Try to automatically use latin1 input if needed.
11349
c0749a51
GM
11350 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11351 Don't try to cons a mark onto an empty element.
11352
5c90fde0
LL
113532011-04-11 Leo Liu <sdl.web@gmail.com>
11354
11355 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11356 buffers.
11357 (ido-kill-buffer-at-head): Support killing virtual buffers.
11358
369e974d
CY
113592011-04-10 Chong Yidong <cyd@stupidchicken.com>
11360
11361 * minibuffer.el (completion-show-inline-help): New var.
11362 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11363 (minibuffer-force-complete, minibuffer-complete-word):
11364 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11365
11366 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11367 to avoid interference from inline help (Bug#5849).
11368
37f1c930
LL
113692011-04-10 Leo Liu <sdl.web@gmail.com>
11370
099c39a4
JB
11371 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11372 Fix typo.
37f1c930 11373
a32d4040
CY
113742011-04-09 Chong Yidong <cyd@stupidchicken.com>
11375
11376 * image-mode.el (image-toggle-display-image): Signal an error if
11377 not in Image mode.
11378 (image-transform-mode, image-transform-resize)
11379 (image-transform-set-rotation): Doc fix.
daca8ba5 11380 (image-transform-set-resize): Delete.
a32d4040
CY
11381 (image-transform-set-scale, image-transform-fit-to-height)
11382 (image-transform-fit-to-width): Handle image-toggle-display-image
11383 and image-transform-resize directly.
11384
099c39a4 113852011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11386
11387 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11388 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11389 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11390 (doc-view-mode-map): Add bindings for the new functions.
11391
099c39a4 113922011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11393
4d61f28d 11394 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11395 Fix typo in docstring.
11396
3726838a
EZ
113972011-04-08 Eli Zaretskii <eliz@gnu.org>
11398
04f33f1e
EZ
11399 * files.el (file-size-human-readable): Produce one digit after
11400 decimal, like "ls -lh" does.
11401
11402 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11403 the file size representation.
11404
3726838a
EZ
11405 * simple.el (list-processes): If async subprocesses are not
11406 available, error out with a clear error message.
11407
cbb59342
CY
114082011-04-08 Chong Yidong <cyd@stupidchicken.com>
11409
11410 * help.el (help-form-show): New function, to be called from C.
11411 Put help-form output in a buffer named differently than *Help*.
11412
e3971c44
EZ
114132011-04-08 Eli Zaretskii <eliz@gnu.org>
11414
11415 * files.el (file-size-human-readable): New function.
11416
11417 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11418 computing the representation inline. Don't require `cl'.
11419
12544bbe
GM
114202011-04-08 Glenn Morris <rgm@gnu.org>
11421
a1de6c6a
GM
11422 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11423
3c4671f4
GM
11424 * net/browse-url.el (browse-url-firefox):
11425 Test system-type, not system-configuration.
11426
b605679c
GM
11427 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11428 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11429 Use log-edit-empty-buffer-p. (Bug#7598)
11430
56442f0c
GM
11431 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11432 (rlogin-mode-map): Initialize in the defvar.
11433 (rlogin): Use ignore-errors.
11434
12544bbe
GM
11435 * replace.el (occur-mode-map): Some fixes for menu items.
11436
eb237b0f
AH
114372011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11438
11439 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11440
7d668f2c
CY
114412011-04-06 Chong Yidong <cyd@stupidchicken.com>
11442
e67a13ab
CY
11443 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11444 issuing unused warnings.
11445
11446 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11447 macro directly.
11448
7d668f2c
CY
11449 * simple.el: Lisp reimplement of list-processes. Based on an
11450 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11451 (process-menu-mode): New major mode.
11452 (list-processes--refresh, list-processes):
11453 (process-menu-visit-buffer): New functions.
11454
11455 * files.el (save-buffers-kill-emacs): Don't assume any return
11456 value of list-processes, which is undocumented anyway.
11457
a83ec3c9
CY
114582011-04-06 Chong Yidong <cyd@stupidchicken.com>
11459
11460 * emacs-lisp/tabulated-list.el: New file.
11461
e91a96fe
CY
11462 * emacs-lisp/package.el: Use Tabulated List mode.
11463 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11464 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11465 table format using Tabulated List mode variables.
11466 (package--push): New macro, replacing package-list-maybe-add.
11467 (package-menu--generate): Use package--push. Renamed from
11468 package--generate-package-list.
11469 (package-menu-refresh, list-packages): Use it.
daca8ba5 11470 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11471 Return insertion data instead of inserting it directly.
099c39a4
JB
11472 (package-menu-describe-package, package-menu-execute):
11473 Use tabulated-list-get-id.
e91a96fe
CY
11474 (package-menu-mark-delete, package-menu-mark-install)
11475 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11476 (package-menu-mark-obsolete-for-deletion):
11477 Use tabulated-list-put-tag.
e91a96fe
CY
11478 (package--list-packages, package-menu-revert)
11479 (package-menu-get-package, package-menu-get-version)
11480 (package-menu-sort-by-column): Functions deleted.
11481 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11482 (package-menu--status-predicate, package-menu--version-predicate)
11483 (package-menu--name-predicate)
11484 (package-menu--description-predicate): Handle arguments in the
11485 Tabulated List format.
11486 (package-list-packages-no-fetch): Call list-packages.
11487
3e214b50
JB
114882011-04-06 Juanma Barranquero <lekktu@gmail.com>
11489
11490 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11491 (after-find-file): Don't bind it.
3e214b50
JB
11492 (revert-buffer-in-progress-p): New variable.
11493 (revert-buffer): Bind it.
11494 Pass nil for `after-find-file-from-revert-buffer'.
11495
11496 * saveplace.el (save-place-find-file-hook): Use new variable
11497 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11498
3f0f1700
GM
114992011-04-06 Glenn Morris <rgm@gnu.org>
11500
c0274801
GM
11501 * Makefile.in (AUTOGEN_VCS): New variable.
11502 (autoloads): Use $AUTOGEN_VCS.
11503
3f0f1700
GM
11504 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11505 * calendar/calendar.el (calendar-mode-map):
11506 Check for toolkit scroll bars. (Bug#8305)
11507
41ea9e48
CY
115082011-04-05 Chong Yidong <cyd@stupidchicken.com>
11509
11510 * minibuffer.el (completion-in-region--postch)
11511 (completion-in-region-mode): Remove unnecessary messages.
11512
6194c800
JB
115132011-04-05 Juanma Barranquero <lekktu@gmail.com>
11514
33256f14
JB
11515 * font-lock.el (font-lock-refresh-defaults):
11516 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11517 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11518
6194c800
JB
11519 * info.el (Info-directory-list, Info-read-node-name-2)
11520 (Info-split-parameter-string): Doc fixes.
11521 (Info-virtual-nodes): Reflow docstring.
11522 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11523 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11524 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11525 Fix typos in docstrings.
11526 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11527 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11528 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11529 (Info-restore-desktop-buffer): Mark unused parameters.
11530 (Info-directory-find-file, Info-directory-find-node)
11531 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11532 (Info-virtual-index-find-node, Info-apropos-find-file)
11533 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11534 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11535 (Info-virtual-index): Remove unused local variable `nodename'.
11536
b87a8200 115372011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11538
b87a8200
DD
11539 * net/rcirc.el: Update my e-mail address.
11540 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11541
3b2ff876
CY
115422011-04-05 Chong Yidong <cyd@stupidchicken.com>
11543
11544 * startup.el (command-line): Save the cursor's theme-face
11545 directly, instead of using face-override-spec.
11546
11547 * custom.el (load-theme): Minor optimization in assigning faces.
11548
8d17e7ca
JB
115492011-04-04 Juanma Barranquero <lekktu@gmail.com>
11550
11551 * help-fns.el (describe-variable): Complete all variables having
11552 documentation, including keywords.
11553 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11554
2fbc1934
JB
115552011-04-04 Juanma Barranquero <lekktu@gmail.com>
11556
11557 Convert to lexical-binding.
11558
11559 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11560 (bs--get-marked-string, bs--get-modified-string)
11561 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11562 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11563 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11564
11565 * ehelp.el (electric-help-execute-extended)
11566 (electric-help-ctrl-x-prefix):
11567 * hexl.el (hexl-revert-buffer-function):
11568 * linum.el (linum-after-change, linum-after-scroll):
11569 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11570
11571 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11572
74f50695
DU
115732011-04-04 Daiki Ueno <ueno@unixuser.org>
11574
11575 * epa-dired.el:
11576 * epa-mail.el:
11577 * epa-hook.el:
11578 * epa-file.el:
11579 * epa.el:
11580 * epg.el: Use lexical binding.
11581
c11325f7
CY
115822011-04-03 Chong Yidong <cyd@stupidchicken.com>
11583
0d9e9a12
CY
11584 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11585
c11325f7 11586 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11587 dictionary case for flyspell-mark-duplications-exceptions.
11588 Use regexp matching for languages.
c11325f7
CY
11589 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11590 default dictionary (Bug#7926).
11591
da91b5f2
CY
115922011-04-02 Chong Yidong <cyd@stupidchicken.com>
11593
099c39a4
JB
11594 * emacs-lisp/package.el (package--with-work-buffer):
11595 Recognize https URLs.
da91b5f2 11596
099c39a4
JB
11597 * net/network-stream.el: Move from gnus/proto-stream.el.
11598 Change prefix to network-stream throughout.
da91b5f2
CY
11599 (open-protocol-stream): Merge into open-network-stream, leaving
11600 open-protocol-stream as an alias. Handle nil BUFFER args.
11601
11602 * subr.el (open-network-stream): Move to net/network-stream.el.
11603
afa8e9f6
GM
116042011-04-02 Glenn Morris <rgm@gnu.org>
11605
1d2e369d
GM
11606 * find-dired.el (find-exec-terminator): New option.
11607 (find-ls-option): Test for -ls support.
11608 (find-ls-subdir-switches): Test for -b in find-ls-option.
11609 (find-dired, find-grep-dired): Doc fixes.
11610 (find-dired): Use find-exec-terminator.
11611
8abb7da8 11612 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11613 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11614 (find-name-arg): Remove purecopy.
8abb7da8 11615
f3ca7378
GM
11616 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11617 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11618 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11619 accordingly. Don't add the null-device if not needed.
11620
afa8e9f6
GM
11621 * files.el (save-some-buffers): Doc fix.
11622
35eae264
EZ
116232011-04-02 Eli Zaretskii <eliz@gnu.org>
11624
11625 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11626
26b51db5
JB
116272011-04-01 Juanma Barranquero <lekktu@gmail.com>
11628
11629 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11630 Use `dolist' rather than `mapcar'.
11631
7200d79c
SM
116322011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11633
03408648 11634 Add lexical binding.
7200d79c 11635
03408648
SM
11636 * subr.el (apply-partially): Use new closures rather than CL.
11637 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11638 (dolist, dotimes): Use slightly different expansion for lexical code.
11639 (functionp): Move to C.
11640 (letrec): New macro.
11641 (with-wrapper-hook): Use it and apply-partially instead of CL.
11642 (eval-after-load): Preserve lexical-binding.
11643 (save-window-excursion, with-output-to-temp-buffer): Turn them
11644 into macros.
7200d79c 11645
03408648
SM
11646 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11647
11648 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11649 than the arglist.
11650 (help-add-fundoc-usage): Don't add `Not documented'.
11651 (help-function-arglist): Handle closures, subroutines, and new
11652 byte-code-functions.
11653 (help-make-usage): Remove leading underscores.
11654 (describe-function-1): Handle closures.
11655 (describe-variable): Use special-variable-p for completion.
11656
11657 * files.el (lexical-binding): Declare safe.
f488fb65 11658
03408648
SM
11659 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11660 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11661 (pcase): Add `let' pattern.
11662 Change memoization so it actually works.
11663 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11664 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11665 <let>: New case.
f488fb65 11666
03408648
SM
11667 * emacs-lisp/macroexp.el: Use lexical binding.
11668 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11669 Don't convert ' to #' without checking that it's indeed quoting
11670 a lambda.
11671
11672 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11673 Use eval-sexp-add-defvars.
03408648
SM
11674 (eval-sexp-add-defvars): New fun.
11675
11676 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11677
11678 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11679 Don't autoload.
11680 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11681 than the internal `byte-compile-lambda'.
11682 (defmethod): Don't hide code under quotes.
11683 (eieio-defmethod): New `code' argument.
11684
11685 * emacs-lisp/eieio-comp.el: Remove.
11686
11687 * emacs-lisp/edebug.el (edebug-eval-defun)
11688 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11689 (edebug-toggle): Avoid `eval'.
11690
11691 * emacs-lisp/disass.el (disassemble-internal): Handle new
11692 `closure' objects.
11693 (disassemble-1): Handle new byte codes.
11694
11695 * emacs-lisp/cl.el (pushnew): Silence warning.
11696
11697 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11698 (cl-byte-compile-throw): Remove.
11699 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11700
11701 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11702 closures.
11703
11704 * emacs-lisp/cconv.el: New file.
11705
11706 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11707 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11708 (byte-compile-initial-macro-environment):
11709 Handle declare-function here.
11710 (byte-compile--lexical-environment): New var.
11711 (byte-stack-ref, byte-stack-set, byte-discardN)
11712 (byte-discardN-preserve-tos): New lap codes.
11713 (byte-interactive-p): Don't use any more.
11714 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11715 New macros.
11716 (byte-compile-lapcode): Use them and handle new lap codes.
11717 (byte-compile-obsolete): Remove.
11718 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11719 (byte-compile-arglist-warn): Check late def of inlinable funs.
11720 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11721 since they should have been expanded by now.
11722 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11723 (byte-compile-from-buffer): Remove unused second arg.
11724 (byte-compile-preprocess): New function.
11725 (byte-compile-toplevel-file-form): New function to distinguish
11726 file-form calls from outside from file-form calls from hunk-handlers.
11727 (byte-compile-file-form): Simplify.
11728 (byte-compile-file-form-defsubst): Remove.
11729 (byte-compile-file-form-defmumble): Simplify now that
11730 byte-compile-lambda always returns a byte-code-function.
11731 (byte-compile): Preprocess.
11732 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11733 Remove, not used any more.
11734 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11735 (byte-compile-make-args-desc): New funs.
11736 (byte-compile-lambda): Handle lexical functions. Always return
11737 a byte-code-function.
11738 (byte-compile-reserved-constants): New var, to make up room for
11739 closed-over variables.
11740 (byte-compile-constants-vector): Obey it.
11741 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11742 (byte-compile-macroexpand-declare-function): New function.
11743 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11744 byte-code-functions.
11745 (byte-compile-form): Check obsolescence here.
11746 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11747 (byte-compile-variable-ref): Remove.
11748 (byte-compile-dynamic-variable-op): New fun.
11749 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11750 (byte-compile-variable-set): New funs.
11751 (byte-compile-discard): Add 2 args.
11752 (byte-compile-stack-ref, byte-compile-stack-set)
11753 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11754 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11755 macroexpand-all instead.
11756 (byte-compile-quote-form): Remove.
11757 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11758 (byte-compile-bind, byte-compile-unbind): New funs.
11759 (byte-compile-let): Handle let* and lexical binding.
11760 (byte-compile-let*): Remove.
11761 (byte-compile-catch, byte-compile-unwind-protect)
11762 (byte-compile-track-mouse, byte-compile-condition-case):
11763 Handle a new :fun-body form, used for lexical scoping.
11764 (byte-compile-save-window-excursion)
11765 (byte-compile-with-output-to-temp-buffer): Remove.
11766 (byte-compile-defun): Simplify.
11767 (byte-compile-stack-adjustment): New fun.
11768 (byte-compile-out): Use it.
11769 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11770
11771 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11772 handler any more.
11773
11774 * emacs-lisp/byte-opt.el: Use lexical binding.
11775 (byte-inline-lapcode): Remove (to bytecomp).
11776 (byte-compile-inline-expand): Pay attention to inlining to/from
11777 lexically bound code.
11778 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11779 any more.
11780 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11781 any more and don't call compiler-macros.
11782 (byte-compile-splice-in-already-compiled-code): Remove.
11783 (byte-code): Don't inline any more.
11784 (disassemble-offset): Receive `bytes' as argument rather than via
11785 dynamic scoping.
11786 (byte-compile-tag-number): Declare before first use.
11787 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11788 `return' even if make-spliceable.
11789 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11790 obsolete interactive-p.
11791 (byte-optimize-lapcode): Optimize new lap-codes.
11792 Don't trip up on new form of `byte-constant' lap code.
11793
11794 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11795
11796 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11797
11798 * custom.el (custom-initialize-default, custom-declare-variable):
11799 Use `defvar'.
11800
11801 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11802 New variables.
11803 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11804 (COMPILE_FIRST): Add macroexp and cconv.
11805 * makefile.w32-in: Mirror changes in Makefile.in.
11806
11807 * vc/cvs-status.el:
11808 * vc/diff-mode.el:
11809 * vc/log-edit.el:
11810 * vc/log-view.el:
11811 * vc/smerge-mode.el:
11812 * textmodes/bibtex-style.el:
11813 * textmodes/css.el:
11814 * startup.el:
11815 * uniquify.el:
da91b5f2
CY
11816 * minibuffer.el:
11817 * newcomment.el:
11818 * reveal.el:
11819 * server.el:
11820 * mpc.el:
11821 * emacs-lisp/smie.el:
11822 * doc-view.el:
11823 * dired.el:
03408648
SM
11824 * abbrev.el: Use lexical binding.
11825
0f0c1f27
EZ
118262011-04-01 Eli Zaretskii <eliz@gnu.org>
11827
11828 * info.el (info-display-manual): New function.
11829
c82b2579
SM
118302011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11833
221ddf68
TH
118342011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11835
11836 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11837 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11838
cba6e77e
GM
118392011-03-31 Glenn Morris <rgm@gnu.org>
11840
e040639f
GM
11841 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11842
cba6e77e
GM
11843 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11844
6d0f1c9e
CS
118452011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11846
11847 * progmodes/python.el (python-default-interpreter)
11848 (python-python-command-args, python-jython-command-args)
11849 (python-which-shell, python-which-args, python-which-bufname)
11850 (python-file-queue, python-comint-output-filter-function)
11851 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11852 variables and functions.
11853
3e2d70fd
SM
118542011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11857 (completion-in-region-mode): New minor mode.
11858 (completion-in-region): Use it.
11859 (completion-in-region--data, completion-in-region-mode-map): New vars.
11860 (completion-in-region--postch): New function.
11861 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11862 New vars.
11863 (completion--capf-wrapper): New function.
11864 (completion-at-point): Use it to track well-behavedness of
11865 hook functions.
11866 (completion-help-at-point): New command.
11867
f3e4086c
JM
118682011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11869
11870 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11871 syntax class to search for whitespace on a single line
11872 (Message-ID: <4D938140.4030905@redhat.com>).
11873
eb7ffc14
LL
118742011-03-30 Leo Liu <sdl.web@gmail.com>
11875
11876 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11877 New commands.
11878 (edit-abbrevs-map): Bind them here.
11879 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11880
d806ab68
KM
118812011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11882
11883 * allout.el (allout-hide-by-annotation, allout-flag-region):
11884 Reduce possibility of overlay leakage by making them volatile.
11885
11886 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11887 hash is not shared between buffers. Mode initialization is
11888 responsible for giving it a useful starting value.
11889 (allout-item-span): Reduce possibility of overlay leakage by
11890 making them volatile.
11891 (allout-widgets-count-buttons-in-region): Add diagnostic function
11892 for tracking down button overlay leaks.
11893
ea622834
LL
118942011-03-29 Leo Liu <sdl.web@gmail.com>
11895
11896 * ido.el (ido-read-internal): Use the default history var
11897 minibuffer-history if no HISTORY is specified.
11898
b62f8267
G
118992011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11900
03408648
SM
11901 * net/imap.el (imap-shell-open, imap-process-connection-type):
11902 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11903 Kerberos, SSL, other subprocesses.
11904
947b6566
LL
119052011-03-28 Leo Liu <sdl.web@gmail.com>
11906
11907 * abbrev.el (abbrev-table-empty-p): New function.
11908 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11909 nonempty ones. (Bug#5937)
11910
5ffb62aa
JD
119112011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11912
11913 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11914
7a097943
LL
119152011-03-27 Leo Liu <sdl.web@gmail.com>
11916
11917 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11918 for foreground and background colors.
11919 (ansi-color-make-color-map): Adapt.
11920
c5b40130
LL
119212011-03-25 Leo Liu <sdl.web@gmail.com>
11922
1f48f7d2
LL
11923 * midnight.el (midnight-time-float): Remove. Note it calculates
11924 the microsecond component incorrectly and seconds-to-time does the
11925 same job.
625897ec 11926 Remove redundant (require 'timer).
1f48f7d2 11927
c5b40130
LL
11928 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11929 (ido-completions): Remove unused arguments. (Bug#8329)
11930
d86d2721
SM
119312011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11932
11933 * minibuffer.el (completion--flush-all-sorted-completions):
11934 Remove itself from hook.
11935 (completion-at-point): Let the functions perform the completion
11936 immediately and return nil or t.
11937 * comint.el (comint-dynamic-complete-functions): Now identical to
11938 completion-at-point-functions.
11939 (comint-dynamic-list-input-ring): Remove unused var `index'.
11940 (comint--match-partial-filename, comint--unquote&expand-filename):
11941 New funs, split from comint-match-partial-filename.
11942 (comint-dynamic-complete): Use completion-at-point.
11943 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11944
e8974c48
DA
119452011-03-24 Drew Adams <drew.adams@oracle.com>
11946
11947 * thingatpt.el: Support `defun'.
11948
def71b5e
LL
119492011-03-23 Leo Liu <sdl.web@gmail.com>
11950
cb5af48e
LL
11951 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11952
def71b5e
LL
11953 * help-mode.el (help-mode-finish): Tweak regexp.
11954
927c53e7
GM
119552011-03-23 Glenn Morris <rgm@gnu.org>
11956
18d05bed
GM
11957 * eshell/esh-opt.el (eshell-eval-using-options):
11958 Do not bind unused local variable `eshell-option-stub'.
11959
927c53e7
GM
11960 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11961
9d0da923
JB
119622011-03-22 Juanma Barranquero <lekktu@gmail.com>
11963
11964 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11965 keymap variable in `with-no-warnings' to avoid a warning when the
11966 keymap has been already `defconst'ed.
11967
4b978a67
LL
119682011-03-22 Leo Liu <sdl.web@gmail.com>
11969
11970 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11971 encode all chars in abbrevs; otherwise use emacs-mule or
11972 utf-8-emacs. (Bug#8308)
11973
5fd62452
JB
119742011-03-22 Juanma Barranquero <lekktu@gmail.com>
11975
0b1596c6
JB
11976 * simple.el (backward-delete-char-untabify):
11977 Avoid warning about using `delete-backward-char'.
11978
5fd62452
JB
11979 * image.el (image-type-file-name-regexps): Make it variable.
11980 `imagemagick-register-types' modifies it, and the user may want
11981 to add new extensions for known image types.
11982 (imagemagick-register-types): Throw error if not using ImageMagick.
11983
0b4e93f1
LL
119842011-03-22 Leo Liu <sdl.web@gmail.com>
11985
11986 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11987 located before rcirc-prompt-end-marker.
11988 (rcirc-complete): Error if point is not after rcirc prompt.
11989 Handle the case when table is nil.
9882e214 11990 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11991
fccee4ab
CY
119922011-03-22 Chong Yidong <cyd@stupidchicken.com>
11993
11994 * custom.el (custom--inhibit-theme-enable): Make it affect only
11995 custom-theme-set-variables and custom-theme-set-faces.
11996 (provide-theme): Ignore custom--inhibit-theme-enable.
11997 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11998 (custom-enabling-themes): Delete variable.
d86d2721
SM
11999 (enable-theme): Accept only loaded themes as arguments.
12000 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12001 (custom-enabled-themes): Forbid themes from setting this.
12002 Eliminate use of custom-enabling-themes.
12003 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12004
af896da6
LL
120052011-03-21 Leo Liu <sdl.web@gmail.com>
12006
12007 * ido.el (ido-read-internal): Add ido-selected to history instead
12008 of user input.
12009
78f64af0
SM
120102011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12011
12012 * subr.el (deferred-action-list, deferred-action-function):
12013 Mark obsolete.
12014
b16ac1ec
LL
120152011-03-21 Leo Liu <sdl.web@gmail.com>
12016
810f7698
LL
12017 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12018 change on 2011-02-13 (bug#8309).
12019
b16ac1ec
LL
12020 * minibuffer.el (read-file-name-function): Change default value.
12021 (read-file-name--defaults): Rename from read-file-name-defaults.
12022 (read-file-name-default): Rename from read-file-name.
12023 (read-file-name): Call read-file-name-function.
12024
4e05e67e
GM
120252011-03-21 Glenn Morris <rgm@gnu.org>
12026
12027 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12028 Doc fixes.
12029
4359915b
CY
120302011-03-21 Chong Yidong <cyd@stupidchicken.com>
12031
12032 * cus-theme.el: Add missing provide statement.
12033 (customize-create-theme): Extract theme value correctly.
12034 (custom-theme-visit-theme): Autoload.
12035 (customize-create-theme): Prompt before inserting default faces.
12036
1fe275ee
JB
120372011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12038
12039 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12040 units and musical notes.
12041
cd394be1 120422011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12043
12044 * ido.el (ido-read-internal): Use completing-read-default.
12045 (ido-completing-read): Fix compatibility with completing-read.
12046
7d476bde
CO
120472011-03-20 Christian Ohler <ohler@gnu.org>
12048
12049 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12050 (ert-delete-all-tests): Use `called-interactively-p' rather than
12051 `interactive-p'.
12052 (ert--make-xrefs-region): Respect END.
12053
fe0fb33e
CY
120542011-03-19 Chong Yidong <cyd@stupidchicken.com>
12055
ff854b0b
CY
12056 * dired-aux.el (dired-create-directory): Signal an error if the
12057 directory already exists (Bug#8246).
12058
fe0fb33e
CY
12059 * facemenu.el (list-colors-display): Call list-faces-display
12060 inside with-help-window.
12061 (list-colors-print): Use display property to align the final
12062 column, instead of checking window-width.
12063
576bce32
EZ
120642011-03-19 Eli Zaretskii <eliz@gnu.org>
12065
4d61f28d 12066 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12067 windows-nt systems.
12068 (emerge-protect-metachars): Quote correctly for ms-dos and
12069 windows-nt systems.
12070
89c41d68 120712011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12072
12073 * info.el (info-initialize): Replace all uses of `:' with
12074 path-separator for compatibility with non-Unix systems.
12075 Cache quoting of path-separator. (Bug#8258)
12076
b14e3e21 120772011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12078
12079 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12080 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12081 (mouse-avoidance-mode): Fix typos in docstrings.
12082
4525ce3e
CY
120832011-03-19 Chong Yidong <cyd@stupidchicken.com>
12084
12085 * startup.el (package-subdirectory-regexp): Move from package.el.
12086 Omit \\` and \\', and let callers add them.
12087
12088 * emacs-lisp/package.el (package-strip-version)
12089 (package-load-all-descriptors): Add \\` and \\' to
12090 package-subdirectory-regexp before using it.
12091 (package-untar-buffer): New arg DIR; ensure that file untars only
12092 into this expected directory. Remove superfluous delete-region.
12093 (package-unpack): Caller changed.
12094 (package-tar-file-info): Use package-subdirectory-regexp.
12095
a904a09a 120962011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12097
a904a09a
SM
12098 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12099 diff-mode-shared-map (bug#8284).
12100 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12101
121022011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12103
12104 * calendar/time-date.el (format-seconds): Use assoc instead of
12105 assoc-string, since assoc-string doesn't exist in XEmacs.
12106
171fc304
JB
121072011-03-17 Juanma Barranquero <lekktu@gmail.com>
12108
12109 * custom.el (custom-known-themes): Reflow docstring.
12110 (custom-theme-load-path): Fix typo in docstring.
12111 (load-theme): Fix typo in error message.
12112 (custom-available-themes, custom-variable-theme-value):
12113 Use `let', not `let*'.
12114
d71990a1
JB
121152011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12116
12117 * calc/README: Mention inclusion of musical notes.
12118
12119 * calc/calc-units.el (calc-lu-quant): Rename from
12120 `calc-logunits-quantity'.
12121 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12122 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12123 (calc-db): Rename from `calc-dblevel'.
12124 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12125 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12126 (calc-np): Rename from `calc-nplevel'.
12127 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12128 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12129 (calc-lu-plus): Rename from `calc-logunits-add'.
12130 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12131 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12132 (calc-lu-minus): Rename from `calc-logunits-sub'.
12133 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12134 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12135 (calc-lu-times): Rename from `calc-logunits-mul'.
12136 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12137 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12138 (calc-lu-divide): Rename from `calc-logunits-div'.
12139 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12140 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12141
12142 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12143 functions being autoloaded.
12144
12145 * calc/calc.el (calc-lu-power-reference): Rename from
12146 `calc-logunits-power-reference'.
12147 (calc-lu-field-reference): Rename from
12148 `calc-logunits-field-reference'.
12149
7a71b18d
GM
12150 * calc/calc-help.el (calc-l-prefix-help):
12151 Mention musical note functions.
d71990a1 12152
40c2934b
SM
121532011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * minibuffer.el (completion-all-sorted-completions):
12156 Use :completion-cycle-penalty text property if present.
12157
b0911414
KM
121582011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12159
12160 * allout.el (allout-yank-processing): Adjust for new rebulleting
12161 regime so bullet being yanked is used without prompting the user
12162 for a choice.
12163
8a05b668
JB
121642011-03-16 Juanma Barranquero <lekktu@gmail.com>
12165
12166 * startup.el (command-line): Warn the user that _emacs is deprecated.
12167
5ba5fb81
JB
121682011-03-16 Juanma Barranquero <lekktu@gmail.com>
12169
12170 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12171 (delphi-verbose, delphi-comment-face, delphi-string-face)
12172 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12173 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12174 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12175 (delphi-new-comment-line, delphi-font-lock-defaults)
12176 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12177 Fix typos in docstrings.
12178
2dab465b
KM
121792011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12180
5ba5fb81 12181 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12182 Invert the roles of character and string values for INSTEAD, so a
12183 string is used for the more common case of a defaulting prompt.
12184
0adf5618
SM
121852011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12186
12187 * progmodes/ruby-mode.el (ruby-backward-sexp):
12188 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12189 * play/gamegrid.el (gamegrid-make-face):
12190 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12191 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12192 * notifications.el (notifications-notify):
12193 * net/xesam.el (xesam-search-engines):
12194 * net/quickurl.el (quickurl-list-insert):
12195 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12196
d72700e5
CY
121972011-03-15 Chong Yidong <cyd@stupidchicken.com>
12198
12199 * startup.el (command-line): Update package subdirectory regexp.
12200
49c5410a
SM
122012011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12202
c6eee9aa
SM
12203 * allout.el (allout-abbreviate-flattened-numbering)
12204 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12205
49c5410a
SM
12206 * subr.el (read-char-choice): Only show the cursor after the prompt,
12207 not after the answer.
12208
047b2bb9
KR
122092011-03-15 Kevin Ryde <user42@zip.com.au>
12210
12211 * help-fns.el (variable-at-point): Skip leading quotes, if any
12212 (bug#8253).
12213
0a57d256
SM
122142011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12217 warning message.
12218
77c992bc
MA
122192011-03-14 Michael Albinus <michael.albinus@gmx.de>
12220
12221 * shell.el (shell): When called interactively, offer to change the
12222 shell file name on remote hosts.
12223
eebc475d
TZ
122242011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12225
12226 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12227 integration for LDAP parameters. The host, base, user or binddn,
12228 and secret tokens can be specified in a netrc file, for instance.
12229 This is optional because an `auth-source' parameter must be
12230 specified in the search attributes.
12231
9d05d1ba
JB
122322011-03-13 Juanma Barranquero <lekktu@gmail.com>
12233
12234 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12235
09d9db2c
GM
122362011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12239 into declaration. Remove redundant and harmful binding.
12240
122412011-03-12 Eli Zaretskii <eliz@gnu.org>
12242
12243 * files.el (file-ownership-preserved-p): Pass `integer' as an
12244 explicit 2nd argument to `file-attributes'. If the file's owner
12245 is the Administrators group on Windows, and the current user is
12246 Administrator, consider that a match.
12247
12248 * server.el (server-ensure-safe-dir): Consider server directory
12249 safe on MS-Windows if its owner is the Administrators group while
12250 the current Emacs user is Administrator. Use `=' to compare
12251 numerical UIDs, since they could be integers or floats.
12252
219bd536
JB
122532011-03-12 Juanma Barranquero <lekktu@gmail.com>
12254
12255 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12256
f3afd36b
MA
122572011-03-12 Michael Albinus <michael.albinus@gmx.de>
12258
12259 Sync with Tramp 2.2.1.
12260
12261 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12262
12263 * net/trampver.el: Update release number.
12264
3aaaa6f1
SM
122652011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12266
94642599
SM
12267 * progmodes/compile.el (compilation--previous-directory): Fix up
12268 various nil/dead-marker mismatches (bug#8014).
12269 (compilation-directory-properties, compilation-error-properties):
12270 Don't call it at a position past the one we're about to change.
12271
3aaaa6f1
SM
12272 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12273 Disable obsolescence warnings in the file that declares it.
12274
14239447
KM
122752011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12276
099c39a4
JB
12277 * allout-widgets.el (allout-widgets-tally):
12278 Initialize allout-widgets-tally as a hash table rather than nil to
12279 prevent mode-line redisplay warnings. Also, clarify the module
12280 description and fix a comment typo.
14239447 12281
135e287c
JB
122822011-03-11 Juanma Barranquero <lekktu@gmail.com>
12283
12284 * help-fns.el (describe-variable): Don't complete keywords.
12285 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12286
ffbf300e
CY
122872011-03-10 Chong Yidong <cyd@stupidchicken.com>
12288
ba08b241
CY
12289 * emacs-lisp/package.el (package-version-join): Impose a standard
12290 string representation for pre/alpha/beta version lists.
12291 (package-unpack-single): Standardize the directory name by passing
12292 it through package-version-join.
12293 (package-strip-rcs-id): Accept any version string that does not
12294 signal an error in version-to-list.
ffbf300e 12295
f346fd6b
MA
122962011-03-10 Michael Albinus <michael.albinus@gmx.de>
12297
12298 * simple.el (delete-trailing-whitespace): Return nil for the
12299 benefit of `write-file-functions'.
12300
ccb55d27
GM
123012011-03-10 Glenn Morris <rgm@gnu.org>
12302
5ceaac0c
GM
12303 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12304
02da65ff
GM
12305 * vc/vc-git.el (vc-git-program): New option.
12306 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12307 (vc-git--call): Use it.
12308
b2f603cc
GM
12309 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12310
5772caab
GM
12311 * cus-edit.el (Custom-newline): If no button at point, look
12312 for a subgroup button at start-of-line. (Bug#2298)
12313
ccb55d27
GM
12314 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12315
ec6ecaed
JD
123162011-03-10 Julien Danjou <julien@danjou.info>
12317
12318 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12319 `cursor-type' is nil.
12320
9d5aa01d
JB
123212011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12322
12323 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12324
b6a5875b
KM
123252011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12326
7a71b18d 12327 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12328 preserves the existing header prefix, rebulleting it if necessary,
12329 rather than replacing it. This is necessary for proper operation
12330 of cooperative addons like allout-widgets.
1154d12e
JB
12331 (allout-make-topic-prefix, allout-rebullet-heading):
12332 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12333 value as alternate bullet to be used, instead of prompting the user
12334 for a bullet character.
b6a5875b 12335
ee545c35
MA
123362011-03-09 Michael Albinus <michael.albinus@gmx.de>
12337
d86d2721
SM
12338 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12339 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12340 `tramp-default-port'.
12341
c47971d7
DD
123422011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12343
12344 * net/rcirc.el (rcirc-handler-001): Remove useless
12345 with-rcirc-process-buffer.
12346 (rcirc-check-auth-status): Swap arguments to string-match.
12347
13522cb4
GM
123482011-03-09 Glenn Morris <rgm@gnu.org>
12349
0be6f4f1
GM
12350 * shell.el (shell-mode):
12351 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12352
13522cb4
GM
12353 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12354 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12355
515de2e3
CY
123562011-03-08 Chong Yidong <cyd@stupidchicken.com>
12357
12358 * emacs-lisp/package.el (package-refresh-contents)
12359 (package-menu-execute): Use condition-case-no-debug.
12360
b511b994
MA
123612011-03-08 Michael Albinus <michael.albinus@gmx.de>
12362
12363 * simple.el (shell-command-to-string): Use `process-file'.
12364
12365 * emacs-lisp/package.el (package-tar-file-info): Handle also
12366 remote files.
12367
d86d2721
SM
12368 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12369 Use `equal' for upload base check.
b511b994 12370
25bbfb31
AM
123712011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12372
12373 * textmodes/texinfo.el (texinfo-environments):
12374 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12375
be996521
GM
123762011-03-08 Glenn Morris <rgm@gnu.org>
12377
e9c8529f
GM
12378 * cus-start.el (cursor-in-non-selected-windows):
12379 Fix :set quoting oddness. (Bug#8192)
12380
be996521
GM
12381 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12382 in some setf expressions. (Bug#2159)
12383
2bb5649e
CY
123842011-03-08 Chong Yidong <cyd@stupidchicken.com>
12385
12386 * custom.el (custom-available-themes): Return themes in
12387 alphabetical order.
12388
33383987 12389See ChangeLog.15 for earlier changes.
e3d51b27
MR
12390
12391;; Local Variables:
12392;; coding: utf-8
e3d51b27
MR
12393;; End:
12394
acaf905b 12395 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12396
12397 This file is part of GNU Emacs.
12398
12399 GNU Emacs is free software: you can redistribute it and/or modify
12400 it under the terms of the GNU General Public License as published by
12401 the Free Software Foundation, either version 3 of the License, or
12402 (at your option) any later version.
12403
12404 GNU Emacs is distributed in the hope that it will be useful,
12405 but WITHOUT ANY WARRANTY; without even the implied warranty of
12406 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12407 GNU General Public License for more details.
12408
12409 You should have received a copy of the GNU General Public License
12410 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.