* vcursor.el (vcursor-move): Increase the priority of the overlay.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b49f886e
LMI
12012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * vcursor.el (vcursor-move): Increase the priority of the overlay
4 (bug#9663).
5
a63067fc
DD
62012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7
8 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10
ac3cf14a
WS
112012-04-11 William Stevenson <yhvh2000@gmail.com>
12
13 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14 define-minor-mode (bug#10760).
15
49a2697c
WJ
162011-12-20 Wolfgang Jenkner <wjenkner@inode.at>
17
18 * lisp/progmodes/grep.el (rgrep): Tweak the find command line so
19 that directories matching `grep-find-ignored-files' won't be
20 pruned (bug#10351).
21
af23e2e5
CY
222012-04-11 Chong Yidong <cyd@gnu.org>
23
24 * startup.el (command-line): Remove support for long-obsolete
25 variable font-lock-face-attributes.
26
ab7ce8c1
GM
272012-04-11 Glenn Morris <rgm@gnu.org>
28
29 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
30
de8c03dc
SM
312012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * window.el (window--state-get-1): Obey window-point-insertion-type.
34
050cc68b
LB
352012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
36
37 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
38 to previous function when point is on the first character of a
39 function. Take care of that in `narrow-to-defun' (bug#6157).
40
a38c310c
GM
412012-04-11 Glenn Morris <rgm@gnu.org>
42
effed0c2
GM
43 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
44 not just file-errors.
45
a38c310c
GM
46 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
47 (vc-bzr-sha1): Use internal sha1.
48
0221e323
SM
492012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
52
43956923
SG
532012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
54
55 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
56 that start in the middle of the line (bug#10496).
57
6a8c9eaf
DN
582012-04-10 Dan Nicolaescu <dann@gnu.org>
59
60 * battery.el (battery-linux-proc-acpi): Only one battery is
61 discharged at a time, but that seems to confuse battery.el when
62 computing `rate-type' for the battery not being discharged
63 (bug#10332).
64
1930bf5d
SM
652012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
66
2a718f6f
SM
67 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
68
599430d0
SM
69 * international/quail.el: Use dolist and simplify.
70 (quail-define-package, quail-update-keyboard-layout)
71 (quail-define-rules): Use dolist.
72 (quail-insert-kbd-layout, quail-get-translation): CSE.
73
a2754b6c
SM
74 * tmm.el: Use dolist, remove left over hook.
75 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
76 Use dolist.
77 (calendar-load-hook): Don't mess with it.
78
1930bf5d
SM
79 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
80 Use derived-mode-p. Run the diff asynchronously.
81
9f67961c
LMI
822012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
83
84 * obsolete/mouse-sel.el: Add an Obsolete-since header.
85
2a8ce227
JB
862012-04-10 Juanma Barranquero <lekktu@gmail.com>
87
88 * misc.el: Display absolute path of loaded DLLs (bug#10424).
89 (list-dynamic-libraries--loaded): New function.
90 (list-dynamic-libraries--refresh): Use it.
91
8f33b5f8
NW
922012-04-10 Nathan Weizenbaum <nweiz@google.com>
93
1930bf5d
SM
94 * progmodes/python.el (python-fill-paragraph):
95 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
96 disabled (bug#7018).
97
b12f0439
L
982012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
99
1930bf5d 100 * language/european.el (cp775): Add oem/legacy (en)coding on
b12f0439
L
101 DOS/MS Windows for the Baltic languages. There are still plenty of
102 texts written in this encoding/codepage (bug#6519).
103
57c3bd01
GM
1042012-04-10 Glenn Morris <rgm@gnu.org>
105
106 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
107 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
108
6c3eab30
FA
1092012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
110
1930bf5d 111 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
112 next-line "n" and previous-line "p" in order to make recentf more
113 consistent with ibuffer, dired or org-mode (bug#9387).
114
24d78a88
LMI
1152012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
116
bc72b5d9
LMI
117 * image.el (put-image): Return the overlay created instead of the
118 optional input string (bug#7834). Note that this may break code
119 that is (for some reason or other) depending on `put-image'
120 returning the string.
121
bd2dba5a
LMI
122 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
123
74beb59f
LMI
124 * simple.el (zap-to-char): Allow zapping using input methods
125 (bug#1580).
126
24d78a88
LMI
127 * textmodes/fill.el (fill-region): Leave point and mark where they
128 were before filling (bug#5399).
129
263f20cd
GM
1302012-04-09 Glenn Morris <rgm@gnu.org>
131
132 * version.el (emacs-bzr-get-version):
133 Handle lightweight checkouts of local branches.
134
58d1f797
AS
1352012-04-09 Andreas Schwab <schwab@linux-m68k.org>
136
263f20cd 137 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 138
b4d3bc10
CY
1392012-04-09 Chong Yidong <cyd@gnu.org>
140
141 * custom.el (custom-variable-p): Return nil for non-symbol
142 arguments instead of signaling an error.
143 (user-variable-p): Obsolete alias for custom-variable-p.
144
145 * apropos.el (apropos-variable):
146 * files-x.el (read-file-local-variable):
147 * simple.el (set-variable):
148 * woman.el (woman-mini-help):
149 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
150
fd06db5d
GM
1512012-04-09 Glenn Morris <rgm@gnu.org>
152
e5fcdb5e
GM
153 * startup.el (normal-top-level): Don't look for leim-list.el
154 in places where it will not be found. (Bug#910)
155
fd06db5d
GM
156 * international/mule-cmds.el (set-default-coding-systems):
157 * files.el (normal-mode):
158 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
159 This function was removed with ucs-tables.el in 2008.
160
b39bb7e1
EZ
1612012-04-08 Eli Zaretskii <eliz@gnu.org>
162
163 * textmodes/ispell.el (ispell-check-version): For hunspell, set
164 ispell-encoding8-command to "-i", without a trailing space.
165 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
166 separate command-line arguments, to specify the encoding, since
167 that's how hunspell expects it.
168
5c5b8e23
GM
1692012-04-08 Glenn Morris <rgm@gnu.org>
170
171 * loadup.el: Load bindings before cus-start.
172 This reduces somewhat the number of "rogue" settings in emacs -Q.
173
a1ed8b05
GM
1742012-04-07 Glenn Morris <rgm@gnu.org>
175
176 * version.el (emacs-bzr-get-version): New function.
dfae128a 177 (emacs-bzr-version): New variable.
a1ed8b05
GM
178 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
179 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
180
b142f158
EZ
1812012-04-07 Eli Zaretskii <eliz@gnu.org>
182
dfae128a
GM
183 * international/uni-bidi.el, international/uni-category.el:
184 * international/uni-combining.el, international/uni-decimal.el:
185 * international/uni-decomposition.el, international/uni-digit.el:
186 * international/uni-lowercase.el, international/uni-mirrored.el:
187 * international/uni-name.el, international/uni-numeric.el:
188 * international/uni-titlecase.el, international/uni-uppercase.el:
189 Update for Unicode 6.1.
b142f158 190
9078ead6
EZ
1912012-04-07 Eli Zaretskii <eliz@gnu.org>
192
193 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
194
f23d2c7d
LMI
1952012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
196
197 * window.el (shrink-window): Mention the `window-min-height'
198 variable in the doc string.
199
0a0a3573
BG
2002012-04-05 Bastien Guerry <bzg@altern.org>
201
202 * color.el (color-lighten-name): Fix typo.
203
e5248ac9
SM
2042012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * server.el (server--on-display-p): New function.
207 (server--on-display-p): Use it.
208
b4243e22
GV
2092012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
210
211 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
212 (bug#11145).
213
305d9f44
SM
2142012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * comint.el (comint--common-quoted-suffix): Check string boundary
217 before comparing (bug#11158).
218 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
219
3d439cd1
CY
2202012-04-04 Chong Yidong <cyd@gnu.org>
221
321cc491
CY
222 * minibuffer.el (completion-extra-properties): Doc fix.
223
3d439cd1
CY
224 * subr.el (delayed-warnings-hook): Doc fix.
225
2d562c0f
DU
2262012-04-04 Daiki Ueno <ueno@unixuser.org>
227
228 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
229 selection (Bug#11159).
230 (epa-insert-keys): Inform that the default public key will be
231 exported if no key is selected.
232
4443f204
RS
2332012-04-04 Richard Stallman <rms@gnu.org>
234
235 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
236
529c06b6
CY
2372012-04-03 Chong Yidong <cyd@gnu.org>
238
239 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
240 mail-insert-file, not its obsolete alias mail-attach-file.
241
66b907dc
MA
2422012-04-03 Michael Albinus <michael.albinus@gmx.de>
243
244 * notifications.el (notifications-notify): Fix docstring.
245
c0ea195d
GM
2462012-04-02 Glenn Morris <rgm@gnu.org>
247
248 * emacs-lisp/authors.el (authors-aliases): Another addition.
249
5ca64e00
MA
2502012-04-02 Michael Albinus <michael.albinus@gmx.de>
251
252 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
253 `tramp-compat-call-process' instead of `tramp-local-call-process'.
254 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
255
42ee526b
CY
2562012-04-01 Chong Yidong <cyd@gnu.org>
257
258 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
259 Handle root directory properly.
260 (copy-directory): Caller changed.
261
262 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
263 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
264
0b021094
GM
2652012-03-31 Glenn Morris <rgm@gnu.org>
266
40f86458
GM
267 * term/xterm.el (xterm-extra-capabilities): Doc fix.
268
7019c177
GM
269 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
270
a1daddd6
GM
271 * calendar/calendar.el (calendar-window-list)
272 (calendar-hide-window): Restore. (Bug#11140)
273 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
274
0b021094
GM
275 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
276
40311efc
TV
2772012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
278
279 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
280 Check if file is a symlink (Bug#10489).
281
282 * files.el (copy-directory): Likewise.
283
5319014e
CY
2842012-03-30 Chong Yidong <cyd@gnu.org>
285
286 * image.el (imagemagick-types-inhibit)
287 (imagemagick-register-types): Doc fix.
288
935d1290
AM
2892012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
290
291 * ispell.el (ispell-get-extended-character-mode): Disable
292 extended-char-mode for hunspell. hunspell does not support it and
293 treats ~word as ordinary words in pipe mode.
294
61c6e8fd
GM
2952012-03-30 Glenn Morris <rgm@gnu.org>
296
297 * tutorial.el (help-with-tutorial): Ensure local variables don't
298 happen to make the buffer read-only. (Bug#11127)
299
81fdff00
SM
3002012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
303 (perl-calculate-indent): Return `noindent' in strings.
304
6e7a6ec0
SS
3052012-03-28 Sam Steingold <sds@gnu.org>
306
307 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
308 instead of the broken adhockery which does not prevent calendar
309 buffers from being displayed at random after exit.
310 (calendar-window-list, calendar-hide-window): Remove the broken
311 adhockery.
312
fee88ca0
GM
3132012-03-28 Glenn Morris <rgm@gnu.org>
314
315 * replace.el (query-replace-map): Doc fix.
316
38de3354
AS
3172012-03-28 Andreas Schwab <schwab@linux-m68k.org>
318
319 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
320 contents. (Bug#11109)
321
b973155e
SM
3222012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
325 (bug#11077).
326 (avl-tree--check, avl-tree--check-node): New funs.
327
dcb6e7b3
MR
3282012-03-27 Martin Rudalics <rudalics@gmx.at>
329
330 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
331 (switch-to-prev-buffer, switch-to-next-buffer):
332 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
333 showing a buffer already is done on the same frame.
334
b4fa35fa
GM
3352012-03-27 Glenn Morris <rgm@gnu.org>
336
337 * startup.el (mail-host-address): Doc fix.
338
f9210e18
SM
3392012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
342 than 197 variables.
343
c0bf7753
AF
3442012-03-26 Ami Fischman <ami@fischman.org>
345
346 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
347
33da7b16
GM
3482012-03-26 Glenn Morris <rgm@gnu.org>
349
02243d9d
GM
350 * files.el (save-buffers-kill-emacs): Doc fix.
351
33da7b16
GM
352 * startup.el (normal-top-level, command-line, command-line-1):
353 Give them doc strings.
354
e5a69fd0
EZ
3552012-03-25 Eli Zaretskii <eliz@gnu.org>
356
357 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 358 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 359
9a69676a
CY
3602012-03-25 Chong Yidong <cyd@gnu.org>
361
4125cb8b
CY
362 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
363 theme if it was previously enabled before (Bug#11031).
364
dd470960
CY
365 * cus-theme.el (custom-theme-write-faces): Retrieve current face
366 spec with custom-face-get-current-spec if its :shown-value is not
367 determined yet (Bug#9337).
4125cb8b 368 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 369
9a69676a
CY
370 * button.el (button-at): Minor addition to docstring.
371
6e7e90fa
SL
3722012-03-24 Simon Leinen <simon.leinen@gmail.com>
373
374 * vc/vc.el (vc-merge): Fix a prompt.
375
f06e2758
CY
3762012-03-24 Chong Yidong <cyd@gnu.org>
377
378 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
379 point (Bug#9623).
380
6e7e90fa
SL
381 * button.el (button-at): Minor addition to docstring.
382
b9d0879b
SM
3832012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * newcomment.el (comment-choose-indent): No space after BOL.
386
e71cebb3
SS
3872012-03-22 Sam Steingold <sds@gnu.org>
388
389 * window.el (switch-to-prev-buffer): Revert last patch because the
390 bug turned out to be an advertised feature (Elisp manual 28.14).
391
335aff35
GM
3922012-03-22 Glenn Morris <rgm@gnu.org>
393
394 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
395 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
396
c676576a
LMI
3972012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
398
399 * net/network-stream.el (network-stream-open-starttls): Make error
400 message under Windows be less misleading.
401
126f3d39
LW
4022012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
403
404 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
405 understands (bug#9942).
406
64fee311
CY
4072012-03-22 Chong Yidong <cyd@gnu.org>
408
409 * simple.el (end-of-visible-line): Handle return value of
410 next-single-property-change properly (Bug#9371).
411
a640d29a
KH
4122012-03-22 Kenichi Handa <handa@m17n.org>
413
414 * international/quail.el (quail-insert-kbd-layout): Fix previous
415 change. To avoid unwanted bidi reordering, use
416 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
417
39675016
DG
4182012-03-21 Dmitry Gutov <dgutov@yandex.ru>
419
420 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
421 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
422 (ruby-beginning-of-indent): Be more careful with the difference
423 between word-boundary and symbol boundary.
424 (ruby-mode-syntax-table): Make : a symbol constituent.
425
0a6934fc 4262012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 427
3d008e4f
SM
428 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
429
0a6934fc
SM
4302012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
431
af67c9d7
SM
432 * progmodes/etags.el (tags-completion-at-point-function):
433 Improve last fix.
434
1acad97c
SM
435 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
436
e298b5da
SS
4372012-03-21 Sam Steingold <sds@gnu.org>
438
439 * progmodes/etags.el (tags-completion-at-point-function):
440 Avoid the error when point is inside the pattern.
441
91d82a70
JY
4422012-03-21 John Yates <john@yates-sheets.org> (tiny change)
443
444 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
445 line (Bug#10855).
446
69188b79
CY
4472012-03-21 Drew Adams <drew.adams@oracle.com>
448
449 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
450
99fc91fe
AK
4512012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
452
453 * ido.el (ido-set-current-directory, ido-read-internal)
454 (ido-choose-completion-string, ido-completion-help): Handle nil
455 value of ido-completion-buffer (Bug#11008).
456
087bbb4c
SS
4572012-03-21 Sam Steingold <sds@gnu.org>
458
459 * window.el (switch-to-prev-buffer): Do not switch to a visible
460 window previous buffer, just like with the frame previous buffers.
461
fb5b8aca
CY
4622012-03-21 Chong Yidong <cyd@gnu.org>
463
464 * faces.el (make-face, make-empty-face, copy-face):
465 * face-remap.el (face-remap-add-relative, face-remap-set-base):
466 Doc fixes.
467
dc9924b8
SM
4682012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * wid-edit.el (widget-complete-field): Remove (bug#11051).
471 (widget-complete): Remove broken use of it.
472
f0bcceb9
CY
4732012-03-20 Chong Yidong <cyd@gnu.org>
474
dc9924b8
SM
475 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
476 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
477 characters.
478
ee52ebf3
TH
4792012-03-20 Tassilo Horn <tassilo@member.fsf.org>
480
481 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
482 to draw rectangles, not squares. (Regression introduced by revno
483 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
484
4c5779ab
CY
4852012-03-18 Chong Yidong <cyd@gnu.org>
486
487 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
488 it is not yet defined (for temacs).
489
15360934
LL
4902012-03-18 Leo Liu <sdl.web@gmail.com>
491
dc9924b8 492 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 493
d9a8eb66
EZ
4942012-03-17 Eli Zaretskii <eliz@gnu.org>
495
496 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
497 (ispell-choices-win-default-height, ispell-silently-savep)
498 (ispell-dictionary-alist, ispell-encoding8-command)
499 (ispell-check-version, ispell-aspell-find-dictionary)
500 (ispell-valid-dictionary-list, ispell-words-keyword)
501 (ispell-get-word, ispell-internal-change-dictionary)
502 (ispell-region, ispell-skip-region-list)
503 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
504 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
505 (ispell-message-text-end, ispell-message)
506 (ispell-buffer-local-parsing): Doc fix.
507
f02ff80d
J
5082012-03-13 Jambunathan K <kjambunathan@gmail.com>
509
510 * htmlfontify.el: Add support for code block fontification for ODT
511 export (Bug #9914).
512 (hfy-optimisations): Define new option
513 `body-text-only'
514 (hfy-fontify-buffer): Honor above setting.
515 (hfy-begin-span, hfy-end-span): New routines factored out form
516 `hfy-fontify-buffer'.
517 (hfy-begin-span-handler, hfy-end-span-handler): New variables
518 that permit insertion of custom tags.
519 (hfy-fontify-buffer): Use above handlers.
520 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
521 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 522 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
523 over multiple runs. This is made possible by having the caller let
524 bind a special variable `hfy-user-sheet-assoc'.
525 (htmlfontify-string): New defun.
526 (hfy-compile-face-map): Make sure that the last char in the
527 buffer is correctly fontified.
528 (hfy-face-resolve-face): Whitespace only change.
529
9ac7a13f
EZ
5302012-03-17 Eli Zaretskii <eliz@gnu.org>
531
532 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
533 message more clear.
534
e2b5bdd7
LL
5352012-03-16 Leo Liu <sdl.web@gmail.com>
536
537 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
538
2e492df3
AM
5392012-03-16 Alan Mackenzie <acm@muc.de>
540
541 Further optimise the handling of large macros.
542
543 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
544 limit to a call of `c-literal-limits'.
545 (c-determine-+ve-limit): New function.
dc9924b8
SM
546 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
547 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
548 In CASE 5B, restrict a search limit to 500.
549 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
550
551 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
552 Restrict macro bounds to +-500 from after-change's BEG END.
553
50e94f0c
LL
5542012-03-16 Leo Liu <sdl.web@gmail.com>
555
556 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
557
6f09f6ed
AH
5582012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
559
560 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 561 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 562
c7e73d51
GM
5632012-03-16 Glenn Morris <rgm@gnu.org>
564
da986230
GM
565 * view.el (view-buffer, view-buffer-other-window)
566 (view-buffer-other-frame): Doc fixes re special mode-class.
567
0835f01e
GM
568 * subr.el (eval-after-load): If named feature is provided not from
569 a file, run after-load forms. (Bug#10946)
570
c7e73d51
GM
571 * calendar/calendar.el (calendar-insert-at-column):
572 Handle non-unit-width characters a bit better. (Bug#10978)
573
3f2eafd1
CY
5742012-03-15 Chong Yidong <cyd@gnu.org>
575
576 * emacs-lisp/ring.el (ring-extend): New function.
577 (ring-insert+extend): Extend the ring correctly (Bug#11019).
578
579 * comint.el (comint-read-input-ring)
580 (comint-add-to-input-history): Grow comint-input-ring lazily.
581
103af3fe
SM
5822012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
583
663b1677
SM
584 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
585 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
586
103af3fe
SM
587 * imenu.el: Fix multiple inheritance breakage (bug#9199).
588 (imenu-add-to-menubar): Don't add a redundant index.
589 (imenu-update-menubar): Handle a dynamically composed keymap.
590
899cb7cb
KY
5912012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
592
593 * mail/sendmail.el (mail-encode-header):
594 Bind rfc2047-encode-encoded-words to nil.
595
3809f91d
GM
5962012-03-13 Glenn Morris <rgm@gnu.org>
597
598 * calendar/calendar.el (calendar-string-spread):
599 Handle non-unit-width characters a bit better. (Bug#10978)
600
9e345a01
LL
6012012-03-13 Leo Liu <sdl.web@gmail.com>
602
603 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
604 directory and file as argument (Bug#10822).
605
4a07df36
KS
6062012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
607
608 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
609 For dynamically generated code, follow $PC.
610 (gdb-disassembly-handler-custom): Handle no function name case.
611
4aaa9356
TL
6122012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
613
614 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
615 * emulation/ws-mode.el (ws-query-replace):
616 * sort.el (sort-regexp-fields):
617 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
618
225979da
SM
6192012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * dabbrev.el: Fix cycle completion order (bug#10963).
622 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
623 (dabbrev-completion): Don't use an obarray; provide
624 a cycle-sort-function.
625
e2f1fdab
LL
6262012-03-12 Leo Liu <sdl.web@gmail.com>
627
dc9924b8 628 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
629 (kill-do-not-save-duplicates): Doc fix.
630
b19490ed
SM
6312012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * dabbrev.el: Fix cycle completion (bug#10963).
634 Use lexical binding and wrap to 80 columns.
635 (dabbrev-completion): Delay computing the list of completions.
636
4b05d722
KH
6372012-03-12 Kenichi Handa <handa@m17n.org>
638
639 * international/quail.el (quail-insert-kbd-layout): Surround each
640 row by LRO and PDF instead of inserting many LRMs. Pad the left
641 and right of each non-spacing marks. Insert invisible space
642 between lower and upper characters to prevent composition.
643
dbbc2e69
SM
6442012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * minibuffer.el (minibuffer-complete): Don't get confused when the
647 function is run twice via different commands (bug#10958).
648 (complete-with-action): Fix docstring.
649
292112ed
CY
6502012-03-12 Chong Yidong <cyd@gnu.org>
651
5d1ac394
CY
652 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
653 (nxml-completion-at-point-function): New function.
654 (nxml-mode): Use it.
655 (nxml-bind-meta-tab-to-complete-flag): Default to t.
656
292112ed
CY
657 * emacs-lisp/package.el (package-unpack, package-unpack-single):
658 Load generated autoloads file before byte compiling (Bug#10970).
659 (package--make-autoloads-and-compile): New helper fun.
660
4098f8f7
CS
6612012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
662
663 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
664
8f754691
MA
6652012-03-11 Michael Albinus <michael.albinus@gmx.de>
666
667 * autorevert.el (auto-revert-handler): Ensure, that
668 file-readable-p is applied only for local files or in
669 auto-revert-tail-mode.
670
e29ab36b
AS
6712012-03-11 Andreas Schwab <schwab@linux-m68k.org>
672
dbbc2e69
SM
673 * server.el (server-eval-at): Handle non-tcp connections.
674 Decode result string.
ad0bf5b6 675
e29ab36b
AS
676 * server.el (server-msg-size): New constant.
677 (server-reply-print): New function.
678 (server-eval-and-print): Use it.
679 (server-eval-at): Use server-quote-arg and server-unquote-arg.
680 Handle -print-nonl.
681
de5939ba
CS
6822012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
683
684 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
685 (Bug#10987).
686
0c93eabf
CY
6872012-03-11 Chong Yidong <cyd@gnu.org>
688
397a688f
CY
689 * simple.el (goto-line): Doc fix (Bug#9938).
690
2cc775f9
CY
691 * subr.el (save-window-excursion): Doc fix (Bug#9979).
692
0c93eabf
CY
693 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
694 when finished (Bug#10963).
695
c491fa41
MR
6962012-03-11 Martin Rudalics <rudalics@gmx.at>
697
698 * window.el (split-window-below): Fix bug in case where
699 split-window-keep-point is nil (Bug#10971).
700
300e8fa5
JL
7012012-03-11 Juri Linkov <juri@jurta.org>
702
703 * replace.el (replace-highlight): Set isearch-word to nil
704 unconditionally. (Bug#10887)
705
dbf6c5a1
EZ
7062012-03-10 Eli Zaretskii <eliz@gnu.org>
707
708 * net/mairix.el (mairix-replace-invalid-chars): Rename from
709 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 710 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
711 (mairix-widget-create-query): Add usage information about mairix
712 search forms: negating words, searching for substrings, etc.
713
b9e501de
JP
7142012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
715
716 * international/fontset.el (font-encoding-alist): Add an entry for
717 ksx1001 (Bug#5667).
718
92795c91
RS
7192012-03-10 Richard Stallman <rms@gnu.org>
720
1694e6c1
RS
721 * mail/sendmail.el (mail-encode-header):
722 Set rfc2047-encode-encoded-words.
723
607e8555
RS
724 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
725
de3bc99a
RS
726 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
727 view buffer means not swapped.
728 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
729 (rmail-write-region-annotate): Error if real text has disappeared.
730
92795c91
RS
731 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
732
699bd04e
CY
7332012-03-10 Chong Yidong <cyd@gnu.org>
734
735 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
736 * emulation/cua-base.el (cua--init-keymaps):
737 Add delete-forward-char to remappings (Bug#9666).
699bd04e 738
570a1714
MR
7392012-03-10 Martin Rudalics <rudalics@gmx.at>
740
dbbc2e69
SM
741 * speedbar.el (speedbar-unhighlight-one-tag-line):
742 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 743
82dcf4e4
CY
7442012-03-10 Chong Yidong <cyd@gnu.org>
745
7a2c7ca7
CY
746 * minibuffer.el (completion-in-region, completion-help-at-point):
747 Give the completion field overlay a high priority (Bug#6830).
748
82dcf4e4
CY
749 * dired.el (dired-goto-file): Recognize absolute file name
750 listings (Bug#7126).
751 (dired-goto-file-1): New helper function.
752 (dired-toggle-read-only): Inhibit warnings.
753
052e28ac
MA
7542012-03-09 Michael Albinus <michael.albinus@gmx.de>
755
756 * net/dbus.el: (dbus-property-handler): Return empty array if
757 there are no properties.
758
95d5e396
LL
7592012-03-09 Leo Liu <sdl.web@gmail.com>
760
761 * savehist.el (savehist-printable): Stricter check for string
762 value (Bug#10937).
763
3f018d6d
EZ
7642012-03-09 Eli Zaretskii <eliz@gnu.org>
765
dbbc2e69
SM
766 * mail/smtpmail.el (smtpmail-send-it):
767 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
768 valid mbox format.
769
f7fd3d79
GM
7702012-03-09 Glenn Morris <rgm@gnu.org>
771
772 * files.el (dir-locals-find-file):
773 Don't check result is regular, readable.
774 (dir-locals-read-from-file): Demote errors.
775
6ff6e72f
EZ
7762012-03-08 Eli Zaretskii <eliz@gnu.org>
777
dbbc2e69
SM
778 * international/quail.el (quail-insert-kbd-layout):
779 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
780 layout cell, to prevent their reordering by bidi display engine.
781 For details, see the discussion in
782 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
783
9cec7834
AM
7842012-03-08 Alan Mackenzie <acm@muc.de>
785
786 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
787 the starting position; make it extend the marked region when
788 invoked repeatedly - all under appropriate circumstances.
789 Fixes bugs #5525, #10906.
790
9a40b8d4
GM
7912012-03-08 Glenn Morris <rgm@gnu.org>
792
793 * files.el (locate-dominating-file, dir-locals-find-file):
794 Undo 2012-03-06 change.
795
7a08ed35
EZ
7962012-03-07 Eli Zaretskii <eliz@gnu.org>
797
dbbc2e69
SM
798 * international/quail.el (quail-help):
799 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
800 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
801 for the reason.
802
5aca4f71 8032012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
804
805 Avoid superfluous registering of signals. (Bug#10807)
806
807 * notifications.el (notifications-on-action-object)
808 (notifications-on-close-object): New defvars.
809 (notifications-on-action-signal, notifications-on-closed-signal):
810 Unregister the signal if not needed any longer.
811 (notifications-notify): Register `notifications-action-signal' or
812 `notifications-closed-signal', if :on-action or :on-close has been
813 passed as argument.
814
78e8b10a
CY
8152012-03-07 Chong Yidong <cyd@gnu.org>
816
817 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
818 non-X platforms.
819
69481eb8
GM
8202012-03-06 Glenn Morris <rgm@gnu.org>
821
822 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
823 (x-disown-selection-internal, x-get-selection-internal):
824 Doc fix (add arglist signatures). (Bug#10783)
825
133b8e11
KS
8262012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
827
828 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
829 Handle breakpoints with no "type".
830
99a83064
GM
8312012-03-06 Glenn Morris <rgm@gnu.org>
832
833 * files.el (locate-dominating-file): Add optional predicate argument.
834 (dir-locals-find-file): Make use of above change.
835
17798e78
TTN
8362012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
837
838 * info.el (Info-insert-dir): Also try "dir.gz".
839
eb182446
GM
8402012-03-06 Glenn Morris <rgm@gnu.org>
841
8f2114ee
GM
842 * files.el (dir-locals-find-file):
843 Ignore non-readable or non-regular files. (Bug#10928)
844
eb182446
GM
845 * files.el (locate-dominating-file): Doc fix.
846
24679323
AS
8472012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
848
849 * calendar/calendar.el (calendar-set-mode-line):
850 `getenv' returns a string. (Bug#10951)
851
01d972a9
LL
8522012-03-05 Leo Liu <sdl.web@gmail.com>
853
109aa8a9
LL
854 * simple.el (backward-delete-char-untabify): Constrain point to
855 field (Bug#10939).
856
01d972a9
LL
857 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
858
10607bea
CY
8592012-03-05 Chong Yidong <cyd@gnu.org>
860
861 * simple.el (count-words): If called from Lisp, return the word
862 count, for symmetry with `count-lines'. Arglist changed.
863 (count-words--message): Args changed. Consolidate counting code
864 from count-words and count-words-region.
865 (count-words-region): Caller changed.
866 (count-lines-region): Make it an obsolete alias.
867
5dd11cfe
TH
8682012-03-04 Tassilo Horn <tassilo@member.fsf.org>
869
870 * saveplace.el (save-place-to-alist)
871 (save-place-ignore-files-regexp): Allow value nil to disable this
872 feature.
873
c349f4e6
CY
8742012-03-04 Chong Yidong <cyd@gnu.org>
875
876 * faces.el (face-spec-reset-face): For the default face, reset the
877 attributes to default values (Bug#10748).
878
e627be4c
LMI
8792012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
880
881 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
882 previous patch: Check `message-send-mail-function', and not the
883 default function (bug#10897).
884
ebeabff4
MA
8852012-03-04 Michael Albinus <michael.albinus@gmx.de>
886
a41a6cf4
MA
887 * notifications.el (notifications-on-action-signal)
888 (notifications-on-closed-signal): Check for unique service name of
889 incoming event. Fix error in removing entry.
ebeabff4 890 (top): Register for signals with wildcard service name.
a41a6cf4 891 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 892
c1ca42b4
CY
8932012-03-04 Chong Yidong <cyd@gnu.org>
894
dc9924b8 895 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 896
ea16568d
GM
8972012-03-04 Glenn Morris <rgm@gnu.org>
898
899 * abbrev.el (copy-abbrev-table, abbrev-table-p)
900 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
901 (expand-abbrev, define-abbrev-table): Doc fixes.
902
fbae4637
LMI
9032012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
904
905 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
906 `message-default-send-mail-function' and not `send-mail-function'
907 when doing the prompting for `sendmail-query-once' before sending
908 in Message buffers (bug#10897).
909
a1e7225c
LMI
910 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
911 This is inconsistent with all the other stream functions, which leave
912 the setting up to the higher levels (if so wanted) (bug#10931).
913
56d093a9
AM
9142012-03-02 Alan Mackenzie <acm@muc.de>
915
916 Depessimize the handling of very large macros.
917
918 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
919 (c-macro-cache-syntactic): New variables to implement a one
920 element macro cache.
921 (c-invalidate-macro-cache): New function.
922 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
923 Adapt to use the new cache.
924 (c-state-safe-place): Use better the cache of safe positions.
925 (c-state-semi-nonlit-pos-cache)
926 (c-state-semi-nonlit-pos-cache-limit):
927 New variables for...
928 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
929 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
930 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
931 Use c-state-semi-safe-place.
56d093a9 932
dbbc2e69
SM
933 * progmodes/cc-langs.el (c-get-state-before-change-functions):
934 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 935
817e5c3d
MA
9362012-03-02 Michael Albinus <michael.albinus@gmx.de>
937
dbbc2e69
SM
938 * jka-compr.el (jka-compr-call-process):
939 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
940 not remote.
941
a032a702
MA
9422012-03-01 Michael Albinus <michael.albinus@gmx.de>
943
944 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
945 access of FILE2, if FILE1 does not exist.
946
99a54f21
MA
947 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
948 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
949
950 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
951 Add "PAGER=" to `process-environment'.
952
f6561e1f
MM
9532012-03-01 Michael R. Mauger <mmaug@yahoo.com>
954
955 * progmodes/sql.el: Bug fix
956 (sql-get-login-ext): Save login values in globals.
957 (sql-get-login): Use new version of `sql-get-login-ext'.
958 (sql-interactive-mode): Set global `sql-connection' to nil.
959 (sql-connect): Set global values for connection.
960 (sql-product-interactive): Save global values as buffer local.
961
2d44d9cc
LL
9622012-02-29 Leo Liu <sdl.web@gmail.com>
963
964 * abbrev.el (define-abbrevs): Reset sys to nil.
965
96b49301 9662012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
967
bf7f9bc5
JB
968 * files.el (file-equal-p): Rename from `files-equal-p'.
969 Return nil when one or both files don't exist.
96b49301 970 (file-subdir-of-p): Now only top directory must exists,
971 return nil if it doesn't.
bf7f9bc5
JB
972 (copy-directory): No need to test with `file-subdir-of-p' after
973 creating dir.
974 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
975 to `file-equal-p'.
96b49301 976
44e97401
GM
9772012-02-28 Glenn Morris <rgm@gnu.org>
978
979 * shell.el (shell-mode):
980 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
981 * play/landmark.el (landmark-font-lock-face-O):
982 * play/handwrite.el (handwrite):
983 * play/gomoku.el (gomoku-O):
984 * net/browse-url.el (browse-url-browser-display):
985 * international/mule.el (define-charset):
986 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
987 * filesets.el (filesets-find-file-delay):
988 * eshell/em-xtra.el (eshell-xtra):
989 * eshell/em-unix.el (eshell-grep):
990 * emulation/viper.el (viper-mode):
991 * emacs-lisp/regexp-opt.el (regexp-opt-group):
992 * emacs-lisp/easymenu.el (easy-menu-define):
993 * calendar/timeclock.el (timeclock-use-display-time):
994 * bs.el (bs-mode):
995 * bookmark.el (bookmark-save-flag):
996 Doc fix (standardize possessive apostrophe usage).
997
c98c6276
CY
9982012-02-27 Chong Yidong <cyd@gnu.org>
999
bf7f9bc5
JB
1000 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1001 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1002
c98c6276
CY
1003 * font-lock.el (font-lock-specified-p): Rename from
1004 font-lock-spec-present. Callers changed.
1005
9c62cd04 10062012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1007
bf7f9bc5
JB
1008 * emacs-lisp/package.el (package-compute-transaction):
1009 Handle holding a package version to t in package-load-list.
8ac9e529 1010
530739c9
MA
10112012-02-26 Michael Albinus <michael.albinus@gmx.de>
1012
1013 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1014 (tramp-get-inode, tramp-get-device): Use cached values.
1015
487915d7
AM
10162012-02-26 Alan Mackenzie <acm@muc.de>
1017
1018 Check there is a font-lock specification before doing initial
1019 fontification.
1020
1021 * font-core.el (font-lock-mode): Move the conditional from
1022 :after-hook to font-lock-initial-fontify.
1023 (font-lock-default-function): Move the check for a specification
1024 to font-lock-spec-present.
1025
dc9924b8 1026 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1027 (font-lock-spec-present): New function.
1028
4fd96557
JB
10292012-02-26 Jim Blandy <jimb@red-bean.com>
1030
1031 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1032 (gdb-send): Apply it to the operand of the '-interpreter-exec
1033 console' command, so that we can pass arguments with (say) quotes
1034 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1035
9a4888c0
CY
10362012-02-26 Chong Yidong <cyd@gnu.org>
1037
07498861
CY
1038 * help-fns.el (describe-function-1): Clarify description of
1039 remapping (Bug#10844).
1040
9a4888c0
CY
1041 * files.el (files-equal-p): Doc fix.
1042 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1043 and quit the loop once a mismatch is found.
1044
ea8fb88d
JB
10452012-02-25 Juanma Barranquero <lekktu@gmail.com>
1046
1047 * bs.el (bs--show-with-configuration): Don't throw an error
1048 if the window cannot be split; otherwise, subsequent calls to
1049 bs-show fail, restoring a stale window config. (Bug#10882)
1050
525795c1
JD
10512012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1052
1053 * term/ns-win.el (global-map): Bind ns-drag-file to
1054 ns-find-file (Bug#5855, Bug#10050).
1055
f008086f
AS
10562012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1057
1058 * calendar/parse-time.el (parse-time-string): Allow extractor to
1059 return nil.
1060
a3fcfa99
MA
10612012-02-25 Michael Albinus <michael.albinus@gmx.de>
1062
91027d08
JB
1063 * net/tramp.el (tramp-file-name-for-operation):
1064 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1065
1066 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1067 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1068 Add COPY-CONTENTS argument.
a3fcfa99 1069
67b0de11
CY
10702012-02-25 Chong Yidong <cyd@gnu.org>
1071
1072 Add custom groups for VC backends, for consistency with vc-bzr.
1073
1074 * vc/vc-arch.el (vc-arch):
1075 * vc/vc-cvs.el (vc-cvs):
1076 * vc/vc-git.el (vc-git):
1077 * vc/vc-hg.el (vc-hg):
1078 * vc/vc-mtn.el (vc-mtn):
1079 * vc/vc-rcs.el (vc-rcs):
1080 * vc/vc-sccs.el (vc-sccs):
1081 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1082 All relevant defcustoms reassigned.
1083
3c9dfce6
CY
10842012-02-25 Chong Yidong <cyd@gnu.org>
1085
1339bf43
CY
1086 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1087
3c9dfce6
CY
1088 * term/x-win.el (x-initialize-window-system): Reduce default for
1089 x-selection-timeout to 5 seconds (Bug#8869).
1090
53a46cd0 10912012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 1092
53a46cd0 1093 * files.el (file-subdir-of-p): Fix typo.
14a8a663 1094
25b2e303 10952012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1096
ec70a47d
GM
1097 * files.el (files-equal-p, file-subdir-of-p): New functions.
1098 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1099 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1100 * dired-aux.el (dired-copy-file-recursive): Same.
1101 (dired-create-files): Modify destination when source is equal to
1102 dest when copying files.
53a46cd0 1103 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1104
914260cd
MA
11052012-02-24 Michael Albinus <michael.albinus@gmx.de>
1106
1107 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1108 (Bug#10874)
1109
2cb228f7
AM
11102012-02-23 Alan Mackenzie <acm@muc.de>
1111
1112 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1113 parameter "after-hook:" to allow the expansion to run code after
1114 the execution of the mode hooks.
1115
1116 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1117 from font-lock-mode-internal.
2cb228f7 1118
91027d08 1119 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1120 :after-hook.
1121
8f0fde21
SM
11222012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1123
3e88618b
SM
1124 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1125 (completion--cache-all-sorted-completions): New function.
1126 (completion-all-sorted-completions): Use it.
1127 (completion--do-completion, minibuffer-force-complete):
1128 Use it to re-instate the flush hook.
1129
8f0fde21
SM
1130 * icomplete.el (icomplete-completions): Replace last fix with a better
1131 one (bug#10850).
1132
8e911f6f
DG
11332012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1134
1135 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1136 when it might call us back infinitely (bug#10797).
1137
49fe4321
GM
11382012-02-23 Glenn Morris <rgm@gnu.org>
1139
1140 * minibuffer.el (completion-category-overrides): Doc fix.
1141
b291b572
SM
11422012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1145 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1146
31a9ef2e
GM
11472012-02-23 Glenn Morris <rgm@gnu.org>
1148
5e6e6794 1149 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1150 (authors-obsolete-files-regexps, authors-ignored-files)
1151 (authors-ambiguous-files, authors-renamed-files-alist):
1152 Add more entries.
1153
0bd1e074
JL
11542012-02-23 Juri Linkov <juri@jurta.org>
1155
1156 * isearch.el (isearch-occur): Sync interactive spec with occur's
1157 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1158
b617673c
JL
1159 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1160
19e9789e
JL
11612012-02-22 Juri Linkov <juri@jurta.org>
1162
1163 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1164 (ucs-insert): Doc fix. Check for hex digits in the string.
1165 Don't display `nil' in the error message. (Bug#10857)
1166
f41ce09d
AM
11672012-02-22 Alan Mackenzie <acm@muc.de>
1168
7a71b18d 1169 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1170
ac2eceee
GM
11712012-02-22 Glenn Morris <rgm@gnu.org>
1172
1173 * ffap.el (ffap-c-path):
1174 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1175
abd1f678
CY
11762012-02-22 Chong Yidong <cyd@gnu.org>
1177
1178 * custom.el (load-theme): Doc fix.
1179
f25aef2e
GM
11802012-02-22 Glenn Morris <rgm@gnu.org>
1181
1182 * dired-x.el (dired-guess-shell-alist-default):
1183 Remove escape sequences from nroff output. (Bug#172)
1184
5f8dc2ca
GM
11852012-02-21 Glenn Morris <rgm@gnu.org>
1186
6ff86ec4
GM
1187 * vc/emerge.el (emerge-defvar-local):
1188 Set `permanent-local' property rather than unused `preserved'.
1189
be3223a3 1190 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1191 (picture-mode-map): Use it. (Bug#10860)
1192 (picture-mode): Doc fix.
1193
3fe58f4f
JB
11942012-02-21 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * newcomment.el (uncomment-region-default): Remove unused binding.
1197
f9a998c3
GM
11982012-02-21 Glenn Morris <rgm@gnu.org>
1199
1200 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1201 (picture-self-insert, picture-tab-chars): Doc fix.
1202 (picture-mode-map): Fix C-a, C-e.
1203
c6029348
GM
12042012-02-20 Glenn Morris <rgm@gnu.org>
1205
1206 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1207
ab1ce9d7
LL
12082012-02-20 Leo Liu <sdl.web@gmail.com>
1209
1210 * icomplete.el (icomplete-completions): Check FROM arg before
1211 passing to substring (Bug#10850).
1212
0fd40f89
CY
12132012-02-19 Chong Yidong <cyd@gnu.org>
1214
1215 * comint.el: Require ansi-color.
1216 (comint-output-filter-functions): Add ansi-color-process-output.
1217
1218 * ansi-color.el: Don't set comint-output-filter-functions; it is
1219 now in the initial value defined in comint.el.
1220 (ansi-color-apply-face-function): New variable.
1221 (ansi-color-apply-on-region): Use it.
1222 (ansi-color-apply-overlay-face): New function.
1223
1224 * shell.el (shell): No need to require ansi-color.
1225 (shell-mode): Use ansi-color-apply-face-function to highlight
1226 color escapes using font-lock-face property (Bug#10835).
1227
20af2394
CY
12282012-02-19 Chong Yidong <cyd@gnu.org>
1229
1230 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1231 mode-line formats (Bug#10839).
1232
e23a3fbe
GM
12332012-02-18 Glenn Morris <rgm@gnu.org>
1234
b474519e
GM
1235 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1236
1237 * mail/undigest.el (unforward-rmail-message): Doc fix.
1238
e23a3fbe
GM
1239 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1240
57939ff4
EZ
12412012-02-18 Eli Zaretskii <eliz@gnu.org>
1242
1243 * international/characters.el (script-list): Sync with the latest
1244 Unicode Character Database.
1245
0c23686e
AS
12462012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1247
1248 * international/titdic-cnv.el: Remove duplicate coding tag.
1249 * language/cham.el: Likewise.
1250 * language/tai-viet.el: Likewise.
1251
6818b449
GM
12522012-02-18 Glenn Morris <rgm@gnu.org>
1253
1254 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1255 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1256 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1257 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1258 * calendar/holidays.el (holiday-bahai-holidays)
1259 (calendar-holidays, list-holidays):
1260 Use utf-8 Bahá'í in doc-strings, menus, etc.
1261
0311a3fc
TH
12622012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1263
1264 * saveplace.el (save-place-ignore-files-regexp): New variable
1265 allowing for excluding files from saving their location of point.
1266 The default value matches the temporary commit message editing
1267 files from Git, SVN, Bazaar, and Mercurial.
1268 (save-place-to-alist): Use it.
1269
eb864a71
LM
12702012-02-17 Lawrence Mitchell <wence@gmx.li>
1271 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * newcomment.el (uncomment-region-default): Don't leave extra space
1274 when an arg is provided (bug#8150).
1275
ee0ce425
TZ
12762012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1277
eb864a71 1278 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1279
95ddf442
GM
12802012-02-17 Glenn Morris <rgm@gnu.org>
1281
1282 * net/socks.el: Require network-stream. (Bug#10599)
1283
48dd1e39 12842012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1285
1286 * international/charprop.el:
1287 * international/uni-name.el:
1288 * international/uni-old-name.el:
1289 * international/uni-comment.el: Regenerate.
1290
d68cd087
GM
12912012-02-16 Glenn Morris <rgm@gnu.org>
1292
1293 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1294 Interactively in calendar buffer, give an error if not on a date.
1295
13932042
GM
12962012-02-15 Glenn Morris <rgm@gnu.org>
1297
1298 * shell.el (shell-delimiter-argument-list):
1299 Revert 2011-02-17 change. (Bug#8027)
1300
c3a70e2b
CY
13012012-02-15 Chong Yidong <cyd@gnu.org>
1302
60236b0d
CY
1303 * minibuffer.el (completion-at-point-functions): Doc fix.
1304
c3a70e2b
CY
1305 * custom.el (defcustom): Doc fix; note use of defvar.
1306
9f26dc24
GM
13072012-02-15 Glenn Morris <rgm@gnu.org>
1308
1309 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1310 Doc fixes.
1311
6546b134
GM
13122012-02-14 Glenn Morris <rgm@gnu.org>
1313
1314 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1315
d29b2b4c
LI
13162012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1317
1318 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1319 way the ports list is computed.
835bdcba
LI
1320 (smtpmail-query-smtp-server): Prompt the user for a port number if
1321 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1322
08dcdbc9
TZ
13232012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1324
1325 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1326
2605051a
GM
13272012-02-13 Glenn Morris <rgm@gnu.org>
1328
1329 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1330
7ee99f32
TZ
13312012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1332
1333 * net/gnutls.el (gnutls-trustfiles): New variable.
1334 (gnutls-negotiate): Use it.
1335
5f0af64f
LI
13362012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1337
1338 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1339 does its stuff if Gnus is running.
1340
c14fcc95
AM
13412012-02-13 Alan Mackenzie <acm@muc.de>
1342
1343 Fix a loop in c-set-fl-decl-start.
1344
7a71b18d 1345 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1346 c-backward-syntactic-ws actually moves backwards.
1347
142b4d90
LL
13482012-02-13 Leo Liu <sdl.web@gmail.com>
1349
1350 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1351 beginning so that all \C-o chars are removed.
1352
fa9958a6
TZ
13532012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1354
dc9924b8 1355 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1356
0bc5886a
AM
13572012-02-12 Alan Mackenzie <acm@muc.de>
1358
1359 Fix infinite loop with long macros.
1360 * cc-engine.el (c-state-safe-place): Handle macros properly.
1361
d4bd55e7
CY
13622012-02-12 Chong Yidong <cyd@gnu.org>
1363
1364 * window.el (display-buffer): Doc fix (Bug#10785).
1365
66f3fe22
GM
13662012-02-12 Glenn Morris <rgm@gnu.org>
1367
bd7da63e
GM
1368 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1369 (x-disown-selection-internal, x-get-selection-internal):
1370 Sync docs with the xselect.c versions.
1371
66f3fe22
GM
1372 * allout-widgets.el: Add missing license notice.
1373
3e0d2fa7
GM
13742012-02-11 Glenn Morris <rgm@gnu.org>
1375
cfecdf09
GM
1376 * select.el (x-get-selection-internal, x-own-selection-internal)
1377 (x-disown-selection-internal):
1378 * x-dnd.el (x-get-selection-internal): Update declarations.
1379
6d216d7f
GM
1380 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1381
2bed3f04
GM
1382 * window.el (window-sides-slots):
1383 * tool-bar.el (tool-bar-position):
1384 * term/xterm.el (xterm-extra-capabilities):
1385 * ses.el (ses-self-reference-early-detection):
1386 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1387 (verilog-auto-wire-type)
1388 (verilog-auto-delete-trailing-whitespace)
1389 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1390 (verilog-auto-tieoff-declaration):
1391 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1392 (sql-oracle-statement-starters, sql-oracle-scan-on):
1393 * progmodes/prolog.el (prolog-align-comments-flag)
1394 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1395 (prolog-left-indent-regexp, prolog-paren-indent-p)
1396 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1397 (prolog-types, prolog-mode-specificators)
1398 (prolog-determinism-specificators, prolog-directives)
1399 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1400 (prolog-electric-dot-flag)
1401 (prolog-electric-dot-full-predicate-template)
1402 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1403 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1404 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1405 (prolog-program-switches, prolog-prompt-regexp)
1406 (prolog-debug-on-string, prolog-debug-off-string)
1407 (prolog-trace-on-string, prolog-trace-off-string)
1408 (prolog-zip-on-string, prolog-zip-off-string)
1409 (prolog-use-standard-consult-compile-method-flag)
1410 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1411 (prolog-imenu-max-lines, prolog-info-predicate-index)
1412 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1413 (prolog-char-quote-workaround):
1414 * progmodes/cc-vars.el (c-defun-tactic):
1415 * net/tramp.el (tramp-encoding-command-interactive)
1416 (tramp-local-end-of-line):
1417 * net/soap-client.el (soap-client):
1418 * net/netrc.el (netrc-file):
1419 * net/gnutls.el (gnutls):
1420 * minibuffer.el (completion-category-overrides)
1421 (completion-cycle-threshold)
1422 (completion-pcm-complete-word-inserts-delimiters):
1423 * man.el (Man-name-local-regexp):
1424 * mail/feedmail.el (feedmail-display-full-frame):
1425 * international/characters.el (glyphless-char-display-control):
1426 * eshell/em-ls.el (eshell-ls-date-format):
1427 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1428 (lisp-lambda-list-keyword-parameter-indentation)
1429 (lisp-lambda-list-keyword-parameter-alignment):
1430 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1431 * dired-x.el (dired-omit-verbose):
1432 * cus-theme.el (custom-theme-allow-multiple-selections):
1433 * calc/calc.el (calc-highlight-selections-with-faces)
1434 (calc-lu-field-reference, calc-lu-power-reference)
1435 (calc-note-threshold):
1436 * battery.el (battery-mode-line-limit):
1437 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1438 (archive-7z-update):
1439 * allout.el (allout-prefixed-keybindings)
1440 (allout-unprefixed-keybindings)
1441 (allout-inhibit-auto-fill-on-headline)
1442 (allout-flattened-numbering-abbreviation):
1443 * allout-widgets.el (allout-widgets-auto-activation)
1444 (allout-widgets-icons-dark-subdir)
1445 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1446 (allout-widgets-theme-dark-background)
1447 (allout-widgets-theme-light-background)
1448 (allout-widgets-item-image-properties-emacs)
1449 (allout-widgets-item-image-properties-xemacs)
1450 (allout-widgets-run-unit-tests-on-load)
1451 (allout-widgets-time-decoration-activity)
1452 (allout-widgets-hook-error-post-time)
1453 (allout-widgets-track-decoration):
1454 Add missing :version tags to new defcustoms and defgroups.
1455
5fec1b8e
GM
1456 * progmodes/sql.el (sql-ansi-statement-starters)
1457 (sql-oracle-statement-starters): Add custom type.
1458
3e0d2fa7
GM
1459 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1460 (prolog-system-version): Give it a type.
1461
90b671e2
EZ
14622012-02-11 Eli Zaretskii <eliz@gnu.org>
1463
1464 * term/pc-win.el (x-select-text, x-selection-owner-p)
1465 (x-own-selection-internal, x-disown-selection-internal)
1466 (x-get-selection-internal): Sync doc strings and argument lists
1467 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1468
5eac0c02
LL
14692012-02-11 Leo Liu <sdl.web@gmail.com>
1470
1471 * progmodes/python.el (python-end-of-statement): Fix infinite
1472 loop. (Bug#10788)
1473
f82cb659
GM
14742012-02-10 Glenn Morris <rgm@gnu.org>
1475
1476 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1477 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1478
cc26d239
LI
14792012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1480
1481 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1482 about SMTP before checking the From header.
1483
91027d08 1484 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1485 into own function for reuse by emacsbug.el.
1486
1be3ca5a
LL
14872012-02-10 Leo Liu <sdl.web@gmail.com>
1488
1489 * subr.el (condition-case-unless-debug): Rename from
1490 condition-case-no-debug. All callers changed.
1491 (with-demoted-errors): Fix caller.
1492
1493 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1494 * nxml/rng-valid.el (rng-do-some-validation):
1495 * emacs-lisp/package.el (package-refresh-contents)
1496 (package-menu-execute):
1497 * desktop.el (desktop-create-buffer):
91027d08 1498 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1499
b011fbfe
GM
15002012-02-10 Glenn Morris <rgm@gnu.org>
1501
b2096d72
GM
1502 * textmodes/bibtex.el:
1503 Add missing :version tags for new/changed defcustoms.
1504
b011fbfe
GM
1505 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1506
4c7e65bf
LI
15072012-02-09 Lars Ingebrigtsen <larsi@rusty>
1508
1509 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1510 (smtpmail-via-smtp): Use it, or fall back on the From address.
1511 (smtpmail-send-it): Ditto.
1512
f3934f6f
SM
15132012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1516 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1517 (byte-compile-tmp-var): New const.
1518 (byte-compile-defvar): Use it to minimize .elc size.
1519 Just use `defvar' rather than simulate it (bug#10761).
1520
a075a2c5
GM
15212012-02-09 Glenn Morris <rgm@gnu.org>
1522
cf3aa21b
GM
1523 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1524
354998cd
GM
1525 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1526 Add :version tags.
1527
dc9924b8
SM
1528 * progmodes/compile.el (compilation-error-screen-columns)
1529 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1530
dab3703d
GM
1531 * vc/log-view.el (log-view-toggle-entry-display):
1532 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1533
3f88cd72
GM
1534 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1535 (report-emacs-bug-can-use-xdg-email):
1536 (report-emacs-bug-insert-to-mailer): Doc fixes.
1537 (report-emacs-bug): Message fix.
1538
d95b247d
GM
1539 * net/browse-url.el (browse-url-can-use-xdg-open)
1540 (browse-url-xdg-open): Doc fixes.
1541
a075a2c5
GM
1542 * electric.el (electric-indent-mode, electric-pair-mode)
1543 (electric-layout-rules, electric-layout-mode): Doc fixes.
1544 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1545
ffb6157e
MR
15462012-02-08 Martin Rudalics <rudalics@gmx.at>
1547
1548 * server.el (server-unselect-display): Don't inadvertently kill
1549 the current buffer. (Bug#10729)
1550
e1ac4066
GM
15512012-02-08 Glenn Morris <rgm@gnu.org>
1552
34e8a2da
GM
1553 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1554 (sql-list-table): Doc fixes.
1555
b4ac6e8c
GM
1556 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1557 Comment out (does nothing).
1558
e1ac4066
GM
1559 * completion.el (dynamic-completion-mode):
1560 * dirtrack.el (dirtrack-debug-mode):
1561 * electric.el (electric-layout-mode):
1562 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1563 * face-remap.el (text-scale-mode, buffer-face-mode):
1564 * iimage.el (iimage-mode):
1565 * image-mode.el (image-transform-mode):
1566 * minibuffer.el (completion-in-region-mode):
1567 * scroll-lock.el (scroll-lock-mode):
1568 * simple.el (next-error-follow-minor-mode):
1569 * tar-mode.el (tar-subfile-mode):
1570 * tooltip.el (tooltip-mode):
1571 * vcursor.el (vcursor-use-vcursor-map):
1572 * wid-browse.el (widget-minor-mode):
1573 * emulation/tpu-edt.el (tpu-edt-mode):
1574 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1575 * international/iso-ascii.el (iso-ascii-mode):
1576 * language/thai-util.el (thai-word-mode):
1577 * mail/supercite.el (sc-minor-mode):
1578 * net/goto-addr.el (goto-address-mode):
1579 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1580 * progmodes/cwarn.el (cwarn-mode):
1581 * progmodes/flymake.el (flymake-mode):
1582 * progmodes/glasses.el (glasses-mode):
1583 * progmodes/hideshow.el (hs-minor-mode):
1584 * progmodes/pascal.el (pascal-outline-mode):
1585 * textmodes/enriched.el (enriched-mode):
1586 * vc/smerge-mode.el (smerge-mode):
1587 Doc fixes (minor mode argument).
1588
5e0d957f
EZ
15892012-02-07 Eli Zaretskii <eliz@gnu.org>
1590
1591 * ls-lisp.el (ls-lisp-sanitize): New function.
1592 (ls-lisp-insert-directory): Use it to fix or remove any elements
1593 in file-alist with missing attributes. (Bug#4673)
1594
98d7371e
AM
15952012-02-07 Alan Mackenzie <acm@muc.de>
1596
1597 Fix spurious recognition of c-in-knr-argdecl.
1598
1599 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1600 putative K&R region.
1601
667ced3a
AM
16022012-02-07 Alan Mackenzie <acm@muc.de>
1603
eb864a71
LM
1604 * progmodes/cc-engine.el (c-forward-objc-directive):
1605 Prevent looping in "#pragma mark @implementation".
667ced3a 1606
5b77774d
MA
16072012-02-07 Michael Albinus <michael.albinus@gmx.de>
1608
1609 * notifications.el (notifications-on-closed-signal): Make `reason'
1610 optional. (Bug#10744)
1611
af008560
GM
16122012-02-07 Glenn Morris <rgm@gnu.org>
1613
60d47423
GM
1614 * emacs-lisp/easy-mmode.el (define-minor-mode):
1615 Doc fixes for the macro and the mode it defines.
1616
dd605cc4
GM
1617 * image.el (imagemagick-types-inhibit): Doc fix.
1618
af008560
GM
1619 * cus-start.el (imagemagick-render-type): Add it.
1620
5cc59a37
LI
16212012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1622
1623 * progmodes/cc-mode.el
1624 (c-standard-font-lock-fontify-region-function): Set the default at
1625 load time, too, so that `font-lock-fontify-buffer' can be called
1626 without setting up the entire mode first. This fixes a bug in
1627 `mm-inline-text' with C MIME parts.
1628
9a6dd747
CY
16292012-02-06 Chong Yidong <cyd@gnu.org>
1630
2d16b285
CY
1631 * simple.el (list-processes--refresh): Delete exited processes
1632 (Bug#8094).
1633
171e9b6e
CY
1634 * comint.el (comint-next-prompt): next-single-char-property-change
1635 and prev-single-char-property-change never return nil (Bug#8657).
1636
9a6dd747
CY
1637 * custom.el (defcustom): Doc fix (Bug#9711).
1638
aa4589a7
CY
16392012-02-05 Chong Yidong <cyd@gnu.org>
1640
5c2a252f
CY
1641 * cus-edit.el (custom-variable-reset-backup): Quote the value
1642 before storing it in the customized-value property (Bug#6712).
4aab9006 1643 (custom-display): Add a customization type tag.
983b9602 1644 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1645
aa4589a7
CY
1646 * wid-edit.el (widget-field-value-get): New optional arg to
1647 suppress trailing whitespace truncation.
1648 (character): Use it (Bug#2689).
1649
1ff980ae
AS
16502012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1651
1652 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1653 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1654
03988c98
CY
16552012-02-05 Chong Yidong <cyd@gnu.org>
1656
eeb6cc88
CY
1657 * cus-edit.el (custom-variable-value-create): For mismatched
1658 types, show the current value (Bug#7600).
1659
03988c98
CY
1660 * custom.el (defcustom): Doc fix.
1661
f8cdeef0
GM
16622012-02-05 Glenn Morris <rgm@gnu.org>
1663
1664 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1665
0696d255
JB
16662012-02-05 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1669 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1670 (pp-last-sexp): Use `looking-at-p'.
1671
34c99998
GM
16722012-02-04 Glenn Morris <rgm@gnu.org>
1673
8f05da42
GM
1674 * files.el (revert-buffer):
1675 Doc fix (mention revert-buffer-in-progress-p).
1676
f160676e
GM
1677 * emacs-lisp/ert-x.el (ert-simulate-command):
1678 Check deferred-action-list (which is obsolete) is bound.
1679
c7291ad9
GM
1680 * subr.el (with-wrapper-hook): Doc fixes.
1681
34c99998
GM
1682 * simple.el (filter-buffer-substring-functions)
1683 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1684
6283a7d3
LL
16852012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1686
1687 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1688 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1689
e96e3013
LL
16902012-02-04 Leo Liu <sdl.web@gmail.com>
1691
1692 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1693
8ded50f2
GM
16942012-02-04 Glenn Morris <rgm@gnu.org>
1695
82ff1d13
GM
1696 * image.el (image-extension-data): Add obsolete alias.
1697
987a0a16
GM
1698 * isearch.el (isearch-update): Doc fix.
1699
ea32ef46
GM
1700 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1701
8ded50f2
GM
1702 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1703
eea14f31
GM
17042012-02-03 Glenn Morris <rgm@gnu.org>
1705
1706 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1707 (image-animate-timeout): Doc fix.
1708
1709 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1710
12f381b7
GM
17112012-02-02 Glenn Morris <rgm@gnu.org>
1712
953cebf5
GM
1713 * server.el (server-auth-dir): Doc fix.
1714 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1715
12f381b7
GM
1716 * subr.el (run-mode-hooks): Doc fix.
1717
953a8c3b
JL
17182012-02-02 Juri Linkov <juri@jurta.org>
1719
1720 * image-mode.el (image-toggle-display-image): Remove tautological
1721 `major-mode' from the `derived-mode-p' test.
1722
c5d3843c
KH
17232012-02-02 Kenichi Handa <handa@m17n.org>
1724
9f6e692e 1725 * composite.el (compose-region): Cancel previous change.
c5d3843c 1726
159462d4 17272012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1728
1729 * composite.el (compose-region, compose-string): Signal error for
1730 a null string component (Bug#6988).
1731
9f562668
CY
17322012-02-01 Chong Yidong <cyd@gnu.org>
1733
e2cef717
CY
1734 * view.el (view-buffer-other-window, view-buffer-other-frame):
1735 Handle special modes like view-buffer (Bug#10650).
1736 (view-buffer): Simplify.
1737
9f562668
CY
1738 * frame.el (set-frame-font): Tweak meaning of third argument.
1739
9f6e692e
JB
1740 * dynamic-setting.el (font-setting-change-default-font):
1741 Use set-frame-font (Bug#9982).
9f562668 1742
781acb9f
GM
17432012-02-01 Glenn Morris <rgm@gnu.org>
1744
6035be52
GM
1745 * progmodes/compile.el (compilation-internal-error-properties):
1746 Respect compilation-first-column in the "*compilation*" buffer.
1747
781acb9f
GM
1748 * emacs-lisp/easy-mmode.el (define-minor-mode):
1749 Relax :variable's test for a named function.
1750
abbceb00
AM
17512012-01-31 Alan Mackenzie <acm@muc.de>
1752
1753 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1754 off by one error.
1755
fce3fdeb
CY
17562012-01-31 Chong Yidong <cyd@gnu.org>
1757
1758 * frame.el (set-frame-font): New arg ALL-FRAMES.
1759
1760 * menu-bar.el (menu-set-font): Use set-frame-font.
1761
1762 * faces.el (face-spec-reset-face): Don't apply unspecified
1763 attribute values to the default face.
1764
47893581
JB
17652012-01-31 Juanma Barranquero <lekktu@gmail.com>
1766
1767 * progmodes/cwarn.el (cwarn): Remove dead link.
1768 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1769 Remove * from defcustom docstrings.
1770 (turn-on-cwarn-mode): Make obsolete.
1771 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1772 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1773
e58e988a
GM
17742012-01-31 Glenn Morris <rgm@gnu.org>
1775
60dc2671 1776 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1777 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1778 Allow named functions to be used as the cdr of :variable.
e58e988a 1779
7a3f511d
GM
17802012-01-30 Glenn Morris <rgm@gnu.org>
1781
1782 * emacs-lisp/authors.el (authors-fixed-entries):
1783 Remove reference to deleted file rnewspost.el.
1784
cb882333
JB
17852012-01-29 Juanma Barranquero <lekktu@gmail.com>
1786
1787 * window.el (window-with-parameter): Remove unused variable `windows'.
1788 (window--side-check): Remove unused variable `code'.
1789 (window--resize-siblings): Remove unused variable `first'.
1790 (adjust-window-trailing-edge): Remove unused variable `failed'.
1791 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1792 Use `let', not `let*'.
1793 (balance-windows-2): Remove unused variable `found'.
1794 (window--state-put-2): Remove unused variable `splits'.
1795 (window-state-put): Remove unused variable `selected'.
1796 (same-window-p): Use `string-match-p'.
1797 (display-buffer-assq-regexp): Remove unused variable `value'.
1798 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1799 Mark argument ALIST as ignored.
1800 (pop-to-buffer): Remove unused variable `old-window'.
1801
907201af
EZ
18022012-01-29 Eli Zaretskii <eliz@gnu.org>
1803
1804 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1805 and .lzma compressed files.
1806
ea162670
CY
18072012-01-29 Chong Yidong <cyd@gnu.org>
1808
5b95ee8a
CY
1809 * frame.el (window-system-default-frame-alist): Doc fix.
1810
ea162670
CY
1811 * dynamic-setting.el (font-setting-change-default-font): Don't
1812 change the default face if SET-FONT argument is non-nil (Bug#9982).
1813
d6e6f4b1
SB
18142012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1815
1816 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1817
0f29fa41 18182012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1819
1820 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1821 breakpoints in files outside current directory (Bug#6098).
1822
db174434
CY
18232012-01-29 Chong Yidong <cyd@gnu.org>
1824
6b25e4e2
SE
1825 * progmodes/python.el: Require ansi-color at top-level.
1826
6df6ae42
JB
1827 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1828 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1829 (lisp-mode-abbrev-table): Add doc.
1830 (lisp-mode-variables): Don't set local-abbrev-table.
1831 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1832
e70ee681
RW
18332012-01-28 Roland Winkler <winkler@gnu.org>
1834
1835 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1836
ace88aa2
RW
18372012-01-28 Roland Winkler <winkler@gnu.org>
1838
1839 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1840 (bibtex-set-dialect): Use it. Either set global values of
1841 dialect-dependent variables or bind these variables buffer-locally
1842 (Bug#10254).
1843 (bibtex-mode): Call bibtex-set-dialect via
1844 hack-local-variables-hook.
eb864a71
LM
1845 (bibtex-dialect): Update docstring.
1846 Add safe-local-variable predicate.
ace88aa2
RW
1847 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1848 bibtex-set-dialect.
1849 (bibtex-mode-map): Define menu for each dialect.
1850 (bibtex-entry): Fix docstring.
1851
93376c5b
CY
18522012-01-28 Chong Yidong <cyd@gnu.org>
1853
1854 * eshell/esh-arg.el (eshell-quote-argument): New function.
1855
1856 * eshell/esh-ext.el (eshell-invoke-batch-file):
1857 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1858 first arg to eshell-parse-command (Bug#10523).
1859
4372494f
DA
18602012-01-28 Drew Adams <drew.adams@oracle.com>
1861
1862 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1863 `default-directory' is non-nil.
1864
4d4ec1f8
EZ
18652012-01-28 Eli Zaretskii <eliz@gnu.org>
1866
1867 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1868 line that displays system-configuration-options. (Bug#9924)
1869
7c188927
DA
18702012-01-28 Drew Adams <drew.adams@oracle.com>
1871
1872 * descr-text.el (describe-char): Show information about POS, in
1873 addition to information about the character at POS. Improve and
1874 update the doc string. Change "code point" to "code point in
1875 charset", to avoid confusion with the character's Unicode code
1876 point shown above that. (Bug#10129)
1877
e0da685a
EZ
18782012-01-28 Eli Zaretskii <eliz@gnu.org>
1879
1880 * descr-text.el (describe-char): Show the raw character, not only
1881 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1882 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1883 for the reasons.
1884
70550acf
PH
18852012-01-28 Phil Hagelberg <phil@hagelb.org>
1886
eb864a71
LM
1887 * emacs-lisp/package.el (package-install):
1888 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1889
0ce8e868
CY
18902012-01-28 Chong Yidong <cyd@gnu.org>
1891
cb882333
JB
1892 * emacs-lisp/package.el (package-maybe-load-descriptor):
1893 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1894 (package-maybe-load-descriptor): Use it.
1895 (package-download-transaction): Fully load required packages
1896 inside the loop, so that `require' calls work (Bug#10593).
1897 (package-install): No need to call package-initialize now.
1898
2e7f3bea
CY
18992012-01-28 Chong Yidong <cyd@gnu.org>
1900
6e9bad14
CY
1901 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1902
f823b8ca
CY
1903 * tooltip.el (tooltip-mode): Doc fix.
1904 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1905
2680c309
CY
1906 * frame.el (set-cursor-color): Doc fix (Bug#352).
1907
d7a9e63b
CY
1908 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1909 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1910
2e7f3bea
CY
1911 * cus-edit.el (custom-buffer-create-internal): Fix search button
1912 action (Bug#10542).
2ae01800 1913 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1914
fc4f7a23
EW
19152012-01-27 Eduard Wiebe <usenet@pusto.de>
1916
1917 * dired.el (dired-mark-files-regexp):
1918 Include any subdirectory components. (Bug#10445)
1919
7dd37071
ML
19202012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1921
1922 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1923 Handle [host]:port syntax. (Bug#10533)
1924
a268160b
AH
19252012-01-27 Alex Harsanyi <harsanyi@mac.com>
1926
1927 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1928
e43273ef
GM
19292012-01-26 Glenn Morris <rgm@gnu.org>
1930
1931 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1932 * term.el (term-raw-escape-map): Use Control-X-prefix.
1933 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1934
1edf595d
MR
19352012-01-25 Martin Rudalics <rudalics@gmx.at>
1936
1937 * window.el (window-state-get, window--state-get-1): Don't deal
1938 with fixed-sizeness of windows. Simplify code.
1939
fa8eafef
JC
19402012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1941
6df6ae42
JB
1942 * window.el (window--state-get-1, window--state-put-2):
1943 Don't save and restore the mark.
fa8eafef 1944
0b21c100
CY
19452012-01-25 Chong Yidong <cyd@gnu.org>
1946
1947 * custom.el (custom-variable-p): Doc fix.
1948
5ae1a6c8
GM
19492012-01-25 Glenn Morris <rgm@gnu.org>
1950
40047858
GM
1951 * dired.el (dired-goto-file): Handle some of the more common
1952 characters that `ls -b' escapes. (Bug#10596)
1953
5ddce96c
GM
1954 * progmodes/compile.el (compilation-next-error-function):
1955 Respect compilation-first-column in the "*compilation*" buffer.
1956 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1957
5ae1a6c8
GM
1958 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1959
b559f1a9
GM
19602012-01-24 Glenn Morris <rgm@gnu.org>
1961
1962 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1963
6725d21a
JD
19642012-01-24 Julien Danjou <julien@danjou.info>
1965
1966 * color.el (color-rgb-to-hsl): Fix value computing.
1967 (color-hue-to-rgb): New function.
1968 (color-hsl-to-rgb): New function.
1969 (color-clamp, color-saturate-hsl, color-saturate-name)
1970 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1971 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1972
70df4bbe
GM
19732012-01-24 Glenn Morris <rgm@gnu.org>
1974
1975 * vc/vc-rcs.el (vc-rcs-create-tag):
1976 * vc/vc-sccs.el (vc-sccs-create-tag):
1977 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1978
802a2ae2
ML
19792012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1980
1981 * eshell/esh-util.el (eshell-read-hosts-file):
1982 Skip comment lines. (Bug#10549)
1983
d7128bb1
ML
1984 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1985
d1a5c3b4
JB
19862012-01-23 Juanma Barranquero <lekktu@gmail.com>
1987
2724d9c7
JB
1988 * subr.el (display-delayed-warnings): Doc fix.
1989 (collapse-delayed-warnings): New function to collapse identical
1990 adjacent warnings.
1991 (delayed-warnings-hook): Add it.
d1a5c3b4 1992
a5509865
MA
19932012-01-22 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1996
1997 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1998 properties, when "login-as" is set.
1999
2000 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2001 (tramp-default-user-alist): Don't add "pscp".
2002 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2003 property "login-as", if set. (Bug#10530)
2004
cc6d5805
MA
20052012-01-21 Michael Albinus <michael.albinus@gmx.de>
2006
2007 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2008 "plink1" and "psftp". (Bug#10530)
2009
20102012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2011
2012 * international/mule-cmds.el (prefer-coding-system): Show a
2013 warning message if the default value of file-name-coding-system
2014 was not changed.
2015
f0960428
JC
20162012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2017
cb882333
JB
2018 * windmove.el (windmove-reference-loc):
2019 Fix windmove-reference-loc miscalculation.
f0960428 2020
dd6f2a63
JB
20212012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2022
2023 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2024 default unit.
2025
7b447e9b
GM
20262012-01-21 Glenn Morris <rgm@gnu.org>
2027
117a9ea1
GM
2028 * international/mule.el (auto-coding-alist): Add .tbz.
2029
7b447e9b
GM
2030 * files.el (local-enable-local-variables): Doc fix.
2031 (inhibit-local-variables-regexps): Rename from
2032 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2033 Doc fix. Add some extensions from auto-coding-alist.
2034 (inhibit-local-variables-suffixes):
2035 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2036 (inhibit-local-variables-p):
2037 New function, extracted from set-auto-mode-1.
2038 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2039 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2040 (hack-local-variables): Doc fix. Make the mode-only case
2041 respect enable-local-variables and friends.
2042 Respect inhibit-local-variables-regexps for file-locals, but
2043 not for directory-locals.
2044 (set-visited-file-name):
2045 Take account of inhibit-local-variables-regexps.
2046 Whether it applies may change as the file name is changed.
2047 * jka-cmpr-hook.el (jka-compr-install):
2048 * jka-compr.el (jka-compr-uninstall):
2049 Update for inhibit-first-line-modes-suffixes name change.
2050
dd6e3cdd
MR
20512012-01-20 Martin Rudalics <rudalics@gmx.at>
2052
2053 * help-macro.el (make-help-screen): Temporarily restore original
2054 binding for minor-mode-map-alist (Bug#10454).
2055
0d0deb38
JD
20562012-01-19 Julien Danjou <julien@danjou.info>
2057
2058 * color.el (color-name-to-rgb): Use the white color to find the max
2059 color component value and return correctly computed values.
2060 (color-name-to-rgb): Add missing float conversion for max value.
2061
34a02f46
MR
20622012-01-19 Martin Rudalics <rudalics@gmx.at>
2063
2064 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2065 special state value for window-persistent-parameters.
2066 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2067 (window--state-put-2): Reset all window parameters to nil before
2068 assigning values of persistent parameters.
2069
606c44c4
AM
20702012-01-18 Alan Mackenzie <acm@muc.de>
2071
2072 Eliminate sluggishness and hangs in fontification of "semicolon
2073 deserts".
2074
cb882333
JB
2075 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2076 Change value 10000 -> 3000.
606c44c4
AM
2077 (c-state-safe-place): Reformulate so it doesn't stack up an
2078 infinite number of wrong entries in c-state-nonlit-pos-cache.
2079 (c-determine-limit-get-base, c-determine-limit): New functions to
2080 determine backward search limits disregarding literals.
2081 (c-find-decl-spots): Amend commenting.
2082 (c-cheap-inside-bracelist-p): New function which detects "={".
2083
2084 * progmodes/cc-fonts.el
2085 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2086 backward search.
2087 (c-font-lock-declarations): Fix an occurrence of point being
2088 undefined. Check additionally for point being in a bracelist or
2089 near a macro invocation without a semicolon so as to avoid a
2090 fruitless time consuming search for a declarator. Give a more
2091 precise search limit for declarators using the new
2092 c-determine-limit.
2093
f3860cea
GM
20942012-01-18 Glenn Morris <rgm@gnu.org>
2095
2096 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2097 (set-auto-mode): Doc fixes.
2098
1db03b16
GM
20992012-01-17 Glenn Morris <rgm@gnu.org>
2100
0e6038be
GM
2101 * isearch.el (search-nonincremental-instead): Fix doc typo.
2102
1db03b16
GM
2103 * dired.el (dired-insert-directory): Handle newlines in directory name.
2104 (dired-build-subdir-alist): Unescape newlines in directory name.
2105
4cb0aa75
MA
21062012-01-17 Michael Albinus <michael.albinus@gmx.de>
2107
2108 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2109 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2110 (tramp-action-terminal): Use it. (Bug#10530)
2111
1d00653d
SM
21122012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2115
6a6ee00d
MR
21162012-01-16 Martin Rudalics <rudalics@gmx.at>
2117
2118 * window.el (window-state-ignored-parameters): Remove variable.
2119 (window--state-get-1): Rename argument MARKERS to IGNORE.
2120 Handle persistent window parameters. Make copy of clone-of
2121 parameter only if requested. (Bug#10348)
2122 (window--state-put-2): Install a window parameter only if it has
2123 a non-nil value or an existing parameter shall be overwritten.
2124
97912def
MA
21252012-01-15 Michael Albinus <michael.albinus@gmx.de>
2126
2127 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2128
688070a5
EZ
21292012-01-14 Eli Zaretskii <eliz@gnu.org>
2130
2131 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2132 don't pass the (nil) value of `upnode' to string-match.
2133
301afadc
CY
21342012-01-14 Chong Yidong <cyd@gnu.org>
2135
2136 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2137 Fix values recognized by the cursorBlink resource.
301afadc 2138
9e5788aa
PE
21392012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2140
2141 * epg.el (epg--make-temp-file): Avoid permission race condition
2142 when running on old Emacs versions (bug#10403).
2143
3cdb7f5a
GM
21442012-01-14 Glenn Morris <rgm@gnu.org>
2145
2146 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2147
8c82b1b4
AM
21482012-01-13 Alan Mackenzie <acm@muc.de>
2149
2150 Fix filling for when filladapt mode is enabled.
2151
2152 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2153 c-mask-paragraph, pass in `fill-paragraph' rather than
2154 `fill-region-as-paragraph'. (This is a reversion of a previous
2155 change.)
eb864a71
LM
2156 * progmodes/cc-mode.el (c-basic-common-init):
2157 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2158
e517eda4
GM
21592012-01-13 Glenn Morris <rgm@gnu.org>
2160
1498536e
GM
2161 * dired.el (dired-switches-escape-p): New function.
2162 (dired-insert-directory): Use dired-switches-escape-p.
2163 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2164
e517eda4
GM
2165 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2166
328f984d
GM
21672012-01-12 Glenn Morris <rgm@gnu.org>
2168
2169 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2170 changes in adaptive-fill-regexp. (Bug#10276)
2171
2cc769a8
AM
21722012-01-11 Alan Mackenzie <acm@muc.de>
2173
2174 Fix Emacs bug #10463 - put `widen's around the critical spots.
2175
1d00653d 2176 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2177 widen around each invocation of c-state-pp-to-literal. Remove an
2178 unused let variable.
2179
e52c37fa
GM
21802012-01-11 Glenn Morris <rgm@gnu.org>
2181
2182 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2183 Doc fix.
e52c37fa 2184
96f8741e
CY
21852012-01-10 Chong Yidong <cyd@gnu.org>
2186
1d00653d
SM
2187 * net/network-stream.el (network-stream-open-starttls):
2188 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2189 response to the capability command.
2190
b09a806e
GM
21912012-01-10 Glenn Morris <rgm@gnu.org>
2192
2193 * mail/unrmail.el (unrmail): Tweak previous change.
2194
7655cb66
CY
21952012-01-09 Chong Yidong <cyd@gnu.org>
2196
2197 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2198
9d5a8f0b
AM
21992012-01-08 Alan Mackenzie <acm@muc.de>
2200
2201 Optimise font locking in long enum definitions.
2202
2203 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2204 arm to a cond form to handle enums.
2205 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2206 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2207
9a0115ab 22082012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2209
2210 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2211 (Bug#10401)
6bb72cbd 2212
f186bb95
LMI
22132012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2214
29232a68
LMI
2215 * faces.el (set-face-attribute): Clarify the meaning of the nil
2216 frame (bug#10294).
2217
4e5d086d
LMI
2218 * subr.el (with-selected-frame): Mention that the selected frame
2219 is restored (bug#9980).
2220
8e66aebe
LMI
2221 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2222 (bug#9759).
2223
cd394be1 2224 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2225 (password-read): Don't autoload unused function.
2226
adf4e762
JB
22272012-01-07 Juanma Barranquero <lekktu@gmail.com>
2228
2229 * progmodes/which-func.el (which-func-mode): Turn into a
2230 non-interactive function and mark as obsolete (bug#10428).
2231
89bd9ccd
CY
22322012-01-06 Chong Yidong <cyd@gnu.org>
2233
2234 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2235 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2236 functions, along with 1 and -1.
2237
4afee9d5
EZ
22382012-01-06 Eli Zaretskii <eliz@gnu.org>
2239
2240 * time.el (display-time-load-average)
2241 (display-time-default-load-average): Doc fixes. See the thread
2242 starting at
2243 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2244 for the details.
2245
536aea70
GM
22462012-01-06 Glenn Morris <rgm@gnu.org>
2247
665ae865
GM
2248 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2249 has no messages. (Bug#10377)
2250
c869783d
GM
2251 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2252 than Info-edit. (Bug#10385)
2253
2bb4227e
GM
2254 * time.el (display-time-load-average, display-time-next-load-average):
2255 Doc fixes.
2256
7d5944b9
GM
2257 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2258 local setting of buffer-read-only to the input buffer. (Bug#10419)
2259
536aea70
GM
2260 * calendar/calendar.el (calendar-mode):
2261 Locally set scroll-margin to 0. (Bug#10379)
2262
7dccca16
UM
22632012-01-06 Ulrich Mueller <ulm@gentoo.org>
2264
2265 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2266
afbb7930
GM
22672012-01-05 Glenn Morris <rgm@gnu.org>
2268
2269 * eshell/em-unix.el (diff-no-select): Autoload it.
2270 (eshell/diff): Use diff-no-select. (Bug#10420)
2271
04482335
CY
22722012-01-05 Chong Yidong <cyd@gnu.org>
2273
7baca3bc
CY
2274 * shell.el (shell-dynamic-complete-functions): Revert last change.
2275 (shell-command-completion-function): New function.
2276 (shell-completion-vars): Use it to implement
2277 shell-completion-execonly (Bug#10417).
2278
04482335
CY
2279 * custom.el (enable-theme): Don't set custom-safe-themes.
2280
1d00653d
SM
2281 * cus-theme.el (custom-theme-merge-theme):
2282 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2283
bb5aa5d6
MM
22842012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2285
2286 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2287 first prompt in `sql-interacive-mode'.
2288 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2289 keywords.
6df6ae42 2290 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2291 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2292 context of original buffer. Invoke `sql-login-hook'.
2293
a7183d7c
EZ
22942012-01-04 Eli Zaretskii <eliz@gnu.org>
2295
2296 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2297 letters in cite-prefix.
2298
a1eacd1e
LMI
22992012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2300
2301 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2302
787cdb34
CY
23032012-01-03 Chong Yidong <cyd@gnu.org>
2304
1d00653d
SM
2305 * shell.el (shell-dynamic-complete-functions):
2306 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2307 comint-filename-completion first (Bug#10417).
2308
30710442
RS
23092012-01-02 Richard Stallman <rms@gnu.org>
2310
2311 * battery.el (battery-status-function):
2312 Detect when to use battery-yeeloong-sysfs.
2313 (battery-echo-area-format): Add string for Yeeloong.
2314 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2315 (battery-yeeloong-sysfs): New function.
2316
f75bfc33
CY
23172012-01-02 Chong Yidong <cyd@gnu.org>
2318
2319 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2320 (dirtrack): Merge code for handling relative filenames in prompt
2321 from shell-dir-cookie-watcher.
2322 (dirtrack-debug-message): New arg to avoid excess format calls.
2323
2324 * shell.el (shell-dir-cookie-re): Variable deleted.
2325 (shell-dir-cookie-watcher): Function deleted.
2326 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2327 with dirtrack-mode.
2328
651e947e
EZ
23292012-01-01 Eli Zaretskii <eliz@gnu.org>
2330
1d00653d
SM
2331 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2332 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2333 libgnutls-26.dll.
2334
94d4c7dc
AS
23352011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2336
2337 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2338
8d43f3cd
EZ
23392011-12-31 Eli Zaretskii <eliz@gnu.org>
2340
2341 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2342 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2343
98c8795a
MA
23442011-12-29 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2347 also for alternative shells.
2348 (tramp-open-connection-setup-interactive-shell): Check, whether
2349 the shell is a busybox.
2350 (tramp-send-command): Don't suppress multiple prompts for
2351 busyboxes, it hurts.
2352
51281b32
CY
23532011-12-28 Chong Yidong <cyd@gnu.org>
2354
2355 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2356 (gdb-get-source-file): Move mode line update to
2357 gdb-get-source-file (Bug#10087).
2358
2170cb53
CY
23592011-12-25 Chong Yidong <cyd@gnu.org>
2360
2361 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2362 gud-gdb-marker-filter without taking it as an argument.
2363 (gud-gdb-run-command-fetch-lines): Caller changed.
2364 (gud-gdb-completion-function): New variable.
2365 (gud-gdb-completion-at-point): Use it.
2366 (gud-gdb-completions-1): Split from gud-gdb-completions.
2367
2368 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2369 function as separate arguments.
2370 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2371 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2372 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2373 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2374 (gdb-stopped, def-gdb-auto-update-trigger)
2375 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2376 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2377 Callers changed.
2170cb53
CY
2378 (gud-gdbmi-completions): New function.
2379 (gdb): Use it for generating the completion table.
2380
be8b11bb
AM
23812011-12-24 Alan Mackenzie <acm@muc.de>
2382
2383 Introduce a mechanism to widen the region used in context font
1d00653d 2384 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2385
1d00653d
SM
2386 * progmodes/cc-langs.el (c-before-font-lock-functions):
2387 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2388 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2389 functions to be run just before context (etc.) font locking.
2390
2391 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2392 New, functionality extracted from
be8b11bb 2393 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2394 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2395 (c-after-change): Set c-in-after-change-fontification.
2396 (c-set-fl-decl-start): Rejig its interface, so it can be called
2397 from both after-change and context fontifying.
b81d40f0
JB
2398 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2399 New functions.
2400 (c-standard-font-lock-fontify-region-function): New variable.
2401 (c-font-lock-fontify-region): New function.
be8b11bb 2402
341cf6ac
JL
24032011-12-24 Juri Linkov <juri@jurta.org>
2404
2405 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2406 (Bug#10348)
2407
bffcee0a
MA
24082011-12-23 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2411 existence of source file. (Bug#10325)
2412
cb5e207c
AM
24132011-12-23 Alan Mackenzie <acm@muc.de>
2414
2415 Fix unstable fontification inside templates.
2416
b81d40f0
JB
2417 * progmodes/cc-langs.el (c-before-font-lock-functions):
2418 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2419 additionally has c-set-fl-decl-start. The other languages (apart
2420 from AWK) have that as a single entry.
2421
b81d40f0
JB
2422 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2423 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2424 c-set-fl-decl-start.
2425
b81d40f0
JB
2426 * progmodes/cc-mode.el (c-common-init, c-after-change):
2427 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2428 (c-set-fl-decl-start): New function, extracted from
2429 c-font-lock-enclosing-decls and enhanced.
2430
60ff536c
JB
24312011-12-23 Juanma Barranquero <lekktu@gmail.com>
2432
2433 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2434
1c4757d6
JL
24352011-12-22 Juri Linkov <juri@jurta.org>
2436
2437 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2438
d031f2c7
CY
24392011-12-22 Chong Yidong <cyd@gnu.org>
2440
2441 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2442
bace743a
DA
24432011-12-21 Drew Adams <drew.adams@oracle.com>
2444
2445 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2446
728a1f2b
JC
24472011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2448
2449 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2450
0d373f73
TZ
24512011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2452
fec0aaa4
TZ
2453 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2454 highlighting and support. Fix up comments for capitalization.
2455 (cfengine-mode-debug): New var.
2456 (cfengine3-mode): Change the modeline indicator to "CFE3".
2457 (cfengine3-font-lock-keywords): Improve defun highlighting.
2458 (cfengine2-actions): Rename from `cfengine-actions'.
2459 (cfengine2-font-lock-keywords): Rename from
2460 `cfengine-font-lock-keywords'.
2461 (cfengine2-imenu-expression): Rename from
2462 `cfengine-imenu-expression'.
2463 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2464 (cfengine2-beginning-of-defun): Rename from
2465 `cfengine-beginning-of-defun'.
2466 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2467 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2468 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2469 modeline indicator to "CFE2".
2470 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2471 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2472
bc86f573
CY
24732011-12-21 Chong Yidong <cyd@gnu.org>
2474
2475 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2476 filename argument.
2477
d45ba96b
MR
24782011-12-20 Martin Rudalics <rudalics@gmx.at>
2479
2480 * window.el (window-normalize-buffer-to-display): Remove.
2481 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2482
a6198c90
CY
24832011-12-19 Chong Yidong <cyd@gnu.org>
2484
2485 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2486 Don't signal an error in a predicate function; return non-nil.
2487 (vc-dir-mark-file): Move the error here.
2488 (vc-dir-mark-unmark): If acting on the region, keep going if one
2489 of the entries cannot be marked/unmarked.
2490 (vc-dir-mark-all-files): If current entry is a directory, mark
2491 only child files, as documented.
2492
34c5fb55
VB
24932011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2494
2495 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2496 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2497 addition.
2498
c803b2b7
JD
24992011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2500
2501 * term/ns-win.el (ns-get-selection-internal)
2502 (ns-store-selection-internal): Declare.
1154d12e
JB
2503 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2504 Declare as obsolete.
2505 (ns-get-pasteboard, ns-paste-secondary):
2506 Use ns-get-selection-internal.
2507 (ns-set-pasteboard, ns-copy-including-secondary):
2508 Use ns-store-selection-internal.
c803b2b7 2509
9cff91f8 25102011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2511
2512 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2513 (vc-deduce-fileset): Doc fix.
99a289d9 2514
f16c898a
AS
25152011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2516
2517 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2518
763237c4
SS
25192011-12-13 Sam Steingold <sds@gnu.org>
2520
2521 * man.el (Man-getpage-in-background): When running under a
2522 window-system, ignore $MANWIDTH and $COLUMNS.
2523
5fc1c122
KH
25242011-12-15 Kenichi Handa <handa@m17n.org>
2525
2526 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2527 (setup-ethiopic-environment-internal): Comment out key-binding for
2528 ethio-toggle-punctuation.
2529
13d49cbb
AM
25302011-12-13 Alan Mackenzie <acm@muc.de>
2531
898169a2
AM
2532 Add the switch statement to AWK Mode.
2533
7a71b18d 2534 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2535 "default" to the keywords regexp.
2536
7a71b18d 2537 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2538 expression as the rest.
1d00653d
SM
2539 (c-nonlabel-token-key): Allow string literals for AWK.
2540 Refactor for the other modes.
898169a2 2541
13d49cbb 2542 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2543 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2544 routines. Limit backward searching in c-font-lock-enclosing.decl.
2545
2546 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2547 pp-state and literal type in addition to the limits.
1d00653d 2548 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2549 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2550 (c-slow-in-literal, c-fast-in-literal): Remove.
2551 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2552
2553 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2554 being in a literal. Add a limit for backward searching.
2555
2556 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2557 c-slow-in-literal.
2558
15e0efc7
SM
25592011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2562
454592a6
MR
25632011-12-13 Martin Rudalics <rudalics@gmx.at>
2564
2565 * window.el (delete-other-windows): Use correct frame in call to
2566 window-with-parameter.
2567
87393f26
DP
25682011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2569
2570 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2571 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2572 (makefile-gmake-statements, makefile-makepp-statements):
2573 Use it and add new makepp keywords.
2574 (makefile-makepp-font-lock-keywords): Add new patterns.
2575 (makefile-match-function-end): Match new [...] and [[...]].
2576
11636b22
JB
25772011-12-11 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * ses.el (ses-call-printer-return, ses-cell-property-get)
2580 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2581 (ses-create-cell-variable, ses-reset-header-string)
2582 (ses-cell-set-formula, ses-repair-cell-reference-all)
2583 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2584 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2585 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2586 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2587 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2588 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2589 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2590 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2591 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2592 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2593 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2594 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2595
cf018193
VB
25962011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2597
2598 * ses.el: The overall change is to add cell renaming, that is
2599 setting fancy names for cell symbols other than name matching
2600 "\\`[A-Z]+[0-9]+\\'" regexp .
2601 (ses-create-cell-variable): New defun.
2602 (ses-relocate-formula): Relocate formulas only for cells the
2603 symbols of which are not renamed, i.e. symbols whose names do not
2604 match regexp "\\`[A-Z]+[0-9]+\\'".
2605 (ses-relocate-all): Relocate values only for cells the symbols of
2606 which are not renamed.
2607 (ses-load): Create cells variables as the (ses-cell ...) are read,
2608 in order to check row col consistency with cell symbol name only
2609 for cells that are not renamed.
2610 (ses-replace-name-in-formula): New defun.
2611 (ses-rename-cell): New defun.
2612
ee957461
CY
26132011-12-11 Chong Yidong <cyd@gnu.org>
2614
2615 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2616 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2617
9a9e9ef0
MR
26182011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2619
2620 * window.el (other-window): Fix docstring.
2621
92a8eba5
EZ
26222011-12-10 Eli Zaretskii <eliz@gnu.org>
2623
2624 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2625 `from' or `to' address before taking its substring.
2626 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2627 encoded name is chopped in the middle of the encoded string, and
2628 thus displayed encoded.
2629
e152e577
JB
26302011-12-10 Juanma Barranquero <lekktu@gmail.com>
2631
2632 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2633
e5d84bfe
EZ
26342011-12-10 Eli Zaretskii <eliz@gnu.org>
2635
2636 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2637 to use texinfo-update-node and commands that call it if the
2638 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2639 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2640 (texinfo-all-menus-update, texinfo-master-menu)
2641 (texinfo-update-node, texinfo-every-node-update)
2642 (texinfo-multiple-files-update): Doc fix. Warn against updating
2643 all the @node lines.
2644 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2645 argument is numeric. Explain better in the doc string what the
2646 function really does.
2647 (texinfo-insert-master-menu-list): Improve the error message
2648 displayed if there's no menu in the Top node.
2649 (Bug#2975) See also this thread:
e5d84bfe
EZ
2650 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2651
1d84e9bb
MG
26522011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2653
2654 * speedbar.el (speedbar-supported-extension-expressions):
2655 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2656
382c953b
JB
26572011-12-09 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * printing.el (pr-mode-alist):
2660 * simple.el (filter-buffer-substring-functions)
2661 (completion-list-insert-choice-function):
2662 * window.el (window-with-parameter, window-atom-root)
2663 (window-sides-slots, window-size-fixed, window-min-delta)
2664 (window-max-delta, window--resize-mini-window)
2665 (window--resize-child-windows-normal, window-tree)
2666 (delete-other-windows, quit-window, split-window)
2667 (display-buffer-record-window, special-display-buffer-names)
2668 (special-display-regexps, special-display-popup-frame)
2669 (same-window-p, split-window-sensibly)
2670 (display-buffer-overriding-action, display-buffer-alist)
2671 (display-buffer-base-action, display-buffer, switch-to-buffer)
2672 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2673 (fit-window-to-buffer, recenter-positions)
2674 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2675 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2676 and remove unneeded backslashes in docstrings.
2677
39c9faef
SM
26782011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2679
98449af8
SM
2680 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2681
39c9faef
SM
2682 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2683 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2684 end in ".mk".
2685 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2686 when reading the makefile (bug#10116).
2687
86ed9fdc
SM
26882011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2691 (bug#10116).
2692
5580f89d
GM
26932011-12-06 Glenn Morris <rgm@gnu.org>
2694
2695 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2696
28d3917c
CY
26972011-12-06 Chong Yidong <cyd@gnu.org>
2698
2699 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2700
a98edce9
JB
27012011-12-06 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * textmodes/table.el (table-shorten-cell): Fix typo.
2704
e65adfac
CG
27052011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2706
2707 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2708
71cc0b74
EZ
27092011-12-05 Eli Zaretskii <eliz@gnu.org>
2710
2711 * descr-text.el (describe-char): Fix display of strong
2712 right-to-left characters and directional embeddings and overrides.
2713
2714 * simple.el (what-cursor-position): Fix display of codepoints of
2715 strong right-to-left characters.
2716
315bc30d
CY
27172011-12-05 Chong Yidong <cyd@gnu.org>
2718
2719 * faces.el (read-color): Doc fix.
2720
58a70b94
GM
27212011-12-05 Glenn Morris <rgm@gnu.org>
2722
2723 * align.el (align--set-marker): Add doc-string.
2724 Don't try to move something that is not a marker. (Bug#10216)
2725
5158face
GM
27262011-12-04 Glenn Morris <rgm@gnu.org>
2727
2728 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2729 overly zealous deletion of trailing whitespace.
2730
520fca41
JB
27312011-12-04 Juanma Barranquero <lekktu@gmail.com>
2732
2733 * server.el (server-delete-client): On Windows, do not try to delete
2734 the only terminal.
2735 (server-process-filter): On Windows, treat requests for a tty frame as
2736 if they were for a GUI frame if the running server is in GUI mode.
2737
5e605a2e
GM
27382011-12-03 Glenn Morris <rgm@gnu.org>
2739
2740 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2741
5c3fe83f
SM
27422011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2743
6f5e57e7
SM
2744 * electric.el: Streamline electric-indent's hook.
2745 (electric-indent-chars): Revert to simple list.
2746 (electric-indent-functions): New var.
2747 (electric-indent-post-self-insert-function): Use it.
2748
5c3fe83f
SM
2749 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2750 there's no inferior buffer (bug#10196).
2751 (prolog-consult-compile): Don't use toggle-read-only.
2752
6bdac736
MA
27532011-12-02 Michael Albinus <michael.albinus@gmx.de>
2754
2755 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2756 interrupt. (Bug#10187)
2757
6131ba7f
SM
27582011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2759
99c79fee
SM
2760 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2761 (bug#9160).
2762
6131ba7f
SM
2763 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2764 (bug#10191).
2765
cb0a02ea
JL
27662011-12-02 Juri Linkov <juri@jurta.org>
2767
2768 * info.el (Info-search): Display "end of manual" when Isearch
2769 reaches the end of single-file Info manual. (Bug#9918)
2770
66e0570c
EZ
27712011-12-02 Eli Zaretskii <eliz@gnu.org>
2772
2773 * isearch.el (isearch-message-prefix): Run the input method part
2774 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2775
02b16839
JL
27762011-12-02 Juri Linkov <juri@jurta.org>
2777
2778 * isearch.el (isearch-occur): Use `word-search-regexp' for
2779 `isearch-word'.
2780 (isearch-search-and-update): Add condition for `isearch-word' and
2781 call `word-search-regexp'. (Bug#10145)
2782
0b950688
GM
27832011-12-01 Glenn Morris <rgm@gnu.org>
2784
2785 * eshell/em-hist.el (eshell-hist-initialize):
2786 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2787 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2788
9505c3c7
SM
27892011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2792
1bbe96b2 27932011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2794
a1beca85
SM
2795 * progmodes/verilog-mode.el (verilog-pretty-expr):
2796 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2797 verilog, such as += *= and the like.
2798 (verilog-assignment-operator-re): Regular expression to find the
2799 assigment operator in a verilog assignment.
2800 (verilog-assignment-operation-re): Regular expression to find an
2801 assignment statement for pretty-expr.
2802 (verilog-in-attribute-p): Query returns true if point is in an
2803 attribute context; used to skip these for expression line up from
2804 pretty-expr.
2805 (verilog-in-parameter-p): Query returns true if point is in an
2806 parameter definition context; used to skip these for expression
2807 line up from pretty-expr.
2808 (verilog-in-parenthesis-p): Query returns true if point is in a
2809 parenthetical expression, specifically ( ) but not [ ] or { };
2810 used by pretty-expr.
2811 (verilog-just-one-space): If there is no space, don't add one.
2812 (verilog-get-lineup-indent-2): Specifically skip just attribute
2813 contexts for expression lineup, rather than skipping all
2814 parenthetical expressions.
2815 (verilog-calculate-indent): Fix comment, and fix indent.
2816 (verilog-do-indent): Indent declarations in lists (suggested by
2817 Joachim Lechner).
2818 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2819 skeleton items.
2820 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2821 by Alain Mellan).
2822
1bbe96b2 28232011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2824
2825 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2826 parameters with embedded comments. Reported by Ray Stevens.
2827 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2828 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2829 Reported by Tim Holt.
2830 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2831 instantiated by upper module causing wrong expansion until AUTOed a
2832 second time. Reported by K C Buckenmaier.
2833 (verilog-diff-auto): Fix showing .* as a difference when
2834 `verilog-auto-star-save' off. Reported by Dan Dever.
2835 (verilog-auto-reset, verilog-read-always-signals)
2836 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2837 temporary signals in reset list if
2838 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2839 style to each signal's assignment type, bug381.
2840 Reported by Thomas Esposito.
6288f0ca
WS
2841 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2842 (verilog-uvm-statement-re): Support UVM indentation and
2843 highlighting, with old OVM keywords only.
a1beca85 2844 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2845 Support AUTOTIEOFF creating non-wire data types.
2846 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2847 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2848 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2849 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2850 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2851 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2852 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2853 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2854 non-numeric vector width. Reported by Alex Reed.
2855 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2856 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2857 (verilog-auto-delete-trailing-whitespace):
2858 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2859 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2860 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2861 Fix verilog-scan-cache corruption when running user AUTO expansion
2862 hooks that call indentation routines.
2863 (verilog-simplify-range-expression): Fix typo ignoring lower case
2864 identifiers.
2865 (verilog-delete-auto): Fix delete-autos to also remove user created
2866 automatics, as long as they start with AUTO.
2867 (verilog-batch-diff-auto, verilog-diff-auto)
2868 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2869 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2870 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2871 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2872 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2873 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2874 is disabled and its cache will get corrupt, causing AUTOS not to
2875 expand. Instead use only -quick functions.
2876 (verilog-scan-region): Fix scanning over escaped quotes.
2877 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2878 (verilog-re-search-backward-quick)
2879 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2880 related functions now ignore strings, to fix misparsing of strings
2881 with magic comments embedded in them.
a1beca85
SM
2882 (verilog-read-auto-template):
2883 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2884 Reported by Brad Dobbie.
2885 (verilog-read-auto-template):
2886 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2887 Reported by Brad Dobbie.
6288f0ca
WS
2888 (verilog-auto-inst, verilog-auto-inst-param)
2889 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2890 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2891 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2892 debugging templates without merge conflicts, bug357.
2893 Reported by Brad Dobbie.
2894 (verilog-read-auto-template):
2895 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2896 Reported by Brad Dobbie.
2897 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2898 abbrevs so user won't be asked to save.
2899 (verilog-read-auto-lisp-present): Fix to start at beginning of
2900 buffer in case called outside of verilog-auto.
2901 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2902 to "X-2". Reported by Matthew Myers.
2903 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2904 all inputs from module templates. Reported by Leith Johnson.
2905 (verilog-module-inside-filename-p): Fix locating programs as with
2906 modules.
2907 (verilog-auto-inst-port): Fix vl-width expressions when using
2908 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2909 (verilog-decls-get-regs, verilog-decls-get-signals,
2910 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2911 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2912 verilog-read-decls): Combine reg and wire structures into one var
2913 structure to represent SystemVerilog concepts.
2914 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2915 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2916 (verilog-auto-wire-type, verilog-insert-definition):
2917 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2918 SystemVerilog "logic" keyword instead of "wire"/"reg".
2919 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2920 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2921 ifdef or generate if so there's not a driver conflict).
2922 Reported by Matthew Myers.
2923 (verilog-auto-declare-nettype, verilog-insert-definition):
2924 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2925 `default_nettype none. Reported by Julian Gorfajn.
2926 (verilog-read-always-signals-recurse, verilog-read-decls)
2927 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2928 malformed end statement, bug325. Reported by Joshua Wise and
2929 Andrew Drake.
2930 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2931 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2932 when expanding .* in interfaces, bug320.
2933 Reported by Pierre-David Pfister.
6288f0ca 2934 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2935 name and open parenthesis, bug317.
2936 Reported by Pierre-David Pfister.
6288f0ca
WS
2937 (verilog-simplify-range-expression): Fix simplification of
2938 multiplications inside AUTOWIRE connections, bug303.
2939 (verilog-auto-inst-port): Support parameter expansion in
2940 multidimensional arrays.
2941 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2942 after "assert property". Reported by Julian Gorfajn.
2943 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2944 with multiplication, bug303.
2945 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2946 Reported by Jan Frode Lonnum.
2947
1bbe96b2
GM
29482011-11-30 Juanma Barranquero <lekktu@gmail.com>
2949
2950 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2951 (hfy-shell-file-name, hfy-shell):
2952 * international/fontset.el (x-decompose-font-name): Fix typos.
2953
29542011-11-29 Ken Brown <kbrown@cornell.edu>
2955
2956 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2957 (gdb-version): Remove defvar.
2958 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2959 (gdb-gud-context-command, gdb-non-stop-handler)
2960 (gdb-current-context-command, gdb-stopped): Use it.
2961 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2962 (gdb-non-stop-handler): Don't enable pretty-printing here.
2963 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2964 non-stop mode. Use the following.
2965 (gdb-check-target-async): New defun.
2966 (gud-watch, gdb-stopped): Fix whitespace.
2967 (gdb-get-source-file): Don't try to display the source file if
2968 `gdb-main-file' is nil.
2969
29702011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * align.el: Try to generate fewer markers (bug#10047).
2973 (align--set-marker): New macro.
2974 (align-region): Use it.
2975
c935221f
SM
29762011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2979
e70b5064
CY
29802011-11-29 Chong Yidong <cyd@gnu.org>
2981
2982 * indent.el (indent-for-tab-command, indent-according-to-mode):
2983 Doc fix.
2984 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2985
f3af92b7
MA
29862011-11-29 Michael Albinus <michael.albinus@gmx.de>
2987
2988 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2989 aware of remote file names. (Bug#10124)
2990
ed472be9
CY
29912011-11-29 Chong Yidong <cyd@gnu.org>
2992
2993 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2994
24510c22
SM
29952011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * files.el (find-file): Don't use force-same-window (bug#10144).
2998 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2999 use pop-to-buffer if the selected window can't be used.
3000 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3001
c60c3703
EZ
30022011-11-28 Eli Zaretskii <eliz@gnu.org>
3003
3004 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3005 special-mode-map.
3006
e95def75
CY
30072011-11-28 Chong Yidong <cyd@gnu.org>
3008
3009 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3010
c3f1c606
NR
30112011-11-27 Nick Roberts <nickrob@snap.net.nz>
3012
3013 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3014 gdb-get-source-file-list on gdb-create-source-file-list.
3015
00db469c
EZ
30162011-11-26 Eli Zaretskii <eliz@gnu.org>
3017
3018 * whitespace.el (whitespace-newline): Use a different foreground
3019 color for 16-color light-background displays.
3020
4ad3bc2a
CY
30212011-11-24 Chong Yidong <cyd@gnu.org>
3022
3023 * window.el (display-buffer--special-action): Doc fix.
3024
e9fce1ac
JB
30252011-11-25 Juanma Barranquero <lekktu@gmail.com>
3026
3027 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3028 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3029 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3030 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3031 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3032 (avl-tree-stack-first):
3033 * emacs-lisp/cconv.el (cconv--analyse-use):
3034 * net/gnutls.el (gnutls-negotiate): Fix typos.
3035
cb825e5d
GM
30362011-11-24 Glenn Morris <rgm@gnu.org>
3037
3adbe224
GM
3038 * lpr.el (lpr-windows-system, lpr-lp-system):
3039 * mail/binhex.el (binhex-begin-line):
3040 * progmodes/grep.el (grep-history, grep-find-history):
3041 * textmodes/flyspell.el:
3042 * vc/pcvs-defs.el (cvs-global-menu):
3043 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3044 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3045 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3046
321decc8
GM
3047 * net/tls.el: Fix case of "GnuTLS".
3048
420b63ad
GM
3049 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3050
cb825e5d
GM
3051 * version.el (emacs-build-system): Give it a doc-string.
3052
a0649f08
JL
30532011-11-24 Juri Linkov <juri@jurta.org>
3054
3055 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3056
c0bc0fd4
GM
30572011-11-24 Glenn Morris <rgm@gnu.org>
3058
3059 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3060 if called on a non-mime message just toggle the headers. (Bug#8006)
3061
20db1522
JB
30622011-11-24 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3065 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3066 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3067 (allout-rebullet-heading, allout-open-sibtopic)
3068 (allout-toggle-current-subtree-encryption)
3069 (allout-toggle-subtree-encryption, allout-encrypt-string)
3070 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3071 (allout-distinctive-bullets-string, allout-auto-activation):
3072 * window.el (window-normalize-buffer-to-display):
3073 * progmodes/verilog-mode.el (verilog-batch-indent):
3074 * textmodes/bibtex.el (bibtex-field-braces-opt)
3075 (bibtex-field-strings-opt):
3076 * vc/cvs-status.el (cvs-tree-merge):
3077 Fix typos.
3078
7262a87c
MA
30792011-11-23 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3082 `non-essential' to t, in order to avoid remote connections.
3083
283430a1
EZ
30842011-11-23 Eli Zaretskii <eliz@gnu.org>
3085
a1beca85
SM
3086 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3087 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3088 case-insensitively.
3089
d2992a38
ML
30902011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3091
3092 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3093
50419064
GM
30942011-11-23 Glenn Morris <rgm@gnu.org>
3095
da94eca1
GM
3096 * paths.el (rmail-file-name): Reformat the doc-string so that it
3097 is picked up.
3098
9aac4de2
GM
3099 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3100 (rmail-auto-file): Ignore case in the "special" field names,
3101 as mail-fetch-field does for all others.
3102
8038d2d2
GM
3103 * mail/rmail.el (rmail-forward):
3104 * mail/rmailkwd.el (rmail-set-label):
3105 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3106 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3107
f3fe222a
GM
3108 * mail/rmail.el (rmail-current-message): Doc fix.
3109
50419064
GM
3110 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3111
28109f49
SM
31122011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3115
394c65f1
GM
31162011-11-22 Glenn Morris <rgm@gnu.org>
3117
3118 * mail/rmailmm.el (test-rmail-mime-handler)
3119 (test-rmail-mime-bulk-handler)
3120 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3121
f2a0aa3a
JL
31222011-11-21 Juri Linkov <juri@jurta.org>
3123
1154d12e
JB
3124 * calc/calc.el (calc-read-key-sequence):
3125 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3126
9c34a344
LMI
31272011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3128
3129 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3130 Tell the caller that the next line needs recomputation, even
3131 though it doesn't start a sexp (bug#10094).
3132
f04a3be9
SM
31332011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3136
7978747f
SM
31372011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3138
f04a3be9
SM
3139 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3140 Use force-same-window.
7978747f 3141
fe7a3057
JB
31422011-11-20 Juanma Barranquero <lekktu@gmail.com>
3143
3144 * descr-text.el (describe-char-unicode-data):
3145 * json.el (json-string-escape):
3146 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3147 (Footnote-unicode, Footnote-style-p):
3148 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3149
24901d61
CY
31502011-11-20 Chong Yidong <cyd@gnu.org>
3151
3152 * window.el (replace-buffer-in-windows): Restore interactive spec.
3153
bac7ff22
SM
31542011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3155
24f3d7b9
SM
3156 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3157
bac7ff22
SM
3158 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3159 (byte-compile-global-not-obsolete-vars): New var.
3160 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3161 Use it.
3162 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3163
cd1181db
JB
31642011-11-20 Juanma Barranquero <lekktu@gmail.com>
3165
3166 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3167 * progmodes/pascal.el (electric-pascal-equal):
3168 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3169 * xml.el (xml-substitute-special): Fix typos.
3170
7fb18e9e
GM
31712011-11-20 Glenn Morris <rgm@gnu.org>
3172
3173 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3174 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3175 Doc fixes.
3176 (rmail-decode-mime-charset): Mark as obsolete.
3177
3178 * mail/rmailsum.el (rmail-message-regexp-p-1):
3179 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3180 Before using mime functions, check they are set. (Bug#10077)
3181
d5a6b3ba
JL
31822011-11-19 Juri Linkov <juri@jurta.org>
3183
3184 * info.el (Info-finder-find-node): Use `package--builtins' instead
3185 of `package-alist'. Use node names formed by the pattern "Keyword "
3186 and the keyword name.
3187
e981b61f
AS
31882011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3189
1d00653d 3190 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3191
3ffbc301
JL
31922011-11-19 Juri Linkov <juri@jurta.org>
3193
3194 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3195 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3196 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3197 `old-history', `old-history-forward'. Add let-binding
3198 `window-selected'. Remove calls to `kill-buffer',
3199 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3200 before calling `Info-find-node', so `Info-find-node-2' will reread
3201 the Info file. Restore window positions only when `window-selected'
3202 is non-nil.
3203
30c62133
JL
32042011-11-19 Juri Linkov <juri@jurta.org>
3205
3206 * isearch.el (isearch-lazy-highlight-new-loop):
3207 Remove condition `(not isearch-error)'. (Bug#9918)
3208
3209 * misearch.el (multi-isearch-search-fun): Add condition
3210 `(not bound)' to ignore lazy-highlighting search.
3211 Add the search-failed message "end of multi" when the end of
3212 multi-sequence is reached. Uncapitalize the search-failed
3213 message "Repeat for next buffer".
3214
3215 * info.el (Info-search): Add the search-failed message
3216 "end of the manual" when the end of the manual is reached
3217 in Isearch mode.
3218
645ca9cf
JL
32192011-11-19 Juri Linkov <juri@jurta.org>
3220
3221 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3222 Use non-destructive `remove' instead of `delete' because
3223 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3224 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3225
df754f66
JL
32262011-11-19 Juri Linkov <juri@jurta.org>
3227
3228 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3229 to nil instead of binding `search-ring' and `regexp-search-ring'.
3230 (Bug#9185)
3231
0e23d96a
EZ
32322011-11-19 Eli Zaretskii <eliz@gnu.org>
3233
3234 * simple.el (line-move): Force movement by logical lines for any
3235 hscrolled window, not only when auto-hscroll-mode is on.
3236 (line-move-visual): Update doc string to that effect. (Bug#10076)
3237
8a6ccb66
AS
32382011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3239
3240 * language/european.el (macintosh): Define as alias for mac-roman.
3241
49ae5b39
EZ
32422011-11-19 Eli Zaretskii <eliz@gnu.org>
3243
3244 * mail/rmailmm.el (rmail-mime-display-header)
3245 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3246 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3247 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3248 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3249 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3250 of a raw aref.
3251 (rmail-mime-entity-segment): To get past the tagline, move forward
3252 2 more lines, to account for the 2 empty lines that precede and
3253 follow the line with the buttons.
3254 (rmail-mime-update-tagline): Move one more line, to get past the
3255 empty line that follows the buttons in the tagline. (Bug#9520)
3256
c56cad4a
MR
32572011-11-19 Martin Rudalics <rudalics@gmx.at>
3258
3259 * window.el (window-max-delta-1, window-min-delta-1)
3260 (window-min-size-1, window-state-get-1, window-state-put-1)
3261 (window-state-put-2): Use "window--" prefix.
3262
cbe71af3
SM
32632011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3264
2ad52c60
SM
3265 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3266 (smie-warning-count): New var.
3267 (smie-set-prec2tab): Use it.
3268 (smie-bnf->prec2): Improve warnings. Add docstring.
3269 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3270 (smie-bnf--set-class): New function.
3271 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3272 corner case.
3273
6944dbc1
SM
3274 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3275 (compilation-error-properties, compilation-move-to-column):
3276 Handle compilation-first-column while in the target buffer.
3277
c400c4d7
SM
3278 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3279 Don't hardcode point-min==1.
3280
6dbe3e96
SM
3281 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3282 (eshell-rewrite-for-command): Remove workaround.
3283 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3284 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3285 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3286
cbe71af3
SM
3287 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3288
a8e1496d
GM
32892011-11-17 Glenn Morris <rgm@gnu.org>
3290
3291 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3292 Ignore buffer-local generated-autoload-file if it is the same
3293 as the global value. (Bug#10049)
3294
df85d315
JB
32952011-11-17 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3298 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3299 (reftex-toc-previous-heading, reftex-toc-max-level)
3300 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3301 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3302 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3303 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3304 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3305 (reftex-toc-rename-label, reftex-toc-visit-location)
3306 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3307 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3308 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3309 leaving "*toc*" only for references to the buffer.
3310
a0c2d0ae
MR
33112011-11-17 Martin Rudalics <rudalics@gmx.at>
3312
3313 * window.el (window-resize, delete-window, split-window):
3314 Replace window-splits by window-combination-resize.
1d00653d 3315 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3316
35c0bac8
GM
33172011-11-17 Glenn Morris <rgm@gnu.org>
3318
3319 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3320 Make bash entry derive from sh entry, not shell entry.
3321
d0c8fc8a
MA
33222011-11-16 Michael Albinus <michael.albinus@gmx.de>
3323
d0c8fc8a
MA
3324 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3325 properties of linked files. (Bug#9879)
3326
7262a87c
MA
3327 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3328 local file name.
3329
7877f373
JB
33302011-11-16 Juanma Barranquero <lekktu@gmail.com>
3331
3332 * menu-bar.el (menu-bar-file-menu):
3333 * printing.el (pr-ps-utility):
3334 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3335 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3336 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3337 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3338 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3339 (icalendar--convert-cyclic-to-ical)
3340 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3341 (icalendar--convert-ical-to-diary)
3342 (icalendar--convert-recurring-to-diary)
3343 (icalendar--convert-non-recurring-all-day-to-diary)
3344 (icalendar-import-format-sample):
3345 * progmodes/idlw-shell.el (idlwave-shell-mode):
3346 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3347 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3348 (vhdl-ps-print-init): Fix typos.
3349
10649b82
KM
33502011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3351
9d0cfcd6
GM
3352 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3353 FSF and collapse date sequence, obscure author/maintainer email address
3354 better, remove extra version line, track relocation of author's webpage.
10649b82 3355
9d0cfcd6
GM
3356 * progmodes/python.el (python-pdbtrack-input-prompt)
3357 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3358 regular python pdb prompts. Adjustments shamelessly taken exactly as
3359 suggested in EmacsWiki page (tiny change):
3360 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3361
58179cce
JB
33622011-11-16 Juanma Barranquero <lekktu@gmail.com>
3363
3364 * expand.el (expand-pos, expand-index, expand-point):
3365 Remove redundant info from docstring.
3366 (expand-add-abbrevs): Doc fix.
3367 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3368 (expand-sample-perl-mode-expand-list): Fix typos.
3369
3370 * net/dbus.el (dbus-event-member-name):
3371 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3372 * term/pc-win.el (msdos-create-frame-with-faces):
3373 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3374
b6f67890
MR
33752011-11-16 Martin Rudalics <rudalics@gmx.at>
3376
3377 * window.el (split-window, window-state-get-1)
3378 (window-state-put-1, window-state-put-2): Rename occurrences of
3379 window-nest to window-combination-limit.
1d00653d 3380 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3381
ce7ddba0
CY
33822011-11-16 Chong Yidong <cyd@gnu.org>
3383
3384 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3385 regexp (Bug#10033).
3386
3ae704f4
SM
33872011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3390 `completing-read' will remove *Completions* and will preserve
3391 current-buffer for us.
3392 (tmm-add-prompt): Users of *Completions* will always (re)set its
3393 major mode.
3394 (tmm-old-comp-map): Remove.
3395
6ad1cdde
GM
33962011-11-16 Glenn Morris <rgm@gnu.org>
3397
3398 * mail/rmailedit.el: Require rmailmm when compiling.
3399 (rmail-old-mime-state): New declaration.
3400 (rmail-edit-current-message): If editing a mime message,
3401 edit the "raw" message from the mbox buffer.
3402 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3403
d20faa20
GM
34042011-11-15 Glenn Morris <rgm@gnu.org>
3405
3406 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3407 which wasn't being used. Add optional arg to force given state.
3408 (rmail-mime): Add optional arg to force given state.
3409
c7015153
JB
34102011-11-15 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3413 * frame.el (display-mm-dimensions-alist):
3414 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3415 (outline-move-subtree-down):
3416 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3417 (newsticker--treeview-do-get-node):
3418 * net/quickurl.el (quickurl-list-buffer-name):
3419 * progmodes/dcl-mode.el (dcl-mode):
3420 * progmodes/gdb-mi.el (gdb-mapcar*):
3421 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3422
45261b50
GM
34232011-11-15 Glenn Morris <rgm@gnu.org>
3424
3425 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3426 in a boolean sense, so just make it a boolean, and fix the doc.
3427 (rmail-show-mime-function, rmail-mime-feature)
3428 (rmail-require-mime-maybe): Doc fixes.
3429 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3430
3431 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3432
0d26e0b6
JB
34332011-11-15 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3436 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3437 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3438 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3439
447f30f6
GM
34402011-11-15 Glenn Morris <rgm@gnu.org>
3441
672b871d
GM
3442 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3443 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3444 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3445 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3446 (rmail-mime, rmail-show-mime): Doc fixes.
3447
f6aa5bb1
GM
3448 * term/ns-win.el (mode-line-frame-identification):
3449 Leave it alone. (Bug#10051)
3450
947cd66b
GM
3451 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3452
447f30f6
GM
3453 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3454 Handle empty buffers. (Bug#9978)
3455
0b381c7e
JB
34562011-11-14 Juanma Barranquero <lekktu@gmail.com>
3457
3458 * international/mule.el (define-charset):
3459 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3460 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3461 * progmodes/verilog-mode.el (verilog-backward-token):
3462 * textmodes/ispell.el (lookup-words):
3463 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3464
71e027ac
GM
34652011-11-14 Glenn Morris <rgm@gnu.org>
3466
56632ce4
GM
3467 * progmodes/executable.el
3468 (executable-make-buffer-file-executable-if-script-p):
3469 Handle file-modes returning nil.
3470
40500957
GM
3471 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3472 message - not necessary, and causes problems. (Bug#9831)
3473
071c2340
GM
3474 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3475
d3cfca60
GM
3476 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3477
71e027ac
GM
3478 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3479 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3480 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3481
89d61221
MR
34822011-11-12 Martin Rudalics <rudalics@gmx.at>
3483
3484 * window.el (window-resize, delete-window): Use window-splits
3485 variable instead of function.
3486 (window-state-get-1, window-state-put-2, window-state-put):
3487 Don't deal with windows' splits status.
3488
98282f6f
GM
34892011-11-12 Glenn Morris <rgm@gnu.org>
3490
3491 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3492 (apropos-documentation): Doc fixes.
3493
40a8bdf6
JB
34942011-11-11 Juanma Barranquero <lekktu@gmail.com>
3495
3496 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3497 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3498
65bd19ff
SM
34992011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * electric.el (electric-indent-post-self-insert-function): Make it
3502 possible for a char to only indent in some circumstances.
3503 (electric-indent-mode): Simplify.
3504
54f9154c
MR
35052011-11-11 Martin Rudalics <rudalics@gmx.at>
3506
3507 * window.el (windows-with-parameter): Remove unused function.
3508 (windows-at-side): Rename to window-at-side-list.
3509 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3510 (window-side-check, window-size-ignore, window-size-fixed-1)
3511 (window-in-direction-2): Prefix with "window--".
3512 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3513
68cbc58b
GM
35142011-11-11 Glenn Morris <rgm@gnu.org>
3515
3516 * subr.el (eval-after-load): If FILE is already loaded,
3517 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3518
b2621720
GM
35192011-11-10 Glenn Morris <rgm@gnu.org>
3520
9a4de110
GM
3521 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3522 Call svn via vc-svn-command rather than vc-do-command.
3523 (vc-svn-command): Add --non-interactive. (Bug#9993)
3524 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3525
b2621720
GM
3526 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3527 Add toggle-read-only. (Bug#7292)
3528 * files.el (toggle-read-only): Mention that it should only
3529 be used interactively. (Bug#10006)
3530
1dce7193
SM
35312011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3532
d9ac1a1e
SM
3533 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3534 Adjust regexp for OCaml warnings.
3535
0c325082
SM
3536 * electric.el (electric-pair-post-self-insert-function): Let user
3537 turn it off buffer-locally (bug#9932).
3538
90132c14
SM
3539 * progmodes/python.el (python-beginning-of-statement):
3540 Rewrite (bug#2703).
3541
1dce7193
SM
3542 * progmodes/compile.el: Better handle TABs (bug#9749).
3543 (compilation-internal-error-properties)
3544 (compilation-next-error-function): Obey the target buffer's
3545 compilation-error-screen-columns.
3546
c4e7c63a
JB
35472011-11-09 Juanma Barranquero <lekktu@gmail.com>
3548
3549 * progmodes/meta-mode.el: Remove obsolete comments.
3550 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3551 Fix typos in docstrings.
3552
2cffd681
MR
35532011-11-09 Martin Rudalics <rudalics@gmx.at>
3554
3555 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3556 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3557 (window--resizable): New function. Make all callers of
3558 window-resizable call window--resizable instead.
3559 (window-resizable): Rewrite in terms of window--resizable.
3560
0edcba87
GM
35612011-11-08 Glenn Morris <rgm@gnu.org>
3562
3563 * progmodes/delphi.el (delphi-mode-syntax-table):
3564 Let define-derived-mode define a proper syntax table. (Bug#9994)
3565
4b0d61e3
SM
35662011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 * window.el: Stay away from defsubst.
3569 (window-list-no-nils): Remove.
3570 (window-state-get-1, window-state-get): Use backquote instead.
3571
cd394be1 35722011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3573
4b0d61e3 3574 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3575 Fix incorrect use of default argument in `completing-read'.
3576
e1c2c6f2
MR
35772011-11-08 Martin Rudalics <rudalics@gmx.at>
3578
3579 * window.el (display-buffer-function, special-display-function):
3580 Mention display-buffer-record-window but do not mention
3581 help-setup parameter in doc-strings.
b3f4a882 3582 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3583
105216ed
CY
35842011-11-08 Chong Yidong <cyd@gnu.org>
3585
3586 * window.el (window-total-height, window-total-width): Doc fix.
3587 (window-body-size): Move from C.
3588 (window-body-height, window-body-width): Move to C.
3589
0a9f9ab5
SM
35902011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * window.el: Make special-display like display-buffer-alist (bug#9532).
3593 (display-buffer--special-action): New function, morphed
3594 from display-buffer--special.
3595 (display-buffer): Use it to handle special-display-buffers at higher
3596 priority (just after display-buffer-alist).
3597 (display-buffer-fallback-action, display-buffer--other-frame-action)
3598 (pop-to-buffer-same-window): Remove display-buffer--special.
3599
a769dd15
GM
36002011-11-07 Glenn Morris <rgm@gnu.org>
3601
3602 * calendar/cal-menu.el (cal-menu-set-date-title):
3603 Do nothing if not in a calendar. (Bug#9976)
3604
05a61ee3
SM
36052011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * files.el (find-file): Always use selected-window.
3608
be7f5545
MR
36092011-11-07 Martin Rudalics <rudalics@gmx.at>
3610
3611 * window.el (window-combinations): Make WINDOW argument
3612 mandatory. Rewrite doc-string.
3613 (walk-window-subtree, window-atom-check, window-min-delta)
3614 (window-max-delta, window--resize-this-window)
3615 (window--resize-root-window-vertically, window-tree)
3616 (balance-windows, window-state-put): Rewrite doc-strings as to
3617 not mention the term "subwindow".
3618 (window--resize-subwindows-skip-p): Rename to
3619 window--resize-child-windows-skip-p.
3620 (window--resize-subwindows-normal): Rename to
3621 window--resize-child-windows-normal.
3622 (window--resize-subwindows): Rename to
3623 window--resize-child-windows.
3624 (window-or-subwindow-p): Rename to window--in-subtree-p.
3625
3c6702ef
ML
36262011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3627
3628 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3629 Ensure that mbox format messages end in two newlines (Bug#9974).
3630
49745b39
CY
36312011-11-06 Chong Yidong <cyd@gnu.org>
3632
3633 * window.el (window-combination-p): Function deleted; its
3634 side-effect is not used in any existing code.
3635 (window-combinations, window-combined-p): Call window-*-child
3636 directly.
3637
24300f5f
CY
36382011-11-05 Chong Yidong <cyd@gnu.org>
3639
3640 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3641 (window-size-ignore, window-state-get): Callers changed.
3642 (window-normalize-window): Rename from window-normalize-any-window.
3643 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3644 (window-normalize-live-window): Delete.
447f16b8
CY
3645 (window-combination-p, window-combined-p, window-combinations)
3646 (walk-window-subtree, window-atom-root, window-min-size)
3647 (window-sizable, window-sizable-p, window-size-fixed-p)
3648 (window-min-delta, window-max-delta, window-resizable)
3649 (window-resizable-p, window-full-height-p, window-full-width-p)
3650 (window-current-scroll-bars, window-point-1, set-window-point-1)
3651 (window-at-side-p, window-in-direction, window-resize)
3652 (adjust-window-trailing-edge, maximize-window, minimize-window)
3653 (window-deletable-p, delete-window, delete-other-windows)
3654 (record-window-buffer, unrecord-window-buffer)
3655 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3656 (quit-window, split-window, window-state-put)
3657 (set-window-text-height, fit-window-to-buffer)
3658 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3659
89bd5ee1
EZ
36602011-11-04 Eli Zaretskii <eliz@gnu.org>
3661
53479029
EZ
3662 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3663 rfc2047-decode-string.
3664 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3665 warnings.
3666
89bd5ee1
EZ
3667 * window.el (window-body-height, window-body-width): Mention in
3668 the doc string that the return values are in frame's canonical
3669 units. (Bug#9949)
3670
bd17fdee
AM
36712011-11-03 Alan Mackenzie <acm@muc.de>
3672
3673 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3674 change in cc-engine.el.
3675
acc825c5
SM
36762011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3679
1885e5b8
MR
36802011-11-02 Martin Rudalics <rudalics@gmx.at>
3681
3682 * window.el (quit-window): Call unrecord-window-buffer after
3683 showing another buffer in the window. (Bug#9937)
acc825c5 3684 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3685
ebe06da9
JB
36862011-11-02 Juanma Barranquero <lekktu@gmail.com>
3687
3688 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3689 Accept status with more than 9 shelves. (Bug#9935)
3690 Reported by Colin D Bennett <colin@gibibit.com>.
3691
4ee88440
MR
36922011-11-01 Martin Rudalics <rudalics@gmx.at>
3693
3694 * help.el (with-help-window): Don't reference
3695 temp-buffer-show-specifiers in doc-string.
3696
08e1d82c
AS
36972011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3698
3699 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3700 menu-item.
3701
84bd6e9e
VJL
37022011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3703
3704 * whitespace.el: New version 13.2.2.
3705 (whitespace-newline-mode): Disable properly. Reported by Sarah
3706 <EmacsWiki>.
3707
dba0634a
UJ
37082011-10-30 Ulf Jasper <ulf.jasper@web.de>
3709
3710 * net/newst-treeview.el: Remove "Time-stamp".
3711 (newsticker--group-manage-orphan-feeds): Do not call
3712 newsticker--treeview-tree-update.
db22a3c2
JB
3713 (newsticker-treeview-update, newsticker-treeview):
3714 Call newsticker--treeview-tree-update if necessary.
dba0634a 3715
3d8daefe
MR
37162011-10-30 Martin Rudalics <rudalics@gmx.at>
3717
3718 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3719 (window-iso-combinations): Remove "iso-" infix.
3720 Suggested by Chong Yidong.
3d8daefe
MR
3721 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3722 (window-max-delta-1, window-resize, window--resize-siblings)
3723 (window--resize-this-window, adjust-window-trailing-edge)
3724 (split-window, balance-windows-1)
3725 (shrink-window-if-larger-than-buffer):
3726 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3727 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3728
1bc4c3ae
SM
37292011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3730
3731 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3732 in place (bug#9907).
3733 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3734 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3735 (eshell-structure-basic-command, eshell-rewrite-while-command)
3736 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3737 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3738 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3739 (eshell-do-pipelines-synchronously, eshell-eval-command):
3740 Use backquotes and prefer setq to set.
3741 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3742 (eshell-macrop): Use functionp.
c1e2f5fa 3743 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3744
30b65d9c
CY
37452011-10-30 Chong Yidong <cyd@gnu.org>
3746
3747 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3748 instead of set-mark (Bug#9810).
3749
2d197ffb
CY
37502011-10-30 Chong Yidong <cyd@gnu.org>
3751
3752 * window.el (split-window-below, split-window-right): Rename from
3753 split-window-above-each-other and split-window-side-by-side
3754 respectively. All callers changed.
3755 (split-window-sensibly, split-window-sensibly): Use them.
3756 (split-window-keep-point): Doc fix.
3757
3758 * isearch.el: Add isearch-scroll property to split-window-below
3759 and split-window-right.
3760
3761 * follow.el (follow-mode):
3762 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3763 * progmodes/ada-xref.el (ada-gdb-application):
3764 * emulation/vip.el (vip-buffer-in-two-windows):
3765 * image-dired.el (image-dired-dired-with-window-configuration):
3766 * dired-x.el (dired-do-find-marked-files):
3767 * dired.el (dired-pop-to-buffer):
3768 * bs.el (bs--show-with-configuration):
3769 * vc/emerge.el (emerge-setup-windows):
3770 * textmodes/two-column.el (2C-two-columns):
3771 * textmodes/reftex-toc.el (reftex-toc):
3772 * progmodes/gdb-mi.el (gdb-setup-windows):
3773 * progmodes/fortran.el (fortran-window-create):
3774 * net/newst-treeview.el (newsticker--treeview-window-init):
3775 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3776 * emulation/tpu-edt.el (tpu-gold-map):
3777 * emulation/crisp.el (crisp-mode-map):
3778 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3779
38bb2ca8
CY
37802011-10-29 Chong Yidong <cyd@gnu.org>
3781
aa4de341
CY
3782 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3783
e1eb5385
CY
3784 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3785
5d2ece3c
CY
3786 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3787 forged Ispell output (Bug#7904).
3788
38bb2ca8
CY
3789 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3790
d0af9f77
SM
37912011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * doc-view.el: Avoid ugly errors about not finding nil.
3794 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3795 (doc-view-dvipdf-program, doc-view-unoconv-program)
3796 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3797 Avoid nil or absolute file name as default value.
3798 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3799
52bedd34
AM
38002011-10-28 Alan Mackenzie <acm@muc.de>
3801
db22a3c2 3802 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3803
7e43cfa5
AM
38042011-10-28 Alan Mackenzie <acm@muc.de>
3805
3806 Amend the handling of c-beginning/end-of-defun in nested declaration
3807 scopes.
3808
52bedd34
AM
3809 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3810 cc-langs.el. Change it to a defcustom.
7e43cfa5 3811
52bedd34
AM
3812 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3813 cc-vars.el.
7e43cfa5 3814
d0af9f77
SM
3815 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3816 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3817
52bedd34 3818 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3819 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3820 (c-widen-to-enclosing-decl-scope): New function.
3821 (c-while-widening-to-decl-block): New macro.
3822 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3823 outward for defun boundaries, and correspondingly change symbol
3824 `respect-enclosure' to `go-outward'.
3825 (c-declaration-limits): Change algorithm to report only the "innermost"
3826 defun's boundaries.
3827
1a2ce9ee
DD
38282011-10-28 Deniz Dogan <deniz@dogan.se>
3829
3830 * net/rcirc.el (rcirc-mode): Use hard newlines.
3831
bc97a826
AM
38322011-10-28 Alan Mackenzie <acm@muc.de>
3833
3834 Amend to indent and fontify macros "which include their own semicolon"
3835 correctly, using the "virtual semicolon" mechanism.
3836
52bedd34 3837 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3838
d0af9f77 3839 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3840 Recode to scan one line at a time rather than having \n and \r
58179cce 3841 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3842 (c-forward-label): Amend for virtual semicolons.
58179cce 3843 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3844
52bedd34
AM
3845 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3846 of the new C macros.
bc97a826 3847
52bedd34 3848 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3849 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3850 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3851 (c-opt-cpp-macro-define): Make into a full language variable.
3852 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3853 AWK Mode (including \n, \r) removed, no longer needed.
3854
d0af9f77
SM
3855 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3856 Invoke c-make-macro-with-semi-re.
bc97a826 3857
52bedd34
AM
3858 * progmodes/cc-vars.el (c-macro-with-semi-re):
3859 (c-macro-names-with-semicolon): New variables.
58179cce 3860 (c-make-macro-with-semi-re): New function.
bc97a826 3861
7a6c0941
SM
38622011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * vc/log-edit.el: Fill empty field rather than adding new one.
3865 (log-edit-add-field): New function.
3866 (log-edit-insert-changelog): Use it.
3867
b0c4cdcf
ML
38682011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3869
3870 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3871
ee1f1da9
SM
38722011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3875 (gdb--check-interpreter): New function.
3876 (gdb): Use it.
3877
51bc5f8b
GM
38782011-10-27 Glenn Morris <rgm@gnu.org>
3879
416a2c45
GM
3880 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3881 (least-positive-float, least-negative-float)
3882 (least-positive-normalized-float, least-negative-normalized-float)
3883 (float-epsilon, float-negative-epsilon):
3884 Remove unnecessary declarations.
3885
3886 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3887 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3888 (least-positive-float, least-negative-float)
3889 (least-positive-normalized-float, least-negative-normalized-float)
3890 (float-epsilon, float-negative-epsilon): Add doc-strings,
3891 based on those in cl.texi.
3892
51bc5f8b
GM
3893 * files.el (set-visited-file-name): If the major-mode changed,
3894 reload the local variables. (Bug#9796)
3895
15de15c6
CY
38962011-10-27 Chong Yidong <cyd@gnu.org>
3897
3898 * subr.el (change-major-mode-after-body-hook): New hook.
3899 (run-mode-hooks): Run it.
3900
ee1f1da9
SM
3901 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3902 Use change-major-mode-before-body-hook.
15de15c6
CY
3903
3904 * simple.el (fundamental-mode):
3905 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3906 change introducing fundamental-mode-hook.
3907
5430d399
JB
39082011-10-26 Juanma Barranquero <lekktu@gmail.com>
3909
acc825c5 3910 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3911
ad74a69e
MA
39122011-10-26 Michael Albinus <michael.albinus@gmx.de>
3913
3914 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3915 tramp.el explicitly. (Bug#7583)
ad74a69e 3916
71d4c2a5
SM
39172011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * progmodes/octave-mod.el:
3920 * progmodes/octave-inf.el: Update maintainer.
3921
b1f6fa26
CY
39222011-10-26 Chong Yidong <cyd@gnu.org>
3923
3924 * subr.el (with-wrapper-hook): Rewrite doc.
3925
3f04efd6
MA
39262011-10-25 Michael Albinus <michael.albinus@gmx.de>
3927
3928 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3929 filenames "/method:foo:". (Bug#9793)
3f04efd6 3930
410488d3
SM
39312011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3934 (bug#9865).
3935
c1ebb47e
GM
39362011-10-24 Glenn Morris <rgm@gnu.org>
3937
3938 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3939
7f5c46c7
MA
39402011-10-24 Michael Albinus <michael.albinus@gmx.de>
3941
3942 * notifications.el: Add the requirement of a running D-Bus session
3943 bus to the Commentary.
3944
db2440b6
JL
39452011-10-24 Juri Linkov <juri@jurta.org>
3946
3947 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3948 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3949 (Bug#9364)
3950
feecf435
JL
39512011-10-24 Juri Linkov <juri@jurta.org>
3952
3953 * info.el (Info-following-node-name-re): Add newline to the list
3954 of allowed characters for leading space. (Bug#9824)
3955
a3839de2
SM
39562011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3957
acc825c5
SM
3958 * progmodes/octave-inf.el (inferior-octave-mode-map):
3959 Fix C-c C-h binding.
a3839de2
SM
3960 * progmodes/octave-mod.el (octave-help): Remove.
3961
09388e76
MA
39622011-10-23 Michael Albinus <michael.albinus@gmx.de>
3963
3964 Sync with Tramp 2.2.3.
3965
3966 * net/tramp-cache.el (top): Pacify byte-compiler using
3967 `init-file-user' and `site-run-file'.
3968
3969 * net/trampver.el: Update release number.
3970
86c60681
CY
39712011-10-23 Chong Yidong <cyd@gnu.org>
3972
3973 * files.el (toggle-read-only): Remove obsolete comment about
3974 version control.
3975
3976 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3977 for toggle-read-only. Note that this hasn't called vc-next-action
3978 since 2008-05-02, though it wasn't documented at the time.
3979
a3839de2
SM
3980 * vc/ediff-init.el (ediff-toggle-read-only-function):
3981 Use toggle-read-only.
86c60681 3982
cd5495ff
AM
39832011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3984
3985 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3986 of c-parse-state.
3987
00b77525 3988 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3989 correct faulty logical expression.
cd5495ff
AM
3990 (c-parse-state-state, c-record-parse-state-state):
3991 (c-replay-parse-state-state): New defvar/defuns.
3992 (c-debug-parse-state): Use new functions.
3993
42ee24ed
MR
39942011-10-22 Martin Rudalics <rudalics@gmx.at>
3995
3996 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3997 last fix. Use window-in-direction correctly.
42ee24ed 3998
a7dee7e7
CY
39992011-10-21 Chong Yidong <cyd@gnu.org>
4000
4001 * progmodes/idlwave.el (idlwave-mode):
4002 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4003 require-final-newline; that's done in prog-mode.
4004 Suggested by Stefan Monnier.
a7dee7e7 4005
e07b9a6d
MR
40062011-10-21 Martin Rudalics <rudalics@gmx.at>
4007
4008 * mouse.el (mouse-drag-window-above)
4009 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4010 (mouse-drag-mode-line-1, mouse-drag-header-line)
4011 (mouse-drag-vertical-line-rightward-window): Remove.
4012 (mouse-drag-line): New function.
4013 (mouse-drag-mode-line, mouse-drag-header-line)
4014 (mouse-drag-vertical-line): Call mouse-drag-line.
4015 * window.el (window-at-side-p, windows-at-side): New functions.
4016
7e1361d9
UM
40172011-10-21 Ulrich Mueller <ulm@gentoo.org>
4018
4019 * tar-mode.el (tar-grind-file-mode):
4020 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4021
30fcaf3a
CY
40222011-10-21 Chong Yidong <cyd@gnu.org>
4023
4024 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4025 * progmodes/vera-mode.el (vera-mode):
4026 Use mode-require-final-newline.
30fcaf3a 4027
516eddb0
GM
40282011-10-20 Glenn Morris <rgm@gnu.org>
4029
db22a3c2 4030 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4031
10d5f513
CS
40322011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4033
4034 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4035
ac6c8639
CY
40362011-10-20 Chong Yidong <cyd@gnu.org>
4037
4038 * emulation/cua-base.el (cua-mode):
4039 * mail/footnote.el (footnote-mode):
4040 * mail/mailabbrev.el (mail-abbrevs-mode):
4041 * net/xesam.el (xesam-minor-mode):
4042 * progmodes/bug-reference.el (bug-reference-mode):
4043 * progmodes/cap-words.el (capitalized-words-mode):
4044 * progmodes/compile.el (compilation-minor-mode)
4045 (compilation-shell-minor-mode):
4046 * progmodes/gud.el (gud-tooltip-mode):
4047 * progmodes/hideif.el (hide-ifdef-mode):
4048 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4049 * progmodes/subword.el (subword-mode):
4050 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4051 * progmodes/which-func.el (which-function-mode):
4052 * term/tvi970.el (tvi970-set-keypad-mode):
4053 * term/vt100.el (vt100-wide-mode):
4054 * textmodes/flyspell.el (flyspell-mode):
4055 * textmodes/ispell.el (ispell-minor-mode):
4056 * textmodes/nroff-mode.el (nroff-electric-mode):
4057 * textmodes/paragraphs.el (use-hard-newlines):
4058 * textmodes/refill.el (refill-mode):
4059 * textmodes/reftex.el (reftex-mode):
4060 * textmodes/rst.el (rst-minor-mode):
4061 * textmodes/sgml-mode.el (html-autoview-mode)
4062 (sgml-electric-tag-pair-mode):
4063 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4064 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4065 * emulation/crisp.el (crisp-mode):
4066 * emacs-lisp/eldoc.el (eldoc-mode):
4067 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4068 minor mode behavior.
4069
aa42ab43
JL
40702011-10-19 Juri Linkov <juri@jurta.org>
4071
4072 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4073 the list of hard-coded chars with escape-glyph face.
4074
89400f1d
SM
40752011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4078
305c07f6
MA
40792011-10-19 Michael Albinus <michael.albinus@gmx.de>
4080
4081 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4082 running process.
4083
13754b54
GM
40842011-10-19 Glenn Morris <rgm@gnu.org>
4085
4086 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4087 Ignore ignored files. (Bug#9726)
4088
06e21633
CY
40892011-10-19 Chong Yidong <cyd@gnu.org>
4090
4091 Doc fix for minor modes, stating that an omitted argument enables
4092 the mode unconditionally when called from Lisp.
4093
4094 * abbrev.el (abbrev-mode):
4095 * allout.el (allout-mode):
4096 * autoinsert.el (auto-insert-mode):
4097 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4098 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4099 (global-auto-revert-mode):
4100 * battery.el (display-battery-mode):
4101 * composite.el (global-auto-composition-mode)
4102 (auto-composition-mode):
4103 * delsel.el (delete-selection-mode):
4104 * desktop.el (desktop-save-mode):
4105 * dired-x.el (dired-omit-mode):
4106 * dirtrack.el (dirtrack-mode):
4107 * doc-view.el (doc-view-minor-mode):
4108 * double.el (double-mode):
4109 * electric.el (electric-indent-mode, electric-pair-mode):
4110 * emacs-lock.el (emacs-lock-mode):
4111 * epa-hook.el (auto-encryption-mode):
4112 * follow.el (follow-mode):
4113 * font-core.el (font-lock-mode):
4114 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4115 * help.el (temp-buffer-resize-mode):
4116 * hilit-chg.el (highlight-changes-mode)
4117 (highlight-changes-visible-mode):
4118 * hi-lock.el (hi-lock-mode):
4119 * hl-line.el (hl-line-mode, global-hl-line-mode):
4120 * icomplete.el (icomplete-mode):
4121 * ido.el (ido-everywhere):
4122 * image-file.el (auto-image-file-mode):
4123 * image-mode.el (image-minor-mode):
4124 * iswitchb.el (iswitchb-mode):
4125 * jka-cmpr-hook.el (auto-compression-mode):
4126 * linum.el (linum-mode):
4127 * longlines.el (longlines-mode):
4128 * master.el (master-mode):
4129 * mb-depth.el (minibuffer-depth-indicate-mode):
4130 * menu-bar.el (menu-bar-mode):
4131 * minibuf-eldef.el (minibuffer-electric-default-mode):
4132 * mouse-sel.el (mouse-sel-mode):
4133 * msb.el (msb-mode):
4134 * mwheel.el (mouse-wheel-mode):
4135 * outline.el (outline-minor-mode):
4136 * paren.el (show-paren-mode):
4137 * recentf.el (recentf-mode):
4138 * reveal.el (reveal-mode, global-reveal-mode):
4139 * rfn-eshadow.el (file-name-shadow-mode):
4140 * ruler-mode.el (ruler-mode):
4141 * savehist.el (savehist-mode):
4142 * scroll-all.el (scroll-all-mode):
4143 * scroll-bar.el (scroll-bar-mode):
4144 * server.el (server-mode):
4145 * shell.el (shell-dirtrack-mode):
4146 * simple.el (auto-fill-mode, transient-mark-mode)
4147 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4148 (line-number-mode, column-number-mode, size-indication-mode)
4149 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4150 * strokes.el (strokes-mode):
4151 * time.el (display-time-mode):
4152 * t-mouse.el (gpm-mouse-mode):
4153 * tool-bar.el (tool-bar-mode):
4154 * tooltip.el (tooltip-mode):
4155 * type-break.el (type-break-mode-line-message-mode)
4156 (type-break-query-mode):
4157 * view.el (view-mode):
4158 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4159 (global-whitespace-mode, global-whitespace-newline-mode):
4160 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4161
a3839de2
SM
4162 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4163 Fix autogenerated docstring.
06e21633 4164
5214e501
JL
41652011-10-19 Juri Linkov <juri@jurta.org>
4166
4167 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4168 by checking environment variables "DESKTOP_SESSION" and
4169 "XDG_CURRENT_DESKTOP". (Bug#9779)
4170
195f8db9
JL
41712011-10-19 Juri Linkov <juri@jurta.org>
4172
4173 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4174 (browse-url-chromium-program, browse-url-chromium-arguments):
4175 New defcustoms.
4176 (browse-url-default-browser): Check for `browse-url-chromium' and
4177 call `browse-url-chromium-program'.
4178 (browse-url-chromium): New command. (Bug#9779)
4179
343a34ff
JB
41802011-10-18 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * facemenu.el (list-colors-duplicates): On Windows, detect more
4183 duplicates by assuming that only colors matching "^System" are
4184 special "system colors". (Bug#9722)
4185
6978a151
SM
41862011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4189 to distinguish the author from the committer.
4190
6a80b297
MA
41912011-10-18 Michael Albinus <michael.albinus@gmx.de>
4192
4193 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4194
b31a5677
JK
41952011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4196
4197 * international/mule.el (sgml-html-meta-auto-coding-function):
4198 Add support for detecting encoding in HTML5 specified only as
4199 <meta charset="UTF-8">. Implementation just makes http-equiv and
4200 content-type parts from HTML4 encoding string optional. (Bug#9716)
4201
80c6d77f
GM
42022011-10-18 Glenn Morris <rgm@gnu.org>
4203
4204 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4205
08b0fee8
CY
42062011-10-18 Chong Yidong <cyd@gnu.org>
4207
4208 * faces.el (cursor): Doc fix.
4209
67e729a5
CY
42102011-10-17 Chong Yidong <cyd@gnu.org>
4211
4212 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4213
343a34ff 42142011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4215
4216 * dirtrack.el (dirtrack): Support shell buffers with path
4217 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4218
0bc06380
TZ
42192011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4220
4221 * json.el: Bump version to 1.3 and note change in History.
4222 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4223
8b79f3e0
SM
42242011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4225
5a7c536b
SM
4226 * comint.el (comint-insert-input, comint-send-input)
4227 (comint-get-old-input-default, comint-backward-matching-input)
4228 (comint-next-prompt): Use nil instead of `input' for field property of
4229 past user input (bug#114).
4230
96a8a0df
SM
4231 * minibuffer.el (completion--replace): Inherit surrounding properties
4232 (bug#114).
4233 (minibuffer-complete-and-exit): Use it.
4234
8b79f3e0
SM
4235 * comint.el (comint--table-subvert): Quote the all-completions output
4236 (bug#9160).
4237
b8f7ff0d
MR
42382011-10-17 Martin Rudalics <rudalics@gmx.at>
4239
8b79f3e0 4240 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4241
b8f7ff0d 4242 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4243 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4244 entries and separate them from frame entries.
4245
c235b555
GM
42462011-10-15 Glenn Morris <rgm@gnu.org>
4247
4248 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4249 Doc fixes.
4250
6bbfa6e1
CY
42512011-10-15 Chong Yidong <cyd@stupidchicken.com>
4252
8b79f3e0
SM
4253 * net/network-stream.el (network-stream-open-starttls):
4254 Improve detection of failure due to lack of TLS support.
ec5c990d 4255
6bbfa6e1
CY
4256 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4257 putting the input text in front and in bold.
4258
98488977
SM
42592011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4260
3d1337be
SM
4261 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4262
ee0b45e4
SM
4263 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4264 empty buffer.
4265
98488977
SM
4266 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4267 unread-command-events rather than pushing yet-another event.
4268
186f4720
EZ
42692011-10-14 Eli Zaretskii <eliz@gnu.org>
4270
4271 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4272 the explanation of the possible choices. Make the options passed
4273 to completing-read shorter.
4274
8b7a997c
AM
42752011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4276
4277 * textmodes/flyspell.el (flyspell-large-region): Make sure
4278 extended character mode is used if defined (Bug#1339).
4279
12587bbb
EZ
42802011-10-13 Eli Zaretskii <eliz@gnu.org>
4281
4282 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4283 character info for LRE, LRO, RLE, and RLO characters by appending
4284 an invisible PDF.
12587bbb 4285
bad41229
SM
42862011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4289 even in case of error; add debug spec; simplify data flow.
4290 (with-timeout-handler): Remove.
4291
28dbc92f
MA
42922011-10-12 Michael Albinus <michael.albinus@gmx.de>
4293
4294 Fix Bug#6019, Bug#9315.
4295
4296 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4297 complete `buffer-file-name', the local file name part could look
4298 remotely (for example on VMS).
4299
4300 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4301 `tramp-run-real-handler'.
4302 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4303 already quoted by '"'.
4304
4305 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4306 Let `file-name-handler-alist' be nil, the local file name part
4307 could look remotely (for example on VMS).
4308
e1b0b23a
SM
43092011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4312 from here...
4313 (flyspell-post-command-hook): ...to here.
4314
a120bde9
SM
43152011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4318 if not needed.
4319 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4320 using completion. Protect against "slow" callers.
4321 Remove the "message hack".
4322
7ce7717b
JL
43232011-10-11 Juri Linkov <juri@jurta.org>
4324
4325 * isearch.el (isearch-lazy-highlight-word): New variable.
4326 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4327 Use it. (Bug#9727)
4328
c02ee9d6
GM
43292011-10-11 Glenn Morris <rgm@gnu.org>
4330
4331 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4332 like f90-previous-statement does.
4333
93e616fd 43342011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4335
1f190e73 4336 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4337 only in interactive use, to avoid error.
4338
af7b6078
SM
43392011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * minibuffer.el (completion-file-name-table): Fix last change,
4342 i.e. ignore normal errors but not the other ones.
4343
0563dae9
MR
43442011-10-10 Martin Rudalics <rudalics@gmx.at>
4345
4346 * window.el (special-display-buffer-names)
4347 (special-display-regexps): Remove some remnants of earlier
4348 changes from doc-strings.
366ca7f3
MR
4349 (quit-windows-on): New function.
4350
4351 * vc/vc.el (vc-revert, vc-rollback):
4352 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4353 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4354 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4355
49677495
MR
43562011-10-09 Martin Rudalics <rudalics@gmx.at>
4357
4358 * window.el (frame-auto-hide-function): Add version tag.
4359 (Bug#9699)
4360
56f2d1e1
MA
43612011-10-09 Michael Albinus <michael.albinus@gmx.de>
4362
4363 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4364 condition.
4365
112a6592
LL
43662011-10-09 Leo Liu <sdl.web@gmail.com>
4367
4368 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4369 (Bug#9701)
4370
0812589b
GM
43712011-10-08 Glenn Morris <rgm@gnu.org>
4372
4373 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4374 before the first code statement zero indent. (Bug#9690)
4375
b2b0776e
CY
43762011-10-08 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * simple.el (count-words-region): Always count in the region.
4379 Report the number of lines and characters too.
4380 (count-words): New command, which counts in the buffer if the
4381 region is inactive, as count-words-region used to.
4382 (count-words--message): New function. Handle plurals.
4383 (count-lines-region): Make it an alias for count-words-region.
4384
4385 * bindings.el (esc-map): Replace count-lines-region with
4386 count-words-region.
4387
c557cd6b
MR
43882011-10-08 Martin Rudalics <rudalics@gmx.at>
4389
4390 * window.el (window--delete): Delete dedicated frame
4391 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4392 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4393
61a57ef4 43942011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4395
3a7d293b 4396 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4397
c3833279
CY
43982011-10-07 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * bindings.el ([M-left],[M-right]): Bind to left-word and
4401 right-word respectively.
4402
21ce8245
GM
44032011-10-07 Glenn Morris <rgm@gnu.org>
4404
4405 * cus-start.el (debug-on-quit): Fix custom type.
4406
6d823bb2
LMI
44072011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4408
0181e193
LMI
4409 * subr.el (define-key-after): Clarify that the function is not
4410 useful for non-menu keymaps.
4411
6d823bb2
LMI
4412 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4413
8e3459ce 44142011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4415
21ce8245 4416 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4417 in current minibuffer (Fix bug with recursive minibuffers).
4418
a1c2d21e
CY
44192011-10-06 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * progmodes/gdb-mi.el (gdb): Doc fix.
4422
5a4cf282
MR
44232011-10-05 Martin Rudalics <rudalics@gmx.at>
4424
4425 * window.el (frame-auto-hide-function): New option replacing
4426 frame-auto-delete. Suggested by Stefan Monnier.
4427 (window--delete): Call frame-auto-hide-function instead of
4428 investigating frame-auto-delete.
c96111ea
MR
4429 (window-point-1, set-window-point-1): New functions.
4430 (window-in-direction, record-window-buffer, window-state-get-1)
4431 (display-buffer-record-window): Use window-point-1 instead of
4432 window-point.
4433 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4434
9854542e
SM
44352011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4438
8943cfb0
GM
44392011-10-05 Glenn Morris <rgm@gnu.org>
4440
4441 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4442 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4443
647ab967
LL
44442011-10-05 Leo Liu <sdl.web@gmail.com>
4445
4446 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4447 works with buffer object.
4448
3ddfbced
SM
44492011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * mpc.el (mpc-tool-bar-map): Add labels.
4452
bdfa5dd2
GM
44532011-10-04 Glenn Morris <rgm@gnu.org>
4454
4455 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4456
0e2070b5
MR
44572011-10-04 Martin Rudalics <rudalics@gmx.at>
4458
4459 * window.el (window--delete): New function.
4460 (frame-auto-delete): Resuscitate option.
4461 (bury-buffer, replace-buffer-in-windows)
4462 (quit-window): Rewrite using window--delete.
4463 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4464 Pass display-buffer-mark-dedicated to window--display-buffer-2
4465 (Bug#9639).
4466
3dc61a09
SM
44672011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4468
915a9b64
SM
4469 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4470 returns a list (bug#9554). Add remote file name completion.
4471 * comint.el (comint--table-subvert): Curry and get quote&unquote
4472 functions as arguments.
4473 (comint--complete-file-name-data): Adjust call accordingly.
4474 * pcomplete.el (pcomplete--table-subvert): Remove.
4475 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4476
3dc61a09
SM
4477 * minibuffer.el (completion-table-case-fold): Use currying.
4478 (completion--styles-type, completion--cycling-threshold-type):
4479 New constants.
4480 (completion-styles, completion-category-overrides)
4481 (completion-cycle-threshold): Use them.
4482 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4483 completion-table-case-fold.
4484
8ea0a993
SB
44852011-10-03 Stephen Berman <stephen.berman@gmx.net>
4486
4487 * minibuffer.el (completion-category-overrides): Fix type of styles
4488 and add more user friendly tags (bug#9660).
4489
8c24b7f6
SM
44902011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4493 (mule-input-method-string): New widget.
4494 (default-input-method, language-info-custom-alist): Use it.
4495
428fe61a
SM
44962011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4497
32c1fffd
SM
4498 * pcomplete.el: Require comint.
4499 (pcomplete--common-suffix): Remove.
4500 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4501 (pcomplete--table-subvert): Sync with comint--table-subvert.
4502 (pcomplete--entries): Use comint-completion-file-name-table.
4503 * comint.el (comint-unquote-filename): Simplify.
4504 (comint-completion-file-name-table): New function (bug#9616).
4505 (comint--complete-file-name-data): Use it.
4506
428fe61a
SM
4507 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4508 (pcmpl-gnu-tar-buffer): Remove.
4509 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4510 around. Make sure pcomplete-suffix-list is only changed temporarily.
4511 Don't look inside the tar's file if it's too large.
428fe61a 4512
04c52e2f
CY
45132011-10-01 Chong Yidong <cyd@stupidchicken.com>
4514
ce3cefcc
CY
4515 * cus-edit.el (custom-mode-map):
4516 * epa.el (epa-key-list-mode-map):
4517 * man.el (Man-mode-map):
4518 * startup.el (splash-screen-keymap):
4519 * simple.el (special-mode-map): Use scroll-up-command and
4520 scroll-down-command.
4521
4522 * progmodes/idlw-help.el (idlwave-help-mode-map):
4523 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4524 * net/newst-plainview.el (newsticker-mode-map):
4525 * emulation/ws-mode.el (wordstar-mode-map):
4526 * emulation/vi.el (vi-com-map):
4527 * calc/calc-graph.el (calc-graph-show-dumb):
4528 * term/sun.el (terminal-init-sun):
4529 * term/ns-win.el (global-map):
4530 * progmodes/grep.el (grep-mode-map):
4531 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4532 * mail/rmail.el (rmail-mode-map):
4533 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4534
04c52e2f
CY
4535 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4536 custom-safe-themes as special.
4537
79adf8c8
JD
45382011-10-01 Julien Danjou <julien@danjou.info>
4539
4540 * notifications.el (notifications-notify): Fix docstring.
4541
63bd50d3
PS
45422011-10-01 Per Starbäck <per@starback.se>
4543
4544 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4545
199e4c7e
MR
45462011-09-30 Martin Rudalics <rudalics@gmx.at>
4547
4548 * startup.el (command-line-1): Fix last fix by inserting
4549 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4550 (Bug#9605) and (Bug#9636)
199e4c7e 4551
fe5f08dd
EZ
45522011-09-29 Eli Zaretskii <eliz@gnu.org>
4553
4554 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4555 window is hscrolled, move by logical lines. (Bug#9607)
4556 (line-move-visual): Update the doc string to the above effect.
4557
b5516bbd
MR
45582011-09-29 Martin Rudalics <rudalics@gmx.at>
4559
ccee00c0
MR
4560 * window.el (display-buffer-record-window): When WINDOW is the
4561 selected window use `point' instead of `window-point'. (Bug#9626)
4562
b5516bbd
MR
4563 * startup.el (command-line-1): Use insert-before-markers when
4564 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4565
b5516bbd
MR
4566 * help.el (help-window): Remove variable.
4567
52aa0014
GM
45682011-09-29 Glenn Morris <rgm@gnu.org>
4569
4570 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4571
df9a7357
JB
45722011-09-29 Juanma Barranquero <lekktu@gmail.com>
4573
4574 * descr-text.el (describe-char-categories): Accept category
4575 descriptions more than one line long.
4576
a8406c20
SM
45772011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4578
88d9610c
SM
4579 * simple.el (delete-trailing-whitespace): Fix last change.
4580
a5daf810
SM
4581 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4582 Don't confuse "y => 3" as the beginning of a `y' operation.
4583
a8406c20
SM
4584 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4585 object has more than 4 slots (bug#9613).
4586
a239d4e9
JB
45872011-09-28 Juanma Barranquero <lekktu@gmail.com>
4588
4589 * subr.el (with-output-to-temp-buffer):
4590 * net/quickurl.el (quickurl, quickurl-browse-url):
4591 Fix typos in docstrings.
4592
693fbdb6
EZ
45932011-09-27 Eli Zaretskii <eliz@gnu.org>
4594
4595 * minibuffer.el (completion-styles)
4596 (completion-category-overrides): Cross reference each other in doc
4597 strings.
4598
8b457e28
GM
45992011-09-27 Glenn Morris <rgm@gnu.org>
4600
4601 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4602 to split-string. (Bug#9606)
4603
85a16208
LMI
46042011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4605
4606 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4607 (bug#9615).
4608
502f9ebd
CY
46092011-09-27 Chong Yidong <cyd@stupidchicken.com>
4610
4611 * emacs-lisp/package.el (list-packages): Fix echo area message.
4612
7690bdea
LL
46132011-09-27 Leo Liu <sdl.web@gmail.com>
4614
4615 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4616
e2ee6f30
MA
46172011-09-25 Michael Albinus <michael.albinus@gmx.de>
4618
4619 * net/dbus.el (dbus-unregister-object): Don't release services for
4620 registered signals. (Bug#9581)
4621
f3f98342
TZ
46222011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4623
4624 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4625 function that picks between cfengine 2 and 3 support
4626 automatically. Update docs accordingly.
4627
dd7aa8dd
KH
46282011-09-22 Kenichi Handa <handa@m17n.org>
4629
4630 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4631 ZERO.
4632 (indian-itrans-v5-table-for-tamil): New variable.
4633 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4634
3f2b07f8
KM
46352011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4636
4637 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4638 that's true if the current command involved collapsing of text.
4639 It's reset to false at the beginning of the next command.
4640 (allout-post-command-business): Move the cursor to the beginning
4641 of entry if the cursor is hidden and collapsing activity just
4642 happened.
4643
371d6a61
CY
46442011-09-24 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4647 tracking (Bug#9541).
4648
2ac2721a
UJ
46492011-09-24 Ulf Jasper <ulf.jasper@web.de>
4650
4651 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4652 (newsticker-show-news): Automatically load html rendering package
4653 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4654 because w3m-fill-column is let-bound" and the error "Symbol's value
4655 as variable is void: w3m-fill-column".
2ac2721a 4656
fac7ae53
MA
46572011-09-24 Michael Albinus <michael.albinus@gmx.de>
4658
4659 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4660 Release services only if they are defined. (Bug#9581)
4661
e08b633b
RS
46622011-09-23 Richard Stallman <rms@gnu.org>
4663
e488d29c
RS
4664 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4665 distinguish start of paragraph from start of its text.
4666
19c38752
RS
4667 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4668
e08b633b
RS
4669 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4670 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4671 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4672
0a39f27e
AS
46732011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4674
4675 * international/mule-diag.el (mule-diag): Insert a newline after
4676 each fontset description.
4677
db4e950d
SM
46782011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * simple.el (delete-trailing-whitespace):
4681 Document last change; simplify.
4682
eca3f3ea
PW
46832011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4684
d68e189a
PW
4685 * simple.el (delete-trailing-whitespace): Also delete
4686 extra newlines at the end of the buffer.
4687
eca3f3ea
PW
4688 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4689 (picture-newline): Use forward-line so as to ignore fields.
4690
01c157cc
SM
46912011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * subr.el (with-wrapper-hook): Fix edebug spec.
4694
022de23e
LMI
46952011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4696
4697 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4698 (bug#4538).
4699
91683089
MA
47002011-09-23 Michael Albinus <michael.albinus@gmx.de>
4701
eca3f3ea
PW
4702 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4703 Fix nasty bug using wrong cached values.
91683089 4704
5bdd6fa4
AM
47052011-09-23 Alan Mackenzie <acm@muc.de>
4706
4707 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4708
97adfb97
CY
47092011-09-23 Chong Yidong <cyd@stupidchicken.com>
4710
4711 * window.el (pop-to-buffer): Ensure right window is selected if we
4712 chose another frame.
4713
d4ef2b50
EZ
47142011-09-22 Eli Zaretskii <eliz@gnu.org>
4715
4716 * simple.el (what-cursor-position): Use get-char-property-change
4717 and next-single-char-property-change, to be able to show display
4718 properties that come from overlays as well as text properties.
4719
72258fe5
CY
47202011-09-22 Chong Yidong <cyd@stupidchicken.com>
4721
4722 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4723
4724 * cmuscheme.el (run-scheme, switch-to-scheme):
4725 * cus-edit.el (customize-group, custom-buffer-create)
4726 (customize-browse):
4727 * info.el (info):
4728 * shell.el (shell):
4729 * mail/sendmail.el (mail):
4730 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4731
8f098516
RS
47322011-09-22 Richard Stallman <rms@gnu.org>
4733
4734 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4735 move back only to line beg, don't move back over blank lines.
4736
e74f1bb6
MA
47372011-09-22 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * files.el (copy-directory): Set directory attributes only in case
4740 they could be retrieved from the source directory. (Bug#9565)
4741
bfeef8b6
DK
47422011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4743
4744 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4745 (hs-find-block-beginning, hs-hide-level-recursive):
4746 Ignore strings as well as comments. (Bug#9502)
4747
7e423bb8
AS
47482011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4749
4750 * progmodes/sql.el (sql-comint-postgres):
4751 Convert port number to a string. (Bug#9566)
4752
b4d72fcf
MR
47532011-09-22 Martin Rudalics <rudalics@gmx.at>
4754
4755 * window.el (quit-window): Undedicate window when switching to
4756 previous buffer. Reported by Thierry Volpiatto
4757 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4758 (special-display-popup-frame): When popping up a new frame reset
4759 its previous buffers to nil. Simplify code.
b4d72fcf 4760
a7b88dc6
MA
47612011-09-21 Michael Albinus <michael.albinus@gmx.de>
4762
4763 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4764 and process filter, as done also in `shell-command'.
4765
cf4eacfd
MR
47662011-09-21 Martin Rudalics <rudalics@gmx.at>
4767
eca3f3ea 4768 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4769 Call set-window-start with NOFORCE argument t.
4770 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4771 (quit-window): Reword doc-string. Handle new format of
4772 quit-restore parameter. Don't delete window if it has a
4773 previous buffer we can show instead of the present one.
4774 (display-buffer-record-window): Rewrite using a new format for
4775 the quit-restore window parameter
4776 (special-display-popup-frame, display-buffer-same-window)
4777 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4778 (display-buffer-pop-up-window, display-buffer-use-some-window):
4779 Adapt symbol passed to display-buffer-record-window.
4780 * help.el (help-window-setup): Handle new format of quit-restore
4781 parameter.
4782
8d28cb95
SM
47832011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4784
94ab793f
SM
4785 * faces.el (face-list): Fix docstring (bug#9564).
4786
8d28cb95
SM
4787 * window.el (display-buffer--action-function-custom-type):
4788 Don't include internal functions in the Custom interface.
4789
3820edeb
JL
47902011-09-20 Juri Linkov <juri@jurta.org>
4791
4792 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4793 (Info-forward-node, Info-backward-node, Info-next-preorder)
4794 (Info-last-preorder): Use it. (Bug#9528)
4795
5147931d
JL
47962011-09-20 Juri Linkov <juri@jurta.org>
4797
4798 * info.el (Info-last-preorder): Visit last menu item only when
4799 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4800
cf499a1a
JD
48012011-09-20 Julien Danjou <julien@danjou.info>
4802
4803 * password-cache.el (password-cache-remove): Remove entries even if the
4804 value is nil, so that password with a nil value (negative caching) is
4805 possible to invalidate.
4806
f84e2fe2
LM
48072011-09-20 Lawrence Mitchell <wence@gmx.li>
4808
4809 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4810 all whitespace around breakpoint. (Bug#9553)
4811 (f90-find-breakpoint): Only break at whitespace inside a comment.
4812
78054a46
SM
48132011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * minibuffer.el (completion-file-name-table): Keep track of errors.
4816 (completion-table-with-predicate): Handle the case where pred1 is nil.
4817 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4818
345083b2
SM
48192011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4820
e24e27be
SM
4821 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4822 (debugger-return-value): Signal an error if the debugging context does
4823 not await any return value.
4824
345083b2
SM
4825 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4826 * image-mode.el (image-toggle-display-text)
4827 (image-toggle-display-image): Stay away from evil `intangible'.
4828
08d355e3
LL
48292011-09-19 Leo Liu <sdl.web@gmail.com>
4830
4831 * replace.el (occur-revert-arguments): Make it permanent-local.
4832 (occur-mode): Don't call font-lock-defontify.
4833
f01da43f
CY
48342011-09-19 Chong Yidong <cyd@stupidchicken.com>
4835
4836 * net/ldap.el (ldap-search-internal): Don't push empty search
4837 result (Bug#9508).
4838
b6072fa6
SM
48392011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4842
443d6696
MA
48432011-09-19 Michael Albinus <michael.albinus@gmx.de>
4844
4845 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4846 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4847
7cc6e154
JL
48482011-09-18 Juri Linkov <juri@jurta.org>
4849
4850 * buff-menu.el (Buffer-menu-mode-map):
4851 * dired.el (dired-mode-map):
4852 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4853 (lisp-interaction-mode-map):
4854 * emacs-lisp/package.el (package-menu-mode-map):
4855 * epa.el (epa-key-list-mode-map):
4856 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4857 (menu-bar-options-menu):
4858 * outline.el (outline-mode-menu-bar-map):
4859 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4860 * vc/vc-dir.el (vc-dir-menu-map):
4861 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4862 Capitalize non-function content words in menu item strings.
4863
4864 * dired.el (dired-mode-map): Add menu item for
4865 `image-dired-dired-toggle-marked-thumbs'.
4866
80302a81
JL
48672011-09-18 Juri Linkov <juri@jurta.org>
4868
4869 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4870 to `isearch-case-fold-search' and restore its original value
4871 after the `isearch-mode' call.
4872
46c5cf66
JL
48732011-09-18 Juri Linkov <juri@jurta.org>
4874
4875 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4876 because `zgrep' returns 1 for successful matches (bug#9226).
4877
d18b513b
JL
48782011-09-18 Juri Linkov <juri@jurta.org>
4879
4880 * info.el (Info-extract-menu-node-name): Check the second match
4881 for empty string (second test-case of bug#9528).
4882 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4883 intermediate nodes to the history (first test-case of bug#9528).
4884
72753f87
JL
48852011-09-18 Juri Linkov <juri@jurta.org>
4886
4887 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4888 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4889
c9384295
JL
48902011-09-18 Juri Linkov <juri@jurta.org>
4891
1154d12e
JB
4892 * info.el (Info-file-supports-index-cookies):
4893 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4894 outputs one more line for long file names (bug#4142).
c9384295 4895
d473dce8
CY
48962011-09-18 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * newcomment.el (comment-normalize-vars): If prompting for
4899 comment-start, set comment-start-skip too (Bug#8424).
4900
2176854d
JB
49012011-09-18 Johan Bockgård <bojohan@gnu.org>
4902
4903 * icomplete.el: Fix previous fix of Bug#5849.
4904 (icomplete-mode): Don't set completion-show-inline-help.
4905 (icomplete-minibuffer-setup): Set completion-show-inline-help
4906 locally during icompletion.
4907
3aace4e4
CY
49082011-09-18 Chong Yidong <cyd@stupidchicken.com>
4909
c940224f
CY
4910 * woman.el (woman2-process-escapes): Don't delete unrecognized
4911 escapes (Bug#7843).
4912
3aace4e4
CY
4913 * files.el (inhibit-first-line-modes-regexps): Add image files.
4914 (hack-local-variables-prop-line): Return nil for malformed
4915 prop-lines (Bug#9044).
4916
710dec63
MA
49172011-09-18 Michael Albinus <michael.albinus@gmx.de>
4918
4919 * net/tramp.el (top): Don't require 'shell.
4920 (tramp-methods): Fix docstring.
4921 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4922 Return complete remote file name. Handle "smb" case.
4923 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4924 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4925
4926 * net/tramp-compat.el (top): Require 'shell.
4927
4928 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4929 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4930 `tramp-current-host'.
4931 (tramp-get-remote-tmpdir): Remove.
4932
4933 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4934 `tramp-tmpdir' entries.
4935 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4936 (tramp-smb-handle-file-attributes): Ignore errors.
4937 (tramp-smb-wait-for-output): Check also for process end.
4938
5d5ac8ec
LMI
49392011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4940
4941 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4942 when sending QUIT (bug#9312).
4943
8c0f49f0
CY
49442011-09-17 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4947 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4948 occur-mode-display-occurrence.
4949 (occur-edit-mode): Add usage message.
4950 (occur-cease-edit): New command.
4951 (occur-after-change-function): Use text properties to find the
4952 position of the prefix text.
4953 (occur-engine): Set stickiness of prefix text properties.
4954
8f1383f7
GM
49552011-09-17 Glenn Morris <rgm@gnu.org>
4956
4957 * progmodes/etags.el (complete-tag):
4958 Fix call to completion-in-region. (Bug#9526)
4959
744ba0e3
JL
49602011-09-17 Juri Linkov <juri@jurta.org>
4961
4962 * textmodes/ispell.el (ispell-word): Add to the error message
4963 the word, ispell program name and current dictionary (bug#9121).
4964 (ispell-tex-arg-end): Capitalize "error" in the error message.
4965
d9bbf400
AS
49662011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4967
4968 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4969 check. (Bug#4251)
4970
8da11505
JL
49712011-09-17 Juri Linkov <juri@jurta.org>
4972
4973 * window.el (window-safe-min-height, window-safe-min-width):
4974 Fix typos (followup to bug#9522).
4975
a91adc7e
SJ
49762011-09-17 Sven Joachim <svenjoac@gmx.de>
4977
4978 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4979
064f328a
EZ
49802011-09-16 Eli Zaretskii <eliz@gnu.org>
4981
4982 * simple.el (line-move): If goal-column is set, move by logical
4983 lines, not by display lines. (Bug#971)
4984 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4985 to reflect the above change.
4986
e69df516
SM
49872011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * image.el (imagemagick-register-types): Use regexp-opt.
4990
cbb0f9ab
CY
49912011-09-15 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * window.el (display-buffer-base-action): Rename from
4994 display-buffer-default-action. Make default value empty.
4995 (display-buffer-overriding-action): Convert to defvar.
4996 (display-buffer-fallback-action): New var.
4997
25322144
CY
49982011-09-15 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5001 declaration.
5002 (package--add-to-archive-contents): If there is a duplicate entry
5003 with an older version, remove it.
5004 (package-menu-mark-delete, package-menu-mark-install)
5005 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5006 (package-menu-mark-obsolete-for-deletion):
5007 Use package-menu-get-status instead of a regexp search.
25322144
CY
5008 (package-menu-get-status): Use tabulated-list-entry.
5009 (package-menu-mark-upgrades): New command.
d770725a 5010 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5011 (package-menu-execute): Do installation before deletion.
5012 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5013 instead of checking major-mode.
5014 (package-menu--find-upgrades): New function.
5015
7520339c
LMI
50162011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5017
5018 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5019 passwords in the log buffer.
65a046c4
LMI
5020 (smtpmail-process-filter): Update the process marker so that the
5021 "broken by peer" status message is inserted in the right place.
7520339c 5022
d3c30954
SM
50232011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5024
3fe48822
SM
5025 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5026 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5027 bibtex-completion-at-point-function.
5028 (bibtex-completion-at-point-function): Use them.
5029
1b8b3954
SM
5030 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5031
d3c30954
SM
5032 * mpc.el (mpc-constraints-tag-lookup): New function.
5033 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5034 also to browser "album|playlist".
5035
72779976
JL
50362011-09-14 Juri Linkov <juri@jurta.org>
5037
5038 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5039 (isearch-edit-string): Use length of `isearch-string' when
5040 `isearch-fail-pos' returns nil.
5041 (isearch-message): Remove duplicate code and call
5042 `isearch-fail-pos' with arg `t'.
5043
a0bf2bcd
CY
50442011-09-14 Chong Yidong <cyd@stupidchicken.com>
5045
17bb0a2d
CY
5046 * replace.el (occur-mode-goto-occurrence): Don't force using other
5047 window (Bug#9499).
5048
a0bf2bcd
CY
5049 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5050
f678e0b6
MR
50512011-09-14 Martin Rudalics <rudalics@gmx.at>
5052
5053 * window.el (display-buffer-window): Remove.
5054 (display-buffer-record-window): Use help-setup window parameter
5055 instead of variable display-buffer-window.
5056 (display-buffer-function, special-display-buffer-names)
5057 (special-display-function): Mention help-setup parameter instead
5058 of display-buffer-window in doc-string.
d3c30954
SM
5059 * help.el (help-window-setup): New argument help-window.
5060 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5061 Reword some messages.
5062 (with-help-window): Pass window used for displaying the buffer
5063 to help-window-setup. Don't set display-buffer-window.
5064
8e39b2e8
GM
50652011-09-13 Glenn Morris <rgm@gnu.org>
5066
5067 * emacs-lisp/debug.el (debugger-make-xrefs):
5068 Preserve point. (Bug#9462)
5069
85e9c04b
CY
50702011-09-13 Chong Yidong <cyd@stupidchicken.com>
5071
5072 * window.el (window-deletable-p): Use next-frame.
5073
1b36ed6a
MR
50742011-09-13 Martin Rudalics <rudalics@gmx.at>
5075
5076 * window.el (window-auto-delete): Remove.
5077 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5078 dedication and previous buffers.
1b36ed6a
MR
5079 (switch-to-prev-buffer): Don't delete window.
5080 (delete-windows-on): Delete a window's frame if and only if the
5081 window is dedicated.
5082 (replace-buffer-in-windows): Delete buffer's window or frame if
5083 and only if window is dedicated.
5084 (quit-window): Handle quit-restore as before last change.
4d61f28d 5085 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5086
ef8ef9fb
CY
50872011-09-13 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * window.el (window-deletable-p): Never delete the last frame on a
5090 given terminal.
5091
b2cba41e
GM
50922011-09-13 Glenn Morris <rgm@gnu.org>
5093
5094 * help.el (describe-key-briefly): Copy previous standard-output change.
5095
51553db6 50962011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5097
5098 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5099
b7556719
GM
51002011-09-13 Glenn Morris <rgm@gnu.org>
5101
5102 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5103 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5104
64b51947
CY
51052011-09-12 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * dired-aux.el (dired-mark-read-string): Don't return default
5108 value on empty input (Bug#9361).
5109 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5110 Omit initial minibuffer contents.
5111 (dired-do-chmod): Signal an error on empty input.
5112 (dired-mark-read-string): Don't return default on empty input.
5113
5114 * files.el (file-modes-symbolic-to-number): Doc fix.
5115
393a301e
SM
51162011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * international/mule-cmds.el (ucs-completions): Remove.
5119 (read-char-by-name): Use complete-with-action instead; add metadata.
5120
fa5660f9
CY
51212011-09-11 Chong Yidong <cyd@stupidchicken.com>
5122
5123 * window.el (display-buffer--action-function-custom-type)
5124 (display-buffer--action-custom-type): New vars.
5125 (display-buffer-alist, display-buffer-default-action)
5126 (display-buffer-overriding-action): Add defcustom types.
5127
4a592f66
CY
5128 * frame.el (delete-other-frames): Doc fix (Bug#276).
5129
73d56dbd
LMI
51302011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5131
5132 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5133
37ac18a3
CY
51342011-09-11 Chong Yidong <cyd@stupidchicken.com>
5135
5136 Change modes that used same-window-* vars to use switch-to-buffer.
5137
5138 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5139 Use switch-to-buffer.
5140
5141 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5142 (customize-browse, custom-buffer-create-other-window):
5143 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5144
5145 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5146 (Info-prev, Info-up, Info-speedbar-goto-node)
5147 (info-display-manual): Use switch-to-buffer.
5148 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5149
5150 * mail/sendmail.el (mail): Use switch-to-buffer.
5151 (mail-recover): Use switch-to-buffer-other-window.
5152
5153 * cmuscheme.el (run-scheme, switch-to-scheme):
5154 * ielm.el (ielm):
5155 * shell.el (shell):
5156 * net/rlogin.el (rlogin):
5157 * net/telnet.el (telnet, rsh):
5158 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5159
10195bd6
AS
51602011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5161
5162 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5163
b322f63a
LMI
51642011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165
39d7fed6
LMI
5166 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5167 so don't mention it (bug#9301).
ba5a81f1 5168 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5169
ee0e9f11
LMI
5170 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5171 match `x', `w32' and `ns', like the manual says (bug#9029).
5172
0b1c89c1 5173 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5174 (process-kill-buffer-query-function): Mention the buffer name in
5175 the query.
0b1c89c1 5176
77549ea8
LMI
5177 * image-mode.el (image-next-line): The line parameter is mandatory
5178 (bug#9258).
5179
803ef892
LMI
5180 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5181 which can be useful (bug#9301).
5182
12980837
LMI
5183 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5184
91054f8f
LMI
5185 * subr.el (match-string): Mention that the current buffer should
5186 be the same as the search was done in (bug#9282).
5187
b322f63a
LMI
5188 * facemenu.el: Disable the remove-* commands if the mark isn't
5189 active (bug#9162).
5190
3199b96f
CY
51912011-09-10 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5194 of display-buffer.
5195 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5196
5197 * replace.el (occur-mode-goto-occurrence)
5198 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5199 and display-buffer.
5200
5201 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5202 display-buffer.
5203
5204 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5205 special-display and same-window variables.
5206 (mail-other-window): Use switch-to-buffer-other-window.
5207 (mail-other-frame): USe switch-to-buffer-other-frame.
5208
393a301e
SM
5209 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5210 Use display-buffer-other-frame.
3199b96f
CY
5211 (gdb-display-gdb-buffer): Use pop-to-buffer.
5212
5213 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5214
5215 * progmodes/python.el: Don't set same-window-buffer-names.
5216
5217 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5218
5219 * window.el (display-buffer-alist): Add *Python*.
5220
8319e0bf
CY
52212011-09-10 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * window.el (display-buffer-alist): Add entry for buffers
5224 previously handled same-window-*.
5225 (display-buffer-alist, display-buffer-default-action)
5226 (display-buffer-overriding-action): Mark as risky.
5227 (display-buffer-alist): Document action function changes.
5228 (display-buffer--same-window-action)
5229 (display-buffer--other-frame-action): New variables.
5230 (switch-to-buffer, display-buffer-other-frame): Use them.
5231 (display-buffer): Rename reuse-frame entry to reusable-frames.
5232 (display-buffer-reuse-selected-window): Function deleted.
5233 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5234 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5235 (display-buffer-special): New function.
5236 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5237 display-buffer-reuse-or-pop-window. Split off special-display
5238 part into display-buffer-special.
5239 (display-buffer-use-some-window): Don't perform any special
5240 pop-up-frames handling.
5241 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5242 (display-buffer--maybe-same-window): Rename from
0d3ff375 5243 display-buffer-maybe-same-window.
8319e0bf 5244
919a69aa
CY
5245 * info.el: Don't set same-window-regexps.
5246 (info-setup): New function.
5247 (info-other-window, info): Call it.
5248
5249 * cus-edit.el: Don't set same-window-regexps.
5250 (customize-group): New argument.
5251 (customize-group-other-window): Use it.
5252 (customize-face, customize-face-other-window): Likewise.
5253 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5254
8319e0bf
CY
5255 * net/rlogin.el:
5256 * net/telnet.el:
5257 * progmodes/gud.el: Don't set same-window-regexps.
5258
5259 * cmuscheme.el:
5260 * ielm.el:
5261 * shell.el:
5262 * mail/sendmail.el:
5263 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5264
25173000
JL
52652011-09-10 Juri Linkov <juri@jurta.org>
5266
5267 * isearch.el (isearch-edit-string): Remove obsolete mention of
5268 `C-w' (`isearch-yank-word-or-char') from docstring.
5269 (isearch-query-replace): Fix typo in docstring (bug#9466).
5270
056e44ef
JL
52712011-09-10 Juri Linkov <juri@jurta.org>
5272
5273 * paren.el (show-paren-function): Don't show escaped parens.
5274 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5275
c3760c17
EZ
52762011-09-10 Eli Zaretskii <eliz@gnu.org>
5277
5278 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5279 (mm-default-file-encoding): Remove autoload forms, they are
5280 replaced with autoload cookies in mml.el and mm-encode.el.
5281 (mail-add-attachment): New command.
5282 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5283 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5284 the doc string.
5285 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5286
fece895e
RT
52872011-09-10 Reuben Thomas <rrt@sc3d.org>
5288
e69df516
SM
5289 * simple.el (count-words-region): Use buffer if there's no region
5290 (bug#9429).
fece895e 5291
5e68ce4a
JL
52922011-09-09 Juri Linkov <juri@jurta.org>
5293
5294 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5295 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5296 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5297
0a6b9622
AM
52982011-09-09 Alan Mackenzie <acm@muc.de>
5299
5300 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5301 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5302
14a29deb
EZ
53032011-09-09 Eli Zaretskii <eliz@gnu.org>
5304
5305 Fix for Savannah bug#9392.
5306 * simple.el (mail-encode-mml): New defvar.
5307
5308 * mail/rmail.el (mail-encode-mml): Add a defvar.
5309 (rmail-enable-mime-composing): Default to t.
5310 (rmail-forward): Use MIME method of forwarding only if both
5311 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5312 Set mail-encode-mml non-nil if the MIME method was used.
5313
5314 * mail/sendmail.el (mml-to-mime): Add autoload form.
5315 (mail-encode-mml): Add a defvar.
5316 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5317 to nil.
5318 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5319 message through mml-to-mime, and reset mail-encode-mml to nil.
5320
28c45130
GM
53212011-09-09 Glenn Morris <rgm@gnu.org>
5322
5323 * woman.el (woman-if-body): When processing an .el block,
5324 do not delete the next .el block as well. (Bug#9447)
69f4b618 5325 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5326
9b1c252e
MR
53272011-09-08 Martin Rudalics <rudalics@gmx.at>
5328
5329 * window.el (window-deletable-p): Make sure window is live before
5330 invoking window-prev-buffers.
5331
567457e3
LL
53322011-09-08 Leo Liu <sdl.web@gmail.com>
5333
5334 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5335
97f05794
JL
53362011-09-08 Juri Linkov <juri@jurta.org>
5337
5338 * progmodes/compile.el (compilation-environment): Make it
5339 a defcustom (bug#8340).
5340
8b0874b5
MR
53412011-09-08 Martin Rudalics <rudalics@gmx.at>
5342
5343 * window.el (frame-auto-delete): Rename to window-auto-delete.
5344 Make it control auto-deletion of windows and/or frames.
5345 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5346 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5347 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5348 Rewrite handling of case when window/frame can be deleted.
5349 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5350 argument t. (Bug#9456)
8b0874b5 5351
4feb6e73
CY
53522011-09-07 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * help-mode.el (help-mode): Restore autoload.
5355
91ab9c13
JL
53562011-09-07 Juri Linkov <juri@jurta.org>
5357
5358 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5359 `compilation-environment'. Set buffer-local
5360 `compilation-environment' to `thisenv' later after (funcall mode).
5361 (Bug#8340)
5362
5363 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5364 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5365 instead of replacing its value. (Bug#8340)
5366
0527e251
JL
53672011-09-07 Juri Linkov <juri@jurta.org>
5368
5369 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5370 based on text properties put by `grep-filter' instead of matching
5371 escape sequences.
5372 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5373 to the value of `grep-error-screen-columns' (bug#9438).
5374
249f792c
JL
53752011-09-07 Juri Linkov <juri@jurta.org>
5376
5377 * simple.el (next-error-highlight, next-error-highlight-no-select):
5378 Doc fix (bug#9432).
5379
ff7271b9
OT
53802011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5381
5382 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5383 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5384
183fc730
LL
53852011-09-07 Leo Liu <sdl.web@gmail.com>
5386
5387 * net/rcirc.el (rcirc-mode): Conditionally initialize
5388 rcirc-input-ring.
5389
77694924
SM
53902011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * emacs-lisp/find-func.el (find-function-C-source): Only set
5393 find-function-C-source-directory after checking that we found a source
5394 file there (bug#9440).
5395
d809b8eb
AM
53962011-09-06 Alan Mackenzie <acm@muc.de>
5397
5398 * isearch.el (isearch-other-meta-char): Wherever a key list is
5399 unread, "unread" the prefix arg, too. This fixes bug #8901.
5400
453de99f
OG
54012011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5402
5403 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5404
90439906
JL
54052011-09-05 Juri Linkov <juri@jurta.org>
5406
5407 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5408
f62bd846
JL
54092011-09-05 Juri Linkov <juri@jurta.org>
5410
5411 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5412 keeping point where processing of grep matches begins, and
5413 continue to delete remaining escape sequences from the same point.
5414 (grep-filter): Make leading zero optional in "0?1;31m" because
5415 git-grep emits "\033[1;31m" escape sequences unlike expected
5416 "\033[01;31m" as GNU Grep does (bug#9408).
5417 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5418
045820ec
JL
54192011-09-05 Juri Linkov <juri@jurta.org>
5420
5421 * subr.el (y-or-n-p): Capitalize "yes".
5422
f5e29b9b
MA
54232011-09-04 Michael Albinus <michael.albinus@gmx.de>
5424
5425 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5426 `tramp-cache-unload-hook' where appropriate.
5427 (tramp-methods): Rename `tramp-remote-sh' to
5428 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5429 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5430
5431 * net/tramp-sh.el (top): Don't require 'shell.
5432 (tramp-methods): Add `tramp-remote-shell' and
5433 `tramp-remote-shell-args' entries.
5434 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5435 (tramp-sh-handle-shell-command): Remove.
5436 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5437 Use `tramp-remote-shell'.
5438
2784c434
CY
54392011-09-03 Chong Yidong <cyd@stupidchicken.com>
5440
393a301e 5441 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5442 (sendmail-query-once): Save directly to send-mail-function.
5443 Update message-send-mail-function too.
5444
5445 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5446
464cdf56
CS
54472011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5448
5449 * progmodes/python.el (python-mode-map): Use correct function to
5450 start python interpreter from menu-bar (as reported by Geert
5451 Kloosterman).
5452 (inferior-python-mode-map): Fix typo.
393a301e 5453 (python-shell-map): Remove.
464cdf56 5454
d37e5c87
DD
54552011-09-03 Deniz Dogan <deniz@dogan.se>
5456
5457 * net/rcirc.el (rcirc-print): Simplify code for
5458 rcirc-scroll-show-maximum-output. There is no need to walk
5459 through all windows to find the right one.
5460
f3ada0ee
CS
54612011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5462
5463 * help.el (help-return-method): Doc fix.
5464
1f3c99ca
MR
54652011-09-03 Martin Rudalics <rudalics@gmx.at>
5466
5467 * window.el (window-deletable-p): Don't return a non-nil value
5468 when there's a buffer that was shown in the window before.
5469 (Bug#9419)
393a301e
SM
5470 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5471 Set window's previous buffers to nil.
1f3c99ca 5472
a3cf097f
EZ
54732011-09-03 Eli Zaretskii <eliz@gnu.org>
5474
5475 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5476 newline before and after the tag line, so it doesn't interfere
5477 with determining the paragraph direction of bidirectional text.
5478
3d03de90
LL
54792011-09-03 Leo Liu <sdl.web@gmail.com>
5480
5481 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5482
c3313451
CY
54832011-09-02 Chong Yidong <cyd@stupidchicken.com>
5484
393a301e 5485 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5486 (pop-to-buffer): Change interactive spec. Pass second argument
5487 directly to display-buffer.
5488 (display-buffer): Fix interactive spec. Use functionp to
5489 distinguish between a function and a list of functions.
5490
5491 * abbrev.el (edit-abbrevs):
5492 * arc-mode.el (archive-extract):
5493 * autoinsert.el (auto-insert):
5494 * bookmark.el (bookmark-bmenu-list):
5495 * files.el (find-file):
5496 * view.el (view-buffer):
5497 * progmodes/compile.el (compilation-goto-locus):
5498 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5499
89894cd8
CY
55002011-09-02 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * window.el (display-buffer-alist): Doc fix.
5503 (display-buffer): Add docstring. Don't treat
5504 display-buffer-default specially.
5505 (display-buffer-reuse-selected-window)
5506 (display-buffer-same-window, display-buffer-maybe-same-window)
5507 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5508 (display-buffer-pop-up-window)
5509 (display-buffer-reuse-or-pop-window)
5510 (display-buffer-use-some-window): New functions.
5511 (display-buffer-default-action): Use them.
393a301e 5512 (display-buffer-default): Delete.
89894cd8
CY
5513 (pop-to-buffer-1): Fix choice of actions.
5514
ae0bc9fb
SM
55152011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * minibuffer.el (completion--insert-strings): Don't get confused by
5518 completion entries that end with an LF char.
5519
e9d90883
EZ
55202011-09-01 Eli Zaretskii <eliz@gnu.org>
5521
5522 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5523
437014c8
CY
55242011-09-01 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5527 (display-buffer-same-window, display-buffer-other-window):
5528 New functions.
437014c8
CY
5529 (pop-to-buffer-1): New function. Use the above.
5530 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5531 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5532
5533 * view.el (view-buffer-other-window, view-buffer-other-frame):
5534 Just use pop-to-buffer.
5535
a5e063d5
TV
55362011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5537
5538 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5539
793d32bb
WH
55402011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5541
5542 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5543
d65e4c15
RS
55442011-08-31 Richard Stallman <rms@gnu.org>
5545
5546 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5547 of the separation of rmail-view-buffer from rmail-buffer.
5548 If you say no to "replace original", the decrypt is in the
5549 view buffer. If you say yes, the decrypt goes into the
5550 rmail buffer also.
5551
f818cd2a
MR
55522011-08-31 Martin Rudalics <rudalics@gmx.at>
5553
5554 * window.el (display-buffer-window): Rewrite doc-string.
5555 (display-buffer-record-window): New function.
5556 (display-buffer-macro-specifiers)
5557 (display-buffer-even-window-sizes, display-buffer-set-height)
5558 (display-buffer-set-width, display-buffer-in-window)
5559 (display-buffer-reuse-window, display-buffer-split-specifiers)
5560 (display-buffer-side-specifiers, display-buffer-split-window-1)
5561 (display-buffer-split-window, display-buffer-split-atom-window)
5562 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5563 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5564 (display-buffer-other-window-means-other-frame)
5565 (display-buffer-normalize-special)
5566 (display-buffer-normalize-default)
5567 (display-buffer-normalize-argument)
5568 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5569 (display-buffer-normalize-specifiers, display-buffer-frame)
5570 (display-buffer-same-window, display-buffer-same-frame)
5571 (display-buffer-other-window)
5572 (display-buffer-same-frame-other-window)
5573 (display-buffer-other-frame, pop-to-buffer-same-window)
5574 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5575 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5576 (switch-to-buffer-same-frame)
5577 (switch-to-buffer-other-window-same-frame)
5578 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5579 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5580 (display-buffer-alist-set): Remove.
5581 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5582 (special-display-regexps, special-display-function):
5583 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5584 parameter.
5585 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5586 (special-display-frame-alist, special-display-popup-frame)
5587 (same-window-buffer-names, same-window-regexps, same-window-p)
5588 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5589 (split-window-preferred-function, split-height-threshold)
5590 (split-width-threshold, window-splittable-p)
5591 (split-window-sensibly, window--try-to-split-window)
5592 (window--frame-usable-p, even-window-heights)
5593 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5594 (window--display-buffer-2, display-buffer-other-frame):
5595 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5596 (display-buffer-default, display-buffer-assq-regexp): New functions.
5597 (display-buffer-alist): Rewrite doc-string.
5598 (display-buffer-default-action)
5599 (display-buffer-overriding-action): New variables.
5600 (display-buffer, switch-to-buffer): Rewrite.
5601 (pop-to-buffer): Restore Emacs 23 behavior but use
5602 window-normalize-buffer-to-display.
5603 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5604 Restore Emacs 23 behavior but use
5605 window-normalize-buffer-to-switch-to.
5606 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5607 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5608 Rewrite using Emacs 23 options.
f818cd2a 5609
5bc3b51d
MA
56102011-08-31 Michael Albinus <michael.albinus@gmx.de>
5611
5612 * net/tramp.el (tramp-root-regexp): Remove.
5613 (tramp-completion-file-name-regexp-unified)
5614 (tramp-completion-file-name-regexp-separate)
5615 (tramp-completion-file-name-regexp-url): Don't use leading volume
5616 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5617 (tramp-drop-volume-letter): Simplify definition.
5618 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5619
b1a4f8e1
SM
56202011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5623 (bug#9356).
5624
5664fa7b
RT
56252011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5626
b1a4f8e1 5627 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5628
9a45d6c3
JL
56292011-08-29 Juri Linkov <juri@jurta.org>
5630
5631 * isearch.el (isearch-done): Don't display message "Mark saved"
5632 when arg `edit' is non-nil to prevent its flicker in the echo area.
5633
fb87e0fb
CY
56342011-08-28 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5637 obsolete packages for deletion.
5638
09ac1c2a
CS
56392011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5640
5641 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5642 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5643 view-mode from help-mode.
5644 (help-xref-override-view-map): Remove.
5645 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5646 view-mode is not used anymore.
5647
7a1ff57f
CY
56482011-08-28 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * server.el (server-port): Doc fix.
5651
b9696605
CY
5652 * cus-theme.el (custom-theme-choose-mode): Inherit from
5653 special-mode (Bug#9124).
5654 (custom-theme-choose-mode-map): Add special-mode to parent.
5655
ef8cdf8c
AM
56562011-08-28 Alan Mackenzie <acm@muc.de>
5657
5658 * progmodes/cc-fonts.el
5659 (c-make-font-lock-BO-decl-search-function): New function.
5660 (c-basic-matchers-after - "Fontify the clauses after various
5661 keywords"): Extract the three keyword lists for the 3 erroneous
5662 constructs from the list of four, and use the new function above
5663 in place of an old one.
5664
27de4e20
DD
56652011-08-28 Deniz Dogan <deniz@dogan.se>
5666
5667 * net/rcirc.el (rcirc-insert-prev-input)
5668 (rcirc-insert-next-input): Remove unused argument.
5669
356a3681
SM
56702011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5673
3fc9b218
AM
56742011-08-27 Alan Mackenzie <acm@muc.de>
5675
5676 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5677 handle function pointer parameters properly.
5678
538a061c
MR
56792011-08-27 Martin Rudalics <rudalics@gmx.at>
5680
5681 * window.el (display-buffer-reuse-window): Fix case where
5682 selected window was reused with non-nil OTHER-WINDOW argument.
5683 (Bug#9381)
5684
35b1c40c
DD
56852011-08-27 Deniz Dogan <deniz@dogan.se>
5686
5687 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5688 oftc's NickServ messages.
5689
2f6a3e79
GM
56902011-08-27 Glenn Morris <rgm@gnu.org>
5691
5692 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5693
7254299e
CY
56942011-08-26 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * emacs-lisp/package.el (package-install): Call package-initialize
5697 if called interactively.
5698
f8ccf167
LL
56992011-08-26 Leo Liu <sdl.web@gmail.com>
5700
5701 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5702
3e8cd5ce
JL
57032011-08-25 Juri Linkov <juri@jurta.org>
5704
5705 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5706 `search-whitespace-regexp' (bug#9364).
5707
93eb7113
JL
57082011-08-25 Juri Linkov <juri@jurta.org>
5709
5710 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5711 `regexp-search-ring' to their global values to protect from
5712 updating by `read-from-minibuffer' (bug#9185).
5713
f65d1611
JL
57142011-08-25 Juri Linkov <juri@jurta.org>
5715
5716 * textmodes/ispell.el (ispell-command-loop): Add newline
5717 at the end of the "Use option `i'..." line.
5718
f1cf7a31
JL
57192011-08-25 Juri Linkov <juri@jurta.org>
5720
5721 * battery.el (display-battery-mode): If `battery-status-function'
5722 or `battery-mode-line-format' is nil, display the message and set
5723 `display-battery-mode' to nil (bug#9363).
5724
0c95fcf7
EZ
57252011-08-25 Eli Zaretskii <eliz@gnu.org>
5726
5727 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5728 bidi-string-mark-left-to-right; they are unnecessary now.
5729
a2ebe600
DD
57302011-08-25 Deniz Dogan <deniz@dogan.se>
5731
5732 * net/quickurl.el: Documentation typo fixes.
5733
e4ed06f1
CY
57342011-08-25 Chong Yidong <cyd@stupidchicken.com>
5735
5736 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5737
e5f1c99e
GM
57382011-08-25 Glenn Morris <rgm@gnu.org>
5739
b2948976
GM
5740 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5741
e5f1c99e
GM
5742 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5743 (smtpmail-via-smtp): Handle nil response from smtp.
5744
f22f4808
JL
57452011-08-24 Juri Linkov <juri@jurta.org>
5746
5747 * proced.el (proced-marked): Inherit from `error' instead of
5748 `font-lock-warning-face'.
5749
5750 * ibuffer.el (ibuffer-marked-face): Change default face from
5751 `font-lock-warning-face' to `warning'.
5752 (ibuffer-deletion-face): Change default face from
5753 `font-lock-type-face' to `error'.
5754
5755 * battery.el (battery-update): Use the face `error' instead of
5756 `font-lock-warning-face' (bug#6117).
5757
6a93965e
JL
57582011-08-24 Juri Linkov <juri@jurta.org>
5759
5760 * faces.el (success): Change face color from "Green3" to
5761 "ForestGreen" on light background (bug#9353).
5762
1ed43b09
CY
57632011-08-24 Chong Yidong <cyd@stupidchicken.com>
5764
5664fa7b
RT
5765 * window.el (quit-window): Rename from quit-restore-window.
5766 Use same arglist as old quit-window.
1ed43b09
CY
5767 (frame-auto-delete): Doc fix.
5768
5769 * view.el (view-mode-exit): Use quit-window.
5770
11dcdbb2
JL
57712011-08-24 Juri Linkov <juri@jurta.org>
5772
5773 * isearch.el (isearch-ring-adjust1): Start visiting previous
5774 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5775 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5776 for empty search string (when the last search string is reused
5777 automatically) to adjust the isearch ring to the last element and
5778 prepare the correct index for further M-p commands (bug#9185).
5779
de62b4df
KH
57802011-08-24 Kenichi Handa <handa@m17n.org>
5781
5782 * international/ucs-normalize.el: If decomposition property of
5783 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5784 nil.
5785 (nfd, nfkd): Likewise.
5786
963b492b
SM
57872011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5790 from process filters aren't reliably transmitted to the surrounding
5791 accept-process-output.
5792 (mpc-proc-check): New function.
5793 (mpc-proc-sync): Use it (bug#8293)
5794
93b6b5e1
SM
57952011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5798 Add compatibility functions (bug#9313).
5799
bca633fb
EZ
58002011-08-23 Eli Zaretskii <eliz@gnu.org>
5801
b177498a
EZ
5802 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5803
6df6ae42 5804 * international/uni-bidi.el: Regenerate.
bca633fb 5805
0902a04e
KH
58062011-08-23 Kenichi Handa <handa@m17n.org>
5807
5808 * international/charprop.el:
5809 * international/uni-bidi.el:
5810 * international/uni-category.el:
5811 * international/uni-combining.el:
5812 * international/uni-comment.el:
5813 * international/uni-decimal.el:
5814 * international/uni-decomposition.el:
5815 * international/uni-digit.el:
5816 * international/uni-lowercase.el:
5817 * international/uni-mirrored.el:
5818 * international/uni-name.el:
5819 * international/uni-numeric.el:
5820 * international/uni-old-name.el:
5821 * international/uni-titlecase.el:
5822 * international/uni-uppercase.el: Regenerate.
5823
3bbf23bc
MR
58242011-08-23 Martin Rudalics <rudalics@gmx.at>
5825
5826 * help.el (help-window-setup): Fix message displayed when other
5827 window is reused. (Bug#9341)
5828
b3fd59bd
SM
58292011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5830
1802e444
SM
5831 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5832 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5833
b3fd59bd
SM
5834 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5835 Mark obsolete.
5836 * shell.el (shell-parse-pcomplete-arguments): New function.
5837 (shell-completion-vars): Use it instead (bug#9160).
5838
4eb61348
SM
58392011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5840
867cab74
SM
5841 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5842 strings and comments (bug#9333).
5843
4eb61348
SM
5844 * emacs-lisp/debug.el (debug-arglist): New function.
5845 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5846 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5847
262a1439
JL
58482011-08-22 Juri Linkov <juri@jurta.org>
5849
56ee679c
JL
5850 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5851 Revert regexp that highlights output switches to its old
5852 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5853
262a1439
JL
5854 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5855 to check for empty output (bug#9226).
5856
f13f86fb
CY
58572011-08-22 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5860 symbol-constituent as the default, as that stops font-lock from
5861 working properly (Bug#8843).
5862
c65c9622
LMI
58632011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5864
5865 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5866 `coding-system-for-*' around the process open call to avoid
5867 auth-source side effects.
e7f2c178 5868 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5869 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5870 probe hangs.
c65c9622 5871
23a8a5ab
CY
58722011-08-21 Chong Yidong <cyd@stupidchicken.com>
5873
ff98b2dd
CY
5874 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5875
23a8a5ab
CY
5876 * emacs-lisp/find-func.el (find-function-noselect): New arg
5877 lisp-only.
5878
5879 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5880 signal an error for built-in functions (Bug#6664).
5881
f5e3c598
LMI
58822011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5883
5884 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5885 (smtpmail-try-auth-methods): Use it.
5886
a3f2468a
CY
58872011-08-21 Chong Yidong <cyd@stupidchicken.com>
5888
2c34e8da
CY
5889 * font-lock.el (font-lock-fontify-region)
5890 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5891 (font-lock-default-unfontify-buffer)
5892 (font-lock-default-fontify-region)
5893 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5894
b3fd59bd
SM
5895 * progmodes/compile.el (compilation-error-properties):
5896 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5897 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5898 `ant' regexp.
ee31aabc 5899
a3f2468a
CY
5900 * net/browse-url.el (browse-url-firefox): Don't call
5901 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5902
8e999f70
GM
59032011-08-20 Glenn Morris <rgm@gnu.org>
5904
c21a496a
GM
5905 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5906
59ee0542
GM
5907 * tutorial.el (tutorial--default-keys): Update some default bindings.
5908
8e999f70
GM
5909 * files.el (hack-local-variables): Fully ignore case for "mode:".
5910
e3715033
AM
59112011-08-20 Alan Mackenzie <acm@muc.de>
5912
5913 Resolve invalid use of a regexp in regexp-opt.
5914
4d61f28d
JB
5915 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5916 detection for a java annotation.
e3715033 5917
4d61f28d 5918 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5919 detection for a java annotation.
5920
4d61f28d
JB
5921 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5922 handling for java.
e3715033
AM
5923 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5924
04ed2e9c
CY
59252011-08-20 Chong Yidong <cyd@stupidchicken.com>
5926
5927 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5928 (Bug#9274).
5929
826cee64
AM
59302011-08-20 Alan Mackenzie <acm@muc.de>
5931
58179cce 5932 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5933 such a construct. Mainly for when jit-lock etc. starts a chunk
5934 here.
5935
58179cce 5936 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5937 variable.
58179cce 5938 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5939 c-make-font-lock-search-function.
5940 (c-make-font-lock-search-function): Use the above function.
5941 (c-make-font-lock-context-search-function): New function.
5942 (c-cpp-matchers): Enhance the preprocessor expression case with
5943 the above function
5944 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5945 which takes an expression.
5946
5947 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5948
13009bd8
MR
59492011-08-20 Martin Rudalics <rudalics@gmx.at>
5950
5951 * window.el (display-buffer-reuse-window)
5952 (display-buffer-pop-up-window): Don't reuse or split a side
5953 window.
5954
9234ff7f
GM
59552011-08-19 Glenn Morris <rgm@gnu.org>
5956
5957 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5958 Downcase "Mode:". (Bug#9331)
9234ff7f 5959
f635daa1
CY
59602011-08-18 Chong Yidong <cyd@stupidchicken.com>
5961
5962 * international/characters.el: Add L and R categories.
5963
5964 * subr.el (bidi-string-mark-left-to-right): Rename from
5965 string-mark-left-to-right. Use category search.
5966
5967 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5968
bc987f8b
JL
59692011-08-18 Juri Linkov <juri@jurta.org>
5970
5971 * faces.el (error, warning, success): New faces with definitions
5972 copied from old default values of `font-lock-warning-face',
5973 `compilation-warning', `compilation-info' (bug#6117).
5974
5975 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5976
5977 * progmodes/compile.el (compilation-error): Inherit from `error'.
5978 (compilation-warning): Inherit from `warning'.
5979 (compilation-info): Inherit from `success'.
5980
5981 * dired.el (dired-marked): Inherit from `warning'.
5982 (dired-flagged): Inherit from `error'.
5983
57173b96
LMI
59842011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5985
3e79eb87
LMI
5986 * mail/smtpmail.el (auth-source): Require to avoid problems with
5987 binding variables (bug#9298). Also clean up some unused
5988 autoloads.
5989
b3fd59bd
SM
5990 * net/network-stream.el (network-stream-open-starttls):
5991 Support using starttls.el without using gnutls-cli.
57173b96 5992
02b404de
JL
59932011-08-17 Juri Linkov <juri@jurta.org>
5994
5995 * progmodes/grep.el (rgrep): Handle the case when
5996 `grep-find-command' is a cons cell (bug#9278).
5997
8c9177f2
MR
59982011-08-17 Martin Rudalics <rudalics@gmx.at>
5999
6000 * window.el (display-buffer-pop-up-frame): Run frame creation
6001 function with BUFFER current (as special-display-popup-frame
6002 does). Reported by Drew Adams.
6003
3644a0ab
DU
60042011-08-17 Daiki Ueno <ueno@unixuser.org>
6005
6006 * epa-mail.el: Simplify GnuPG group expansion using
6007 epg-expand-group.
6008 (epa-mail-group-alist, epa-mail-group-modtime)
6009 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6010 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6011 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6012 Remove.
6013
5e617bc2 60142011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6015
6016 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6017
9c4aeabf
AM
60182011-08-16 Alan Mackenzie <acm@muc.de>
6019
6020 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6021 Correct, to avoid the inside of macros.
6022
3a99bf64
RS
60232011-08-16 Richard Stallman <rms@gnu.org>
6024
04963aa8
RS
6025 * epa-mail.el: Handle GnuPG group definitions.
6026 (epa-mail-group-alist, epa-mail-group-modtime)
6027 (epa-mail-gnupg-conf-file): New variables.
6028 (epa-mail-parse-groups, epa-mail-sync-groups)
6029 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6030 (epa-mail-expand-recipients): New functions.
6031 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6032
177549d0
RS
6033 * mail/rmail.el (rmail-epa-decrypt): New command.
6034
fe38beef
RS
6035 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6036 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6037 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6038 (epa-decrypt-armor-in-region): Make error message clearer.
6039
934eacb9
SM
60402011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6043 and "a2b" to "ab" for `prefix'.
6044
d024fb4e
CY
60452011-08-14 Chong Yidong <cyd@stupidchicken.com>
6046
6047 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6048 filter groups.
de148fee
CY
6049 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6050 Fourquet (Bug#8804).
d024fb4e 6051
62f1ca49
JB
60522011-08-12 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * startup.el (argi): Declare as global variable (bug#9275).
6055
9ccaaa4b
CY
60562011-08-12 Chong Yidong <cyd@stupidchicken.com>
6057
6058 * subr.el (string-mark-left-to-right): Search the entire string
6059 for RTL script, not just the terminating character. Doc fix.
6060
a3dae87a
SM
60612011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6062
6cd18349
SM
6063 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6064 New function.
6065 (js--regexp-literal, js-syntax-propertize-function): Remove.
6066 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6067 (js-mode-map): Don't rebind electric keys.
6068 (js-insert-and-indent): Remove.
6069 (js-mode): Setup electric-layout and electric-indent instead.
6070
a3dae87a
SM
6071 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6072
9d5cb631
DU
60732011-08-12 Daiki Ueno <ueno@unixuser.org>
6074
6075 * epa.el (epa-progress-callback-function): Fix the logic of
6076 displaying progress.
6077 * epa-file.el (epa-file-insert-file-contents): Make progress
6078 display more user-friendly.
6079 (epa-file-write-region): Ditto.
6080
3e26a4a2
CY
60812011-08-10 Chong Yidong <cyd@stupidchicken.com>
6082
6083 * subr.el (string-mark-left-to-right): New function.
6084
6085 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6086 Use string-mark-left-to-right.
6087 (list-buffers-noselect): Caller changed.
6088
a3dae87a
SM
6089 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6090 Use string-mark-left-to-right.
3e26a4a2
CY
6091 (tabulated-list-print): Recenter after moving point.
6092
ac8cf6e6
JL
60932011-08-10 Juri Linkov <juri@jurta.org>
6094
6095 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6096 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6097 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6098
8d96c9a4
CY
60992011-08-09 Chong Yidong <cyd@stupidchicken.com>
6100
6101 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6102 (Bug#7554).
6103
7be1c708 61042011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6105
6106 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6107 character. (Bug#6594)
6108
37e11a63
CY
61092011-08-08 Chong Yidong <cyd@stupidchicken.com>
6110
839dde57
CY
6111 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6112 (image-dired--with-db-file): New macro.
6113 (image-dired-write-tags, image-dired-remove-tag)
6114 (image-dired-create-gallery-lists, image-dired-write-comments)
6115 (image-dired-get-comment, image-dired-mark-tagged-files)
6116 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6117 (image-dired-gallery-generate): Use insert-file-contents.
6118
37e11a63
CY
6119 * time.el (display-time-world-list, display-time-world-display):
6120 * time-stamp.el (time-stamp-string):
6121 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6122 set-time-zone-rule (Bug#7337).
6123
0b4946c4
DU
61242011-08-08 Daiki Ueno <ueno@unixuser.org>
6125
6126 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6127 (epg-error-to-string, epg-errors-to-string): New function.
6128 (epg-wait-for-completion): Reverse errors list.
6129 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6130 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6131 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6132 (epg-sign-keys, epg-generate-key-from-file)
6133 (epg-generate-key-from-string): Format errors by using
6134 epg-errors-to-string (bug#9255).
6135 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6136
75bfc667
JL
61372011-08-07 Juri Linkov <juri@jurta.org>
6138
6139 * faces.el (list-faces-display): Remove extra angle bracket
6140 from `help-mode-map'.
6141
6142 * info.el (Info-history-toc-nodes): Doc fix.
6143
6144 * longlines.el (longlines-mode): Doc fix.
6145
673e08bb
SM
61462011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6147
4640dd88
SM
6148 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6149 of statements and in a few more cases (bug#9183).
6150
673e08bb
SM
6151 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6152 New functions.
6153 (cl-transform-lambda): Use them (bug#9239).
6154
89b3f019
MR
61552011-08-05 Martin Rudalics <rudalics@gmx.at>
6156
6157 * window.el (display-buffer-same-window)
6158 (display-buffer-same-frame, display-buffer-other-window)
6159 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6160 (pop-to-buffer-other-window)
6161 (pop-to-buffer-same-frame-other-window)
6162 (pop-to-buffer-other-frame): Make them defuns.
6163 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6164
640c8776
SM
61652011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * subr.el (make-composed-keymap): Move from C. Change calling
6168 convention, and improve docstring to bring attention to a subtle point.
6169 * minibuffer.el (completing-read-default): Adjust accordingly.
6170
63648a95
MA
61712011-08-03 Michael Albinus <michael.albinus@gmx.de>
6172
6173 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6174 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6175
6176 * net/trampver.el: Update release number.
6177
b796c9b7
SM
61782011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6181 "in" (bug#9190).
6182
2239d7d5
LMI
61832011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6184
e07dd7c3
LMI
6185 * mail/sendmail.el (sendmail-query-once): Restore the current
6186 buffer after querying (bug#9074).
6187
0e6a2bd7
LMI
6188 * dired.el (dired-flagged): Use different faces for marked and
6189 flagged files (bug#6117).
6190
ce887515
LMI
6191 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6192 (bug#4433).
6193
92f2affc
LMI
6194 * ido.el (ido-mode): Switch off the message if called
6195 non-interactively.
6196
57d5aff0
LMI
6197 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6198 before 587, since it appears that that's more likely to work for
6199 more people.
6200
98cd6c18 6201 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6202 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6203 exist.
6204
b96dec83
LMI
6205 * info.el: Remove the `Info-beginning-of-buffer' function
6206 (bug#8325).
6207
b796c9b7
SM
6208 * net/network-stream.el (network-stream-open-starttls):
6209 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6210
d90e2ea0
MR
62112011-08-01 Martin Rudalics <rudalics@gmx.at>
6212
6213 * window.el (display-buffer-in-window): Don't set dedicated status
6214 of window here (Bug#9215).
6215 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6216 (display-buffer-pop-up-side-window)
b796c9b7 6217 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6218
cca09170
SM
62192011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6222 before binding generated-autoload-file.
6223
027b979c
DD
62242011-08-01 Deniz Dogan <deniz@dogan.se>
6225
6226 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6227
3c7ee4f3
MA
62282011-07-30 Michael Albinus <michael.albinus@gmx.de>
6229
6230 Sync with Tramp 2.2.2.
6231
6232 * net/trampver.el: Update release number.
6233
2cc8e51a
JL
62342011-07-30 Juri Linkov <juri@jurta.org>
6235
6236 * dired-aux.el (dired-touch-initial): Remove function.
6237 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6238 current time, and `default' to the last modification time of the
6239 current marked file (bug#6887).
6240
a514d856
JM
62412011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6242
6243 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6244 numeric argument to read-number (bug#9163).
a514d856 6245
8a7eddd7
MA
62462011-07-27 Michael Albinus <michael.albinus@gmx.de>
6247
6248 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6249 connection process, it could be nil.
6250
1ddd96f5
LL
62512011-07-27 Leo Liu <sdl.web@gmail.com>
6252
6253 Simplify url handling in rcirc-mode.
6254
6255 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6256 (rcirc-browse-url-at-mouse): Remove.
6257 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6258
b248a85d
AM
62592011-07-26 Alan Mackenzie <acm@muc.de>
6260
6261 Fontify bitfield declarations properly.
6262
6263 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6264 (c-symbol-chars): Now exported as a lang variable.
6265 (c-not-primitive-type-keywords): New lang variable.
6266
6267 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6268 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6269 parsed as a bitfield declaration.
b248a85d 6270
b796c9b7
SM
6271 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6272 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6273 (c-punctuation-in): New function.
6274 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6275 declarations properly.
6276
68575ab0
UJ
62772011-07-26 Ulf Jasper <ulf.jasper@web.de>
6278
6279 * calendar/icalendar.el (icalendar--all-events): Take care of
6280 multiple vcalendars in a single file.
b796c9b7 6281 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6282
0f0a88b9
DD
62832011-07-25 Deniz Dogan <deniz@dogan.se>
6284
6285 * image.el (insert-image): Clarifying docstring.
6286
0b3f36df
MA
62872011-07-24 Michael Albinus <michael.albinus@gmx.de>
6288
6289 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6290 `tramp-send-command-and-check' if there is no error.
6291 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6292
a9901f61
AM
62932011-07-22 Alan Mackenzie <acm@muc.de>
6294
6295 Prevent cc-langs.elc being loaded at run time.
6296
6297 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6298 cc-langs.
6299
4d61f28d 6300 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6301 "(require 'cc-langs)". Quote a form so it will evaluate at
6302 (cc-mode's) compilation time.
6303
11d074b2
MA
63042011-07-22 Michael Albinus <michael.albinus@gmx.de>
6305
6306 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6307 loading. (Bug#9114)
6308
938b94c8
MR
63092011-07-21 Martin Rudalics <rudalics@gmx.at>
6310
6311 * window.el (display-buffer-pop-up-window)
6312 (display-buffer-pop-up-side-window)
6313 (display-buffer-in-side-window): Call display-buffer-set-height
6314 and display-buffer-set-width after setting the new window's
b796c9b7 6315 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6316
bfa4f190
SS
63172011-07-20 Sam Steingold <sds@gnu.org>
6318
6319 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6320 (etags-tags-included-tables): Call `convert-standard-filename' on
6321 the file names contained in TAGS so that windows Emacs can handle
6322 TAGS files created by cygwin ctags.
6323
8ca42262
LMI
63242011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6325
6326 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6327 which apparently didn't work.
6328
5db2afd2 63292011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6330
5db2afd2
RW
6331 * proced.el (proced-send-signal): For *Marked Processes* buffer
6332 put point at beginning of buffer.
6333
92e15d10
SB
63342011-07-19 Stephen Berman <stephen.berman@gmx.net>
6335
6336 * proced.el (proced-format): Make header lines align with the text
6337 (bug#1779).
6338
1bfd59e5
LMI
63392011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6340
6341 * view.el (view-buffer): Allow running in `special' modes if we're
6342 visiting a file (bug#8615).
6343
f5aae37c
MR
63442011-07-19 Martin Rudalics <rudalics@gmx.at>
6345
6346 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6347 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6348 New functions.
f5aae37c
MR
6349 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6350 more accurately.
6351
bf2c1571
AM
63522011-07-18 Alan Mackenzie <acm@muc.de>
6353
6354 Fontify declarators properly when, e.g., a jit-lock chunk begins
6355 inside a declaration.
6356
6357 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6358
b796c9b7
SM
6359 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6360 New function.
bf2c1571
AM
6361 (c-complex-decl-matchers): Insert reference to
6362 c-font-lock-enclosing-decls.
6363
6364 * progmodes/cc-engine.el (c-backward-single-comment):
6365 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6366 to nil around calls to (forward-comment -1).
6367
4e190b80
LMI
63682011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6369
12dc863d
LMI
6370 * image.el (put-image): Doc typo fix.
6371
a762e966
LMI
6372 * progmodes/etags.el (tags-search): Doc typo fix.
6373
4e190b80
LMI
6374 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6375 password if we get errors 550 to 554.
6376
f019fb21
LMI
63772011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6378
b796c9b7 6379 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6380
81746738
LMI
6381 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6382 indentation character (bug#6380).
6383
3ee3a1b5
LMI
6384 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6385
c82f64de
LMI
6386 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6387 to clarify what the problem is (bug#4291).
6388
f019fb21
LMI
6389 * simple.el (current-kill): Clarify what
6390 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6391 (auto-fill-mode): Document `auto-fill-function' in relation to
6392 `auto-fill-mode' (bug#2470).
f019fb21 6393
0794775d
LM
63942011-07-16 Lawrence Mitchell <wence@gmx.li>
6395
6396 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6397 method if slot is read-only (bug#9035).
6398
be39b8cc
MR
63992011-07-16 Martin Rudalics <rudalics@gmx.at>
6400
b796c9b7 6401 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6402 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6403 selected before, see discussion of (Bug#8615), (Bug#6954).
6404 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6405
6ccf7859
GM
64062011-07-15 Glenn Morris <rgm@gnu.org>
6407
6408 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6409 Respect help-form.
6ccf7859 6410
87e86684
LM
64112011-07-09 Lawrence Mitchell <wence@gmx.li>
6412
6413 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6414 (gnutls-negotiate): Use it.
6415
d6066239
LMI
64162011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6417
b796c9b7
SM
6418 * net/gnutls.el (gnutls-negotiate):
6419 Upcase `gnutls-algorithm-priority'.
d6066239 6420
bd23ebc0
GM
64212011-07-15 Glenn Morris <rgm@gnu.org>
6422
c65bca65
GM
6423 * jka-compr.el (jka-compr-verbose): Move from here...
6424 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6425 Add missing :version tag.
6426 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6427
478615cc
LMI
64282011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6429
7b41decb
LMI
6430 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6431 (gnutls-negotiate): Use it.
6432
dbc44fcd
LMI
6433 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6434
06789f97
LMI
6435 * info.el (Info-beginning-of-buffer): New command.
6436 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6437 announcing `b' as the key (bug#8325).
ab896c37 6438 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6439
c39da690
LMI
6440 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6441
3aa5f34b
LMI
6442 * international/mule-cmds.el
6443 (describe-specified-language-support): Make the error message
6444 clearer (bug#8905).
6445
4bf0979f
LMI
6446 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6447
478615cc
LMI
6448 * isearch.el (isearch-barrier): Add a doc string, since it's
6449 mentioned in a function doc string (bug#8678).
6450
75c68aa1
MR
64512011-07-15 Martin Rudalics <rudalics@gmx.at>
6452
6453 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6454 buffer argument (Bug#9083) and self-identifying label argument.
6455
a7c33da2
GM
64562011-07-15 Glenn Morris <rgm@gnu.org>
6457
6458 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6459
2f5c6024
LMI
64602011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461
6462 * man.el (Man-fontify-manpage): Fix message when formatting the
6463 man page (bug#7929).
6464
0bb23927 64652011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6466
6467 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6468 argument LRM; if non-nil, append an invisible LRM character to the
6469 buffer name.
6470 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6471 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6472 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6473 paragraph direction.
cce4b0a7 6474
621ef9ab
LMI
64752011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6476
d1583c48
LMI
6477 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6478 the man page name (bug#7929).
6479
6a57fb5f
LMI
6480 * image.el (put-image): Mention the `put-image' overlay property
6481 (bug#7834).
6482
d7956b14
LMI
6483 * scroll-bar.el (set-scroll-bar-mode): Mention that
6484 `scroll-bar-mode' lists the values (bug#7772).
6485
5b2d4a66
LMI
6486 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6487 command (bug#7729).
6488
7509a874
LMI
6489 * rect.el (apply-on-rectangle): Return the point after the last
6490 operation.
6491 (string-rectangle): Go to the point after the last operation
6492 (bug#7522).
6493
4fe74b19
LMI
6494 * printing.el (pr-toggle-region): Clarify the documentation
6495 slightly (bug#7493).
6496
b796c9b7
SM
6497 * time.el (display-time-update):
6498 Allow `display-time-mail-function' to return nil (bug#7158).
6499 Fix suggested by Detlev Zundel.
ab283561 6500
fc233c9d
LMI
6501 * vc/diff.el (diff): Clarify the order the file names are read
6502 (bug#7111).
6503
43f5740b
LMI
6504 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6505 the doc string (bug#7015).
6506
f2182a76
LMI
6507 * font-lock.el (font-lock-maximum-decoration): Mention what
6508 numeric levels mean (bug#6935).
6509
621ef9ab
LMI
6510 * startup.el (initial-buffer-choice): Don't mention the `none'
6511 selection, which is against policy.
6512
adc47434
MR
65132011-07-14 Martin Rudalics <rudalics@gmx.at>
6514
b796c9b7
SM
6515 * window.el (display-buffer-normalize-special):
6516 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6517
7e5bfb8f
EZ
65182011-07-14 Eli Zaretskii <eliz@gnu.org>
6519
6520 * subr.el (version<, version<=, version=): Mention "-CVS" and
6521 "-12345" alpha version numbers.
6522
27fa387a
CY
65232011-07-14 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * bindings.el: Add advertised binding for set-mark-command
6526 (Bug#5772).
6527
8bdfa064
CY
65282011-07-14 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * bindings.el (mode-line-other-buffer):
6531 * bookmark.el (bookmark-bmenu-2-window):
6532 * bs.el (bs-cycle-next, bs-cycle-previous):
6533 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6534 switch-to-buffer.
6535
6536 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6537 Delete.
8bdfa064 6538
5eba16a3
JB
65392011-07-14 Juanma Barranquero <lekktu@gmail.com>
6540
6541 * follow.el (follow-debug-message, follow-redisplay):
6542 * jka-cmpr-hook.el (with-auto-compression-mode):
6543 Fix typos in docstrings.
6544
15853710
LMI
65452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6546
a28e4607
LMI
6547 * subr.el (with-silent-modifications): Clarify somewhat what the
6548 macro inhibits (bug#6525).
6549
15853710
LMI
6550 * simple.el (eval-expression): Note what it does if called
6551 interactively (bug#6495).
6552
bee0fcef
CY
65532011-07-13 Chong Yidong <cyd@stupidchicken.com>
6554
b796c9b7
SM
6555 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6556 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6557
6558 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6559 Remove switch-to-buffer.
6560
58274504
LMI
65612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6562
bd2fcc8d
LMI
6563 * files.el (make-directory): Clarify that an error will be raised
6564 if there's an error (bug#6397).
6565
0f04b32c
LMI
6566 * startup.el (initial-buffer-choice): Add `none' as a choice
6567 (bug#6234).
6568
465c5fc8
LMI
6569 * subr.el (add-hook): Clarify section about buffer-local hooks
6570 (bug#6218).
6571
58274504
LMI
6572 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6573
bead9a43
JB
65742011-07-13 Juanma Barranquero <lekktu@gmail.com>
6575
6576 * tabify.el (untabify): Preserve the current column so that point
6577 doesn't move (bug#6032).
6578
3af98a7b
LMI
65792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6580
b796c9b7
SM
6581 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6582 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6583
6240145a
GM
65842011-07-13 Glenn Morris <rgm@gnu.org>
6585
6586 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6587 (dired-insert-directory): Give a message the first time
6588 if ls is found not to support --dired.
6589
1d8c2ccc
LMI
65902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6591
6592 * simple.el (toggle-truncate-lines): Clarify what is toggled
6593 (bug#5580). Text by Drew Adams.
6594
5fc4038e
CY
65952011-07-13 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * simple.el (blink-matching-open): Make the error message from the
6598 last change less verbose.
6599
bf6012e5
DN
66002011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6601
6602 * font-lock.el (font-lock-comment-face): Use the high contrast
6603 "yellow" color for font-lock-comment-face on low color terminals
6604 using a dark background color (bug#4221).
6605
343c3b5a
LMI
66062011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6607
7e9505c5
LMI
6608 * dired.el (dired-insert-set-properties): Make the doc string
6609 reflect what it does now (bug#5325).
6610
c26fdcf5
LMI
6611 * simple.el (blink-matching-open): Say that we were unable to find
6612 the match within the limit, if we're limited (bug#5122).
6613
bb388cc5
LMI
6614 * international/mule-cmds.el (prefer-coding-system): Add an
6615 example (bug#4869).
6616
343c3b5a
LMI
6617 * progmodes/etags.el (tags-search): Document `file-list-form'
6618 (bug#4731).
6619
2a517d45
LM
66202011-07-13 Lawrence Mitchell <wence@gmx.li>
6621
6622 * net/browse-url.el (browse-url-default-browser)
6623 (browse-url-browser-function): Make the default browser choice a
6624 bit more logical (bug#4300). Also clean up the doc string.
6625
b6c78ef2
JB
66262011-07-13 Juanma Barranquero <lekktu@gmail.com>
6627
6628 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6629 binary endings (bug#4440).
6630
1c4dd947
LMI
66312011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6632
a2014063
LMI
6633 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6634 which can be pretty annoying (bug#8971).
6635
9c9c2d88
LMI
6636 * jka-compr.el (jka-compr-verbose): New variable, and use
6637 throughout (bug#8971).
6638
1c4dd947
LMI
6639 * info.el (Info-find-file): Fall back on the installation
6640 directory if we can't find the info node anywhere else.
6641
a1c9f41b
SO
66422011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6643
6644 * vc/vc.el (vc-revert-file):
6645 Don't set file time-stamp in the past. (Bug#5181)
6646
536f3d36
LMI
66472011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6648
7152b011
LMI
6649 * files.el (after-find-file): Give a better error message when
6650 trying to find a symlink that points to a file that doesn't exist
6651 (bug#4398).
6652
536f3d36
LMI
6653 * progmodes/cc-vars.el: Remove (probably) misleading comment
6654 (bug#4396).
6655
460c0fba
JB
66562011-07-12 Johan Bockgård <bojohan@gnu.org>
6657
6658 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6659
7a6bda45
CY
66602011-07-12 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * mouse-sel.el: Hack restoring functionality, while keeping
6663 compatibility with 2010-07-03 changes to mouse selection.
6664 (mouse-sel-primary-overlay): New var.
6665 (mouse-sel-selection-alist): Use it.
6666 (mouse-sel-mode): Doc fix; remove points that are default features
6667 of mouse.el.
6668
c79598ef
JB
66692011-07-12 Johan Bockgård <bojohan@gnu.org>
6670
6671 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6672 Fix previous fix (bug#2490).
6673
ff8be6ef
RW
66742011-07-12 Roland Winkler <winkler@gnu.org>
6675
b796c9b7
SM
6676 * textmodes/bibtex.el (bibtex-initialize):
6677 Use pop-to-buffer-same-window.
ff8be6ef
RW
6678 (bibtex-search-entries): Fix interactive call.
6679
296ba3ee
LMI
66802011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6681
f5242a02 6682 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6683 Fontise bytecomp Error lines more correctly (bug#2490).
6684 Fix suggested by Johan Bockgård.
f5242a02 6685
296ba3ee
LMI
6686 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6687
6688 * dired-x.el (dired-guess-default): Use `delete-dups'.
6689
f69fd0d2
CY
66902011-07-12 Chong Yidong <cyd@stupidchicken.com>
6691
6692 * dired.el (dired-mark-prompt):
6693 * dired-aux.el (dired-read-shell-command): Doc fix.
6694
eab5dc07
LMI
66952011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6696
b796c9b7
SM
6697 * mail/sendmail.el (sendmail-query-once):
6698 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6699 emacs -Q.
6700
6701 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6702
eab5dc07
LMI
6703 * cus-edit.el (custom-file): Take an optional no-error variable.
6704 (customize-save-variable): Set the variable, and give a warning if
6705 running under "emacs -q".
6706
a1e65d42
JB
67072011-07-11 Juanma Barranquero <lekktu@gmail.com>
6708
6709 * loadhist.el (unload-feature-special-hooks):
6710 Add `auto-coding-functions', `fill-nobreak-predicate' and
6711 `find-directory-functions' (bug#5327).
6712
1d52da10
LMI
67132011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6714
be958f1d
LMI
6715 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6716
5bedb26c
LMI
6717 * cus-edit.el (custom-guess-name-alist): -alist variables should
6718 use the `alist' type (bug#3120). Suggested by Drew Adams.
6719
1d52da10
LMI
6720 * printing.el: Add documentation to all the `pr-toggle-' commands.
6721
cd394be1 67222011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6723
6724 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6725 backends where it makes sense (bug#2623).
6726
dcc88d8a
LMI
67272011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6728
c3de9feb
LMI
6729 * dired-x.el (dired-guess-default): Remove duplicate shell command
6730 entries (bug#2028).
8a93078b 6731 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6732 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6733
dcc88d8a
LMI
6734 * subr.el (remove-duplicates): New conveniency function.
6735
505e3645
LMI
67362011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6737
6738 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6739 (bug#1526).
6740
67412011-07-10 Martin Rudalics <rudalics@gmx.at>
6742
6743 * window.el (display-buffer-normalize-default): Don't invert
6744 meaning of even-window-heights. Reported by Eli Zaretskii
6745 <eliz@gnu.org>.
6746
455e4fa1
BR
67472011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6748
6749 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6750
8e0bc3e9
CY
67512011-07-10 Chong Yidong <cyd@stupidchicken.com>
6752
6753 * window.el (display-buffer): Fix arguments to
6754 display-buffer-reuse-window in last change.
6755
fa7c3228
CY
6756 * faces.el (link): Use a less saturated blue on light backgrounds.
6757
6758 * startup.el (fancy-startup-text, fancy-about-text)
6759 (fancy-startup-tail): Use font-lock faces, for background safety.
6760
c0a7f300
BN
67612011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6762
b796c9b7
SM
6763 * emulation/viper-cmd.el (viper-change-state-to-vi):
6764 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6765
4dc2a129
MR
67662011-07-09 Martin Rudalics <rudalics@gmx.at>
6767
6768 * window.el (display-buffer-default-specifiers): Remove.
6769 (display-buffer-macro-specifiers): Remove default specifiers.
6770 (display-buffer-alist): Default to nil.
b796c9b7 6771 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6772 (display-buffer-pop-up-window): Allow splitting internal
6773 windows. Check whether a live window was created.
6774 (display-buffer-other-window-means-other-frame)
6775 (display-buffer-normalize-arguments): Rename to
6776 display-buffer-normalize-argument and rewrite. Set the
6777 other-window specifier.
6778 (display-buffer-normalize-special): New function.
6779 (display-buffer-normalize-options): Rename to
6780 display-buffer-normalize-default and rewrite.
6781 (display-buffer-normalize-options-inhibit): Remove.
6782 (display-buffer-normalize-specifiers): Rewrite.
6783 (display-buffer): Process other-window specifier and call
6784 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6785 more faithfully.
b796c9b7 6786 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6787 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6788 (display-buffer-in-window, display-buffer-alist-set):
6789 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6790 <tassilo@member.fsf.org>.
6791
2d43b8c9
LL
67922011-07-09 Leo Liu <sdl.web@gmail.com>
6793
6794 * register.el (insert-register): Restore accidental change on
6795 2011-06-26. (Bug#9028)
6796
7f9b7c53
GM
67972011-07-09 Glenn Morris <rgm@gnu.org>
6798
6799 * subr.el (remq): Handle the empty list. (Bug#9024)
6800
f042cfd8
AS
68012011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6802
6803 * mail/sendmail.el (send-mail-function): No longer delay custom
6804 initialization.
6805 * custom.el (custom-initialize-delay): Doc fix.
6806
856b2f11
SM
68072011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6810
afae1d68
MA
68112011-07-08 Michael Albinus <michael.albinus@gmx.de>
6812
6813 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6814 human-friendly prompt.
6815
0757af94
SM
68162011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6819 provided by a particular plugin.
6820
d760b731
LMI
68212011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6822
6823 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6824 save customizations (with "emacs -Q"), just set the variable
6825 instead of erroring out.
6826
6827 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6828
cd79ce90
JL
68292011-07-08 Juri Linkov <juri@jurta.org>
6830
6831 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6832 (archive-zip-update-case): Use 7z if found by `executable-find'.
6833 The order of searching the available programs is the same as in
6834 `archive-zip-extract' (bug#8968).
6835
14cc04aa
CY
68362011-07-07 Chong Yidong <cyd@stupidchicken.com>
6837
6838 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6839 (menu-bar-options-menu): Tweak descriptions.
6840
0a1848ec
LMI
68412011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6842
6843 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6844 menu items into verb phrases (bug#1421). Also refill to fit under
6845 80 columns.
6846
f5bd0689
CY
68472011-07-07 Chong Yidong <cyd@stupidchicken.com>
6848
538e85c6
CY
6849 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6850 (Info-read-node-name): Doc fix (Bug#1084).
6851
f5bd0689
CY
6852 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6853 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6854 (end-of-sexp, beginning-of-sexp)
6855 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6856 (forward-symbol, forward-same-syntax, word-at-point)
6857 (sentence-at-point): Doc fix (Bug#1144).
6858
56ec5115
LMI
68592011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6860
f3f8e37f
LMI
6861 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6862 should cover it (bug#1281).
6863
0757af94 6864 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6865
e9fce1ac 6866 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6867 negotiation fails, then possibly try again with a non-encrypted
6868 connection (bug#9017).
6869
56ec5115
LMI
6870 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6871 be used.
6872
c2f9aec8
RS
68732011-07-07 Richard Stallman <rms@gnu.org>
6874
6875 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6876 property, and handle its changed format.
6877 Look for the correct line number.
6878 Use file's line contents (but not past first =) to find
6879 correct line in message.
6880
ef7b981d 68812011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6882
6883 * international/characters.el (build-unicode-category-table):
6884 Delete it.
0757af94 6885 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6886
0757af94 6887 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6888 to src/chartab.c.
6889 (get-char-code-property): Call unicode-property-table-internal to
6890 load a file. Call get-unicode-property-internal where necessary.
6891 (put-char-code-property): Call unicode-property-table-internal to
6892 load a file. Call put-unicode-property-internal where necessary.
6893 put-unicode-property-internal where necessary.
0757af94
SM
6894 (char-code-property-description):
6895 Call unicode-property-table-internal to load a file.
c805dec0
KH
6896
6897 * international/charprop.el:
6898 * international/uni-bidi.el:
6899 * international/uni-category.el:
6900 * international/uni-combining.el:
6901 * international/uni-comment.el:
6902 * international/uni-decimal.el:
6903 * international/uni-decomposition.el:
6904 * international/uni-digit.el:
6905 * international/uni-lowercase.el:
6906 * international/uni-mirrored.el:
6907 * international/uni-name.el:
6908 * international/uni-numeric.el:
6909 * international/uni-old-name.el:
6910 * international/uni-titlecase.el:
6911 * international/uni-uppercase.el: Regenerate.
6912
6913 * loadup.el: Load international/charprop.el before
6914 international/characters.
6915
e14b388a
CY
69162011-07-07 Chong Yidong <cyd@stupidchicken.com>
6917
6918 * window.el (next-buffer, previous-buffer): Signal an error if
6919 called from a minibuffer window.
6920
6921 * bindings.el: Revert 2011-07-04 change.
6922
354cf0ba
RS
69232011-07-06 Richard Stallman <rms@gnu.org>
6924
6925 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6926 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6927 Treat markers like ints.
6928 (rmail-mime-entity): Doc fix.
6929
a48868a7
LMI
69302011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6931
4906cd3d
LMI
6932 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6933 defcustom again for backwards compatibility.
6934
e0457abe
LMI
6935 * simple.el (shell-command-on-region): Fill.
6936
d67f7e1f
LMI
6937 * dired-aux.el (dired-kill-line): Add a doc string.
6938
fe204702
LMI
6939 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6940 to "\\sw\\|\\s_" (bug#358).
6941
a48868a7
LMI
6942 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6943 (dired-unmark-backward): Ditto.
6944 (dired-flag-backup-files): Ditto.
6945
6946 * dired-x.el (dired-mark-sexp): Ditto.
6947
aa8a705c
RS
69482011-07-06 Richard Stallman <rms@gnu.org>
6949
6950 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6951 (rmail-mime-entity): New arg TRUNCATED.
6952 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6953 New functions.
6954 (rmail-mime-save): Warn if entity is truncated.
6955 (rmail-mime-toggle-hidden): Likewise, for showing.
6956 (rmail-mime-process-multipart): Record when an entity is truncated.
6957
a9a936b9
RS
6958 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6959 if ENTITY is a string.
6960
1f2b92cb
LMI
69612011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6962
f4f73198 6963 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6964 of faces when `M-C-x'-ing their definitions (bug#8378).
6965 Also clean up the code slightly.
f4f73198 6966
12b16734 6967 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6968 because that makes the colors go away.
12b16734 6969
f0691d22
LMI
6970 * mail/sendmail.el (send-mail-function): Change the default to
6971 `sendmail-query-once'.
9e87df06 6972 (sendmail-query-once): Add an autoload cookie.
f0691d22 6973
1f2b92cb
LMI
6974 * net/network-stream.el (network-stream-open-starttls): Try using
6975 a plain connection even if the server offered STARTTLS, and we
6976 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6977 capability. This should make smtpmail.el work in slightly more
6978 configurations.
6979
1cdd2a1b
MA
69802011-07-06 Michael Albinus <michael.albinus@gmx.de>
6981
6982 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6983 New defun.
6984 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6985
fbcc67e2
MM
69862011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6987
6988 * progmodes/sql.el: Version 3.0
0757af94 6989 (sql-product-alist): Add product :completion-object,
fbcc67e2 6990 :completion-column, and :statement attributes.
0757af94 6991 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6992 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6993 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6994 ansi keywords.
6995 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6996 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6997 (sql-oracle-show-reserved-words): New function for development.
6998 (sql-product-font-lock): Simplify for source code buffers.
6999 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7000 New functions.
7001 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7002 (sql-mode-map): Add statement movement functions.
7003 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7004 New variable.
fbcc67e2
MM
7005 (sql-statement-regexp, sql-beginning-of-statement)
7006 (sql-end-of-statement, sql-signum): New functions.
0757af94 7007 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7008 (sql-show-sqli-buffer): Bug fix.
7009 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7010 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7011 with sql-interactive-mode.
7012 (sql-save-connection): Save buffer local settings.
0757af94 7013 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7014 (sql-product-interactive): Bug fix.
7015 (sql-preoutput-hold): New variable.
7016 (sql-interactive-remove-continuation-prompt): Bug fixes.
7017 (sql-debug-redirect): New variable.
7018 (sql-str-literal): New function.
7019 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7020 Redesign.
fbcc67e2
MM
7021 (sql-oracle-save-settings, sql-oracle-restore-settings)
7022 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7023 (sql-completion-object, sql-completion-column)
7024 (sql-completion-sqlbuf): New variables.
7025 (sql-build-completions-1, sql-build-completions)
7026 (sql-try-completion): New functions.
7027 (sql-read-table-name): Use them.
7028 (sql-contains-names): New buffer local variable.
7029 (sql-list-all, sql-list-table): Use it.
7030 (sql-oracle-completion-types): New variable.
7031 (sql-oracle-completion-object, sql-sqlite-completion-object)
7032 (sql-postgres-completion-object): New functions.
7033
d4eaeab1
GM
70342011-07-06 Glenn Morris <rgm@gnu.org>
7035
7036 * window.el (pop-to-buffer): Doc fix.
7037
322b7dab 70382011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7039
7040 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7041
322b7dab 70422011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7043
322b7dab 7044 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7045
322b7dab 7046 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7047
605dd5bf
CY
70482011-07-05 Chong Yidong <cyd@stupidchicken.com>
7049
7050 * button.el (button): Inherit from link face. Suggested by Dan
7051 Nicolaescu.
7052
7dbfa719
SM
70532011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7054
3db614b0
SM
7055 * progmodes/gdb-mi.el: Fit in 80 columns.
7056 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7057 switch-to-buffer.
7058
7dbfa719
SM
7059 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7060 if imenu is simply not configured (bug#8941).
7061
919d884a
KM
70622011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7063
7064 * allout.el (allout-post-undo-hook): New allout outline-change
7065 event hook to signal undo activity.
7066 (allout-post-command-business): Run allout-post-undo-hook if an
7067 undo just occurred.
7dbfa719
SM
7068 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7069 * allout-widgets.el (allout-widgets-after-undo-function):
7070 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7071 in the vicinity of an undo.
7072 (allout-widgets-mode): Include allout-widgets-after-undo-function
7073 on the new allout-post-undo-hook.
7074
450a0f09
SM
70752011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7078 Let define-derived-mode define it.
7079 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7080 cycles of abbrev-table inheritance (bug#8998).
7081
2de69e00
RW
70822011-07-05 Roland Winkler <winkler@gnu.org>
7083
7084 * textmodes/bibtex.el: Add support for biblatex.
7085 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7086 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7087 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7088 (bibtex-entry-alist, bibtex-field-alist): New variables.
7089 (bibtex-entry-field-alist): Obsolete alias for
7090 bibtex-BibTeX-entry-alist.
7091 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7092 (bibtex-set-dialect): New command.
7093 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7094 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7095 Bind via bibtex-set-dialect.
2de69e00
RW
7096 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7097 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7098 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7099 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7100 Define via bibtex-set-dialect.
450a0f09
SM
7101 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7102 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7103 (bibtex-vec-push, bibtex-vec-incr): New functions.
7104 (bibtex-format-entry, bibtex-field-list)
7105 (bibtex-print-help-message, bibtex-validate)
7106 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7107
2dcdbdd9
SM
71082011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * progmodes/compile.el (compilation-goto-locus):
7111 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7112 * bs.el (bs-cycle-next, bs-cycle-previous):
7113 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7114 * bindings.el (mode-line-other-buffer):
7115 * autoinsert.el (auto-insert):
7116 * arc-mode.el (archive-extract):
7117 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7118
b27640fe
JB
71192011-07-05 Juanma Barranquero <lekktu@gmail.com>
7120
7121 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7122 Fix check of `emacs-lock-unlockable-modes'.
7123 Coerce true values of `emacs-lock--try-unlocking' to t.
7124
53bbe3ad
JB
71252011-07-05 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7128 * emacs-lock.el: New file.
7129
1d3cdbc7
JD
71302011-07-05 Julien Danjou <julien@danjou.info>
7131
7132 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7133 than `boundp' to check if face is set.
7134
9173deec
JB
71352011-07-05 Juanma Barranquero <lekktu@gmail.com>
7136
7137 * register.el (registerv-make):
7138 * window.el (window-min-height): Fix typos in docstrings.
7139
869795d6
JD
71402011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7141
9173deec 7142 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7143 Update doc string.
7144
b768cdcd
JB
71452011-07-04 Juanma Barranquero <lekktu@gmail.com>
7146
7147 * server.el (server-execute): Catch quit and call
7148 `server-return-error' to pass the error back to emacsclient and
7149 close the connection (bug#8942).
7150
13aa217b
KM
71512011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7152
7153 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7154 insecure exception for current topic. Also note that auto-saves
7155 are handled differently.
7156
7157 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7158 State variables for tracking auto-save inhibition situation.
7159
7160 (allout-write-contents-hook-handler): Rename from
7161 'allout-write-file-hook-handler', and describe how it depends on
7162 write-contents-functions sensitivity to non-nil value to prevent
7163 file write.
7164
7165 (allout-auto-save-hook-handler): Remove. auto-save does not check
7166 this in individual buffers, only in the starting buffer, so this
7167 is not the right way for us to inhibit auto-save in a buffer
7168 according to its condition.
7169
7170 (allout-mode): Use new allout-write-contents-hook-handler, and
7171 only with write-contents-functions. Remove auto-save provisions -
7172 they're implemented elsewhere.
7173
7174 (allout-before-change-handler): If undo is in progress, note that
7175 for attention of allout-post-command-business.
7176
7177 (allout-post-command-business): If the command we're following was
7178 an undo, check for change in the status of encrypted items and
7179 adjust auto-save inhibitions accordingly.
7180
7181 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7182 according to whether there are or aren't any plain-text topics
7183 pending encryption.
7184
2dcdbdd9 7185 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7186 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7187 if there are plain-text topics pending encryption.
13aa217b
KM
7188
7189 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7190 buffer-saved-size and some allout state to not inhibit auto-saves
7191 if there are no longer any plain-text topics pending encryption.
7192
0757af94
SM
7193 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7194 No longer provide for exemption of the current topic.
13aa217b 7195
ac89b32c
JL
71962011-07-04 Juri Linkov <juri@jurta.org>
7197
7198 Add 7z operations to delete and save changed members (bug#8968).
7199 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7200 New defcustoms.
7201 (archive-7z-write-file-member): New function.
7202 (archive-7z-summarize): Fix the number of dashes in the
7203 listing output.
7204
8fa39615
SM
72052011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7208 (bug#8958).
7209
2f11b3f1
CY
72102011-07-04 Chong Yidong <cyd@stupidchicken.com>
7211
d66fef2b
CY
7212 * bindings.el: Ignore next-buffer and previous-buffer in
7213 minibuffer-local-map.
7214
2f11b3f1
CY
7215 * font-lock.el (font-lock-builtin-face): Change light background
7216 color to dark slate blue (Bug#6693).
7217
f932a347
WD
72182011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7219
7220 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7221
c8af70e1
SM
72222011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7225 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7226 Add switch-to-buffer.
7227
f158badc
LMI
72282011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7229
7230 * isearch.el (isearch-search-fun-function): Clarify further the
7231 meaning of the function returned.
7232
6d95bd46
MA
72332011-07-04 Michael Albinus <michael.albinus@gmx.de>
7234
7235 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7236
7237 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7238 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7239 Use it.
7240 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7241 `tramp-default-remote-path' does not exist.
7242 (tramp-send-command-and-read): New optional argument NOERROR.
7243 (tramp-open-connection-setup-interactive-shell)
7244 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7245 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7246 (tramp-process-sentinel): Flush also process' connection property.
7247 (tramp-sh-handle-start-file-process): Do not set process
7248 sentinel. It is done now ...
7249 (tramp-maybe-open-connection): ... here. (Bug#8929)
7250
909e6b67
MK
72512011-07-04 MON KEY <monkey@sandpframing.com>
7252
7253 * play/animate.el (animate-string): Doc fixes and allow changing
7254 the buffer name (bug#5417).
7255
72562011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7257
c8af70e1 7258 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7259
f34755dc
PE
72602011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7261
396cec72
PE
7262 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7263 This is simpler and helps future-proof the code.
7264 (timer-until): Use time-subtract and float-time.
08235028 7265 (timer--time-less-p): Use time-less-p.
f34755dc 7266
56e6cc31
JB
72672011-07-04 Juanma Barranquero <lekktu@gmail.com>
7268
3abb79e5
JB
7269 * type-break.el (timep): Use the value of `float-time' to avoid a
7270 byte-compiler warning.
7271
56e6cc31
JB
7272 * server.el (server-eval-and-print): Return any result, even nil.
7273
7b9430b4
PE
72742011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7275
7276 * type-break.el: Accept time formats that the builtins accept.
7277 (timep, type-break-time-difference): Accept any format that
7278 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7279 This is simpler and helps future-proof the code.
7280 (type-break-time-difference): Round rather than ignoring
7281 subseconds components.
7282
3034e9e7
LMI
72832011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7284
7285 * info.el (Info-apropos-matches): Make non-interactive, since it
7286 doesn't seem to do anything useful as a command (bug#8829).
7287
1485f4c0
CY
72882011-07-03 Chong Yidong <cyd@stupidchicken.com>
7289
7290 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7291 Move from faces.el.
1485f4c0
CY
7292 (frame-default-terminal-background): New function.
7293
7294 * custom.el (custom-push-theme): Don't record faces in `changed'
7295 theme; this doesn't work correctly for per-frame face settings.
7296 (disable-theme): Use face-set-after-frame-default to reset faces.
7297 (custom--frame-color-default): New function.
7298
9fa3dd45
LMI
72992011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7300
c8af70e1 7301 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7302 (bug#8769).
7303
6cbbc20c
KR
73042011-03-29 Kevin Ryde <user42@zip.com.au>
7305
7306 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7307 `perl-Test2' extend to match possible "fail #N" rep count
7308 (bug#8377).
7309
c7f98048
LMI
73102011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7311
65676592
LMI
7312 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7313 `smtpmail-via-smtp' now returns the error instead of nil.
7314
c7f98048
LMI
7315 * isearch.el (isearch-search-fun-function): Clarify the doc string
7316 (bug#8101).
7317
56e6cc31 73182011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7319
7320 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7321 unnecessary spaces (bug#8987).
7322
2b216704
LMI
73232011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7324
7325 * net/network-stream.el (open-network-stream): Use the
7326 :end-of-capability command thoughout.
7327
73282011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7329
7330 * net/network-stream.el (open-network-stream): Add the
7331 :end-of-capability command parameter, used by pop3.el.
7332
36adf6ce
LMI
73332011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7334
1ca0da0e
LMI
7335 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7336
fc00f69c
LMI
7337 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7338 for list)" (bug#6475).
7339
28fd8759 7340 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7341 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7342 an error (bug#6297).
7343
0dd8b6da
LMI
7344 * man.el (Man-reference-regexp): Allow matching possible
7345 word-wrapped references (bug#6289).
7346
ce1438d6
LMI
7347 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7348 for consistency with the other vc buffers (bug#6197).
7349 (vc-checkin): Ditto.
7350
7351 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7352
36adf6ce
LMI
7353 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7354
e83cc1f7
LMI
73552011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7356
8a20ca4c
LMI
7357 * custom.el (defcustom): Clarify that :set is only used in the
7358 Customize user interface (bug#6089).
7359
83319045
LMI
7360 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7361 associated with a file, refuse to run instead of erroring out
7362 (bug#6084).
7363
a8392169
LMI
7364 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7365 the doc string, since it appears that using `fill-column' always
7366 controls the width (bug#7845).
7367
e83cc1f7
LMI
7368 * simple.el (shell-command-on-region): Say where the error output
7369 went if `shell-command-default-error-buffer' is set (bug#6857).
7370
e47ca23b
KM
73712011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7372
7373 * allout.el (allout-yank-processing): Adjust cursor position for
7374 backwards-deleted space.
7375
7376 (allout-rebullet-heading): Register changes with
7377 allout-exposure-changed-hook, so the modified topic is properly
7378 decorated.
7379
5cf56143
LMI
73802011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7381
08549772
LMI
7382 * minibuffer.el (completion-in-region): Document PREDICATE
7383 (bug#7136).
7384
48e96771
LMI
7385 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7386 of keyword/argument pairs (bug#6904).
7387
c8af70e1
SM
7388 * replace.el (multi-occur):
7389 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7390
e17d05e2
LMI
73912011-07-02 Drew Adams <drew.adams@oracle.com>
7392
7393 * dired.el (dired-mark-if): Make the message about whether it's
7394 marking or unmarking clearer (bug#8523).
7395
063b0e45
LMI
73962011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7397
7398 * disp-table.el (display-table-print-array): New function.
7399 (describe-display-table): Use it to print the vectors more pretty
7400 (Bug#8859).
7401
28545e04
MR
74022011-07-02 Martin Rudalics <rudalics@gmx.at>
7403
7404 * window.el (window-state-get-1): Don't assign clone numbers.
7405 Add clone-of item to list of window parameters.
7406 (window-state-put-2): Don't process clone numbers.
7407 (display-buffer-alist): Fix doc-string.
7408
3349e122
SM
74092011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7410
7411 * subr.el (remq): Don't allocate if it's not needed.
7412 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7413 (keymap--merge-bindings): New functions.
7414 (keymap-canonicalize): Use them to refine the canonicalization.
7415 * minibuffer.el (minibuffer-local-completion-map)
7416 (minibuffer-local-must-match-map): Move initialization from C.
7417 (minibuffer-local-filename-completion-map): Move initialization from C;
7418 don't inherit from anything here.
7419 (minibuffer-local-filename-must-match-map): Make obsolete.
7420 (completing-read-default): Use make-composed-keymap to combine
7421 minibuffer-local-filename-completion-map with either
7422 minibuffer-local-must-match-map or
7423 minibuffer-local-filename-completion-map.
7424
d224ac83
GM
74252011-07-01 Glenn Morris <rgm@gnu.org>
7426
3de63bf8
GM
7427 * type-break.el (type-break-time-sum): Use dolist.
7428
d224ac83
GM
7429 * textmodes/flyspell.el (flyspell-word-search-backward):
7430 Replace CL function.
7431
1a1e3f32
SM
74322011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7433
fe3f64d5
SM
7434 * mouse.el (mouse--strip-first-event): New function.
7435 (function-key-map): Use it to map fringe clicks to normal clicks
7436 by default.
7437
eb604e34
SM
7438 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7439 (vc-bzr-revision-completion-table): Add support for annotate and date.
7440
1a1e3f32
SM
7441 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7442 inherit from parent.
7443
5bd35902
LMI
74442011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7445
ace6c69c 7446 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7447 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7448
191e2bed
LMI
7449 * dired.el (dired-mode): Fix up the doc string as suggested by
7450 Drew Adams (bug#8817).
7451
5bd35902
LMI
7452 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7453 cookie, since the manual says that it should be possible to add
7454 this function to `find-file-hook' (bug#8709).
7455
eee8207a
TZ
74562011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7457
7458 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7459 here. Noted Ted Zlatanov as the maintainer.
7460 (cfengine-common-settings, cfengine-common-syntax): New functions
7461 to set up common things between `cfengine-mode' and
7462 `cfengine3-mode'.
7463 (cfengine3-mode): New mode.
7464 (cfengine3-defuns cfengine3-defuns-regex
7465 (cfengine3-class-selector-regex cfengine3-category-regex)
7466 (cfengine3-vartypes cfengine3-font-lock-keywords)
7467 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7468 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7469
36b148cf
MA
74702011-07-01 Michael Albinus <michael.albinus@gmx.de>
7471
7472 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7473
7474 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7475
0bf4ba9a
MR
74762011-07-01 Martin Rudalics <rudalics@gmx.at>
7477
7478 * window.el (same-window-buffer-names, same-window-regexps)
7479 (same-window-p, special-display-frame-alist)
7480 (special-display-popup-frame, special-display-function)
7481 (special-display-buffer-names, special-display-regexps)
7482 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7483 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7484 (split-window-preferred-function, split-height-threshold)
7485 (split-width-threshold, even-window-heights)
7486 (display-buffer-mark-dedicated, window-splittable-p)
7487 (split-window-sensibly, window-safely-shrinkable-p):
7488 Un-obsolete.
7489 (display-buffer): Don't spread args with function specifier
7490 because special-display-popup-frame won't like it.
7491
35837f51
PE
74922011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7493
d0672f86
PE
7494 Time-stamp simplifications and fixes.
7495 These improve accuracy slightly, and future-proof the code
7496 against some potential changes to current-time format.
7497
b9444d97
PE
7498 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7499 by using time-since and float-time.
7500
0ef923dc
PE
7501 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7502 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7503 + NNN microseconds".
7504
2f81380d
PE
7505 * type-break.el (type-break-time-sum): Rewrite using time-add.
7506
845b5c3e
PE
7507 * play/hanoi.el (hanoi-current-time-float): Remove.
7508 All uses replaced by float-time.
7509
ee6f1be0
PE
7510 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7511 This yields a more-accurate answer.
7512 (rng-time-to-float): Remove; no longer needed.
7513
fe955043
PE
7514 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7515
5777162a
PE
7516 * calendar/timeclock.el (timeclock-seconds-to-time):
7517 Defalias to seconds-to-time, since they're the same thing.
7518
3103f8b6 7519 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7520 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7521 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7522
0e61a35f
SM
75232011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * window.el (bury-buffer): Don't iconify the only frame.
7526 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7527 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7528
ddd63a1e
CY
75292011-07-01 Chong Yidong <cyd@stupidchicken.com>
7530
0e61a35f
SM
7531 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7532 Add mouse-yank-primary.
ddd63a1e 7533
055f4923
TZ
75342011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7535
7536 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7537
6a2fb145
SM
75382011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7541 (find-library-name): Use it to find relative load names when provided
7542 absolute file name (bug#8803).
7543
fd4983f2
LMI
75442011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7545
887d14ad
LMI
7546 * textmodes/flyspell.el (flyspell-word): Consider words that
7547 differ only in case as potential doublons (bug#5687).
7548
c53dc7fc
LMI
7549 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7550 Remove two rather uninteresting debugging-like messages to make
7551 debbugs.el more silent.
7552
fd4983f2
LMI
7553 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7554 a password-like phrase.
7555
7a71b18d 75562011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7557
7558 * progmodes/cc-guess.el: New file.
7559
6a2fb145 7560 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7561
7562 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7563 derived from `c-basic-common-init'.
7564
7565 * progmodes/cc-mode.el (top-level): Require cc-guess.
7566 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7567
1fa280a3
LM
75682011-06-30 Lawrence Mitchell <wence@gmx.li>
7569
7570 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7571
e6597158
AM
75722011-06-30 Alan Mackenzie <acm@muc.de>
7573
1fa280a3
LM
7574 * progmodes/cc-engine.el (c-guess-continued-construct):
7575 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7576 lock is disabled. Name this case as "CASE G".
7577
68ba37fb
KM
75782011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7579
7580 * allout.el (allout-yank-processing): Fix injection of extra space
7581 between bullet and non-whitespace character in first topic when
7582 pasting, ensuring that the actual spacing in the pasted topic
7583 following the bullet char is preserved. This extra space was
7584 causing pasted encrypted topics to get a decrypted status even
7585 when the content was actually still encrypted. Now the decryption
7586 status from before the paste is preserved.
7587
7588 (allout-flag-region): Set all allout overlays so they evaporate
7589 when reduced to zero length (evanescent), to prevent overlay
7590 leakage.
7591
887a0b34
GM
75922011-06-30 Glenn Morris <rgm@gnu.org>
7593
94b9acce
GM
7594 * w32-fns.el (w32-charset-info-alist): Declare.
7595
1d9b46d4
GM
7596 * find-dired.el (find-grep-options): Simplify.
7597
cc232200
GM
7598 * term/ns-win.el (ns-set-resource): Declare.
7599
28e77c46
GM
7600 * ses.el (row, col): Declare dynamic variables honestly.
7601
887a0b34
GM
7602 * textmodes/reftex-parse.el (index-tags): Declare.
7603
658d8eb8
CY
76042011-06-30 Chong Yidong <cyd@stupidchicken.com>
7605
7606 * cus-edit.el (customize-push-and-save): New function.
7607
7608 * files.el (hack-local-variables-confirm): Use it.
7609
1fa280a3
LM
7610 * custom.el (load-theme): New arg NO-CONFIRM.
7611 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7612 (custom-enabled-themes): Doc fix.
7613
7614 * cus-theme.el (customize-create-theme)
7615 (custom-theme-merge-theme): Callers to load-theme changed.
7616
bb617717
LMI
76172011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7618
d61bdd5d
LMI
7619 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7620 short URLs have at least one dot in them (bug #7614).
7621
bb617717
LMI
7622 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7623 nil, because using a pty is apparently too slow (bug #895).
7624
2f31f37a
LMI
76252011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7626
7627 * mail/sendmail.el (sendmail-query-once): New function.
7628 (sendmail-query-once-function): New variable.
7629
3076b24e
GM
76302011-06-29 Glenn Morris <rgm@gnu.org>
7631
faf2a174
GM
7632 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7633
3076b24e
GM
7634 * ses.el (top-level): Require cl when compiling.
7635 (ses-set-localvars): Fix error statement.
7636 Call it at compile time to silence a storm of warnings.
7637
5386012d
MR
76382011-06-29 Martin Rudalics <rudalics@gmx.at>
7639
7640 * window.el (normalize-live-buffer): Rename to
7641 window-normalize-buffer.
7642 (normalize-live-frame): Rename to window-normalize-frame.
7643 (normalize-any-window): Rename to window-normalize-any-window.
7644 (normalize-live-window): Rename to window-normalize-live-window.
7645 (make-window-atom): Rename to window-make-atom.
7646 (window-resize-reset): Rename to window--resize-reset.
7647 (window-resize-reset-1): Rename to window--resize-reset-1.
7648 (resize-mini-window): Rename to window--resize-mini-window.
7649 (resize-subwindows-skip-p): Rename to
7650 window--resize-subwindows-skip-p.
7651 (resize-subwindows-normal): Rename to
7652 window--resize-subwindows-normal.
7653 (resize-subwindows): Rename to window--resize-subwindows.
7654 (resize-other-windows): Rename to window--resize-siblings.
7655 (resize-this-window): Rename to window--resize-this-window.
7656 (resize-root-window): Rename to window--resize-root-window.
7657 (resize-root-window-vertically): Rename to
7658 window--resize-root-window-vertically.
7659 (normalize-buffer-to-display): Rename to
7660 window-normalize-buffer-to-display.
7661 (normalize-buffer-to-switch-to): Rename to
7662 window-normalize-buffer-to-switch-to.
7663 Correspondingly update all callers of the functions listed
7664 above.
7665 (display-buffer-alist, display-buffer-normalize-arguments)
7666 (display-buffer-normalize-options, display-buffer)
7667 (display-buffer-alist-set): Use "function" instead of
7668 "fun-with-args".
7669
1176868d
CY
76702011-06-28 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7673 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7674 debbugs.gnu.org. Mention acknowledgment email.
7675
20a7a65f
LMI
76762011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7677
7678 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7679 buffer multibyteness, since it shouldn't matter.
7680
5f45cca5
MR
76812011-06-28 Martin Rudalics <rudalics@gmx.at>
7682
7683 * window.el (display-buffer-in-side-window): Handle dedicated
7684 windows as in display-buffer-reuse-window.
7685 (display-buffer-normalize-alist): Use value of override
7686 specifier.
7687 (display-buffer-normalize-specifiers): Use value of
7688 other-window-means-other-frame specifier.
7689 (display-buffer-alist): Rewrite some texts in widgets.
7690 (display-buffer): Spread arguments when calling function
7691 specified by fun-with-args.
7692
ad85fe1f
DD
76932011-06-28 Deniz Dogan <deniz@dogan.se>
7694
1fa280a3
LM
7695 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7696 Unnest `let'.
da68c4c8 7697
ad85fe1f
DD
7698 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7699 selectors (Bug#5732).
ec49bd31 7700 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7701
a08cc025
JA
77022011-06-27 Jari Aalto <jari.aalto@cante.net>
7703
7704 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7705 (eshell-ls-date-format): New defcustom.
7706 (eshell-ls-file): Use it.
7707
e2b551c5
SM
77082011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7711
8982b231
KY
77122011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7713
7714 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7715 (ange-ftp-make-tmp-name): New arg.
7716 (ange-ftp-file-local-copy): Use it.
7717
36c9fa27
J
77182011-06-27 Jambunathan K <kjambunathan@gmail.com>
7719
7720 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7721 no-conversion (Bug#8870).
7722
d68443dc
MR
77232011-06-27 Martin Rudalics <rudalics@gmx.at>
7724
7725 * window.el (window-right, window-left, window-child)
7726 (window-child-count, window-last-child)
7727 (window-iso-combination-p, walk-window-tree-1)
7728 (window-atom-check-1, window-tree-1, delete-window)
7729 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7730 new naming conventions - window-vchild, window-hchild,
7731 window-next and window-prev are now called window-top-child,
7732 window-left-child, window-next-sibling and window-prev-sibling
7733 respectively.
d615d6d2
MR
7734 (resize-window-reset): Rename to window-resize-reset.
7735 (resize-window-reset-1): Rename to window-resize-reset-1.
7736 (resize-window): Rename to window-resize.
7737 (window-min-height, window-min-width)
7738 (resize-mini-window, resize-this-window, resize-root-window)
7739 (resize-root-window-vertically, adjust-window-trailing-edge)
7740 (enlarge-window, shrink-window, maximize-window)
7741 (minimize-window, delete-window, quit-restore-window)
7742 (split-window, balance-windows, balance-windows-area-adjust)
7743 (balance-windows-area, window-state-put-2)
7744 (display-buffer-even-window-sizes, display-buffer-set-height)
7745 (display-buffer-set-width, set-window-text-height)
7746 (fit-window-to-buffer): Rename all "resize-window" prefixed
7747 calls to use the "window-resize" prefix convention.
7748 (display-buffer-alist): Fix symbol for label specifier.
7749 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7750 corresponding specifier.
7751 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7752
b6458526
VB
77532011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7754
7755 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7756 convention.
7757 (ses-call-printer): Does not pass an empty string to formatter when the
7758 cell is empty to keep from barking printer Calc math-format-value.
7759
d31fd9ac
RS
77602011-06-27 Richard Stallman <rms@gnu.org>
7761
43d5bf84
RS
7762 * battery.el (battery-mode-line-limit): New variable.
7763 (battery-update): Handle it.
7764
d31fd9ac
RS
7765 * mail/rmailmm.el (rmail-mime-process-multipart):
7766 Handle truncated messages.
7767
819a6054
GM
77682011-06-27 Glenn Morris <rgm@gnu.org>
7769
7770 * progmodes/flymake.el (flymake-err-line-patterns):
7771 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7772
cedc73f2
VB
77732011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7774
819a6054 7775 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7776 (ses--clean-!, ses--clean-_): New functions.
7777 (ses-range): Add configurability of readout order, and conversion
7778 to Calc vector.
7779
5e5d49b6
VB
7780 * ses.el (ses-repair-cell-reference-all): New function.
7781 (ses-cell-symbol): Set macro as safe, so that it can be used in
7782 formulas.
7783
56e6cc31 7784 * ses.el: Update cycle detection algorithm.
90ca8b49 7785 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7786 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7787 (ses-set-localvars): New function.
7788 (ses-make-cell): Add property-list as a cell element.
7789 (ses-cell-property-get-fun, ses-cell-property-get)
7790 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7791 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7792 New functions.
90ca8b49
VB
7793 (ses-cell-property-set, ses-cell-property-pop)
7794 (ses-cell-property-get-handle): New macro.
7795 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7796 New aliases, used for code readability.
7797 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7798 cycle detection.
7799 (ses-self-reference-early-detection): New defcustom.
fac916bf 7800 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7801 (ses-mode): Use ses-set-localvars.
7802 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7803 before lauching the update processing.
7804 (ses-initialize-Dijkstra-attempt): New function.
7805 (ses-recalculate-cell): Update for cycle detection based on
7806 Dijkstra algorithm.
7807
2bb63e81
VB
7808 * ses.el: Fix commenting and indenting convention.
7809
c9d29fb8
SM
78102011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * bs.el (bs-cycle-next): Complete last change.
7813
d8e4b68b
JB
78142011-06-27 Drew Adams <drew.adams@oracle.com>
7815
7816 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7817
40098786
LMI
78182011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7819
c9d29fb8
SM
7820 * net/network-stream.el (network-stream-open-starttls):
7821 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7822 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7823
40098786
LMI
7824 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7825 to binary to possibly avoid line encoding issues on Windows (among
7826 other things).
7827
468d09d4
LMI
78282011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7829
7830 * net/network-stream.el (open-network-stream): Return an :error
7831 saying what the problem was, if possible.
7832
7833 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7834 server.
7835
7836 * net/network-stream.el (network-stream-open-starttls): If we
7837 wanted to use STARTTLS, and the server offered it, but we weren't
7838 able to because we had no STARTTLS support, then close the connection.
7839 (open-network-stream): Return an :error element, if present.
7840
16f07dd7
CY
78412011-06-26 Chong Yidong <cyd@stupidchicken.com>
7842
88821ca0
CY
7843 * hl-line.el (hl-line-sticky-flag): Doc fix.
7844 (global-hl-line-sticky-flag): New option (Bug#8323).
7845 (global-hl-line-highlight): Obey it.
7846
16f07dd7
CY
7847 * vc/vc.el (vc-revert-show-diff): Default to t.
7848
6b5ccddf
KM
78492011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7850
c9d29fb8
SM
7851 * allout-widgets.el (allout-widgets-post-command-business):
7852 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7853 undecorated when an isearch is continued past, and isearch
7854 automatically collapses them. This leads to "widget leaks", where
7855 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7856 hidden widgets can slow down cursor travel, substantially.
7857 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7858 so we're doing without this nicety.
7859
7860 (allout-widgets-tally-string): Don't try to do a hash-table-count
7861 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7862 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7863 *Messages* when allout-widgets-maintain-tally is t.
7864
355f2e07
MR
78652011-06-26 Martin Rudalics <rudalics@gmx.at>
7866
7867 * window.el (display-buffer-normalize-argument): Rename to
7868 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7869 LABEL argument. Respect special-display-function when popping up
7870 a new frame. Fix code searching for a window showing the buffer
7871 on another frame.
c9d29fb8
SM
7872 (display-buffer-normalize-specifiers):
7873 Call display-buffer-normalize-arguments.
355f2e07
MR
7874 (display-buffer-in-window): Don't undedicate the window if its
7875 buffer remains the same.
7876 Reported by Drew Adams <drew.adams@oracle.com>.
7877 (display-buffer-alist): Add choice for same-window macro
7878 specfier.
7879 (display-buffer): Mention special meaning of LABEL argument in
7880 doc-string. Fix quoting. Don't pop up a new frame even as
7881 fallback.
7882
7ca8fc42
JB
78832011-06-26 Juanma Barranquero <lekktu@gmail.com>
7884
7885 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7886 avoid deleting the current window in some cases (bug#8911).
7887
bc312254
AS
78882011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7889
7890 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7891 (Bug#8934)
7892
2db18f3f
LMI
78932011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7894
c9d29fb8
SM
7895 * net/network-stream.el (network-stream-open-starttls):
7896 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7897 (network-stream-open-tls): Ditto.
7898
6302e0d3
LL
78992011-06-26 Leo Liu <sdl.web@gmail.com>
7900
7901 * register.el (registerv): New struct.
7902 (registerv-make): New function.
c9d29fb8
SM
7903 (jump-to-register, describe-register-1, insert-register):
7904 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7905 struct. (Bug#8415)
7906
5fdd4046
CY
79072011-06-26 Chong Yidong <cyd@stupidchicken.com>
7908
2afef60a
CY
7909 * vc/vc.el (vc-revert-show-diff): New defcustom.
7910 (vc-diff-internal): New arg specifying diff buffer.
7911 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7912 reuse an existing *vc-diff* buffer (Bug#8927).
7913
5fdd4046
CY
7914 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7915
e93db24a
GM
79162011-06-26 Glenn Morris <rgm@gnu.org>
7917
7918 * progmodes/f90.el (f90-critical-indent): New option.
7919 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7920 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7921 (f90-mode): Doc fix.
7922 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7923 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7924 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7925 (f90-match-end): Handle block, critical.
7926
eefff499
GM
79272011-06-25 Glenn Morris <rgm@gnu.org>
7928
f6ba4cc9
GM
7929 * calendar/diary-lib.el (diary-included-files): Doc fix.
7930 (diary-include-files): New function, extracted from
7931 diary-include-other-diary-files and diary-mark-included-diary-files.
7932 (diary-include-other-diary-files, diary-mark-included-diary-files):
7933 Just call diary-include-files.
7934 (diary-mark-entries): Reset diary-included-files on first call.
7935
16712304
GM
7936 * calendar/diary-lib.el (diary-mark-entries)
7937 (diary-mark-included-diary-files):
7938 Visit included diary-files in temp buffers.
7939
5d8e0d43
GM
7940 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7941 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7942 (f90-start-block-re, f90-imenu-generic-expression)
7943 (f90-looking-at-program-block-start, f90-no-block-limit):
7944 Add support for submodules.
7945
ccf7a5d5
GM
7946 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7947 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7948
11fdef7d 79492011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7950
7951 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7952 buffer-file-type before setting its value, to avoid disastrous
eefff499 7953 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7954
74f53697
JB
79552011-06-25 Juanma Barranquero <lekktu@gmail.com>
7956
7957 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7958
7959 * ses.el (ses-unload-function):
7960 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7961
7962 * proced.el (proced-unload-function):
7963 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7964
18a4ce5e
AR
79652011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7966
7967 * server.el (server-create-window-system-frame): Add parameters arg.
7968 (server-process-filter): Doc fix. Handle frame-parameters.
7969
519d22cc
JB
79702011-06-25 Juanma Barranquero <lekktu@gmail.com>
7971
7972 Fix bug#8730, bug#8781.
7973
7974 * loadhist.el (unload--set-major-mode): New function.
7975 (unload-feature): Use it.
7976
7977 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7978 (python-unload-function): New function.
7979
c206f5b0
SM
79802011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7983
f9ad64f3
GS
79842011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7985
7986 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7987 the candidates list.
7988
7d0da90e
JB
79892011-06-24 Juanma Barranquero <lekktu@gmail.com>
7990
7991 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7992
14b4e83d
RS
79932011-06-23 Richard Stallman <rms@gnu.org>
7994
7995 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7996 (rmail-variables): Set next-error-move-function.
7997 (rmail-what-message): Take argument POS.
7998 (rmail-next-error-move): New function.
7999
273d2baf
SM
80002011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8003 messages for adjacent non-terminals.
8004
56c2cc9a
RS
80052011-06-23 Richard Stallman <rms@gnu.org>
8006
8007 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8008 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8009 (rmail-start-mail): Don't specify use of rmail-mail-return;
8010 that's done by mail-bury now.
8011 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8012
d59eb518
MA
80132011-06-23 Michael Albinus <michael.albinus@gmx.de>
8014
8015 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8016 SIZE is a number.
8017
02cfc6d6
MR
80182011-06-23 Martin Rudalics <rudalics@gmx.at>
8019
8020 * window.el (get-lru-window, get-mru-window)
8021 (get-largest-window): Never return a minibuffer window.
8022 (display-buffer-pop-up-window): Fix a bug that could lead to
8023 reusing the minibuffer window.
8024 (display-buffer): Pass original specifier argument to
8025 display-buffer-function instead of the normalized one.
8026 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8027
4e323265
LL
80282011-06-22 Leo Liu <sdl.web@gmail.com>
8029
8030 * minibuffer.el (completing-read-function)
8031 (completing-read-default): Move from minibuf.c
8032
7a70468f
RS
80332011-06-22 Richard Stallman <rms@gnu.org>
8034
50718fc2
RS
8035 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8036 to Rmail even if not started by a special Rmail command.
8037
7a70468f
RS
8038 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8039 Copy the buffer currently showing just one message.
8040
297dde5a
RW
80412011-06-22 Roland Winkler <winkler@gnu.org>
8042
8043 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8044 (bibtex-clean-entry): First delete the old key so that a
8045 customized algorithm for generating the new key does not get
8046 confused by the old key.
8047 (bibtex-url): Obey regexp of first step.
8048 (bibtex-search-entries): Do not use add-to-list with local
8049 list-var.
8050
97bb1093
LMI
80512011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8052
8053 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8054 stored a user name, then query for the password first, instead of
8055 waiting for SMTP to give an error message and the trying again.
8056
1c0f1a19
JD
80572011-06-22 Lawrence Mitchell <wence@gmx.li>
8058
8059 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8060 BUFFER in call-process.
8061
396f7c9d
LMI
80622011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8063
8064 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8065 QUIT twice.
ddb7ffee
LMI
8066 (smtpmail-try-auth-methods): Require user name and password from
8067 auth-source.
396f7c9d 8068
8998d1b3
MR
80692011-06-22 Martin Rudalics <rudalics@gmx.at>
8070
8071 * window.el (display-buffer-default-specifiers)
8072 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8073 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8074 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8075
8076 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8077 (special-display-frame-alist, special-display-popup-frame):
8078 Remove duplicate declarations. These are now in window.el.
8079
4ea31e07
LMI
80802011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8081
c9d29fb8
SM
8082 * mail/smtpmail.el (smtpmail-via-smtp):
8083 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8084 server supports it. SMTP servers that support STARTTLS commonly
8085 require it.
8086
8087 * net/network-stream.el (network-stream-open-starttls): Support
8088 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8089 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8090
95f41d9a
LMI
8091 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8092 upgrades with `open-network-stream', and rely solely on
8093 auth-source for all credentials. Big changes throughout the file,
8094 but in particular:
c9d29fb8
SM
8095 (smtpmail-auth-credentials): Remove.
8096 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8097 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8098 MAIL FROM, too.
95f41d9a 8099
c9d29fb8
SM
8100 * net/network-stream.el (network-stream-open-starttls):
8101 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8102 STARTTLS.
8103 (auth-source): Require.
8104 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8105 (network-stream-certificate): Change cert-cert to cert and
8106 cert-key to key.
4ea31e07 8107
065ec2c7
MA
81082011-06-21 Michael Albinus <michael.albinus@gmx.de>
8109
8110 * net/tramp-cache.el (top): Don't load the persistency file when
8111 "emacs -Q" has been called.
8112
cd93b359
DR
81132011-06-21 Tim Harper <timcharper@gmail.com>
8114
d8e4b68b
JB
8115 * term/ns-win.el (ns-initialize-window-system):
8116 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8117 resource to NO as it is not yet supported by the NS port.
8118
ae9c0411
JB
81192011-06-21 Juanma Barranquero <lekktu@gmail.com>
8120
8121 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8122 (list-dynamic-libraries): ...not here.
8123
7f3f739f
LL
81242011-06-21 Leo Liu <sdl.web@gmail.com>
8125
8126 * subr.el (sha1): Implement sha1 using secure-hash.
8127
327c8fb1
MR
81282011-06-21 Martin Rudalics <rudalics@gmx.at>
8129
8130 * window.el (display-buffer-alist): In default value do not
8131 enforce searching a window on any but the selected frame.
8132 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8133 (display-buffer-select-window): Remove function.
8134 (display-buffer-in-window): When a window on another frame gets
8135 reused, do not select it any more but just raise its frame if
8136 necessary (Bug#8851) and (Bug#8856).
8137 (display-buffer-normalize-options): Handle pop-up-frames related
8138 options more faithfully.
8139 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8140 window if it is on another frame.
c9d29fb8
SM
8141 (display-buffer-alist, display-buffer-default-specifiers):
8142 Don't make new frame unsplittable by default.
9e9de014
MR
8143 (display-buffer-normalize-argument): Fix doc-string typo and use
8144 'same-frame-other-window instead of 'other-window when associating
8145 with display-buffer-macro-specifiers.
327c8fb1 8146
7cf3f556
VB
81472011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8148
8149 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8150 New functions.
8151 (5x5-mode-map, 5x5-mode-menu): Bind them.
8152 (5x5-draw-grid): Tweak the solver's rendering.
8153
60a406cf
SM
81542011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8157 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8158
d8e4b68b 81592011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8160
8161 * menu-bar.el: Use function variable instead of switch-to-buffer.
8162 (menu-bar-select-buffer-function): New variable.
60a406cf 8163 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8164
478d6f95
SM
81652011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8168 variable's status.
8169
ca530739
JD
81702011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8171
8172 * x-dnd.el (x-dnd-version-from-flags)
8173 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8174 and long as number (Bug#8899).
8175 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8176
bcd70d97
SM
81772011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8178
60a406cf 8179 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8180 (completion-try-completion, completion-all-completions): Compute the
8181 metadata argument if it's missing; make it optional (bug#8795).
8182
60a406cf 8183 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8184 (widget-complete): Use new :completion-function property.
8185 (widget-completions-at-point): New function.
8186 (default): Use :completion-function instead of :complete.
60a406cf
SM
8187 (widget-default-completions): Rename from widget-default-complete;
8188 Rewrite.
bcd70d97
SM
8189 (widget-string-complete, widget-file-complete, widget-color-complete):
8190 Remove functions.
8191 (file, symbol, function, variable, coding-system, color):
8192 * international/mule-cmds.el (default-input-method, charset)
8193 (language-info-custom-alist):
8194 * cus-edit.el (face): Use new property :completions.
8195
8196 * progmodes/pascal.el (pascal-completions-at-point): New function.
8197 (pascal-mode): Use it.
8198 (pascal-mode-map): Use completion-at-point.
8199 (pascal-toggle-completions): Make obsolete.
8200 (pascal-complete-word, pascal-show-completions):
8201 * progmodes/octave-mod.el (octave-complete-symbol):
8202 Redefine as obsolete alias.
8203 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8204 Signal absence of completion info for old Octave,
8205 (inferior-octave-complete): Redefine as obsolete alias.
8206 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8207 (meta-completions-at-point): Rename from meta-complete-symbol and
8208 adapt it for use on completion-at-point-functions.
8209 (meta-common-mode): Use it.
8210 (meta-looking-at-backward, meta-match-buffer): Remove.
8211 (meta-complete-symbol): Redefine as obsolete alias.
8212 (meta-common-mode-map): Use completion-at-point.
8213 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8214 (makefile-mode-map): Use completion-at-point.
8215 (makefile-completions-at-point): Rename from makefile-complete and
8216 adapt it for use on completion-at-point-functions.
8217 (makefile-mode): Use it.
8218 (makefile-complete): Redefine as obsolete alias.
8219
aebf69c8
DD
82202011-06-20 Deniz Dogan <deniz@dogan.se>
8221
8222 * net/rcirc.el: Delete trailing whitespaces once and for all.
8223
bfbbb27d
DC
82242011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8225
8226 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8227
d264a46b
CY
82282011-06-19 Chong Yidong <cyd@stupidchicken.com>
8229
4ca009e5
CY
8230 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8231
d264a46b
CY
8232 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8233
fbf5b3ce
MR
82342011-06-19 Martin Rudalics <rudalics@gmx.at>
8235
8236 * window.el (display-buffer-other-window-means-other-frame):
8237 Call display-buffer-normalize-alist.
8238 (display-buffer-normalize-specifiers-1): Rename to
8239 display-buffer-normalize-argument. New argument other-frame.
8240 Rewrite.
8241 (display-buffer-normalize-specifiers-2): Rename to
8242 display-buffer-normalize-options.
8243 (display-buffer-normalize-alist-1): New function.
8244 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8245 display-buffer-normalize-alist.
8246 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8247 (display-buffer-normalize-options-inhibit): New variable.
8248 (display-buffer-normalize-specifiers): Rewrite calling
8249 display-buffer-normalize-alist,
8250 display-buffer-normalize-argument, and
8251 display-buffer-normalize-options. Don't call the latter if
8252 display-buffer-normalize-options-inhibit is non-nil.
8253 (frame-auto-delete): New option.
8254 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8255 (window-list-no-nils, window-state-ignored-parameters)
8256 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8257 (window-state-put-1, window-state-put-2, window-state-put):
8258 New functions.
9a028c23
MR
8259 (display-buffer-normalize-options): Move special-display-p group
8260 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8261
6d10d800
CY
82622011-06-18 Chong Yidong <cyd@stupidchicken.com>
8263
6420d28b
CY
8264 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8265 groups (Bug#8776).
8266 (rx-submatch-n): New function.
8267 (rx): Document it.
8268
ddb8b596
CY
8269 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8270 (Bug#8768).
8271
8272 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8273
77080289
CY
8274 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8275
61dfb316
CY
8276 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8277 anytime existing face settings are present (Bug#8889).
8278
6d10d800
CY
8279 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8280 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8281 Remove unused argument.
8282
be3fb2b8
MR
82832011-06-18 Martin Rudalics <rudalics@gmx.at>
8284
bcd70d97
SM
8285 * window.el (display-buffer-default-specifiers):
8286 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8287 pop-up-window-min-width, and another reuse-window specifier
8288 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8289 (display-buffer-normalize-specifiers-2):
8290 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8291 pop-up-windows is unset. Add a reuse-window specifier for the
8292 case popping up a new window fails.
8293 (special-display-popup-frame): Remove double quoting.
28dec25a 8294 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8295
1c6d8c76
SM
82962011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8299 according to comint-completion-addsuffix.
8300
8301 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8302 (pcomplete-suffix-list): Mark as obsolete.
8303 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8304 pcomplete-seen in the closure.
8305 (pcomplete-comint-setup): Setup completion-at-point as well.
8306 (pcomplete--entries): New function.
8307 (pcomplete--env-regexp): New var.
8308 (pcomplete-entries): Rewrite to work with partial-completion and
8309 without relying on pcomplete-suffix-list.
8310 (pcomplete-pare-list): Remove, unused.
8311
25aef8b8
MR
83122011-06-17 Martin Rudalics <rudalics@gmx.at>
8313
8314 * window.el (display-buffer-alist): Set pop-up-window-min-height
8315 and pop-up-window-min-width in default value. Reported by
8316 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8317 other-window-means-other-frame.
8318 (display-buffer-macro-specifiers): Comment out entry for
8319 other-window specifier.
8320 (display-buffer-other-window-means-other-frame): New function.
8321 (display-buffer-normalize-specifiers-1): New arguments
8322 buffer-name and label. Treat other-window case specially.
8323 (display-buffer-normalize-specifiers-2): Treat other-window case
8324 specially.
8325 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8326 (display-buffer-normalize-specifiers):
8327 Call display-buffer-normalize-specifiers-3.
25aef8b8 8328
dbad4f69
MR
83292011-06-17 Martin Rudalics <rudalics@gmx.at>
8330
8331 * window.el (same-window-p): Fix two typos introduced when
8332 adding with-no-warnings.
d1067961
MR
8333 (display-buffer-normalize-specifiers-1): Don't check
8334 pop-up-frames for 'unset initialization.
8335 (display-buffer-normalize-specifiers-2): Major rewrite using
8336 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8337 (pop-up-frames, display-buffer-reuse-frames)
8338 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8339 Suggested by David Engster <deng@randomsample.de>.
8340 (even-window-heights): Initialize to 'unset.
8341 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8342 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8343 other window case.
dbad4f69 8344
9b9c9e3a
MR
83452011-06-16 Martin Rudalics <rudalics@gmx.at>
8346
bcd70d97
SM
8347 * window.el (display-buffer-normalize-specifiers-1):
8348 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8349 second argument of display-buffer (Bug#8865).
981d5c09
MR
8350 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8351 (switch-to-buffer-other-window-same-frame)
8352 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8353 Adams (Bug#8875).
9c2755e9
MR
8354 (display-buffer): Don't check noninteractive when calling
8355 display-buffer-pop-up-frame.
8356 (display-buffer-pop-up-frame): Never pop up a frame in
8357 noninteractive mode (Bug#8857).
67222e1d
MR
8358 (enlarge-window, shrink-window): Don't report an error when the
8359 window can't be resized as requested (Bug#8862).
9b9c9e3a 8360
2b75be67
SM
83612011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8362
9ffdd3ba
SM
8363 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8364
cb581a67
SM
8365 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8366
2b75be67
SM
8367 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8368
8c0e3589
AM
83692011-06-15 Alan Mackenzie <acm@muc.de>
8370
cb581a67
SM
8371 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8372 for declarators, disable knr checking to speed up for normal files.
8373 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8374
b96e6cde
LMI
83752011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8376
4bba86e6
LMI
8377 * net/network-stream.el (open-network-stream): Add the keyword
8378 :always-query-capabilities for the case where you want to force a
8379 `plain' network connection, but the protocol still requires the
8380 capabilitiy command (i.e., SMTP and EHLO).
8381
2b75be67 8382 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8383 consistency with other `-live-p' functions.
8384
efdcdbf8
SM
83852011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * window.el (same-window-buffer-names, same-window-regexps)
8388 (special-display-frame-alist, special-display-popup-frame)
8389 (special-display-function, special-display-buffer-names)
8390 (special-display-regexps, pop-up-frame-alist)
8391 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8392 (pop-up-windows, split-window-preferred-function)
8393 (split-height-threshold, split-width-threshold, even-window-heights)
8394 (display-buffer-mark-dedicated): Don't encourage the use of
8395 display-buffer-alist from Elisp code.
8396
c5cde042
DN
83972011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8398
8399 * progmodes/python.el (python-mode): Derive from prog-mode.
8400 * progmodes/ps-mode.el (ps-mode):
8401 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8402 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8403 * progmodes/ld-script.el (ld-script-mode): Likewise.
8404
baa1c9ab
MR
84052011-06-15 Martin Rudalics <rudalics@gmx.at>
8406
8407 * window.el (display-buffer-alist): Trim default value to avoid
8408 popping up a new frame (Bug#8857) or reusing an arbitrary window
8409 on another frame.
8410 (display-buffer): Do not fall back on popping up a new frame in
8411 batch mode (Bug#8857).
8412
c5dd5a51
CY
84132011-06-14 Chong Yidong <cyd@stupidchicken.com>
8414
8415 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8416 (custom-theme-summary): New function.
8417 (customize-themes): Use it.
8418
d647b7c4
GM
84192011-06-13 Glenn Morris <rgm@gnu.org>
8420
8421 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8422
9481c002
MR
84232011-06-13 Martin Rudalics <rudalics@gmx.at>
8424
357f93d2
MR
8425 * help.el (help-window): Remove variable.
8426 (help-window-point-marker, temp-buffer-max-height)
8427 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8428 (help-print-return-message): Don't set help-window.
8429 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8430 (help-window-setup-finish): Remove.
8431 (help-window-display-message, help-window-setup)
8432 (with-help-window): Major rewrite based on new
8433 display-buffer-window variable.
8434
8435 * help-mode.el (help-mode-finish): Remove help-window related
8436 code.
8437
8438 * view.el (view-exits-all-viewing-windows): Remove reference to
8439 view-return-to-alist in doc-string.
8440 (view-return-to-alist): Make obsolete.
8441 (view-buffer): Call pop-to-buffer-same-window and remove
8442 undo-window code.
8443 (view-buffer-other-window): Call pop-to-buffer-other-window and
8444 simplify code. Ignore second argument.
8445 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8446 simplify code. Ignore second argument.
8447 (view-return-to-alist-update): Make obsolete.
8448 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8449 Rewrite using quit-restore window parameters.
2b75be67
SM
8450 (view-mode-exit): Rename second argument to EXIT-ONLY.
8451 Rewrite using quit-restore-window.
357f93d2
MR
8452 (View-exit, View-exit-and-edit, View-leave, View-quit)
8453 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8454 appropriate arguments.
8455 (view-end-message): Use quit-restore window parameter.
8456
9481c002
MR
8457 * window.el (display-buffer-function): Rewrite doc-string.
8458 (display-buffer-window, display-buffer-alist): New variables.
8459 (display-buffer-split-specifiers)
8460 (display-buffer-side-specifiers)
8461 (display-buffer-macro-specifiers): New constants.
8462 (display-buffer-even-window-sizes, display-buffer-set-height)
8463 (display-buffer-set-width, display-buffer-select-window)
8464 (display-buffer-in-window, display-buffer-reuse-window)
8465 (display-buffer-split-window-1, display-buffer-split-window)
8466 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8467 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8468 (display-buffer-in-side-window, normalize-buffer-to-display)
8469 (display-buffer-normalize-specifiers-1)
8470 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8471 (display-buffer-normalize-specifiers, display-buffer-frame):
8472 New functions.
9481c002
MR
8473 (display-buffer): Major rewrite.
8474 (display-buffer-other-window, display-buffer-other-frame)
8475 (pop-to-buffer, switch-to-buffer-other-window)
8476 (switch-to-buffer-other-frame): Rewrite.
8477 (display-buffer-same-window, display-buffer-same-frame)
8478 (display-buffer-same-frame-other-window)
8479 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8480 (pop-to-buffer-other-window)
8481 (pop-to-buffer-same-frame-other-window)
8482 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8483 (switch-to-buffer-other-window-same-frame): New functions.
8484 (same-window-p, special-display-p): Rewrite disabling warnings.
8485 Make obsolete.
8486 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8487 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8488 Make obsolete
8489 (same-window-buffer-names, same-window-regexps)
8490 (special-display-frame-alist, special-display-popup-frame)
8491 (special-display-function, special-display-buffer-names)
8492 (special-display-regexps, pop-up-frame-alist)
8493 (pop-up-frame-function, split-window-preferred-function)
8494 (split-height-threshold, split-width-threshold)
8495 (even-window-heights): Make obsolete.
8496
9db51aca
GM
84972011-06-12 Glenn Morris <rgm@gnu.org>
8498
8499 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8500 Misc simplifications.
9db51aca 8501
39cffb44
MR
85022011-06-12 Martin Rudalics <rudalics@gmx.at>
8503
8504 * window.el (window-safely-shrinkable-p): Restore function which
8505 was inadvertently removed in change from 2011-06-11. Declare as
8506 obsolete.
8507
2b75be67
SM
8508 * calendar/calendar.el (calendar-generate-window):
8509 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8510 window-safely-shrinkable-p.
8511
a8955be7
GM
85122011-06-12 Glenn Morris <rgm@gnu.org>
8513
8514 * progmodes/fortran.el (fortran-mode-syntax-table):
8515 * progmodes/f90.el (f90-mode-syntax-table):
8516 Set % to punctuation. (Bug#8820)
8517 (f90-find-tag-default): Remove, no longer needed.
8518
f0d4059d
DC
85192011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8520
8521 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8522
1100a63c
CY
85232011-06-11 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * image.el (image-animated-p): Return animation delay in seconds.
8526 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8527 (image-animate-timeout): Remove DELAY argument. Don't assume
8528 every subimage has the same delay; get it from image-animated-p.
8529 (image-animate): Caller changed.
8530
def722bf
MA
85312011-06-11 Michael Albinus <michael.albinus@gmx.de>
8532
8533 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8534 to ignored backtrace functions.
8535
0a2bb1a9
GM
85362011-06-11 Glenn Morris <rgm@gnu.org>
8537
8538 * calendar/appt.el (appt-disp-window-function): Doc fix.
8539 (appt-check): Handle overlapping appointments. (Bug#8337)
8540
6198ccd0
MR
85412011-06-11 Martin Rudalics <rudalics@gmx.at>
8542
8543 * window.el (window-tree-1, window-tree): New functions, moving
8544 the latter to window.el.
8545 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8546 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8547 (bw-refresh-edges): Remove.
8548 (balance-windows-1, balance-windows-2): New functions.
8549 (balance-windows): Rewrite in terms of window tree functions,
8550 balance-windows-1 and balance-windows-2.
8551 (bw-adjust-window): Remove.
8552 (balance-windows-area-adjust): New function with functionality of
8553 bw-adjust-window but using resize-window.
2b75be67
SM
8554 (set-window-text-height): Rewrite doc-string.
8555 Use normalize-live-window and resize-window.
8556 (enlarge-window-horizontally, shrink-window-horizontally):
8557 Rename argument to DELTA.
6198ccd0
MR
8558 (window-buffer-height): New function.
8559 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8560 Rewrite using new window resize routines.
2b75be67
SM
8561 (kill-buffer-and-window, mouse-autoselect-window-select):
8562 Use ignore-errors instead of condition-case.
6198ccd0
MR
8563 (quit-window): Call delete-frame instead of delete-windows-on
8564 for the only buffer on frame.
8565
9397e56f
MR
85662011-06-10 Martin Rudalics <rudalics@gmx.at>
8567
8568 * loadup.el (top-level): Load window before files for the sake
8569 of replace-buffer-in-windows.
8570
8571 * files.el (read-buffer-to-switch)
8572 (switch-to-buffer-other-window)
2b75be67
SM
8573 (switch-to-buffer-other-frame, display-buffer-other-frame):
8574 Move to window.el.
9397e56f
MR
8575
8576 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8577 (previous-buffer): Move to window.el.
8578
8579 * bindings.el (unbury-buffer): Move to window.el.
8580
8581 * window.el (delete-other-windows-vertically): Move after
8582 definition of delete-other-windows.
8583 (other-window, delete-windows-on, replace-buffer-in-windows):
8584 Move here from window.c.
8585 (record-window-buffer, unrecord-window-buffer)
8586 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8587 (switch-to-next-buffer): New functions.
8588 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8589 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8590 (previous-buffer): Move here from simple.el.
8591 Call switch-to-prev-buffer.
9397e56f
MR
8592 (bury-buffer): Move here from buffer.c. Switch to previous
8593 buffer when window cannot be deleted.
8594 (unbury-buffer): Move here from bindings.el.
8595 (ctl-x-map): Move binding for other-window from window.c to
8596 here.
8597 (read-buffer-to-switch, switch-to-buffer-other-window)
8598 (switch-to-buffer-other-frame): Move here from files.el.
8599 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8600 (switch-to-buffer): Move here from buffer.c.
8601 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8602
562dd5e9
MR
86032011-06-10 Martin Rudalics <rudalics@gmx.at>
8604
8605 * window.el (window-min-height, window-min-width): Move here
8606 from window.c. Add defcustoms and rewrite doc-strings.
8607 (resize-mini-window, resize-window): New functions.
8608 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8609 Move here from window.c.
8610 (maximize-window, minimize-window): New functions.
8611 (delete-window, delete-other-windows, split-window): Move here
8612 from window.c.
8613 (window-split-min-size): New function.
8614 (split-window-keep-point): Mention split-window-above-each-other
8615 instead of split-window-vertically.
2b75be67 8616 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8617 Rename split-window-vertically to split-window-above-each-other
8618 and provide defalias for old definition.
8619 (split-window-side-by-side, split-window-horizontally):
8620 Rename split-window-horizontally to split-window-side-by-side
8621 and provide defalias for the old definition.
562dd5e9
MR
8622 (ctl-x-map): Move bindings for delete-window,
8623 delete-other-windows and enlarge-window here from window.c.
8624 Replace bindings for split-window-vertically and
8625 split-window-horizontally by bindings for
8626 split-window-above-each-other and split-window-side-by-side.
8627
8628 * cus-start.el (all): Remove entries for window-min-height and
8629 window-min-width. Add entries for window-splits and
8630 window-nest.
8631
f0da764a
GM
86322011-06-09 Glenn Morris <rgm@gnu.org>
8633
80675c21
GM
8634 * calendar/appt.el (appt-mode-line): New function.
8635 (appt-check, appt-disp-window): Use it.
8636
f0da764a
GM
8637 * files.el (hack-one-local-variable-eval-safep):
8638 Allow minor-modes with explicit +/-1 arguments.
8639
59f623b7
TZ
86402011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8641
8642 * term/xterm.el (xterm): Add defgroup.
8643 (xterm-extra-capabilities): Add defcustom to supply known xterm
8644 capabilities, skip querying them, or query them (default).
8645 (terminal-init-xterm): Use it.
8646 (terminal-init-xterm-modify-other-keys): New function to set up
8647 modifyOtherKeys support to simplify `terminal-init-xterm'.
8648
9aab8e0d
MR
86492011-06-09 Martin Rudalics <rudalics@gmx.at>
8650
8651 * window.el (resize-window-reset, resize-window-reset-1)
8652 (resize-subwindows-skip-p, resize-subwindows-normal)
8653 (resize-subwindows, resize-other-windows, resize-this-window)
8654 (resize-root-window, resize-root-window-vertically)
8655 (window-deletable-p, window-or-subwindow-p)
8656 (frame-root-window-p): New functions.
8657
e8b08aee
GM
86582011-06-09 Glenn Morris <rgm@gnu.org>
8659
8660 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8661 (ange-ftp-get-files): Use it.
8662
254c37a5
AK
86632011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8664
8665 * mail/sendmail.el (mail-recover-1, mail-recover):
8666 * files.el (recover-file, recover-session):
8667 Handle dired-listing-switches not being just a single short option.
8668
35d7dbd3
GM
86692011-06-09 Glenn Morris <rgm@gnu.org>
8670
8671 * calendar/appt.el (appt-display-message, appt-disp-window):
8672 Handle lists of appointments.
8673
387522b2
MR
86742011-06-08 Martin Rudalics <rudalics@gmx.at>
8675
2b75be67
SM
8676 * window.el (one-window-p): Move down in code.
8677 Rewrite doc-string.
8678 (window-current-scroll-bars): Rewrite doc-string.
8679 Normalize live window argument.
387522b2
MR
8680 (walk-windows, get-window-with-predicate, count-windows):
8681 Rewrite doc-string. Use window-list-1.
8682 (window-in-direction-2, window-in-direction, get-mru-window):
8683 New functions.
8684
d8e4b68b 86852011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8686
8687 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8688 Doc fix (Bug#8713).
8689
86902011-06-08 Chong Yidong <cyd@stupidchicken.com>
8691
8692 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8693
86942011-06-08 Juanma Barranquero <lekktu@gmail.com>
8695
8696 * loadhist.el (unload-feature-special-hooks):
8697 Add `comint-output-filter-functions'.
8698
0de12c52
IK
86992011-06-08 Ivan Kanis <gnu@kanis.fr>
8700
8701 * calendar/appt.el (appt-check): Move some initializations into the let.
8702
f3d1777e
MR
87032011-06-08 Martin Rudalics <rudalics@gmx.at>
8704
8705 * window.el (window-height): Defalias to window-total-height.
8706 (window-width): Defalias to window-body-width.
8707
18af70d0
CY
87082011-06-07 Chong Yidong <cyd@stupidchicken.com>
8709
8710 * image-mode.el (image-toggle-animation): New command.
8711 (image-mode-map): Bind it to RET.
8712 (image-mode): Update message.
8713 (image-toggle-display-image): Avoid a spurious cache flush.
8714 (image-transform-rotation): Doc fix.
8715 (image-transform-properties): Return quickly in the normal case.
8716 (image-animate-loop): Rename from image-animate-max-time.
8717
2b75be67 8718 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8719 (create-animated-image): Remove unnecessary function.
8720 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8721 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8722 (image-animate-timer): Use car-safe.
8723 (image-animate-timeout): Rename argument.
8724
190b47e6
MR
87252011-06-07 Martin Rudalics <rudalics@gmx.at>
8726
8727 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8728 window.c. Rename first argument to ALL-FRAMES.
8729 Rephrase doc-strings.
8730 (get-buffer-window-list): Rewrite using window-list-1.
8731 Rephrase doc-string.
a1511caf
MR
8732 (window-safe-min-height, window-safe-min-width): New constants.
8733 (window-size-ignore, window-min-size, window-min-size-1)
8734 (window-sizable, window-sizable-p, window-size-fixed-1)
8735 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8736 (window-max-delta-1, window-max-delta, window-resizable)
8737 (window-resizable-p, window-total-height, window-total-width)
8738 (window-body-width): New functions.
8739 (window-full-height-p, window-full-width-p): Rewrite using
8740 window-total-size.
8741 (window-body-height): Rewrite using window-body-size.
190b47e6 8742
85cc1f11
MR
87432011-06-06 Martin Rudalics <rudalics@gmx.at>
8744
8745 * window.el (window-right, window-left, window-child)
8746 (window-child-count, window-last-child, window-any-p)
8747 (normalize-live-buffer, normalize-live-frame)
8748 (normalize-any-window, normalize-live-window)
8749 (window-iso-combination-p, window-iso-combined-p)
8750 (window-iso-combinations)
8751 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8752 (windows-with-parameter, window-with-parameter)
8753 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8754 (window-atom-check, window-side-check, window-check):
8755 New functions.
85cc1f11
MR
8756 (ignore-window-parameters, window-sides, window-sides-vertical)
8757 (window-sides-slots): New variables.
8758 (window-size-fixed): Move down in code. Minor doc-string fix.
8759
e7156492
AS
87602011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8761
8762 * comint.el (comint-dynamic-complete-as-filename)
8763 (comint-dynamic-complete-filename): Correctly call
8764 completion-in-region.
8765
7e821d0d
DD
87662011-06-05 Deniz Dogan <deniz@dogan.se>
8767
8768 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8769 in last change.
8770
ac09b8a1
DD
87712011-06-05 Deniz Dogan <deniz@dogan.se>
8772
8773 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8774 (rcirc): Use it to prompt for encryption.
8775
34699b85
RW
87762011-06-05 Roland Winkler <winkler@gnu.org>
8777
8778 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8779 (bibtex-search-entries): New command bound to C-c C-a.
8780 (bibtex-display-entries): New function.
8781
004dedd3
RW
87822011-06-05 Roland Winkler <winkler@gnu.org>
8783
8784 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8785 (bibtex-insert-kill): After yanking insert newline if necessary.
8786 (bibtex-initialize): Call bibtex-string-files-init only once.
8787 (bibtex-mode): Do not call easy-menu-add.
8788 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8789 (bibtex-yank): Set arg properly if nil.
8790
022fe7ce
RW
87912011-06-05 Roland Winkler <winkler@gnu.org>
8792
2b75be67
SM
8793 * textmodes/bibtex.el (bibtex-search-entry-globally):
8794 New variable.
022fe7ce
RW
8795 (bibtex-search-entry): Use it.
8796
b7c3692a
RW
87972011-06-05 Roland Winkler <winkler@gnu.org>
8798
8799 * textmodes/bibtex.el (bibtex-entry-format): New option
8800 sort-fields.
8801 (bibtex-format-entry, bibtex-reformat): Honor this option.
8802 (bibtex-parse-entry): Return fields in proper order.
8803
8eda563d
JB
88042011-06-05 Juanma Barranquero <lekktu@gmail.com>
8805
8806 * doc-view.el (doc-view-remove-if): Move computation of result out
8807 of `dolist' to silence misleading lexical-binding warning.
8808
7dbe3dbc
CY
88092011-06-04 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8812 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8813
0c33dd17
MA
88142011-06-04 Michael Albinus <michael.albinus@gmx.de>
8815
8816 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8817 "SunOS 5.10".
8818
f8f91c2b
MA
88192011-06-04 Michael Albinus <michael.albinus@gmx.de>
8820
8821 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8822 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8823 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8824 (tramp-parse-putty):
8825 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8826 (tramp-completion-function-alist-ssh)
8827 (tramp-completion-function-alist-telnet)
8828 (tramp-completion-function-alist-su)
8829 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8830 cookie.
8831
8832 * net/tramp-ftp.el:
8833 * net/tramp-sh.el:
8834 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8835 load "tramp.el" `tramp-set-completion-function'.
8836
e17d9003
SM
88372011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * shell.el: Require and use pcomplete.
8840 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8841 (shell-completion-vars): Set pcomplete-default-completion-function.
8842
6c4cab03
DD
88432011-06-04 Deniz Dogan <deniz@dogan.se>
8844
8845 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8846 `memq' (Bug#8799).
8847
ea9fafe0
SM
88482011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8849
8850 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8851
b3e945d3
JB
88522011-06-02 Juanma Barranquero <lekktu@gmail.com>
8853
8854 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8855 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8856 * vc/log-view.el (log-view-beginning-of-defun):
8857 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8858 (smerge-refine-forward, smerge-refine-chopup-region):
8859 Silence warning for unused `dotimes' counter variables.
8860
7d520089
SM
88612011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * net/tramp.el (tramp-with-progress-reporter): Rename from
8864 with-progress-reporter. Use `declare'.
8865 * net/tramp-smb.el:
8866 * net/tramp-sh.el:
8867 * net/tramp-gvfs.el: Update all uses.
8868
a1c2400f
JB
88692011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8870
8871 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8872 buffer isn't killed before making it current.
8873
2403c841
SM
88742011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 Silence various byte-compiler warnings.
8877 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8878 `access-type' and new obsolescence format.
8879 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8880 new format.
8881 (byte-compile-check-variable): New `access-type' argument.
8882 Only warn if the access-type is obsolete.
8883 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8884 (byte-compile-variable-set): Adjust callers.
8885 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8886 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8887 setting it as obsolete.
8888 * simple.el (minibuffer-completing-symbol):
8889 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8890 access as obsolete.
8891 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8892 obsolete yet.
8893 * international/quail.el (quail-mouse-choose-completion): Remove unused
8894 code referring to obsolete var.
8895 (quail-choose-completion-string): Remove.
8896 * server.el (server-clients-with, server-kill-buffer-query-function)
8897 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8898 * proced.el (proced-send-signal):
8899 * emacs-lisp/lisp.el (lisp-complete-symbol):
8900 Replace completion-annotate-function with completion-extra-properties.
8901
2462470b
SM
89022011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8903
fb5b2591
SM
8904 * simple.el (goto-line): Use read-number.
8905 (overriding-map-is-bound): Remove.
8906 (saved-overriding-map): Change default.
8907 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8908 Take the map as argument.
8909 (universal-argument, negative-argument, digit-argument): Use it.
8910 (restore-overriding-map): Adjust.
8911 (do-auto-fill): Use fill-forward-paragraph.
8912 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8913
fd6fa53f
SM
8914 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8915 (minibuffer-inactive-mode): New major mode.
8916 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8917 the *Messages* buffer" hack.
8918 (mouse-popup-menubar): Don't burp if the event is a normal key.
8919
2462470b
SM
8920 Miscellaneous tweaks.
8921 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8922 lexical scoping as in subr.el's dolist and dotimes.
8923 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8924 Silence compiler warning.
8925 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8926 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8927 * international/ccl.el (ccl-compile): Trivial simplification.
8928 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8929 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8930 `printflag' argument.
8931 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8932 Purecopy the whole obsolescence data.
8933
108bf785
LL
89342011-06-01 Leo Liu <sdl.web@gmail.com>
8935
8936 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8937 improve doc-string as suggested by Marco Pessotto
8938 <melmothx@gmail.com>.
8939 (rcirc-print): Fix last change.
8940
30a23501
SM
89412011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * minibuffer.el (complete-with-action): Return nil for the metadata and
8944 boundaries of non-functional tables.
8945 (completion-table-dynamic): Return nil for the metadata.
8946 (completion-table-with-terminator): Add default case, using
8947 complete-with-action.
8948 (completion--metadata): New function.
8949 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8950 to try and avoid pathological performance problems.
8951 (completion--embedded-envvar-table): Return `category' metadata.
8952
bcd54f83
LMI
89532011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8954
8955 * subr.el (process-alive-p): New tiny convenience function.
8956
e227544d
SM
89572011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8958
8959 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8960 content but also its previous major mode.
8961
e8296fdc
HE
89622011-05-31 Helmut Eller <eller.helmut@gmail.com>
8963
4d61f28d 8964 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8965 *Backtrace* buffer when we exit with C-M-c.
8966
620c53a6
SM
89672011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * minibuffer.el: Add metadata method to completion tables.
8970 (completion-category-overrides): New defcustom.
8971 (completion-metadata, completion--field-metadata)
8972 (completion-metadata-get, completion--styles)
8973 (completion--cycle-threshold): New functions.
8974 (completion-try-completion, completion-all-completions):
8975 Add `metadata' argument to choose completion-styles.
8976 (completion--do-completion): Use metadata to choose cycling.
8977 (completion-all-sorted-completions): Use metadata for sorting.
8978 Remove :completion-cycle-penalty which is not needed any more.
8979 (completion--try-word-completion): Add `metadata' argument.
8980 (minibuffer-completion-help): Check metadata for annotation function
8981 and sorting.
8982 (completion-file-name-table): Return `category' metadata.
8983 (minibuffer-completing-file-name): Make obsolete.
8984 * simple.el (minibuffer-completing-symbol): Make obsolete.
8985 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8986 completion-try-completion.
8987
1257e755
SM
89882011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8991
3767e706
LL
89922011-05-30 Leo Liu <sdl.web@gmail.com>
8993
8994 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8995 (rcirc-print): Decode all incoming messages (bug#8744).
8996 (rcirc-decode-coding-system): Allow value nil for automatic coding
8997 system detection.
3767e706 8998
d1a5d56a
GM
89992011-06-01 Glenn Morris <rgm@gnu.org>
9000
9001 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9002
e8cbec34
CY
90032011-05-29 Chong Yidong <cyd@stupidchicken.com>
9004
9005 * image.el (image-animate-max-time): Allow nil and t values.
9006 Default to nil.
9007 (create-animated-image): Doc fix.
9008 (image-animate-start): Remove second arg; just use
9009 image-animate-max-time.
9010 (image-animate-timeout): Doc fix. Args changed.
9011
9012 * image-mode.el (image-toggle-display-image): Ensure that the
9013 image spec passed to the animate timer is the same object as in
58179cce 9014 the buffer's display property (Bug#6981).
e8cbec34
CY
9015 (image-transform-properties): Doc fix.
9016
9017 * image.el (image-animate-max-time): Default to nil.
9018
159daf87
MR
90192011-05-29 Martin Rudalics <rudalics@gmx.at>
9020
9021 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9022 entire buffer list (Bug#8184).
9023
d66c4c7c
CY
90242011-05-29 Chong Yidong <cyd@stupidchicken.com>
9025
9026 * image.el (imagemagick-types-inhibit)
9027 (imagemagick-register-types): Doc fix.
9028
80aec780
DD
90292011-05-29 Deniz Dogan <deniz@dogan.se>
9030
9031 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9032 default.
9033
1dd3c2d9
CY
90342011-05-29 Chong Yidong <cyd@stupidchicken.com>
9035
9036 * select.el: Don't perform clipboard-manager saving in hooks;
9037 leave the hooks empty.
9038
60e56523
LL
90392011-05-28 Leo Liu <sdl.web@gmail.com>
9040
9041 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9042 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9043 (occur-edit-mode): New major mode (Bug#8463).
9044 (occur-after-change-function): New function.
9045 (occur-engine): Give Occur tags a read-only property.
9046
2b1e1a22
KR
90472011-05-28 Kevin Ryde <user42@zip.com.au>
9048
9049 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9050
5d344e88
CY
90512011-05-28 Chong Yidong <cyd@stupidchicken.com>
9052
8e6ca83d
CY
9053 * bindings.el (help-echo): Make the initial non-indicator dash
9054 empty on graphical terminals (Bug#7295).
9055
5d344e88
CY
9056 * files.el (auto-mode-alist): Move config rule after the
9057 in-stripping one (Bug#8547).
9058
bfbbace7
CY
9059 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9060
fbeba6e2
CY
9061 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9062 setting (Bug#8740).
9063
60ed8c72
AA
90642011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9065
4ac619f0
AA
9066 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9067 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9068 (Bug#8539).
60ed8c72 9069
23db196e
CY
90702011-05-28 Chong Yidong <cyd@stupidchicken.com>
9071
9072 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9073
5012f24c
DK
90742011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9075
9076 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9077 (hs-hide-block-at-point, hs-find-block-beginning)
9078 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9079 (Bug#8279).
9080
6a639b16
GM
90812011-05-28 Glenn Morris <rgm@gnu.org>
9082
9083 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9084
d43eaf2c
CY
90852011-05-28 Chong Yidong <cyd@stupidchicken.com>
9086
5199bde1
CY
9087 * help-fns.el (describe-function-1): If the function is a derived
9088 major mode, print the parent mode.
9089
d43eaf2c
CY
9090 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9091 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9092
423428a8
SM
90932011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9094
0ff8e1ba 9095 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9096 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9097 * progmodes/etags.el (tags-completion-at-point-function):
9098 * info-look.el (info-lookup-completions-at-point): Mark as
9099 non-exclusive.
9100 (info-complete): Adjust accordingly.
9101
423428a8
SM
9102 * info-look.el: Convert to lexical-binding and completion-at-point.
9103 (info-lookup-completions-at-point): New function.
9104 (info-complete): Use it and completion-in-region.
9105
b74aa22b
DA
91062011-05-28 Drew Adams <drew.adams@oracle.com>
9107
9108 * isearch.el: Let M-e start with point at the first mismatched char.
9109 (isearch-fail-pos): New function.
9110 (isearch-edit-string): Use it.
9111
66e2e71d
DK
91122011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9113
9114 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9115
b1890b0f 91162011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9117
9118 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9119 traversal functions for avl-trees.
9120 (avl-tree--stack): New struct.
9121 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9122 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9123 (avl-tree--do-enter): Add optional `updatefun' arg.
9124 Change return value.
eb95d01d 9125 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9126 (avl-tree--do-delete): Add `test' and `nilflag' args.
9127 Change return value.
eb95d01d
TC
9128 (avl-tree-member): Add optional `nilflag'
9129 (avl-tree-member-p): New function.
9130 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9131 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9132 (avl-tree-stack-empty-p): New functions.
9133
3769ddcf
TC
9134 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9135 avl-tree--del-balance1 and make it work both ways.
9136 (avl-tree--del-balance2): Remove.
9137 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9138 make it work both ways.
9139 (avl-tree--enter-balance2): Remove.
9140 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9141 New macros.
9142 (avl-tree--mapc, avl-tree-map): Add direction argument.
9143
eb95d01d 91442011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9145
9146 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9147
a9f737ee
CY
91482011-05-27 Chong Yidong <cyd@stupidchicken.com>
9149
9150 * select.el: Support clipboard managers with built-in function
9151 x-clipboard-manager-save, via delete-frame-functions and
9152 kill-emacs-hook.
9153 (xselect-convert-to-targets): Add MULTIPLE target to list.
9154 (xselect-convert-to-save-targets): New function.
9155
c92a1e54
KH
91562011-05-27 Kenichi Handa <handa@m17n.org>
9157
9158 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9159 let-binding rfc2047-encode-encoded-words to nil.
9160
e145f188
GM
91612011-05-27 Glenn Morris <rgm@gnu.org>
9162
5ec8a862
GM
9163 * mail/emacsbug.el: Don't require url-util.
9164
4b29d9fb
GM
9165 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9166
e145f188
GM
9167 * files.el (set-auto-mode):
9168 Also respect mode: entries at the end of the file. (Bug#8586)
9169
7d15102b
GM
91702011-05-26 Glenn Morris <rgm@gnu.org>
9171
98f593b8
GM
9172 * files.el (hack-local-variables-prop-line, hack-local-variables):
9173 Downcase mode names, as seems to be traditional.
27b48e63 9174 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9175
7d15102b
GM
9176 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9177 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9178
51d5b4ec
JD
91792011-05-25 Julien Danjou <julien@danjou.info>
9180
9181 * textmodes/rst.el (rst-define-level-faces): Do not define face
9182 symbol if it is already defined.
9183
91513f63
VB
91842011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9185
9186 * play/5x5.el (5x5-new-game, 5x5-randomize):
9187 Reset 5x5-solver-output to nil when a new grid is cast.
9188 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9189 these debugging traces, as defmacro breaks the compiled code.
9190
4d90d6d0
DK
91912011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9192
9193 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9194
e1b90ef6
LL
91952011-05-24 Leo Liu <sdl.web@gmail.com>
9196
9197 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9198 (vc-bzr-sha1): Adapt.
9199
d8e4b68b 9200 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9201
9202 * bindings.el: Provide sha1 feature.
9203
db0406bb 92042011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9205
9206 * mail/sendmail.el: Require `rfc2047'.
9207 (mail-insert-from-field): Do not perform RFC2047 encoding.
9208 (mail-encode-header): New function.
9209 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9210 buffer to the return value of select-message-coding-system.
9211 Call mail-encode-header.
b8d747b9
KH
9212
9213 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9214
db0406bb 92152011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9216
4d90d6d0
DK
9217 * mail/supercite.el (sc-default-cite-frame):
9218 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9219
eb8a5e9b
GM
92202011-05-24 Glenn Morris <rgm@gnu.org>
9221
f8630703
GM
9222 * progmodes/python.el (brm-menu): Declare.
9223
8831bbed
GM
9224 * emulation/viper.el (viper-set-hooks): Declare.
9225
eb8a5e9b
GM
9226 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9227 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9228 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9229 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9230 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9231 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9232
a2a25d24
SM
92332011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 Add an :exit-function for completion-at-point.
9236
9237 * minibuffer.el (completion--done): New fun.
9238 (completion--do-completion): Use it. New arg `expect-exact'.
9239 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9240 since completion--do-completion does it for us now.
9241 (minibuffer-force-complete): Use completion--done and
9242 completion--replace. Handle sole-completion case with more care.
9243 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9244 (completion-extra-properties): New var.
9245 (completion-annotate-function): Make obsolete.
9246 (minibuffer-completion-help): Adjust accordingly.
9247 Use completion-list-insert-choice-function.
9248 (completion-at-point, completion-help-at-point):
9249 Bind completion-extra-properties.
9250 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9251 * simple.el (completion-list-insert-choice-function): New var.
9252 (completion-setup-function): Preserve it.
9253 (choose-completion): Pay attention to it, shuffle the code a bit.
9254 (choose-completion-string): New arg `insert-function'.
9255
9256 * textmodes/bibtex.el: Convert to lexical binding.
9257 (bibtex-mode-map): Use completion-at-point.
9258 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9259 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9260 (bibtex-complete): Define as obsolete alias.
9261 (bibtex-complete-internal): Remove.
9262 (bibtex-format-entry): Remove unused sub-group in regexp.
9263 * shell.el (shell--command-completion-data)
9264 (shell-environment-variable-completion):
9265 * pcomplete.el (pcomplete-completions-at-point):
9266 * comint.el (comint--complete-file-name-data): Use :exit-function
9267 instead of completion-table-with-terminator so it also works for
9268 choose-completion.
9269
e44e373d
SM
92702011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9271
4f91a816
SM
9272 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9273
782fc819
SM
9274 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9275 (bug#8710).
9276
e44e373d
SM
9277 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9278
381987c3
KM
92792011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9280
9281 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9282 customization variable and implement: If non-nil, auto-fill will
9283 be inhibited while on topic's header line.
9284
b776bc70
VB
92852011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9286
9287 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9288 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9289 always have a solution in grid size = 5 cases.
9290 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9291 (5x5-solver-output, 5x5-log-buffer): New vars.
9292 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9293 Make these variables buffer local to achieve 5x5 multi-session-ness.
9294 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9295 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9296 (5x5-solve-suggest): New funs.
9297 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9298 randomize a grid so that we ensure that there is always a solution.
9299 (5x5-make-random-grid): Allow other movement than flipping.
9300
7de88b6e
KR
93012011-05-23 Kevin Ryde <user42@zip.com.au>
9302
9303 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9304 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9305 advice and passes PREDICATE.
9306
b1ef1257
SM
93072011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9308
bbca48fe
SM
9309 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9310 byte-compile-lambda if it's actually a lambda.
9311
b1ef1257
SM
9312 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9313 Fix function quoting. Use backquote better.
9314
92a9cc65
YS
93152011-05-22 Yuanle Song <sylecn@gmail.com>
9316
9317 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9318 matching (Bug#8516).
9319
f0fb8059
JA
93202011-01-22 Jari Aalto <jari.aalto@cante.net>
9321
9322 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9323 different face (Bug#8178).
9324
d5b44c93
CY
93252011-05-22 Chong Yidong <cyd@stupidchicken.com>
9326
9327 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9328 defface (Bug#8144).
9329
79106a44
SM
93302011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9c848d8a
SM
9332 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9333 funcall as well (bug#8712). Warn when performing those conversions.
9334 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9335
79106a44
SM
9336 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9337
88dfa756
GM
93382011-05-22 Glenn Morris <rgm@gnu.org>
9339
9340 * files.el (hack-local-variables-prop-line): Small simplifications.
9341 (hack-local-variables, hack-local-variables-prop-line):
9342 If MODE-ONLY, return the mode, rather than just `t'.
9343
b7cf2c79
SM
93442011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9347
3f1a8558
GM
93482011-05-21 Glenn Morris <rgm@gnu.org>
9349
7e4ccca3
GM
9350 * files.el (hack-local-variables-prop-line, hack-local-variables):
9351 If only interested in the mode, don't bother doing the other stuff.
9352
637d46ca
GM
9353 * image-mode.el (image-after-revert-hook):
9354 Redraw all frames on which the image is visible. (Bug#8567)
9355
973d955b
GM
9356 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9357
3f1a8558
GM
9358 * wid-edit.el (widget-checklist-match-inline):
9359 Fix 2011-04-19 change. (Bug#8649)
9360
96479927
SM
93612011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9362
1dcf791f
SM
9363 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9364 Also allow singlespace after single-letter capitals followed by a dot.
9365
96479927
SM
9366 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9367 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9368
35fd0881
N
93692011-05-20 Nix <nix@esperi.org.uk>
9370
9371 * files.el (basic-save-buffer-2):
9372 Fix handling of break-hardlink-on-save with non-existent files.
9373
82745640
DD
93742011-05-19 Deniz Dogan <deniz@dogan.se>
9375
9376 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9377 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9378
4a720484
GM
93792011-05-19 Glenn Morris <rgm@gnu.org>
9380
d1f21341
GM
9381 * progmodes/f90.el (f90-type-def-re):
9382 Handle "type, bind(c)". (Bug#8691)
9383
4a720484
GM
9384 * emacs-lisp/autoload.el (batch-update-autoloads):
9385 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9386
2fb0a219
MA
93872011-05-18 Michael Albinus <michael.albinus@gmx.de>
9388
9389 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9390 property for the correct connection in case of multihops.
9391
e565dd37
GM
93922011-05-18 Glenn Morris <rgm@gnu.org>
9393
c2571358 9394 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9395 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9396
e565dd37
GM
9397 Rationalize calendar handling of day and month abbrev-arrays.
9398 * calendar/calendar.el (calendar-customized-p): New function.
9399 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9400 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9401 Add :set function.
9402 (calendar-abbrev-length, calendar-day-abbrev-array)
9403 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9404 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9405 Elements may no longer be nil.
9406 (calendar-day-name, calendar-month-name):
9407 Update for changed nature of abbrev arrays.
9408 * calendar/diary-lib.el (diary-name-pattern):
9409 Update for changed nature of abbrev arrays.
9410 (diary-mark-entries-1): Update calendar-make-alist calls.
9411 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9412 * calendar/cal-html.el (cal-html-day-abbrev-array):
9413 Simply inherit from calendar-day-abbrev-array.
9414
1d99a745
SM
94152011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * progmodes/grep.el (grep-mode): Disable default
9418 compilation-directory-matcher setting (bug#8684).
9419
7c1d9aa0
MA
94202011-05-17 Michael Albinus <michael.albinus@gmx.de>
9421
9422 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9423 instead of "head" and "tail". There were problems with SunOS 5.9,
9424 and it performs better.
9425
3952e9d8
GM
94262011-05-17 Glenn Morris <rgm@gnu.org>
9427
2dd12e7f
GM
9428 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9429
e4157b9c
GM
9430 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9431 Replace obsolete function.
9432
8e249bbd
GM
9433 * shell.el (pcomplete-parse-arguments-function): Declare.
9434
3952e9d8
GM
9435 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9436 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9437 (appt-check): Doc fixes.
9438 (appt-disp-window-function, appt-delete-window-function):
9439 Remove needless special case in custom :type.
9440 (appt-display-count): Default to 0, not nil.
9441 (appt-check): Reset appt-display-count to 0, not nil.
9442
c71a0d48 94432011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9444
c71a0d48
GM
9445 * progmodes/python.el (python-font-lock-keywords):
9446 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9447
31d55be9
SM
94482011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9451
3bfacb2f
KR
94522011-05-16 Kevin Ryde <user42@zip.com.au>
9453
9454 * info-look.el (makefile-automake-mode): New setups, looking in
9455 automake manual, then makefile-mode.
9456 (makefile-mode): Remove automake manual, have it just in
9457 makefile-automake-mode since there's various things different or
9458 not relevant to plain make.
9459 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9460 believe a hypothetical automake-mode would go to makefile-mode,
9461 not the other way around.
9462
c8e83751
CY
94632011-05-15 Chong Yidong <cyd@stupidchicken.com>
9464
5e9e35cd
CY
9465 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9466 hunk-end tags (Bug#8672).
9467
c8e83751
CY
9468 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9469 vc-annotate-show-diff-revision-at-line (Bug#8671).
9470
50b23e5a
GM
94712011-05-14 Glenn Morris <rgm@gnu.org>
9472
7210a739
GM
9473 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9474 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9475 (change-log-font-lock-keywords): Also handle multiple author lines
9476 with leading tabs. (Bug#8644)
7210a739 9477
4691905a
GM
9478 * calendar/appt.el (appt-check): Rename some local variables.
9479 Some simplification/reordering.
9480
50b23e5a
GM
9481 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9482 (feedmail-sendmail-f-doesnt-sell-me-out)
9483 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9484 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9485 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9486 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9487 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9488 (feedmail-binmail-gnulinuxish-template):
9489 Rename from feedmail-binmail-linuxish-template.
9490 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9491 Use insert-buffer-substring.
9492
215cda7c
BC
94932011-05-14 Bill Carpenter <bill@carpenter.org>
9494
9495 * mail/feedmail.el (feedmail-patch-level): Increase.
9496 (feedmail-debug): New custom group.
9497 (feedmail-confirm-outgoing-timeout)
9498 (feedmail-sendmail-f-doesnt-sell-me-out)
9499 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9500 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9501 (feedmail-sender-line, feedmail-from-line)
9502 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9503 (feedmail-spray-this-address)
215cda7c
BC
9504 (feedmail-spray-address-fiddle-plex-list)
9505 (feedmail-queue-use-send-time-for-date)
9506 (feedmail-queue-use-send-time-for-message-id)
9507 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9508 (feedmail-buffer-eating-function):
9509 Doc fixes.
9510 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9511 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9512 (feedmail-message-action-scroll-down): New functions.
9513 (feedmail-queue-directory, feedmail-queue-draft-directory):
9514 Use expand-file-name.
9515 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9516 Remove C-v help entry.
9517 (feedmail-queue-buffer-file-name): New variable.
9518 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9519 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9520 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9521 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9522 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9523 (feedmail-message-action-toggle-spray)
9524 (feedmail-run-the-queue-no-prompts)
9525 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9526 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9527 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9528 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9529 (feedmail-envelope-deducer, feedmail-fiddle-from)
9530 (feedmail-fiddle-sender, feedmail-default-date-generator)
9531 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9532 (feedmail-fiddle-spray-address)
9533 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9534 (feedmail-fiddle-list-of-fiddle-plexes)
9535 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9536 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9537 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9538 Change default. Doc fix.
9539 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9540 (feedmail-binmail-linuxish-template): New constant.
9541 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9542 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9543 (feedmail-send-it): Add debug call.
9544 Use feedmail-queue-buffer-file-name, and
9545 feedmail-send-it-immediately-wrapper.
9546 (feedmail-message-action-send): Add debug call.
9547 Use feedmail-send-it-immediately-wrapper.
9548 (feedmail-queue-express-to-queue): Add debug call.
9549 Run feedmail-queue-express-hook.
9550 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9551 (feedmail-message-action-help-blat):
9552 Rename from feedmail-queue-send-edit-prompt-help-first.
9553 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9554 Check line-endings. Handle errors better.
9555 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9556 Doc fix. Add debug call.
9557 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9558 Use feedmail-queue-send-edit-prompt-inner.
9559 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9560 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9561 from feedmail-queue-send-edit-prompt.
9562 (feedmail-queue-send-edit-prompt-help)
9563 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9564 (feedmail-tidy-up-slug): Add debug call.
9565 Respect feedmail-queue-slug-suspect-regexp.
9566 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9567 (feedmail-dump-message-to-queue): Add debug call.
9568 Expand queue-directory.
9569 (feedmail-dump-message-to-queue): Change message slightly.
9570 Use feedmail-say-chatter.
9571 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9572 (feedmail-send-it-immediately-wrapper): New function.
9573 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9574 Insert empty string rather than newline. Handle full-frame case.
9575 Use catch/throw. Use feedmail-say-chatter.
9576 (feedmail-fiddle-from): Try mail-host-address.
9577 (feedmail-default-message-id-generator): Doc fix.
9578 Bind system-time-locale. Handle missing end.
9579 (feedmail-fiddle-x-mailer): Add debug call.
9580 Handle feedmail-x-mailer-line being nil.
9581 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9582 Add debug call. Use buffer-substring-no-properties.
9583 (feedmail-say-debug, feedmail-say-chatter): New functions.
9584 (feedmail-find-eoh): Give an explicit error.
9585
42c7e61e
UJ
95862011-05-13 Ulf Jasper <ulf.jasper@web.de>
9587
c2571358 9588 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9589 family from helvetica to sans.
c2571358 9590 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9591 etc/images/newsticker.
9592
c2571358 9593 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9594 family from helvetica to sans.
9595
9596 * net/newst-plainview.el (newsticker-new-item-face)
9597 (newsticker-old-item-face, newsticker-immortal-item-face)
9598 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9599 (newsticker-statistics-face): Change default family from
42c7e61e 9600 helvetica to sans.
c2571358 9601 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9602 etc/images/newsticker.
9603
9604 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9605 (newsticker--process-auto-mark-filter-match): : Tell user about
9606 auto-marking.
9607
8497a297
DV
96082011-05-13 Didier Verna <didier@xemacs.org>
9609
9610 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9611 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9612 TODO entries.
8497a297
DV
9613 (lisp-lambda-list-keyword-parameter-indentation)
9614 (lisp-lambda-list-keyword-parameter-alignment)
9615 (lisp-lambda-list-keyword-alignment): New customizable user options.
9616 (lisp-indent-defun-method): Improve docstring.
9617 (extended-loop-p): Fix comment.
9618 (lisp-indent-lambda-list-keywords-regexp): New variable.
9619 (lisp-indent-lambda-list): New function.
9620 (lisp-indent-259): Use it.
9621 (lisp-indent-defmethod): Support for more than one
9622 method qualifier and properly indent methods lambda-lists.
9623 (defgeneric): Provide a missing common-lisp-indent-function property.
9624
f278f87f
SM
96252011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9628 bounds for the empty string (bug#8667).
9629
5233edd7
GM
96302011-05-13 Glenn Morris <rgm@gnu.org>
9631
5237a44f
GM
9632 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9633
8340026c 9634 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9635 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9636
5233edd7 9637 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9638 (appt-time-msg-list): Doc fix.
a5464014 9639 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9640
92d10796
AS
96412011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9642
9643 * progmodes/ld-script.el (ld-script-keywords)
9644 (ld-script-builtins): Update keywords list.
9645
914a0ae1
SM
96462011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9647
c89be45f
SM
9648 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9649
914a0ae1
SM
9650 * shell.el (shell-completion-vars): New function.
9651 (shell-mode):
9652 * simple.el (read-shell-command): Use it.
9653 (blink-matching-open): No need for " [...]" in minibuffer-message.
9654
98dc3df3
GM
96552011-05-12 Glenn Morris <rgm@gnu.org>
9656
9657 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9658 (appt-check): Simplify.
9659
d2fc7e3d 96602011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9661
4d61f28d 9662 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9663 literal "/dev/null".
9664
d2fc7e3d 96652011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9666
9667 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9668 Fix typo.
9669
d2fc7e3d 96702011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9671
3f254caa
SM
9672 * progmodes/which-func.el (which-function):
9673 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9674 which might not be defined (Bug#8260).
9675
d45885f7
GM
96762011-05-12 Glenn Morris <rgm@gnu.org>
9677
9678 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9679 Let byte-compile-initial-macro-environment always take precedence.
9680
488086f4
SM
96812011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * net/rcirc.el: Add support for SSL/TLS connections.
9684 (rcirc-server-alist): New field `encryption'.
9685 (rcirc): Check `encryption' settings.
9686 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9687 Merge make-local-variable into `set'.
9688 (rcirc--connection-open-p): New function.
9689 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9690 the process is not a network process (e.g. running gnutls-cli).
9691 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9692 Make rcirc-(en|de)code-coding-system local here.
9693 (rcirc-mode): Merge make-local-variable into `set'.
9694 (rcirc-parent-buffer): Make permanent buffer-local.
9695 (rcirc-multiline-minor-mode): Don't do it here.
9696 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9697 there's no server buffer.
9698
7d3b9d44
GM
96992011-05-11 Glenn Morris <rgm@gnu.org>
9700
f64049c6
GM
9701 * newcomment.el (comment-kill): Prefix "unused" local.
9702
93c9df73
GM
9703 * term/w32console.el (get-screen-color): Declare.
9704
7d3b9d44
GM
9705 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9706 Handle symbol elements of byte-compile-initial-macro-environment.
9707
9e2dd53f
LL
97082011-05-10 Leo Liu <sdl.web@gmail.com>
9709
488086f4
SM
9710 * bookmark.el (bookmark-bmenu-mode-map):
9711 Bind bookmark-bmenu-search to `/'.
8b340240 9712
9e2dd53f 9713 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9714 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9715 (Footnote-unicode): New function.
9716 (footnote-style-alist): Add unicode style to the list.
9717 (footnote-style): Doc fix.
9e2dd53f 9718
79b70037
GM
97192011-05-10 Jim Meyering <meyering@redhat.com>
9720
9721 Fix doubled-word typos.
9722 * international/quail.el (quail-insert-kbd-layout): and and -> and
9723 * kermit.el: and and -> and
9724 * net/ldap.el (ldap-search-internal): to to -> to
9725 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9726 * progmodes/js.el (js-mode): and and -> and
9727 * textmodes/artist.el (artist-move-to-xy): at at -> at
9728 (artist-draw-region-trim-line-endings): if if -> if
9729 And Safetyc -> Safety.
9730 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9731
b8f82dc1 97322011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9733 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9734
9735 * files.el (hack-one-local-variable-eval-safep):
9736 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9737
4f99f44b
GM
97382011-05-10 Glenn Morris <rgm@gnu.org>
9739
9740 * calendar/diary-lib.el (diary-list-entries-hook)
9741 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9742 (diary-nongregorian-marking-hook, diary-list-entries)
9743 (diary-include-other-diary-files, diary-mark-entries)
9744 (diary-mark-included-diary-files): Doc fixes.
9745
84f29e6b
JB
97462011-05-09 Juanma Barranquero <lekktu@gmail.com>
9747
9748 * misc.el: Require tabulated-list.el during compilation.
9749
9bedd73a
CY
97502011-05-09 Chong Yidong <cyd@stupidchicken.com>
9751
488086f4
SM
9752 * progmodes/compile.el (compilation-start):
9753 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9754 (compilation-filter-hook): Doc fix.
9755
797c735c
DD
97562011-05-09 Deniz Dogan <deniz@dogan.se>
9757
9758 * wdired.el: Remove outdated installation comment. Fix usage
9759 comment.
9760
5f4b1dfe
JB
97612011-05-09 Juanma Barranquero <lekktu@gmail.com>
9762
9763 * misc.el: Implement new command `list-dynamic-libraries'.
9764 (list-dynamic-libraries--loaded-only-p): New variable.
9765 (list-dynamic-libraries--refresh): New function.
9766 (list-dynamic-libraries): New command.
9767
4c44026c
CY
97682011-05-09 Chong Yidong <cyd@stupidchicken.com>
9769
488086f4
SM
9770 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9771 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9772 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9773 higher priority to avoid clobbering by gnu.
9774
027f966d
CY
97752011-05-08 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9778 if the face has existing theme settings (Bug#8454).
9779
085f5d7d
CY
97802011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9781
488086f4
SM
9782 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9783 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9784
2a86a00c
RS
9785 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9786 special file names `.' and `..' (Bug#8259).
9787
d9c54a06
CY
97882011-05-08 Chong Yidong <cyd@stupidchicken.com>
9789
488086f4
SM
9790 * progmodes/grep.el (grep-mode-font-lock-keywords):
9791 Remove buffer-changing entries.
d9c54a06
CY
9792 (grep-filter): New function.
9793 (grep-mode): Add it to compilation-filter-hook.
9794
9795 * progmodes/compile.el (compilation-filter-hook)
9796 (compilation-filter-start): New defvars.
9797 (compilation-filter): Call compilation-filter-hook prior to
9798 updating the process mark.
9799
c4662635
SM
98002011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9803
b0512a1d
EZ
98042011-05-07 Eli Zaretskii <eliz@gnu.org>
9805
605c9376
EZ
9806 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9807 mailclient-send-it even if window-system is nil. (Bug#8595)
9808
c4662635
SM
9809 * term/w32console.el (terminal-init-w32console):
9810 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9811 background-mode. (Bug#8597)
9812
d1dc2cc2
SM
98132011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9816 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9817 New functions.
9818 (defgeneric, eieio--defmethod): Use them.
9819 (eieio-defgeneric): Remove.
9820 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9821
915d1300
GM
98222011-05-07 Glenn Morris <rgm@gnu.org>
9823
a3961c3e
GM
9824 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9825 Use let rather than let*.
9826 (timeclock-find-discrep): Remove unused local.
9827
314347b9
GM
9828 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9829
915d1300
GM
9830 * calendar/appt.el (appt-time-msg-list): Doc fix.
9831
275b59b0
NF
98322011-05-06 Noah Friedman <friedman@splode.com>
9833
9834 * apropos.el (apropos-print-doc): Only use
9835 emacs-lisp-docstring-fill-column when it is bound to an integer,
9836 per that variable's documentation.
9837
6c19f744
SM
98382011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9839
9840 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9841 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9842
60f884b2
GM
98432011-05-06 Glenn Morris <rgm@gnu.org>
9844
5006e634
GM
9845 * calendar/appt.el (appt-message-warning-time): Doc fix.
9846 (appt-warning-time-regexp): New option.
9847 (appt-make-list): Respect appt-message-warning-time.
9848
548d0a63
GM
9849 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9850 New options.
9851 (diary-add-to-list): Strip comments from the displayed string.
9852 (diary-mode): Set comment-start and comment-end.
9853
60f884b2
GM
9854 * vc/diff-mode.el (smerge-refine-subst): Declare.
9855 (diff-refine-hunk): Don't require smerge-mode when compiling.
9856
989681bb
JB
98572011-05-06 Juanma Barranquero <lekktu@gmail.com>
9858
9859 * simple.el (list-processes): Return nil as the docstring says.
9860
a6bc05e1
MA
98612011-05-05 Michael Albinus <michael.albinus@gmx.de>
9862
9863 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9864 to "".
9865 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9866 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9867 determining of binary transfer. (Bug#7383)
9868
23c22e9a
MA
98692011-05-05 Michael Albinus <michael.albinus@gmx.de>
9870
c4662635
SM
9871 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9872 Fix port computation bug. (Bug#8618)
23c22e9a 9873
0bff894f
GM
98742011-05-05 Glenn Morris <rgm@gnu.org>
9875
b8296902
GM
9876 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9877
1f522ce8
GM
9878 * simple.el (shell-dynamic-complete-functions)
9879 (comint-dynamic-complete-functions): Declare.
9880
cf5bee67
GM
9881 * net/network-stream.el (gnutls-negotiate):
9882 * simple.el (tabulated-list-print): Fix declarations.
9883
9884 * progmodes/gud.el (syntax-symbol, syntax-point):
9885 Remove unnecessary and incorrect declarations.
9886
0bff894f
GM
9887 * emacs-lisp/check-declare.el (check-declare-scan):
9888 Handle byte-compile-initial-macro-environment in bytecomp.el
9889
9869b3ae
SM
98902011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 Fix earlier half-done eieio-defmethod change (bug#8338).
9893 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9894 Streamline and change calling convention.
9895 (defmethod): Adjust accordingly and simplify.
9896 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9897 new eieio--defmethod.
9898 (slot-boundp): Minor CSE simplification.
9899
9c1d5ac5
MZ
99002011-05-05 Milan Zamazal <pdm@zamazal.org>
9901
9902 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9903 (glasses-make-readable): Use glasses-separate-capital-groups.
9904
455c834e
JB
99052011-05-05 Juanma Barranquero <lekktu@gmail.com>
9906
9907 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9908 (warning-series): Doc fix.
9909 (display-warning): Don't try to create the buffer if we just found it.
9910
9ed7c8cb
CY
99112011-05-04 Chong Yidong <cyd@stupidchicken.com>
9912
9913 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9914 (autoload-find-generated-file): New function.
9915 (generate-file-autoloads): Bind generated-autoload-file to
9916 buffer-file-name.
9869b3ae
SM
9917 (update-file-autoloads, update-directory-autoloads):
9918 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9919 output file (Bug#7989).
9920 (batch-update-autoloads): Doc fix.
9921
0898ca10
JB
99222011-05-04 Juanma Barranquero <lekktu@gmail.com>
9923
9924 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9925
31dfb76c
GM
99262011-05-04 Glenn Morris <rgm@gnu.org>
9927
f330b642
GM
9928 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9929 function, so it follows changes in calendar-date-style.
9930 (diary-fancy-date-matcher): New function.
9931 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9932 (diary-fancy-font-lock-fontify-region-function):
9933 Use diary-fancy-date-pattern as a function.
9934
31dfb76c
GM
9935 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9936 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9937
48e79d6a
TZ
99382011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9939
9940 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9941 instead of positional arguments. Allow :keylist and :crlfiles
9942 arguments.
9943 (open-gnutls-stream): Call it.
9944
9945 * net/network-stream.el (network-stream-open-starttls): Adjust to
9946 call `gnutls-negotiate' with :process and :hostname arguments.
9947
dd5a5ee0
SM
99482011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9949
ef80fc09
SM
9950 * minibuffer.el (completion--message): New function.
9951 (completion--do-completion, minibuffer-complete)
9952 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9953 (completion--do-completion): Don't ignore completion-auto-help when in
9954 icomplete-mode.
9955
dd5a5ee0
SM
9956 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9957 internal encoding (e.g. tibetan zero is not whitespace).
9958 (global-whitespace-mode): Prefer save-current-buffer.
9959 (whitespace-trailing-regexp): Remove useless save-match-data.
9960 (whitespace-empty-at-bob-regexp): Minor simplification.
9961
b7d22a83
CY
99622011-05-03 Chong Yidong <cyd@stupidchicken.com>
9963
9964 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9965
5192af46
AM
99662011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9967
9968 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9969 Use `concat' to create string for insertion.
5192af46 9970
5767d190
SM
99712011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9974 Avoid open-line which runs post-self-insert-hook.
9975 (bibtex-fill-entry): Remove unused `end' var.
9976
bf242939
AM
99772011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9978
5767d190
SM
9979 * textmodes/ispell.el (ispell-add-per-file-word-list):
9980 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9981
25666126
LL
99822011-05-03 Leo Liu <sdl.web@gmail.com>
9983
9984 * isearch.el (isearch-yank-pop): New command.
5767d190 9985 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9986 (isearch-forward): Mention it.
9987
52d3c2d0
SM
99882011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9989
1bcace58
SM
9990 * simple.el (minibuffer-complete-shell-command): Remove.
9991 (minibuffer-local-shell-command-map): Use completion-at-point.
9992 (read-shell-command): Setup completion vars here instead.
9993 (read-expression-map): Bind TAB to symbol completion.
9994
52d3c2d0
SM
9995 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9996 error directly rather via storing it into `results'.
9997
35813471
LL
99982011-05-02 Leo Liu <sdl.web@gmail.com>
9999
10000 * vc/diff.el: Fix description.
10001
e793a940
LMI
100022011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10003
10004 * server.el (server-eval-at): New function.
10005
8de66e05
LMI
100062011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10007
10008 * net/network-stream.el (open-network-stream): Take a :nowait
10009 parameter and pass it on to `make-network-process'.
10010 (network-stream-open-plain): Ditto.
10011
dcb79f20
AS
100122011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10013
10014 * faces.el (face-spec-set-match-display): Don't match toolkit
10015 options on terminal frames.
10016
14a7fbd8
SM
100172011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10018
7eabc1be
SM
10019 * progmodes/pascal.el: Use lexical binding.
10020 (pascal-mode-map): Remove author preferences.
10021
14a7fbd8
SM
10022 * pcomplete.el (pcomplete-std-complete): Don't abuse
10023 completion-at-point.
10024
50f84510
JB
100252011-04-28 Juanma Barranquero <lekktu@gmail.com>
10026
6e087a44
JB
10027 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10028 removing code that has been dead since 1991 or so.
10029
50f84510
JB
10030 * startup.el (command-line): When warning about "_emacs", use a
10031 delayed warning to allow the user to filter it out.
10032
0ba690bd
DD
100332011-04-28 Deniz Dogan <deniz@dogan.se>
10034
10035 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10036 user has not joined.
10037
08abfaad
SM
100382011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10041 aren't any completions at point.
10042
638f053a
JB
100432011-04-28 Juanma Barranquero <lekktu@gmail.com>
10044
10045 * subr.el (display-delayed-warnings): New function.
10046 (delayed-warnings-hook): New variable.
10047
8fff8daa
SM
100482011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10049
08abfaad
SM
10050 * minibuffer.el (completion-at-point, completion-help-at-point):
10051 Don't presume that a given completion-at-point-function will always
10052 use the same calling convention.
10053
8fff8daa
SM
10054 * pcomplete.el (pcomplete-completions-at-point):
10055 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10056 pcomplete-seen is non-nil.
10057 (pcomplete-comint-setup): Also recognize the new comint/shell
10058 completion functions.
10059 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10060 pcomplete-seen is non-nil.
10061
841a1577 100622011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10063
841a1577 10064 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10065 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10066 the first character in the entry. This allows for code to add its
211ec907
UJ
10067 own uid to the entry.
10068 (icalendar--convert-float-to-ical): Add export of
10069 `diary-float'-entries save for those with the optional DAY
10070 argument.
10071
2a782793
DC
100722011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10073
10074 * subr.el (shell-quote-argument): Use alternate escaping strategy
10075 when we spot a variable reference in a string.
10076
0438ce91
DC
100772011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10078
10079 * cus-start.el (all): Define customization for debug-on-event.
10080
841a1577 100812011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10082
10083 * subr.el (shell-quote-argument): Escape correctly under Windows.
10084
d090ed6c
SM
100852011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10088
bfd31217
MA
100892011-04-25 Michael Albinus <michael.albinus@gmx.de>
10090
d090ed6c
SM
10091 * net/tramp.el (tramp-process-actions): Add POS argument.
10092 Delete region between POS and (pos).
bfd31217 10093
d090ed6c
SM
10094 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10095 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10096 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10097
10098 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10099 position in `tramp-process-actions' call.
10100
10101 * net/trampver.el: Update release number.
10102
e92f3bd3
SM
101032011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10104
850256b5
SM
10105 * custom.el (defcustom): Obey lexical-binding.
10106
e92f3bd3
SM
10107 Fix octave-inf completion problems reported by Alexander Klimov.
10108 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10109 Inherit from octave-mode-syntax-table.
10110 (inferior-octave-mode): Set info-lookup-mode.
10111 (inferior-octave-completion-at-point): New function.
10112 (inferior-octave-complete): Use it and completion-in-region.
10113 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10114 comint-filename-completion.
10115 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10116 symbol elements which shouldn't be word elements.
10117 (octave-font-lock-keywords, octave-beginning-of-defun)
10118 (octave-function-header-regexp): Adjust regexps accordingly.
10119 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10120
cd22b309
JB
101212011-04-25 Juanma Barranquero <lekktu@gmail.com>
10122
10123 * net/gnutls.el (gnutls-errorp): Declare before first use.
10124
8b492194
TZ
101252011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10126
10127 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10128 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10129 default trustfile exists before going to use it. Add missing
5a5fa834 10130 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10131 Reported by Claudio Bley <claudio.bley@gmail.com>.
10132 (open-gnutls-stream): Add usage example.
10133
10134 * net/network-stream.el (network-stream-open-starttls): Give host
10135 parameter to `gnutls-negotiate'.
10136 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10137 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10138
841a1577 101392011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10140
cd22b309
JB
10141 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10142 Use correct match group (bug#8438).
05842630 10143
3ba7869c
CY
101442011-04-24 Chong Yidong <cyd@stupidchicken.com>
10145
512e3ae1
CY
10146 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10147 (package-menu--generate): New arg specifying packages to show.
10148 (package-menu-refresh, package-menu-execute, list-packages):
10149 Callers changed.
10150 (package-show-package-list): New function, replacing deleted
10151 package--list-packages (renamed because it is non-internal).
10152
10153 * finder.el (finder-list-matches): Use package-show-package-list
10154 instead of deleted package--list-packages.
10155
e92f3bd3
SM
10156 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10157 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10158 (vc-annotate-mode-map): Bind it to RET.
10159
7031be6d
UR
101602011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10161
10162 * progmodes/etags.el (next-file): Don't use set-buffer to change
10163 buffers (Bug#8478).
10164
4ef177aa
CY
101652011-04-24 Chong Yidong <cyd@stupidchicken.com>
10166
c8d173eb
CY
10167 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10168
4ef177aa
CY
10169 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10170 (apropos-accumulator): Doc fix.
10171 (apropos-function, apropos-macro, apropos-command)
10172 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10173 (apropos-plist): Add face property.
10174 (apropos-symbols-internal): Fix indentation.
10175 (apropos-print): Simplify help, and recognize apropos-multi-type.
10176 (apropos-print-doc): Use button-type-get to extract the button's
10177 face property. Fill docstring (Bug#8352).
10178
4ffd0d6b 101792011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10180
10181 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10182
c6c32125 10183 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10184 (mpuz-mode-map): Use mapc.
c6c32125
JB
10185 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10186 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10187 Fix typos in docstrings.
10188
58d468b4
JB
10189 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10190 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10191
6470c3c6
JB
10192 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10193
4ffd0d6b 101942011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10195
10196 * minibuffer.el (completion--do-completion): Avoid the "Next char
10197 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10198
3ad8bad0
CY
10199 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10200 mouse-2 into unread-command-events, it is interpreted correctly.
10201
71d73c9c 10202 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10203 (image-toggle-display): Doc fix.
71d73c9c 10204
841a1577 102052011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10206
4ffd0d6b
GM
10207 * textmodes/page.el (what-page): Use line-number-at-pos to
10208 calculate line number (Bug#6825).
6e1dbaa9 10209
c2fb1b60
JB
102102011-04-22 Juanma Barranquero <lekktu@gmail.com>
10211
10212 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10213 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10214 Pass argument NO-DEFAULT to `find-tag-interactive'.
10215
e02f48d7
JB
102162011-04-22 Juanma Barranquero <lekktu@gmail.com>
10217
10218 Lexical-binding cleanup.
10219
10220 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10221 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10222 * progmodes/ada-prj.el (ada-prj-initialize-values)
10223 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10224 (ada-prj-show-value):
10225 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10226 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10227 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10228 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10229 * progmodes/bug-reference.el (bug-reference-push-button):
10230 * progmodes/fortran.el (fortran-line-length):
10231 * progmodes/glasses.el (glasses-change):
10232 * progmodes/octave-mod.el (octave-fill-paragraph):
10233 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10234 (python-pdbtrack-grub-for-buffer, python-sentinel):
10235 * progmodes/sql.el (sql-save-connection):
10236 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10237 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10238 Mark unused parameters.
10239
10240 * progmodes/compile.el (compilation--flush-directory-cache)
10241 (compilation--flush-parse, compile-internal): Mark unused parameters.
10242 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10243 (compilation-next-error-function): Remove unused variable `timestamp'.
10244
10245 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10246 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10247
10248 * progmodes/dcl-mode.el (dcl-end-of-command):
10249 Remove unused variable `start'.
10250 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10251 (dcl-option-value-basic, dcl-option-value-offset)
10252 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10253 Mark unused parameters.
10254 (dcl-save-local-variable): Remove unused variable `val'.
10255 (mode): Declare.
10256
10257 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10258 Mark unused parameters.
10259 (delphi-ignore-changes): Move before first use.
10260 (delphi-charset-token-at): Remove unused variable `start'.
10261 (delphi-else-start): Remove unused variable `if-count'.
10262 (delphi-comment-block-start, delphi-comment-block-end):
10263 Remove unused variable `kind'.
10264 (delphi-indent-line): Remove unused variable `new-point'.
10265
10266 * progmodes/ebrowse.el (ebrowse-files-list)
10267 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10268 Mark unused parameters. Don't quote `lambda'.
10269 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10270 Don't quote `lambda'.
10271 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10272 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10273 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10274 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10275 Use `ignore-errors'.
10276 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10277 (ebrowse-view/find-file-and-search-pattern)
10278 (ebrowse-view/find-member-declaration/definition):
10279 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10280 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10281 Rename parameter PREFIX-ARG to PREFIX.
10282 (ebrowse-tags-read-name): Remove unused variables `start' and
10283 `member-info'.
10284 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10285 to `tags-file'.
10286
10287 * progmodes/etags.el (local-find-tag-hook): Declare.
10288 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10289 Mark unused parameters.
10290
10291 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10292 (executable-interpret): Mark unused parameter.
10293
10294 * progmodes/flymake.el (flymake-process-sentinel)
10295 (flymake-after-change-function)
10296 (flymake-create-temp-with-folder-structure)
10297 (flymake-get-include-dirs-dot): Mark unused parameters.
10298 (flymake-safe-delete-directory): Remove unused variable `err'.
10299
10300 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10301 (speedbar-timer-fn, speedbar-line-text)
10302 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10303 (speedbar-center-buffer-smartly): Declare functions.
10304 (gdb-find-watch-expression): Remove unused variable `array'.
10305 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10306 (gdb-starting): Mark unused parameters.
10307 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10308 (gdb-table-string): Remove unused variable `res'.
10309 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10310 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10311 (gdb-display-buffer): Remove unused variable `cur-size'.
10312
10313 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10314 allow lexical-binding compilation.
10315 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10316 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10317 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10318 Mark unused parameters.
10319 (gud-gdb-marker-filter): Remove unused variable `match'.
10320 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10321 lambda expressions and funcall them, instead of using `fset'.
10322
10323 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10324 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10325
10326 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10327 variable `header-beg'; use `let'.
10328
10329 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10330 `restart', `last-sexp' and `at-do'.
10331
10332 * progmodes/js.el (js--debug): Mark unused parameter.
10333 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10334 (js--splice-into-items): Remove unused variable `item'.
10335 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10336
10337 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10338 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10339 (makefile-complete): Remove unused variable `try'.
10340 (makefile-fill-paragraph, makefile-match-function-end):
10341 Mark unused parameters.
10342
10343 * progmodes/octave-inf.el (inferior-octave-complete):
10344 Remove unused variable `proc'.
10345 (inferior-octave-output-digest): Mark unused parameter.
10346
10347 * progmodes/perl-mode.el (perl-calculate-indent):
10348 Remove unused variable `err'.
10349
10350 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10351 (prolog-indent-line): Mark unused parameters.
10352 (prolog-indent-line): Remove unused variable `beg'.
10353
10354 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10355 (reporter-dont-compact-list): Declare.
10356
10357 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10358 Remove unused variable `char'.
10359 (sh-debug): Mark unused parameter.
10360 (sh-get-indent-info): Remove unused variable `start'.
10361 (sh-calculate-indent): Remove unused variable `var'.
10362
10363 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10364 (simula-electric-keyword): Remove unused variable `null'.
10365 (simula-search-backward, simula-search-forward): Remove unused
10366 variables `begin' and `end'.
10367
10368 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10369 Remove unused variable `pos'.
10370 (vera-electric-tab, vera-comment-uncomment-region):
10371 Mark unused parameters.
10372 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10373
7ede3b65
CY
103742011-04-22 Chong Yidong <cyd@stupidchicken.com>
10375
10376 * emacs-lisp/package.el (package--builtins, package-alist)
10377 (package-load-descriptor, package-built-in-p, package-activate)
10378 (define-package, package-installed-p)
10379 (package-compute-transaction, package-buffer-info)
10380 (package--push): Doc fix. Distinguish more clearly between
10381 version strings and version lists.
10382
121656e9
JB
103832011-04-21 Juanma Barranquero <lekktu@gmail.com>
10384
10385 Lexical-binding cleanup.
10386
10387 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10388 (5x5-make-mutate-best):
10389 * play/fortune.el (fortune-in-buffer):
10390 * play/gomoku.el (gomoku-init-display):
10391 * play/solitaire.el (solitaire, solitaire-do-check):
10392 * play/tetris.el (tetris-default-update-speed-function):
10393 Mark unused parameters.
10394
10395 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10396 (bubbles--shift): Remove unused variable `char-org'.
10397 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10398 (bubbles--show-images): Remove unused variable `char'.
10399
10400 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10401 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10402 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10403 (decipher-analyze-buffer): Use ?\s.
10404 (decipher-make-checkpoint): Remove unused variable `mapping'.
10405
10406 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10407
10408 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10409 Remove unused variable `result'; use `let'.
10410
10411 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10412 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10413 (gametree-children-shown-p, gametree-compute-reduced-score):
10414 Use `ignore-errors'.
10415
10416 * play/handwrite.el (ps-lpr-switches): Declare.
10417 (handwrite): Remove unused variables `pmin' and `lastp'.
10418
10419 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10420
10421 * play/landmark.el (landmark-init-display)
10422 (landmark-update-naught-weights): Mark unused parameters.
10423 (landmark-y): Remove unused variable `noise'. Simplify.
10424 (landmark-human-plays): Remove unused variable `score'.
10425
10426 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10427 (mpuz-try-proposal): Remove unused variable `game'.
10428
10429 * play/zone.el (life-patterns): Declare.
10430
80f499c7
JB
104312011-04-20 Juanma Barranquero <lekktu@gmail.com>
10432
10433 * vc/vc.el (ediff-vc-internal): Declare function.
10434
024ff170
SM
104352011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10436
c0a193ea
SM
10437 * shell.el: Use lexical-binding and std completion UI.
10438 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10439 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10440 comint-preoutput-filter-functions rather than on
10441 comint-output-filter-functions.
10442 (shell-command-completion, shell--command-completion-data)
10443 (shell-filename-completion, shell-environment-variable-completion)
10444 (shell-c-a-p-replace-by-expanded-directory): New functions.
10445 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10446 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10447 (shell-dynamic-complete-environment-variable): Use them.
10448 (shell-dynamic-complete-as-environment-variable)
10449 (shell-dynamic-complete-as-command): Remove.
10450 (shell-match-partial-variable): Match past point.
10451 * comint.el: Clean up use of completion-at-point-functions.
10452 (comint-completion-at-point): New function.
10453 (comint-mode): Use it completion-at-point-functions.
10454 (comint-dynamic-complete): Make it obsolete.
10455 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10456 (comint-c-a-p-replace-by-expanded-history): New function.
10457 (comint-dynamic-complete-functions)
10458 (comint-replace-by-expanded-history): Use it.
10459 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10460 termination strings. Try harder to avoid second try-completion.
10461 (completion-in-region-mode-map): Disable bindings that don't work yet.
10462
2dbaa080
SM
10463 * comint.el: Use lexical-binding. Require CL.
10464 (comint-dynamic-complete-functions): Use comint-filename-completion.
10465 (comint-completion-addsuffix): Tweak custom type.
10466 (comint-filename-completion, comint--common-suffix)
10467 (comint--common-quoted-suffix, comint--table-subvert)
10468 (comint--complete-file-name-data): New functions.
10469 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10470 (comint-dynamic-list-filename-completions): Use them.
10471 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10472
2dbaa080
SM
10473 * minibuffer.el (completion-in-region-mode):
10474 Keep completion-in-region-mode--predicate global.
10475 (completion-in-region--postch):
10476 Assume completion-in-region-mode--predicate is not null.
10477
c79a6f38
SM
10478 * progmodes/flymake.el (flymake-start-syntax-check-process):
10479 Obey `dir'. Simplify.
10480
024ff170
SM
10481 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10482 we're in VC after all.
10483
1c6c854e
CS
104842011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10485
10486 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10487 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10488 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10489
bed7f140
SM
104902011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10491
332e62ab
SM
10492 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10493 add sanity check.
10494
bed7f140
SM
10495 * obsolete/erc-hecomplete.el: Make obsolete.
10496 * obsolete/: Standardize obsolescence info in the header.
10497
f195c582
GM
104982011-04-20 Glenn Morris <rgm@gnu.org>
10499
10500 * calendar/solar.el (solar-horizontal-coordinates):
10501 Use the longitude argument rather than `calendar-longitude'.
10502 (solar-date-next-longitude): Remove unused locals.
10503
cb79b8c0
VJL
105042011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10505
10506 * whitespace.el: New version 13.2.1.
10507
105082011-04-20 felix <EmacsWiki> (tiny change)
10509
d8e4b68b 10510 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10511 switching between major modes on a file.
10512
602ea69d
SM
105132011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10516 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10517 multi-line comments as well.
10518
06b60517
JB
105192011-04-19 Juanma Barranquero <lekktu@gmail.com>
10520
10521 Lexical-binding cleanup.
10522
10523 * arc-mode.el (archive-mode-revert):
10524 * cmuscheme.el (scheme-interactively-start-process):
10525 * custom.el (custom-initialize-delay):
10526 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10527 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10528 * emacs-lock.el (emacs-lock-clear-sentinel):
10529 * ezimage.el (defezimage):
10530 * follow.el (follow-avoid-tail-recenter):
10531 * fringe.el (set-fringe-mode-1):
10532 * generic-x.el (bat-generic-mode-compile):
10533 * help-mode.el (help-info-variable, help-do-xref)
10534 (help-mode-revert-buffer):
10535 * help.el (view-emacs-todo):
10536 * iswitchb.el (iswitchb-completion-help):
10537 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10538 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10539 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10540 * locate.el (locate-update):
10541 * longlines.el (longlines-encode-region)
10542 (longlines-after-change-function):
10543 * outline.el (outline-isearch-open-invisible):
10544 * ps-def.el (declare-function, charset-dimension, char-width)
10545 (encode-char):
10546 * ps-mule.el (ps-mule-plot-string):
10547 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10548 (recentf-edit-list-select, recentf-edit-list-validate)
10549 (recentf-open-files-action):
10550 * rect.el (delete-whitespace-rectangle-line)
10551 (rectangle-number-line-callback):
10552 * register.el (window-configuration-to-register)
10553 (frame-configuration-to-register):
10554 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10555 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10556 (xselect-convert-to-targets, xselect-convert-to-delete)
10557 (xselect-convert-to-filename, xselect-convert-to-charpos)
10558 (xselect-convert-to-lineno, xselect-convert-to-colno)
10559 (xselect-convert-to-os, xselect-convert-to-host)
10560 (xselect-convert-to-user, xselect-convert-to-class)
10561 (xselect-convert-to-name, xselect-convert-to-integer)
10562 (xselect-convert-to-atom, xselect-convert-to-identity):
10563 * subr.el (declare, ignore, process-kill-without-query)
10564 (text-clone-maintain):
10565 * terminal.el (te-get-char, te-tic-sentinel):
10566 * tool-bar.el (tool-bar-make-keymap):
10567 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10568 * type-break.el (type-break-mode, type-break-noninteractive-query):
10569 * view.el (View-back-to-mark):
10570 * wid-browse.el (widget-browse-action, widget-browse-widget)
10571 (widget-browse-widgets, widget-browse-sexp):
10572 * widget.el (define-widget-keywords):
10573 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10574 Mark unused parameters.
10575
10576 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10577 (align-areas): Remove unused variable `look'.
10578 (align-region): Remove unused variables `real-end' and `pos-list'.
10579
10580 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10581
10582 * bindings.el (mode-line-modified, mode-line-remote):
10583 Mark unused parameters.
10584 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10585
10586 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10587 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10588
10589 * comint.el (comint-history-isearch-pop-state)
10590 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10591 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10592 (comint-substitute-in-file-name): Doc fix.
10593
10594 * completion.el (cmpl-statistics-block): Mark unused parameter.
10595 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10596 (save-completions-to-file, load-completions-from-file):
10597 Remove unused local variable `e'.
10598
10599 * composite.el (compose-chars): Remove unused variable `len'.
10600 (lgstring-insert-glyph): Remove unused variable `g'.
10601 (compose-glyph-string): Remove unused variables `ascent',
10602 `descent', `lbearing' and `rbearing'.
10603 (compose-glyph-string-relative): Remove unused variables
10604 `lbearing', `rbearing' and `wadjust'.
10605 (compose-gstring-for-graphic): Remove unused variables `header',
10606 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10607 (compose-gstring-for-terminal): Remove unused variables `header'
10608 and `nchars'. Use `let', not `let*'.
10609
10610 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10611 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10612 (Custom-buffer-done, custom-buffer-create-internal)
10613 (custom-browse-visibility-action, custom-browse-group-tag-action)
10614 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10615 (widget-magic-mouse-down-action, custom-toggle-parent)
10616 (custom-add-parent-links, custom-toggle-hide-variable)
10617 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10618 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10619 (custom-face-menu-create, custom-variable-menu-create, get)
10620 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10621 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10622 (customize-apropos): Remove unused variable `tests'.
10623 (custom-group-value-create): Remove unused variable `hidden-p'.
10624 (sort-fold-case): Declare.
10625
10626 * cus-theme.el (custom-reset-standard-faces-list)
10627 (custom-reset-standard-variables-list): Declare.
10628 (customize-create-theme, custom-theme-revert, custom-theme-write)
10629 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10630 Mark unused parameters.
10631
10632 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10633
10634 * delim-col.el (delimit-columns-max): Move defvar before first use.
10635
10636 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10637 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10638
10639 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10640 (auto-insert): Declare.
10641 (desktop-restore-file-buffer): Rename desktop-* parameters;
10642 mark unused ones.
10643 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10644 (desktop-buffer): Rename desktop-* parameters.
10645
10646 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10647 (dframe-reposition-frame-xemacs, dframe-help-echo)
10648 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10649 Mark unused parameters.
10650
10651 * dired-aux.el (backup-extract-version-start, overwrite-query)
10652 (overwrite-backup-query, rename-regexp-query)
10653 (rename-non-directory-query): Declare.
10654 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10655 (dired-add-entry): Remove unused variable `orig-file-name'.
10656 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10657 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10658 `dired-copy-preserve-time' directly.
10659 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10660 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10661
10662 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10663 (dired-virtual-revert, dired-make-relative-symlink):
10664 Mark unused parameters.
10665 (manual-program): Declare.
10666 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10667 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10668 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10669
10670 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10671
10672 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10673
10674 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10675 Declare.
10676
10677 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10678
10679 * electric.el (Electric-command-loop): Rename parameter
10680 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10681
10682 * expand.el (expand-in-literal): Remove unused variable `here'.
10683
10684 * facemenu.el (facemenu-add-new-color):
10685 Remove unused variable `docstring'.
10686
10687 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10688 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10689 (face-attr-construct): Mark unused parameter. Doc fix.
10690 (read-color): Remove unused variable `hex-string'.
10691
10692 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10693 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10694 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10695 (display-buffer-other-frame): Remove unused variable `old-window'.
10696 (kill-buffer-hook): Declare.
10697 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10698 Mark unused parameters.
10699 (after-find-file): Pass 1 to `auto-save-mode', not t.
10700
10701 * files-x.el (auto-insert): Declare.
10702 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10703
10704 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10705 variable `buf'. Mark unused parameter.
06b60517
JB
10706 (find-lisp-insert-directory): Mark unused parameter.
10707
10708 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10709 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10710 (format-common-tail): Remove, unused.
10711 (format-deannotate-region): Remove unused variable `loc'.
10712 (format-annotate-region): Remove unused variable `p'.
10713 (format-annotate-single-property-change): Remove unused variables
10714 `default' and `tail'.
10715
10716 * forms.el (read-file-filter): Declare.
10717 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10718
10719 * frame.el (frame-creation-function-alist): Mark unused parameter.
10720 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10721
10722 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10723 Remove unused parameters.
10724 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10725 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10726
10727 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10728 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10729 (hfy-prepare-tag-map): Mark unused parameters.
10730 (htmlfontify-buffer): Use `called-interactively-p'.
10731
10732 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10733 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10734 (ibuffer-do-occur): Mark unused parameters.
10735 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10736 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10737
10738 * ibuffer.el: Don't quote `lambda'.
10739 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10740 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10741 Mark unused parameters.
10742
10743 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10744 (ido-completing-read): Mark unused parameters.
10745 (ido-copy-current-word): Mark unused parameters;
10746 remove unused variable `name'.
10747 (ido-sort-merged-list): Remove unused parameter `dirs'.
10748
10749 * ielm.el (ielm-input-sender): Mark unused parameter.
10750 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10751 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10752 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10753 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10754 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10755
10756 * image-dired.el (image-dired-display-thumbs): Remove unused
10757 variables `curr-file' and `count'.
10758 (image-dired-remove-tag): Remove unused variable `start'.
10759 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10760 variable `curr-file'
10761 (image-dired-rotate-original): Remove unused variable `temp-file'.
10762 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10763 Remove unused variable `file'.
10764 (image-dired-gallery-generate): Remove unused variable `curr'.
10765 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10766
10767 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10768
10769 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10770
10771 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10772
10773 * isearch.el (minibuffer-history-symbol): Declare.
10774 (isearch-edit-string): Remove unused variable `err'.
10775 (isearch-message-prefix, isearch-message-suffix):
10776 Mark unused parameters.
10777
10778 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10779
10780 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10781
10782 * makesum.el (double-column): Remove unused variable `cnt'.
10783
10784 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10785 (ido-ignore-item-temp-list): Declare.
10786
10787 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10788 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10789 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10790 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10791 `mouse-col-delta'.
10792
10793 * mouse-sel.el (mouse-extend-internal):
10794 Remove unused variable `orig-window-frame'.
10795
10796 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10797 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10798 Move declarations before first use.
10799 (pcomplete-opt): Mark unused parameters; doc fix.
10800
10801 * proced.el (proced-revert): Mark unused parameter.
10802 (proced-send-signal): Remove unused variable `err'.
10803
10804 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10805 Rename parameter PREFIX-ARG to ARG.
10806 (ps-basic-plot-string, ps-basic-plot-whitespace):
10807 Mark unused parameters.
10808
10809 * replace.el (replace-count): Define.
10810 (occur-revert-function): Mark unused parameters.
10811 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10812 (isearch-case-fold-search, isearch-string): Declare.
10813 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10814 bind `case-fold-search'. Remove unused variables `beg' and `end',
10815 and simplify.
10816 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10817 COUNT and bind `replace-count'.
10818 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10819 to COUNT.
10820
10821 * savehist.el (print-readably, print-string-length): Declare.
10822
10823 * shadowfile.el (shadow-expand-cluster-in-file-name):
10824 Remove unused variable `cluster'.
10825 (shadow-copy-file): Remove unused variable `i'.
10826 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10827 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10828 (shadow-define-literal-group, shadow-define-regexp-group)
10829 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10830
10831 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10832 (shell): Use `called-interactively-p'.
10833 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10834
10835 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10836 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10837 (delete-backward-char): Remove unused variable `ocol'.
10838 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10839 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10840 (event-apply-hyper-modifier, event-apply-shift-modifier)
10841 (event-apply-control-modifier, event-apply-meta-modifier):
10842 Mark unused parameters.
10843 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10844 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10845
10846 * speedbar.el (speedbar-ignored-directory-expressions)
10847 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10848 (speedbar-find-file, speedbar-dir-follow)
10849 (speedbar-directory-buttons-follow, speedbar-tag-find)
10850 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10851 (speedbar-buffers-line-directory, speedbar-buffer-click):
10852 Mark unused parameters.
10853 (speedbar-tag-file): Remove unused variable `mode'.
10854 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10855
10856 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10857
10858 * talk.el (talk): Remove unused variable `display'.
10859
10860 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10861 (tar-write-region-annotate): Mark unused parameter.
10862
10863 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10864 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10865 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10866 warning by another.
10867
10868 * time-stamp.el (time-stamp-string-preprocess):
10869 Remove unused variable `require-padding'.
10870
10871 * tree-widget.el (widget-glyph-enable): Declare.
10872 (tree-widget-action): Mark unused parameter.
10873
10874 * w32-fns.el (x-get-selection): Mark unused parameter.
10875 (autoload-make-program, generated-autoload-file): Declare.
10876
10877 * wdired.el (wdired-revert): Mark unused parameters.
10878 (wdired-xcase-word): Remove unused variable `err'.
10879
10880 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10881 (whitespace-help-scroll): Remove unused variable `data-help'.
10882
10883 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10884 (widget-image-insert, widget-after-change, default)
10885 (widget-default-format-handler, widget-default-notify)
10886 (widget-default-prompt-value, widget-info-link-action)
10887 (widget-url-link-action, widget-function-link-action)
10888 (widget-variable-link-action, widget-file-link-action)
10889 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10890 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10891 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10892 (widget-insert-button-action, widget-delete-button-action, visibility)
10893 (widget-documentation-link-action, widget-documentation-string-action)
10894 (widget-const-prompt-value, widget-regexp-match, symbol)
10895 (widget-coding-system-prompt-value)
10896 (widget-key-sequence-value-to-external, sexp)
10897 (widget-sexp-value-to-internal, character, vector, cons)
10898 (widget-choice-prompt-value, widget-boolean-prompt-value)
10899 (widget-color--choose-action): Mark unused parameters.
10900 (widget-item-match-inline, widget-choice-match-inline)
10901 (widget-checklist-match, widget-checklist-match-inline)
10902 (widget-group-match): Rename parameter VALUES to VALS.
10903 (widget-field-value-set): Remove unused variable `size'.
10904 (widget-color-action): Remove unused variables `value' and `start'.
10905
10906 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10907 variable `dir'. Doc fix.
06b60517
JB
10908 (windmove-find-other-window): Don't pass it.
10909
10910 * window.el (count-windows): Mark unused parameter.
10911 (bw-adjust-window): Remove unused variable `err'.
10912
10913 * woman.el (woman-file-name): Remove unused variable `default'.
10914 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10915 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10916 (global-font-lock-mode): Declare.
10917 (woman-decode-region): Mark unused parameter.
10918 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10919
10920 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10921 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10922 (x-dnd-handle-moz-url): Remove unused variable `title'.
10923 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10924
10925 * xml.el (xml-parse-tag, xml-parse-attlist):
10926 Remove unused variable `pos'.
10927
bc4f7f3d
GM
109282011-04-19 Glenn Morris <rgm@gnu.org>
10929
10930 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10931 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10932 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10933 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10934 * calendar/cal-html.el (cal-html-insert-minical):
10935 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10936 (calendar-mark-date-pattern):
10937 Prefix "unused" locals.
10938
10939 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10940 optional argument `style'.
10941
10942 * calendar/appt.el (appt-make-list):
10943 * calendar/cal-china.el (calendar-chinese-date-string):
10944 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10945 (diary-hebrew-yahrzeit):
10946 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10947 * calendar/calendar.el (calendar-generate-window):
10948 * calendar/time-date.el (time-to-days):
10949 Remove unused local variables.
10950
16a43933
CY
109512011-04-18 Chong Yidong <cyd@stupidchicken.com>
10952
10953 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10954 glyphless-char-display table.
10955 (tabulated-list-glyphless-char-display): New var.
10956
7eed1860
SS
109572011-04-18 Sam Steingold <sds@gnu.org>
10958
10959 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10960 to acknowledgments.
10961
4d2d1ccd
GM
109622011-04-17 Glenn Morris <rgm@gnu.org>
10963
10964 * calendar/diary-lib.el (diary-sexp-entry):
10965 * calendar/holidays.el (holiday-sexp):
10966 Set debug-on-error rather than the removed stack-trace-on-error.
10967
239da61d
GM
109682011-04-16 Glenn Morris <rgm@gnu.org>
10969
10970 * progmodes/f90.el: Use lexical-binding.
10971 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10972
8b05752a
SM
109732011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10974
daca8ba5
SM
10975 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10976 (mail-mode): Setup mailalias completion here instead.
10977 * mail/mailalias.el: Use lexical-binding.
10978 (pattern, mailalias-done): Declare dynamic.
10979 (mail-completion-at-point-function): New function, from mail-complete.
10980 (mail-complete): Use it.
10981 (mail-completion-expand): New function.
10982 (mail-get-names): Use it.
10983 (mail-directory, mail-directory-process, mail-directory-stream):
10984 Don't use `pattern' for lexically bound arg.
10985
6f542485
SM
10986 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10987
037e7c3f
SM
10988 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10989 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10990 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10991
8b05752a
SM
10992 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10993 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10994 (byte-interactive-p): Define them again, for use when inlining
10995 old code.
10996
49093f60
JB
109972011-04-15 Juanma Barranquero <lekktu@gmail.com>
10998
10999 * loadup.el: Use `string-to-number', not `string-to-int'.
11000
b5b8e7de
SM
110012011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11004 gud-gdb-complete-command.
11005 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11006 (gud-gdb-completion-at-point): New function.
11007 (gud-gdb-completions): Remove.
11008
f42efeb5
MA
110092011-04-14 Michael Albinus <michael.albinus@gmx.de>
11010
49093f60
JB
11011 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11012 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11013 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11014 whether `executable-find' is bound.
f42efeb5
MA
11015
11016 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11017
e240cc21
SM
110182011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * minibuffer.el (completion-in-region-mode-predicate)
11021 (completion-in-region-mode--predicate): New vars.
11022 (completion-in-region, completion-in-region--postch)
11023 (completion-in-region-mode): Use them.
11024 (completion--capf-wrapper): Also return the hook function.
11025 (completion-at-point, completion-help-at-point):
11026 Adjust and provide a predicate.
c2bd2ab0
SM
11027
11028 Preserve arg names for advice of subr and lexical functions (bug#8457).
11029 * help-fns.el (help-function-arglist): Consolidate the subr and
11030 new-byte-code cases. Add argument `preserve-names' to extract names
11031 from the docstring when needed.
11032 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11033 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11034 (ad-arglist): Use help-function-arglist's new arg.
11035 (ad-definition-type): Use cond.
11036
c183f693
JB
110372011-04-13 Juanma Barranquero <lekktu@gmail.com>
11038
06641a47
JB
11039 * autorevert.el (auto-revert-handler):
11040 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11041 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11042 Don't quote lambda.
11043
c183f693
JB
11044 * image-mode.el (image-transform-set-scale):
11045 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11046
1e3b6001
G
110472011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11048
11049 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11050 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11051 Upgrades via gnutls-cli are too slow to be done opportunistically.
11052
2d6af8dd
JB
110532011-04-12 Juanma Barranquero <lekktu@gmail.com>
11054
11055 * dframe.el (dframe-current-frame): Remove spurious quote.
11056
c0749a51
GM
110572011-04-12 Glenn Morris <rgm@gnu.org>
11058
088d0d61
GM
11059 * calendar/cal-tex.el (cal-tex-end-document):
11060 Try to automatically use latin1 input if needed.
11061
c0749a51
GM
11062 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11063 Don't try to cons a mark onto an empty element.
11064
5c90fde0
LL
110652011-04-11 Leo Liu <sdl.web@gmail.com>
11066
11067 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11068 buffers.
11069 (ido-kill-buffer-at-head): Support killing virtual buffers.
11070
369e974d
CY
110712011-04-10 Chong Yidong <cyd@stupidchicken.com>
11072
11073 * minibuffer.el (completion-show-inline-help): New var.
11074 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11075 (minibuffer-force-complete, minibuffer-complete-word):
11076 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11077
11078 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11079 to avoid interference from inline help (Bug#5849).
11080
37f1c930
LL
110812011-04-10 Leo Liu <sdl.web@gmail.com>
11082
099c39a4
JB
11083 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11084 Fix typo.
37f1c930 11085
a32d4040
CY
110862011-04-09 Chong Yidong <cyd@stupidchicken.com>
11087
11088 * image-mode.el (image-toggle-display-image): Signal an error if
11089 not in Image mode.
11090 (image-transform-mode, image-transform-resize)
11091 (image-transform-set-rotation): Doc fix.
daca8ba5 11092 (image-transform-set-resize): Delete.
a32d4040
CY
11093 (image-transform-set-scale, image-transform-fit-to-height)
11094 (image-transform-fit-to-width): Handle image-toggle-display-image
11095 and image-transform-resize directly.
11096
099c39a4 110972011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11098
11099 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11100 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11101 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11102 (doc-view-mode-map): Add bindings for the new functions.
11103
099c39a4 111042011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11105
4d61f28d 11106 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11107 Fix typo in docstring.
11108
3726838a
EZ
111092011-04-08 Eli Zaretskii <eliz@gnu.org>
11110
04f33f1e
EZ
11111 * files.el (file-size-human-readable): Produce one digit after
11112 decimal, like "ls -lh" does.
11113
11114 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11115 the file size representation.
11116
3726838a
EZ
11117 * simple.el (list-processes): If async subprocesses are not
11118 available, error out with a clear error message.
11119
cbb59342
CY
111202011-04-08 Chong Yidong <cyd@stupidchicken.com>
11121
11122 * help.el (help-form-show): New function, to be called from C.
11123 Put help-form output in a buffer named differently than *Help*.
11124
e3971c44
EZ
111252011-04-08 Eli Zaretskii <eliz@gnu.org>
11126
11127 * files.el (file-size-human-readable): New function.
11128
11129 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11130 computing the representation inline. Don't require `cl'.
11131
12544bbe
GM
111322011-04-08 Glenn Morris <rgm@gnu.org>
11133
a1de6c6a
GM
11134 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11135
3c4671f4
GM
11136 * net/browse-url.el (browse-url-firefox):
11137 Test system-type, not system-configuration.
11138
b605679c
GM
11139 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11140 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11141 Use log-edit-empty-buffer-p. (Bug#7598)
11142
56442f0c
GM
11143 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11144 (rlogin-mode-map): Initialize in the defvar.
11145 (rlogin): Use ignore-errors.
11146
12544bbe
GM
11147 * replace.el (occur-mode-map): Some fixes for menu items.
11148
eb237b0f
AH
111492011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11150
11151 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11152
7d668f2c
CY
111532011-04-06 Chong Yidong <cyd@stupidchicken.com>
11154
e67a13ab
CY
11155 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11156 issuing unused warnings.
11157
11158 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11159 macro directly.
11160
7d668f2c
CY
11161 * simple.el: Lisp reimplement of list-processes. Based on an
11162 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11163 (process-menu-mode): New major mode.
11164 (list-processes--refresh, list-processes):
11165 (process-menu-visit-buffer): New functions.
11166
11167 * files.el (save-buffers-kill-emacs): Don't assume any return
11168 value of list-processes, which is undocumented anyway.
11169
a83ec3c9
CY
111702011-04-06 Chong Yidong <cyd@stupidchicken.com>
11171
11172 * emacs-lisp/tabulated-list.el: New file.
11173
e91a96fe
CY
11174 * emacs-lisp/package.el: Use Tabulated List mode.
11175 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11176 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11177 table format using Tabulated List mode variables.
11178 (package--push): New macro, replacing package-list-maybe-add.
11179 (package-menu--generate): Use package--push. Renamed from
11180 package--generate-package-list.
11181 (package-menu-refresh, list-packages): Use it.
daca8ba5 11182 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11183 Return insertion data instead of inserting it directly.
099c39a4
JB
11184 (package-menu-describe-package, package-menu-execute):
11185 Use tabulated-list-get-id.
e91a96fe
CY
11186 (package-menu-mark-delete, package-menu-mark-install)
11187 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11188 (package-menu-mark-obsolete-for-deletion):
11189 Use tabulated-list-put-tag.
e91a96fe
CY
11190 (package--list-packages, package-menu-revert)
11191 (package-menu-get-package, package-menu-get-version)
11192 (package-menu-sort-by-column): Functions deleted.
11193 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11194 (package-menu--status-predicate, package-menu--version-predicate)
11195 (package-menu--name-predicate)
11196 (package-menu--description-predicate): Handle arguments in the
11197 Tabulated List format.
11198 (package-list-packages-no-fetch): Call list-packages.
11199
3e214b50
JB
112002011-04-06 Juanma Barranquero <lekktu@gmail.com>
11201
11202 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11203 (after-find-file): Don't bind it.
3e214b50
JB
11204 (revert-buffer-in-progress-p): New variable.
11205 (revert-buffer): Bind it.
11206 Pass nil for `after-find-file-from-revert-buffer'.
11207
11208 * saveplace.el (save-place-find-file-hook): Use new variable
11209 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11210
3f0f1700
GM
112112011-04-06 Glenn Morris <rgm@gnu.org>
11212
c0274801
GM
11213 * Makefile.in (AUTOGEN_VCS): New variable.
11214 (autoloads): Use $AUTOGEN_VCS.
11215
3f0f1700
GM
11216 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11217 * calendar/calendar.el (calendar-mode-map):
11218 Check for toolkit scroll bars. (Bug#8305)
11219
41ea9e48
CY
112202011-04-05 Chong Yidong <cyd@stupidchicken.com>
11221
11222 * minibuffer.el (completion-in-region--postch)
11223 (completion-in-region-mode): Remove unnecessary messages.
11224
6194c800
JB
112252011-04-05 Juanma Barranquero <lekktu@gmail.com>
11226
33256f14
JB
11227 * font-lock.el (font-lock-refresh-defaults):
11228 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11229 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11230
6194c800
JB
11231 * info.el (Info-directory-list, Info-read-node-name-2)
11232 (Info-split-parameter-string): Doc fixes.
11233 (Info-virtual-nodes): Reflow docstring.
11234 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11235 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11236 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11237 Fix typos in docstrings.
11238 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11239 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11240 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11241 (Info-restore-desktop-buffer): Mark unused parameters.
11242 (Info-directory-find-file, Info-directory-find-node)
11243 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11244 (Info-virtual-index-find-node, Info-apropos-find-file)
11245 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11246 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11247 (Info-virtual-index): Remove unused local variable `nodename'.
11248
b87a8200 112492011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11250
b87a8200
DD
11251 * net/rcirc.el: Update my e-mail address.
11252 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11253
3b2ff876
CY
112542011-04-05 Chong Yidong <cyd@stupidchicken.com>
11255
11256 * startup.el (command-line): Save the cursor's theme-face
11257 directly, instead of using face-override-spec.
11258
11259 * custom.el (load-theme): Minor optimization in assigning faces.
11260
8d17e7ca
JB
112612011-04-04 Juanma Barranquero <lekktu@gmail.com>
11262
11263 * help-fns.el (describe-variable): Complete all variables having
11264 documentation, including keywords.
11265 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11266
2fbc1934
JB
112672011-04-04 Juanma Barranquero <lekktu@gmail.com>
11268
11269 Convert to lexical-binding.
11270
11271 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11272 (bs--get-marked-string, bs--get-modified-string)
11273 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11274 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11275 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11276
11277 * ehelp.el (electric-help-execute-extended)
11278 (electric-help-ctrl-x-prefix):
11279 * hexl.el (hexl-revert-buffer-function):
11280 * linum.el (linum-after-change, linum-after-scroll):
11281 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11282
11283 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11284
74f50695
DU
112852011-04-04 Daiki Ueno <ueno@unixuser.org>
11286
11287 * epa-dired.el:
11288 * epa-mail.el:
11289 * epa-hook.el:
11290 * epa-file.el:
11291 * epa.el:
11292 * epg.el: Use lexical binding.
11293
c11325f7
CY
112942011-04-03 Chong Yidong <cyd@stupidchicken.com>
11295
0d9e9a12
CY
11296 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11297
c11325f7 11298 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11299 dictionary case for flyspell-mark-duplications-exceptions.
11300 Use regexp matching for languages.
c11325f7
CY
11301 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11302 default dictionary (Bug#7926).
11303
da91b5f2
CY
113042011-04-02 Chong Yidong <cyd@stupidchicken.com>
11305
099c39a4
JB
11306 * emacs-lisp/package.el (package--with-work-buffer):
11307 Recognize https URLs.
da91b5f2 11308
099c39a4
JB
11309 * net/network-stream.el: Move from gnus/proto-stream.el.
11310 Change prefix to network-stream throughout.
da91b5f2
CY
11311 (open-protocol-stream): Merge into open-network-stream, leaving
11312 open-protocol-stream as an alias. Handle nil BUFFER args.
11313
11314 * subr.el (open-network-stream): Move to net/network-stream.el.
11315
afa8e9f6
GM
113162011-04-02 Glenn Morris <rgm@gnu.org>
11317
1d2e369d
GM
11318 * find-dired.el (find-exec-terminator): New option.
11319 (find-ls-option): Test for -ls support.
11320 (find-ls-subdir-switches): Test for -b in find-ls-option.
11321 (find-dired, find-grep-dired): Doc fixes.
11322 (find-dired): Use find-exec-terminator.
11323
8abb7da8 11324 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11325 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11326 (find-name-arg): Remove purecopy.
8abb7da8 11327
f3ca7378
GM
11328 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11329 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11330 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11331 accordingly. Don't add the null-device if not needed.
11332
afa8e9f6
GM
11333 * files.el (save-some-buffers): Doc fix.
11334
35eae264
EZ
113352011-04-02 Eli Zaretskii <eliz@gnu.org>
11336
11337 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11338
26b51db5
JB
113392011-04-01 Juanma Barranquero <lekktu@gmail.com>
11340
11341 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11342 Use `dolist' rather than `mapcar'.
11343
7200d79c
SM
113442011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11345
03408648 11346 Add lexical binding.
7200d79c 11347
03408648
SM
11348 * subr.el (apply-partially): Use new closures rather than CL.
11349 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11350 (dolist, dotimes): Use slightly different expansion for lexical code.
11351 (functionp): Move to C.
11352 (letrec): New macro.
11353 (with-wrapper-hook): Use it and apply-partially instead of CL.
11354 (eval-after-load): Preserve lexical-binding.
11355 (save-window-excursion, with-output-to-temp-buffer): Turn them
11356 into macros.
7200d79c 11357
03408648
SM
11358 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11359
11360 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11361 than the arglist.
11362 (help-add-fundoc-usage): Don't add `Not documented'.
11363 (help-function-arglist): Handle closures, subroutines, and new
11364 byte-code-functions.
11365 (help-make-usage): Remove leading underscores.
11366 (describe-function-1): Handle closures.
11367 (describe-variable): Use special-variable-p for completion.
11368
11369 * files.el (lexical-binding): Declare safe.
f488fb65 11370
03408648
SM
11371 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11372 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11373 (pcase): Add `let' pattern.
11374 Change memoization so it actually works.
11375 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11376 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11377 <let>: New case.
f488fb65 11378
03408648
SM
11379 * emacs-lisp/macroexp.el: Use lexical binding.
11380 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11381 Don't convert ' to #' without checking that it's indeed quoting
11382 a lambda.
11383
11384 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11385 Use eval-sexp-add-defvars.
03408648
SM
11386 (eval-sexp-add-defvars): New fun.
11387
11388 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11389
11390 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11391 Don't autoload.
11392 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11393 than the internal `byte-compile-lambda'.
11394 (defmethod): Don't hide code under quotes.
11395 (eieio-defmethod): New `code' argument.
11396
11397 * emacs-lisp/eieio-comp.el: Remove.
11398
11399 * emacs-lisp/edebug.el (edebug-eval-defun)
11400 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11401 (edebug-toggle): Avoid `eval'.
11402
11403 * emacs-lisp/disass.el (disassemble-internal): Handle new
11404 `closure' objects.
11405 (disassemble-1): Handle new byte codes.
11406
11407 * emacs-lisp/cl.el (pushnew): Silence warning.
11408
11409 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11410 (cl-byte-compile-throw): Remove.
11411 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11412
11413 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11414 closures.
11415
11416 * emacs-lisp/cconv.el: New file.
11417
11418 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11419 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11420 (byte-compile-initial-macro-environment):
11421 Handle declare-function here.
11422 (byte-compile--lexical-environment): New var.
11423 (byte-stack-ref, byte-stack-set, byte-discardN)
11424 (byte-discardN-preserve-tos): New lap codes.
11425 (byte-interactive-p): Don't use any more.
11426 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11427 New macros.
11428 (byte-compile-lapcode): Use them and handle new lap codes.
11429 (byte-compile-obsolete): Remove.
11430 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11431 (byte-compile-arglist-warn): Check late def of inlinable funs.
11432 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11433 since they should have been expanded by now.
11434 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11435 (byte-compile-from-buffer): Remove unused second arg.
11436 (byte-compile-preprocess): New function.
11437 (byte-compile-toplevel-file-form): New function to distinguish
11438 file-form calls from outside from file-form calls from hunk-handlers.
11439 (byte-compile-file-form): Simplify.
11440 (byte-compile-file-form-defsubst): Remove.
11441 (byte-compile-file-form-defmumble): Simplify now that
11442 byte-compile-lambda always returns a byte-code-function.
11443 (byte-compile): Preprocess.
11444 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11445 Remove, not used any more.
11446 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11447 (byte-compile-make-args-desc): New funs.
11448 (byte-compile-lambda): Handle lexical functions. Always return
11449 a byte-code-function.
11450 (byte-compile-reserved-constants): New var, to make up room for
11451 closed-over variables.
11452 (byte-compile-constants-vector): Obey it.
11453 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11454 (byte-compile-macroexpand-declare-function): New function.
11455 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11456 byte-code-functions.
11457 (byte-compile-form): Check obsolescence here.
11458 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11459 (byte-compile-variable-ref): Remove.
11460 (byte-compile-dynamic-variable-op): New fun.
11461 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11462 (byte-compile-variable-set): New funs.
11463 (byte-compile-discard): Add 2 args.
11464 (byte-compile-stack-ref, byte-compile-stack-set)
11465 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11466 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11467 macroexpand-all instead.
11468 (byte-compile-quote-form): Remove.
11469 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11470 (byte-compile-bind, byte-compile-unbind): New funs.
11471 (byte-compile-let): Handle let* and lexical binding.
11472 (byte-compile-let*): Remove.
11473 (byte-compile-catch, byte-compile-unwind-protect)
11474 (byte-compile-track-mouse, byte-compile-condition-case):
11475 Handle a new :fun-body form, used for lexical scoping.
11476 (byte-compile-save-window-excursion)
11477 (byte-compile-with-output-to-temp-buffer): Remove.
11478 (byte-compile-defun): Simplify.
11479 (byte-compile-stack-adjustment): New fun.
11480 (byte-compile-out): Use it.
11481 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11482
11483 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11484 handler any more.
11485
11486 * emacs-lisp/byte-opt.el: Use lexical binding.
11487 (byte-inline-lapcode): Remove (to bytecomp).
11488 (byte-compile-inline-expand): Pay attention to inlining to/from
11489 lexically bound code.
11490 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11491 any more.
11492 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11493 any more and don't call compiler-macros.
11494 (byte-compile-splice-in-already-compiled-code): Remove.
11495 (byte-code): Don't inline any more.
11496 (disassemble-offset): Receive `bytes' as argument rather than via
11497 dynamic scoping.
11498 (byte-compile-tag-number): Declare before first use.
11499 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11500 `return' even if make-spliceable.
11501 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11502 obsolete interactive-p.
11503 (byte-optimize-lapcode): Optimize new lap-codes.
11504 Don't trip up on new form of `byte-constant' lap code.
11505
11506 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11507
11508 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11509
11510 * custom.el (custom-initialize-default, custom-declare-variable):
11511 Use `defvar'.
11512
11513 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11514 New variables.
11515 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11516 (COMPILE_FIRST): Add macroexp and cconv.
11517 * makefile.w32-in: Mirror changes in Makefile.in.
11518
11519 * vc/cvs-status.el:
11520 * vc/diff-mode.el:
11521 * vc/log-edit.el:
11522 * vc/log-view.el:
11523 * vc/smerge-mode.el:
11524 * textmodes/bibtex-style.el:
11525 * textmodes/css.el:
11526 * startup.el:
11527 * uniquify.el:
da91b5f2
CY
11528 * minibuffer.el:
11529 * newcomment.el:
11530 * reveal.el:
11531 * server.el:
11532 * mpc.el:
11533 * emacs-lisp/smie.el:
11534 * doc-view.el:
11535 * dired.el:
03408648
SM
11536 * abbrev.el: Use lexical binding.
11537
0f0c1f27
EZ
115382011-04-01 Eli Zaretskii <eliz@gnu.org>
11539
11540 * info.el (info-display-manual): New function.
11541
c82b2579
SM
115422011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11545
221ddf68
TH
115462011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11547
11548 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11549 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11550
cba6e77e
GM
115512011-03-31 Glenn Morris <rgm@gnu.org>
11552
e040639f
GM
11553 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11554
cba6e77e
GM
11555 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11556
6d0f1c9e
CS
115572011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11558
11559 * progmodes/python.el (python-default-interpreter)
11560 (python-python-command-args, python-jython-command-args)
11561 (python-which-shell, python-which-args, python-which-bufname)
11562 (python-file-queue, python-comint-output-filter-function)
11563 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11564 variables and functions.
11565
3e2d70fd
SM
115662011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11569 (completion-in-region-mode): New minor mode.
11570 (completion-in-region): Use it.
11571 (completion-in-region--data, completion-in-region-mode-map): New vars.
11572 (completion-in-region--postch): New function.
11573 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11574 New vars.
11575 (completion--capf-wrapper): New function.
11576 (completion-at-point): Use it to track well-behavedness of
11577 hook functions.
11578 (completion-help-at-point): New command.
11579
f3e4086c
JM
115802011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11581
11582 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11583 syntax class to search for whitespace on a single line
11584 (Message-ID: <4D938140.4030905@redhat.com>).
11585
eb7ffc14
LL
115862011-03-30 Leo Liu <sdl.web@gmail.com>
11587
11588 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11589 New commands.
11590 (edit-abbrevs-map): Bind them here.
11591 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11592
d806ab68
KM
115932011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11594
11595 * allout.el (allout-hide-by-annotation, allout-flag-region):
11596 Reduce possibility of overlay leakage by making them volatile.
11597
11598 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11599 hash is not shared between buffers. Mode initialization is
11600 responsible for giving it a useful starting value.
11601 (allout-item-span): Reduce possibility of overlay leakage by
11602 making them volatile.
11603 (allout-widgets-count-buttons-in-region): Add diagnostic function
11604 for tracking down button overlay leaks.
11605
ea622834
LL
116062011-03-29 Leo Liu <sdl.web@gmail.com>
11607
11608 * ido.el (ido-read-internal): Use the default history var
11609 minibuffer-history if no HISTORY is specified.
11610
b62f8267
G
116112011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11612
03408648
SM
11613 * net/imap.el (imap-shell-open, imap-process-connection-type):
11614 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11615 Kerberos, SSL, other subprocesses.
11616
947b6566
LL
116172011-03-28 Leo Liu <sdl.web@gmail.com>
11618
11619 * abbrev.el (abbrev-table-empty-p): New function.
11620 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11621 nonempty ones. (Bug#5937)
11622
5ffb62aa
JD
116232011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11624
11625 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11626
7a097943
LL
116272011-03-27 Leo Liu <sdl.web@gmail.com>
11628
11629 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11630 for foreground and background colors.
11631 (ansi-color-make-color-map): Adapt.
11632
c5b40130
LL
116332011-03-25 Leo Liu <sdl.web@gmail.com>
11634
1f48f7d2
LL
11635 * midnight.el (midnight-time-float): Remove. Note it calculates
11636 the microsecond component incorrectly and seconds-to-time does the
11637 same job.
625897ec 11638 Remove redundant (require 'timer).
1f48f7d2 11639
c5b40130
LL
11640 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11641 (ido-completions): Remove unused arguments. (Bug#8329)
11642
d86d2721
SM
116432011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * minibuffer.el (completion--flush-all-sorted-completions):
11646 Remove itself from hook.
11647 (completion-at-point): Let the functions perform the completion
11648 immediately and return nil or t.
11649 * comint.el (comint-dynamic-complete-functions): Now identical to
11650 completion-at-point-functions.
11651 (comint-dynamic-list-input-ring): Remove unused var `index'.
11652 (comint--match-partial-filename, comint--unquote&expand-filename):
11653 New funs, split from comint-match-partial-filename.
11654 (comint-dynamic-complete): Use completion-at-point.
11655 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11656
e8974c48
DA
116572011-03-24 Drew Adams <drew.adams@oracle.com>
11658
11659 * thingatpt.el: Support `defun'.
11660
def71b5e
LL
116612011-03-23 Leo Liu <sdl.web@gmail.com>
11662
cb5af48e
LL
11663 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11664
def71b5e
LL
11665 * help-mode.el (help-mode-finish): Tweak regexp.
11666
927c53e7
GM
116672011-03-23 Glenn Morris <rgm@gnu.org>
11668
18d05bed
GM
11669 * eshell/esh-opt.el (eshell-eval-using-options):
11670 Do not bind unused local variable `eshell-option-stub'.
11671
927c53e7
GM
11672 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11673
9d0da923
JB
116742011-03-22 Juanma Barranquero <lekktu@gmail.com>
11675
11676 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11677 keymap variable in `with-no-warnings' to avoid a warning when the
11678 keymap has been already `defconst'ed.
11679
4b978a67
LL
116802011-03-22 Leo Liu <sdl.web@gmail.com>
11681
11682 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11683 encode all chars in abbrevs; otherwise use emacs-mule or
11684 utf-8-emacs. (Bug#8308)
11685
5fd62452
JB
116862011-03-22 Juanma Barranquero <lekktu@gmail.com>
11687
0b1596c6
JB
11688 * simple.el (backward-delete-char-untabify):
11689 Avoid warning about using `delete-backward-char'.
11690
5fd62452
JB
11691 * image.el (image-type-file-name-regexps): Make it variable.
11692 `imagemagick-register-types' modifies it, and the user may want
11693 to add new extensions for known image types.
11694 (imagemagick-register-types): Throw error if not using ImageMagick.
11695
0b4e93f1
LL
116962011-03-22 Leo Liu <sdl.web@gmail.com>
11697
11698 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11699 located before rcirc-prompt-end-marker.
11700 (rcirc-complete): Error if point is not after rcirc prompt.
11701 Handle the case when table is nil.
9882e214 11702 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11703
fccee4ab
CY
117042011-03-22 Chong Yidong <cyd@stupidchicken.com>
11705
11706 * custom.el (custom--inhibit-theme-enable): Make it affect only
11707 custom-theme-set-variables and custom-theme-set-faces.
11708 (provide-theme): Ignore custom--inhibit-theme-enable.
11709 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11710 (custom-enabling-themes): Delete variable.
d86d2721
SM
11711 (enable-theme): Accept only loaded themes as arguments.
11712 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11713 (custom-enabled-themes): Forbid themes from setting this.
11714 Eliminate use of custom-enabling-themes.
11715 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11716
af896da6
LL
117172011-03-21 Leo Liu <sdl.web@gmail.com>
11718
11719 * ido.el (ido-read-internal): Add ido-selected to history instead
11720 of user input.
11721
78f64af0
SM
117222011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11723
11724 * subr.el (deferred-action-list, deferred-action-function):
11725 Mark obsolete.
11726
b16ac1ec
LL
117272011-03-21 Leo Liu <sdl.web@gmail.com>
11728
810f7698
LL
11729 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11730 change on 2011-02-13 (bug#8309).
11731
b16ac1ec
LL
11732 * minibuffer.el (read-file-name-function): Change default value.
11733 (read-file-name--defaults): Rename from read-file-name-defaults.
11734 (read-file-name-default): Rename from read-file-name.
11735 (read-file-name): Call read-file-name-function.
11736
4e05e67e
GM
117372011-03-21 Glenn Morris <rgm@gnu.org>
11738
11739 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11740 Doc fixes.
11741
4359915b
CY
117422011-03-21 Chong Yidong <cyd@stupidchicken.com>
11743
11744 * cus-theme.el: Add missing provide statement.
11745 (customize-create-theme): Extract theme value correctly.
11746 (custom-theme-visit-theme): Autoload.
11747 (customize-create-theme): Prompt before inserting default faces.
11748
1fe275ee
JB
117492011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11750
11751 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11752 units and musical notes.
11753
cd394be1 117542011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11755
11756 * ido.el (ido-read-internal): Use completing-read-default.
11757 (ido-completing-read): Fix compatibility with completing-read.
11758
7d476bde
CO
117592011-03-20 Christian Ohler <ohler@gnu.org>
11760
11761 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11762 (ert-delete-all-tests): Use `called-interactively-p' rather than
11763 `interactive-p'.
11764 (ert--make-xrefs-region): Respect END.
11765
fe0fb33e
CY
117662011-03-19 Chong Yidong <cyd@stupidchicken.com>
11767
ff854b0b
CY
11768 * dired-aux.el (dired-create-directory): Signal an error if the
11769 directory already exists (Bug#8246).
11770
fe0fb33e
CY
11771 * facemenu.el (list-colors-display): Call list-faces-display
11772 inside with-help-window.
11773 (list-colors-print): Use display property to align the final
11774 column, instead of checking window-width.
11775
576bce32
EZ
117762011-03-19 Eli Zaretskii <eliz@gnu.org>
11777
4d61f28d 11778 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11779 windows-nt systems.
11780 (emerge-protect-metachars): Quote correctly for ms-dos and
11781 windows-nt systems.
11782
89c41d68 117832011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11784
11785 * info.el (info-initialize): Replace all uses of `:' with
11786 path-separator for compatibility with non-Unix systems.
11787 Cache quoting of path-separator. (Bug#8258)
11788
b14e3e21 117892011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11790
11791 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11792 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11793 (mouse-avoidance-mode): Fix typos in docstrings.
11794
4525ce3e
CY
117952011-03-19 Chong Yidong <cyd@stupidchicken.com>
11796
11797 * startup.el (package-subdirectory-regexp): Move from package.el.
11798 Omit \\` and \\', and let callers add them.
11799
11800 * emacs-lisp/package.el (package-strip-version)
11801 (package-load-all-descriptors): Add \\` and \\' to
11802 package-subdirectory-regexp before using it.
11803 (package-untar-buffer): New arg DIR; ensure that file untars only
11804 into this expected directory. Remove superfluous delete-region.
11805 (package-unpack): Caller changed.
11806 (package-tar-file-info): Use package-subdirectory-regexp.
11807
a904a09a 118082011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11809
a904a09a
SM
11810 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11811 diff-mode-shared-map (bug#8284).
11812 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11813
118142011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11815
11816 * calendar/time-date.el (format-seconds): Use assoc instead of
11817 assoc-string, since assoc-string doesn't exist in XEmacs.
11818
171fc304
JB
118192011-03-17 Juanma Barranquero <lekktu@gmail.com>
11820
11821 * custom.el (custom-known-themes): Reflow docstring.
11822 (custom-theme-load-path): Fix typo in docstring.
11823 (load-theme): Fix typo in error message.
11824 (custom-available-themes, custom-variable-theme-value):
11825 Use `let', not `let*'.
11826
d71990a1
JB
118272011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11828
11829 * calc/README: Mention inclusion of musical notes.
11830
11831 * calc/calc-units.el (calc-lu-quant): Rename from
11832 `calc-logunits-quantity'.
11833 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11834 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11835 (calc-db): Rename from `calc-dblevel'.
11836 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11837 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11838 (calc-np): Rename from `calc-nplevel'.
11839 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11840 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11841 (calc-lu-plus): Rename from `calc-logunits-add'.
11842 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11843 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11844 (calc-lu-minus): Rename from `calc-logunits-sub'.
11845 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11846 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11847 (calc-lu-times): Rename from `calc-logunits-mul'.
11848 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11849 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11850 (calc-lu-divide): Rename from `calc-logunits-div'.
11851 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11852 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11853
11854 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11855 functions being autoloaded.
11856
11857 * calc/calc.el (calc-lu-power-reference): Rename from
11858 `calc-logunits-power-reference'.
11859 (calc-lu-field-reference): Rename from
11860 `calc-logunits-field-reference'.
11861
7a71b18d
GM
11862 * calc/calc-help.el (calc-l-prefix-help):
11863 Mention musical note functions.
d71990a1 11864
40c2934b
SM
118652011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * minibuffer.el (completion-all-sorted-completions):
11868 Use :completion-cycle-penalty text property if present.
11869
b0911414
KM
118702011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11871
11872 * allout.el (allout-yank-processing): Adjust for new rebulleting
11873 regime so bullet being yanked is used without prompting the user
11874 for a choice.
11875
8a05b668
JB
118762011-03-16 Juanma Barranquero <lekktu@gmail.com>
11877
11878 * startup.el (command-line): Warn the user that _emacs is deprecated.
11879
5ba5fb81
JB
118802011-03-16 Juanma Barranquero <lekktu@gmail.com>
11881
11882 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11883 (delphi-verbose, delphi-comment-face, delphi-string-face)
11884 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11885 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11886 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11887 (delphi-new-comment-line, delphi-font-lock-defaults)
11888 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11889 Fix typos in docstrings.
11890
2dab465b
KM
118912011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11892
5ba5fb81 11893 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11894 Invert the roles of character and string values for INSTEAD, so a
11895 string is used for the more common case of a defaulting prompt.
11896
0adf5618
SM
118972011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * progmodes/ruby-mode.el (ruby-backward-sexp):
11900 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11901 * play/gamegrid.el (gamegrid-make-face):
11902 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11903 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11904 * notifications.el (notifications-notify):
11905 * net/xesam.el (xesam-search-engines):
11906 * net/quickurl.el (quickurl-list-insert):
11907 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11908
d72700e5
CY
119092011-03-15 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * startup.el (command-line): Update package subdirectory regexp.
11912
49c5410a
SM
119132011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11914
c6eee9aa
SM
11915 * allout.el (allout-abbreviate-flattened-numbering)
11916 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11917
49c5410a
SM
11918 * subr.el (read-char-choice): Only show the cursor after the prompt,
11919 not after the answer.
11920
047b2bb9
KR
119212011-03-15 Kevin Ryde <user42@zip.com.au>
11922
11923 * help-fns.el (variable-at-point): Skip leading quotes, if any
11924 (bug#8253).
11925
0a57d256
SM
119262011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11929 warning message.
11930
77c992bc
MA
119312011-03-14 Michael Albinus <michael.albinus@gmx.de>
11932
11933 * shell.el (shell): When called interactively, offer to change the
11934 shell file name on remote hosts.
11935
eebc475d
TZ
119362011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11937
11938 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11939 integration for LDAP parameters. The host, base, user or binddn,
11940 and secret tokens can be specified in a netrc file, for instance.
11941 This is optional because an `auth-source' parameter must be
11942 specified in the search attributes.
11943
9d05d1ba
JB
119442011-03-13 Juanma Barranquero <lekktu@gmail.com>
11945
11946 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11947
09d9db2c
GM
119482011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11951 into declaration. Remove redundant and harmful binding.
11952
119532011-03-12 Eli Zaretskii <eliz@gnu.org>
11954
11955 * files.el (file-ownership-preserved-p): Pass `integer' as an
11956 explicit 2nd argument to `file-attributes'. If the file's owner
11957 is the Administrators group on Windows, and the current user is
11958 Administrator, consider that a match.
11959
11960 * server.el (server-ensure-safe-dir): Consider server directory
11961 safe on MS-Windows if its owner is the Administrators group while
11962 the current Emacs user is Administrator. Use `=' to compare
11963 numerical UIDs, since they could be integers or floats.
11964
219bd536
JB
119652011-03-12 Juanma Barranquero <lekktu@gmail.com>
11966
11967 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11968
f3afd36b
MA
119692011-03-12 Michael Albinus <michael.albinus@gmx.de>
11970
11971 Sync with Tramp 2.2.1.
11972
11973 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11974
11975 * net/trampver.el: Update release number.
11976
3aaaa6f1
SM
119772011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11978
94642599
SM
11979 * progmodes/compile.el (compilation--previous-directory): Fix up
11980 various nil/dead-marker mismatches (bug#8014).
11981 (compilation-directory-properties, compilation-error-properties):
11982 Don't call it at a position past the one we're about to change.
11983
3aaaa6f1
SM
11984 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11985 Disable obsolescence warnings in the file that declares it.
11986
14239447
KM
119872011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11988
099c39a4
JB
11989 * allout-widgets.el (allout-widgets-tally):
11990 Initialize allout-widgets-tally as a hash table rather than nil to
11991 prevent mode-line redisplay warnings. Also, clarify the module
11992 description and fix a comment typo.
14239447 11993
135e287c
JB
119942011-03-11 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * help-fns.el (describe-variable): Don't complete keywords.
11997 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11998
ffbf300e
CY
119992011-03-10 Chong Yidong <cyd@stupidchicken.com>
12000
ba08b241
CY
12001 * emacs-lisp/package.el (package-version-join): Impose a standard
12002 string representation for pre/alpha/beta version lists.
12003 (package-unpack-single): Standardize the directory name by passing
12004 it through package-version-join.
12005 (package-strip-rcs-id): Accept any version string that does not
12006 signal an error in version-to-list.
ffbf300e 12007
f346fd6b
MA
120082011-03-10 Michael Albinus <michael.albinus@gmx.de>
12009
12010 * simple.el (delete-trailing-whitespace): Return nil for the
12011 benefit of `write-file-functions'.
12012
ccb55d27
GM
120132011-03-10 Glenn Morris <rgm@gnu.org>
12014
5ceaac0c
GM
12015 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12016
02da65ff
GM
12017 * vc/vc-git.el (vc-git-program): New option.
12018 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12019 (vc-git--call): Use it.
12020
b2f603cc
GM
12021 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12022
5772caab
GM
12023 * cus-edit.el (Custom-newline): If no button at point, look
12024 for a subgroup button at start-of-line. (Bug#2298)
12025
ccb55d27
GM
12026 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12027
ec6ecaed
JD
120282011-03-10 Julien Danjou <julien@danjou.info>
12029
12030 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12031 `cursor-type' is nil.
12032
9d5aa01d
JB
120332011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12034
12035 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12036
b6a5875b
KM
120372011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12038
7a71b18d 12039 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12040 preserves the existing header prefix, rebulleting it if necessary,
12041 rather than replacing it. This is necessary for proper operation
12042 of cooperative addons like allout-widgets.
1154d12e
JB
12043 (allout-make-topic-prefix, allout-rebullet-heading):
12044 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12045 value as alternate bullet to be used, instead of prompting the user
12046 for a bullet character.
b6a5875b 12047
ee545c35
MA
120482011-03-09 Michael Albinus <michael.albinus@gmx.de>
12049
d86d2721
SM
12050 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12051 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12052 `tramp-default-port'.
12053
c47971d7
DD
120542011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12055
12056 * net/rcirc.el (rcirc-handler-001): Remove useless
12057 with-rcirc-process-buffer.
12058 (rcirc-check-auth-status): Swap arguments to string-match.
12059
13522cb4
GM
120602011-03-09 Glenn Morris <rgm@gnu.org>
12061
0be6f4f1
GM
12062 * shell.el (shell-mode):
12063 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12064
13522cb4
GM
12065 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12066 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12067
515de2e3
CY
120682011-03-08 Chong Yidong <cyd@stupidchicken.com>
12069
12070 * emacs-lisp/package.el (package-refresh-contents)
12071 (package-menu-execute): Use condition-case-no-debug.
12072
b511b994
MA
120732011-03-08 Michael Albinus <michael.albinus@gmx.de>
12074
12075 * simple.el (shell-command-to-string): Use `process-file'.
12076
12077 * emacs-lisp/package.el (package-tar-file-info): Handle also
12078 remote files.
12079
d86d2721
SM
12080 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12081 Use `equal' for upload base check.
b511b994 12082
25bbfb31
AM
120832011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12084
12085 * textmodes/texinfo.el (texinfo-environments):
12086 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12087
be996521
GM
120882011-03-08 Glenn Morris <rgm@gnu.org>
12089
e9c8529f
GM
12090 * cus-start.el (cursor-in-non-selected-windows):
12091 Fix :set quoting oddness. (Bug#8192)
12092
be996521
GM
12093 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12094 in some setf expressions. (Bug#2159)
12095
2bb5649e
CY
120962011-03-08 Chong Yidong <cyd@stupidchicken.com>
12097
12098 * custom.el (custom-available-themes): Return themes in
12099 alphabetical order.
12100
33383987 12101See ChangeLog.15 for earlier changes.
e3d51b27
MR
12102
12103;; Local Variables:
12104;; coding: utf-8
e3d51b27
MR
12105;; End:
12106
acaf905b 12107 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12108
12109 This file is part of GNU Emacs.
12110
12111 GNU Emacs is free software: you can redistribute it and/or modify
12112 it under the terms of the GNU General Public License as published by
12113 the Free Software Foundation, either version 3 of the License, or
12114 (at your option) any later version.
12115
12116 GNU Emacs is distributed in the hope that it will be useful,
12117 but WITHOUT ANY WARRANTY; without even the implied warranty of
12118 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12119 GNU General Public License for more details.
12120
12121 You should have received a copy of the GNU General Public License
12122 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.