battery.el not working when multiple batteries are present
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6a8c9eaf
DN
12012-04-10 Dan Nicolaescu <dann@gnu.org>
2
3 * battery.el (battery-linux-proc-acpi): Only one battery is
4 discharged at a time, but that seems to confuse battery.el when
5 computing `rate-type' for the battery not being discharged
6 (bug#10332).
7
1930bf5d
SM
82012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9
2a718f6f
SM
10 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
11
599430d0
SM
12 * international/quail.el: Use dolist and simplify.
13 (quail-define-package, quail-update-keyboard-layout)
14 (quail-define-rules): Use dolist.
15 (quail-insert-kbd-layout, quail-get-translation): CSE.
16
a2754b6c
SM
17 * tmm.el: Use dolist, remove left over hook.
18 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
19 Use dolist.
20 (calendar-load-hook): Don't mess with it.
21
1930bf5d
SM
22 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
23 Use derived-mode-p. Run the diff asynchronously.
24
9f67961c
LMI
252012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
26
27 * obsolete/mouse-sel.el: Add an Obsolete-since header.
28
2a8ce227
JB
292012-04-10 Juanma Barranquero <lekktu@gmail.com>
30
31 * misc.el: Display absolute path of loaded DLLs (bug#10424).
32 (list-dynamic-libraries--loaded): New function.
33 (list-dynamic-libraries--refresh): Use it.
34
8f33b5f8
NW
352012-04-10 Nathan Weizenbaum <nweiz@google.com>
36
1930bf5d
SM
37 * progmodes/python.el (python-fill-paragraph):
38 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
39 disabled (bug#7018).
40
b12f0439
L
412012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
42
1930bf5d 43 * language/european.el (cp775): Add oem/legacy (en)coding on
b12f0439
L
44 DOS/MS Windows for the Baltic languages. There are still plenty of
45 texts written in this encoding/codepage (bug#6519).
46
57c3bd01
GM
472012-04-10 Glenn Morris <rgm@gnu.org>
48
49 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
50 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
51
6c3eab30
FA
522012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
53
1930bf5d 54 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
55 next-line "n" and previous-line "p" in order to make recentf more
56 consistent with ibuffer, dired or org-mode (bug#9387).
57
24d78a88
LMI
582012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
59
bc72b5d9
LMI
60 * image.el (put-image): Return the overlay created instead of the
61 optional input string (bug#7834). Note that this may break code
62 that is (for some reason or other) depending on `put-image'
63 returning the string.
64
bd2dba5a
LMI
65 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
66
74beb59f
LMI
67 * simple.el (zap-to-char): Allow zapping using input methods
68 (bug#1580).
69
24d78a88
LMI
70 * textmodes/fill.el (fill-region): Leave point and mark where they
71 were before filling (bug#5399).
72
263f20cd
GM
732012-04-09 Glenn Morris <rgm@gnu.org>
74
75 * version.el (emacs-bzr-get-version):
76 Handle lightweight checkouts of local branches.
77
58d1f797
AS
782012-04-09 Andreas Schwab <schwab@linux-m68k.org>
79
263f20cd 80 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 81
b4d3bc10
CY
822012-04-09 Chong Yidong <cyd@gnu.org>
83
84 * custom.el (custom-variable-p): Return nil for non-symbol
85 arguments instead of signaling an error.
86 (user-variable-p): Obsolete alias for custom-variable-p.
87
88 * apropos.el (apropos-variable):
89 * files-x.el (read-file-local-variable):
90 * simple.el (set-variable):
91 * woman.el (woman-mini-help):
92 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
93
fd06db5d
GM
942012-04-09 Glenn Morris <rgm@gnu.org>
95
e5fcdb5e
GM
96 * startup.el (normal-top-level): Don't look for leim-list.el
97 in places where it will not be found. (Bug#910)
98
fd06db5d
GM
99 * international/mule-cmds.el (set-default-coding-systems):
100 * files.el (normal-mode):
101 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
102 This function was removed with ucs-tables.el in 2008.
103
b39bb7e1
EZ
1042012-04-08 Eli Zaretskii <eliz@gnu.org>
105
106 * textmodes/ispell.el (ispell-check-version): For hunspell, set
107 ispell-encoding8-command to "-i", without a trailing space.
108 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
109 separate command-line arguments, to specify the encoding, since
110 that's how hunspell expects it.
111
5c5b8e23
GM
1122012-04-08 Glenn Morris <rgm@gnu.org>
113
114 * loadup.el: Load bindings before cus-start.
115 This reduces somewhat the number of "rogue" settings in emacs -Q.
116
a1ed8b05
GM
1172012-04-07 Glenn Morris <rgm@gnu.org>
118
119 * version.el (emacs-bzr-get-version): New function.
dfae128a 120 (emacs-bzr-version): New variable.
a1ed8b05
GM
121 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
122 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
123
b142f158
EZ
1242012-04-07 Eli Zaretskii <eliz@gnu.org>
125
dfae128a
GM
126 * international/uni-bidi.el, international/uni-category.el:
127 * international/uni-combining.el, international/uni-decimal.el:
128 * international/uni-decomposition.el, international/uni-digit.el:
129 * international/uni-lowercase.el, international/uni-mirrored.el:
130 * international/uni-name.el, international/uni-numeric.el:
131 * international/uni-titlecase.el, international/uni-uppercase.el:
132 Update for Unicode 6.1.
b142f158 133
9078ead6
EZ
1342012-04-07 Eli Zaretskii <eliz@gnu.org>
135
136 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
137
f23d2c7d
LMI
1382012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
139
140 * window.el (shrink-window): Mention the `window-min-height'
141 variable in the doc string.
142
0a0a3573
BG
1432012-04-05 Bastien Guerry <bzg@altern.org>
144
145 * color.el (color-lighten-name): Fix typo.
146
e5248ac9
SM
1472012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * server.el (server--on-display-p): New function.
150 (server--on-display-p): Use it.
151
b4243e22
GV
1522012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
153
154 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
155 (bug#11145).
156
305d9f44
SM
1572012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * comint.el (comint--common-quoted-suffix): Check string boundary
160 before comparing (bug#11158).
161 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
162
3d439cd1
CY
1632012-04-04 Chong Yidong <cyd@gnu.org>
164
321cc491
CY
165 * minibuffer.el (completion-extra-properties): Doc fix.
166
3d439cd1
CY
167 * subr.el (delayed-warnings-hook): Doc fix.
168
2d562c0f
DU
1692012-04-04 Daiki Ueno <ueno@unixuser.org>
170
171 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
172 selection (Bug#11159).
173 (epa-insert-keys): Inform that the default public key will be
174 exported if no key is selected.
175
4443f204
RS
1762012-04-04 Richard Stallman <rms@gnu.org>
177
178 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
179
529c06b6
CY
1802012-04-03 Chong Yidong <cyd@gnu.org>
181
182 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
183 mail-insert-file, not its obsolete alias mail-attach-file.
184
66b907dc
MA
1852012-04-03 Michael Albinus <michael.albinus@gmx.de>
186
187 * notifications.el (notifications-notify): Fix docstring.
188
c0ea195d
GM
1892012-04-02 Glenn Morris <rgm@gnu.org>
190
191 * emacs-lisp/authors.el (authors-aliases): Another addition.
192
5ca64e00
MA
1932012-04-02 Michael Albinus <michael.albinus@gmx.de>
194
195 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
196 `tramp-compat-call-process' instead of `tramp-local-call-process'.
197 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
198
42ee526b
CY
1992012-04-01 Chong Yidong <cyd@gnu.org>
200
201 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
202 Handle root directory properly.
203 (copy-directory): Caller changed.
204
205 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
206 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
207
0b021094
GM
2082012-03-31 Glenn Morris <rgm@gnu.org>
209
40f86458
GM
210 * term/xterm.el (xterm-extra-capabilities): Doc fix.
211
7019c177
GM
212 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
213
a1daddd6
GM
214 * calendar/calendar.el (calendar-window-list)
215 (calendar-hide-window): Restore. (Bug#11140)
216 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
217
0b021094
GM
218 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
219
40311efc
TV
2202012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
221
222 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
223 Check if file is a symlink (Bug#10489).
224
225 * files.el (copy-directory): Likewise.
226
5319014e
CY
2272012-03-30 Chong Yidong <cyd@gnu.org>
228
229 * image.el (imagemagick-types-inhibit)
230 (imagemagick-register-types): Doc fix.
231
935d1290
AM
2322012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
233
234 * ispell.el (ispell-get-extended-character-mode): Disable
235 extended-char-mode for hunspell. hunspell does not support it and
236 treats ~word as ordinary words in pipe mode.
237
61c6e8fd
GM
2382012-03-30 Glenn Morris <rgm@gnu.org>
239
240 * tutorial.el (help-with-tutorial): Ensure local variables don't
241 happen to make the buffer read-only. (Bug#11127)
242
81fdff00
SM
2432012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
246 (perl-calculate-indent): Return `noindent' in strings.
247
6e7a6ec0
SS
2482012-03-28 Sam Steingold <sds@gnu.org>
249
250 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
251 instead of the broken adhockery which does not prevent calendar
252 buffers from being displayed at random after exit.
253 (calendar-window-list, calendar-hide-window): Remove the broken
254 adhockery.
255
fee88ca0
GM
2562012-03-28 Glenn Morris <rgm@gnu.org>
257
258 * replace.el (query-replace-map): Doc fix.
259
38de3354
AS
2602012-03-28 Andreas Schwab <schwab@linux-m68k.org>
261
262 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
263 contents. (Bug#11109)
264
b973155e
SM
2652012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
268 (bug#11077).
269 (avl-tree--check, avl-tree--check-node): New funs.
270
dcb6e7b3
MR
2712012-03-27 Martin Rudalics <rudalics@gmx.at>
272
273 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
274 (switch-to-prev-buffer, switch-to-next-buffer):
275 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
276 showing a buffer already is done on the same frame.
277
b4fa35fa
GM
2782012-03-27 Glenn Morris <rgm@gnu.org>
279
280 * startup.el (mail-host-address): Doc fix.
281
f9210e18
SM
2822012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
285 than 197 variables.
286
c0bf7753
AF
2872012-03-26 Ami Fischman <ami@fischman.org>
288
289 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
290
33da7b16
GM
2912012-03-26 Glenn Morris <rgm@gnu.org>
292
02243d9d
GM
293 * files.el (save-buffers-kill-emacs): Doc fix.
294
33da7b16
GM
295 * startup.el (normal-top-level, command-line, command-line-1):
296 Give them doc strings.
297
e5a69fd0
EZ
2982012-03-25 Eli Zaretskii <eliz@gnu.org>
299
300 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 301 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 302
9a69676a
CY
3032012-03-25 Chong Yidong <cyd@gnu.org>
304
4125cb8b
CY
305 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
306 theme if it was previously enabled before (Bug#11031).
307
dd470960
CY
308 * cus-theme.el (custom-theme-write-faces): Retrieve current face
309 spec with custom-face-get-current-spec if its :shown-value is not
310 determined yet (Bug#9337).
4125cb8b 311 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 312
9a69676a
CY
313 * button.el (button-at): Minor addition to docstring.
314
6e7e90fa
SL
3152012-03-24 Simon Leinen <simon.leinen@gmail.com>
316
317 * vc/vc.el (vc-merge): Fix a prompt.
318
f06e2758
CY
3192012-03-24 Chong Yidong <cyd@gnu.org>
320
321 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
322 point (Bug#9623).
323
6e7e90fa
SL
324 * button.el (button-at): Minor addition to docstring.
325
b9d0879b
SM
3262012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * newcomment.el (comment-choose-indent): No space after BOL.
329
e71cebb3
SS
3302012-03-22 Sam Steingold <sds@gnu.org>
331
332 * window.el (switch-to-prev-buffer): Revert last patch because the
333 bug turned out to be an advertised feature (Elisp manual 28.14).
334
335aff35
GM
3352012-03-22 Glenn Morris <rgm@gnu.org>
336
337 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
338 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
339
c676576a
LMI
3402012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
341
342 * net/network-stream.el (network-stream-open-starttls): Make error
343 message under Windows be less misleading.
344
126f3d39
LW
3452012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
346
347 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
348 understands (bug#9942).
349
64fee311
CY
3502012-03-22 Chong Yidong <cyd@gnu.org>
351
352 * simple.el (end-of-visible-line): Handle return value of
353 next-single-property-change properly (Bug#9371).
354
a640d29a
KH
3552012-03-22 Kenichi Handa <handa@m17n.org>
356
357 * international/quail.el (quail-insert-kbd-layout): Fix previous
358 change. To avoid unwanted bidi reordering, use
359 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
360
39675016
DG
3612012-03-21 Dmitry Gutov <dgutov@yandex.ru>
362
363 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
364 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
365 (ruby-beginning-of-indent): Be more careful with the difference
366 between word-boundary and symbol boundary.
367 (ruby-mode-syntax-table): Make : a symbol constituent.
368
0a6934fc 3692012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 370
3d008e4f
SM
371 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
372
0a6934fc
SM
3732012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
374
af67c9d7
SM
375 * progmodes/etags.el (tags-completion-at-point-function):
376 Improve last fix.
377
1acad97c
SM
378 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
379
e298b5da
SS
3802012-03-21 Sam Steingold <sds@gnu.org>
381
382 * progmodes/etags.el (tags-completion-at-point-function):
383 Avoid the error when point is inside the pattern.
384
91d82a70
JY
3852012-03-21 John Yates <john@yates-sheets.org> (tiny change)
386
387 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
388 line (Bug#10855).
389
69188b79
CY
3902012-03-21 Drew Adams <drew.adams@oracle.com>
391
392 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
393
99fc91fe
AK
3942012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
395
396 * ido.el (ido-set-current-directory, ido-read-internal)
397 (ido-choose-completion-string, ido-completion-help): Handle nil
398 value of ido-completion-buffer (Bug#11008).
399
087bbb4c
SS
4002012-03-21 Sam Steingold <sds@gnu.org>
401
402 * window.el (switch-to-prev-buffer): Do not switch to a visible
403 window previous buffer, just like with the frame previous buffers.
404
fb5b8aca
CY
4052012-03-21 Chong Yidong <cyd@gnu.org>
406
407 * faces.el (make-face, make-empty-face, copy-face):
408 * face-remap.el (face-remap-add-relative, face-remap-set-base):
409 Doc fixes.
410
dc9924b8
SM
4112012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * wid-edit.el (widget-complete-field): Remove (bug#11051).
414 (widget-complete): Remove broken use of it.
415
f0bcceb9
CY
4162012-03-20 Chong Yidong <cyd@gnu.org>
417
dc9924b8
SM
418 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
419 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
420 characters.
421
ee52ebf3
TH
4222012-03-20 Tassilo Horn <tassilo@member.fsf.org>
423
424 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
425 to draw rectangles, not squares. (Regression introduced by revno
426 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
427
4c5779ab
CY
4282012-03-18 Chong Yidong <cyd@gnu.org>
429
430 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
431 it is not yet defined (for temacs).
432
15360934
LL
4332012-03-18 Leo Liu <sdl.web@gmail.com>
434
dc9924b8 435 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 436
d9a8eb66
EZ
4372012-03-17 Eli Zaretskii <eliz@gnu.org>
438
439 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
440 (ispell-choices-win-default-height, ispell-silently-savep)
441 (ispell-dictionary-alist, ispell-encoding8-command)
442 (ispell-check-version, ispell-aspell-find-dictionary)
443 (ispell-valid-dictionary-list, ispell-words-keyword)
444 (ispell-get-word, ispell-internal-change-dictionary)
445 (ispell-region, ispell-skip-region-list)
446 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
447 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
448 (ispell-message-text-end, ispell-message)
449 (ispell-buffer-local-parsing): Doc fix.
450
f02ff80d
J
4512012-03-13 Jambunathan K <kjambunathan@gmail.com>
452
453 * htmlfontify.el: Add support for code block fontification for ODT
454 export (Bug #9914).
455 (hfy-optimisations): Define new option
456 `body-text-only'
457 (hfy-fontify-buffer): Honor above setting.
458 (hfy-begin-span, hfy-end-span): New routines factored out form
459 `hfy-fontify-buffer'.
460 (hfy-begin-span-handler, hfy-end-span-handler): New variables
461 that permit insertion of custom tags.
462 (hfy-fontify-buffer): Use above handlers.
463 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
464 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 465 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
466 over multiple runs. This is made possible by having the caller let
467 bind a special variable `hfy-user-sheet-assoc'.
468 (htmlfontify-string): New defun.
469 (hfy-compile-face-map): Make sure that the last char in the
470 buffer is correctly fontified.
471 (hfy-face-resolve-face): Whitespace only change.
472
9ac7a13f
EZ
4732012-03-17 Eli Zaretskii <eliz@gnu.org>
474
475 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
476 message more clear.
477
e2b5bdd7
LL
4782012-03-16 Leo Liu <sdl.web@gmail.com>
479
480 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
481
2e492df3
AM
4822012-03-16 Alan Mackenzie <acm@muc.de>
483
484 Further optimise the handling of large macros.
485
486 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
487 limit to a call of `c-literal-limits'.
488 (c-determine-+ve-limit): New function.
dc9924b8
SM
489 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
490 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
491 In CASE 5B, restrict a search limit to 500.
492 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
493
494 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
495 Restrict macro bounds to +-500 from after-change's BEG END.
496
50e94f0c
LL
4972012-03-16 Leo Liu <sdl.web@gmail.com>
498
499 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
500
6f09f6ed
AH
5012012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
502
503 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 504 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 505
c7e73d51
GM
5062012-03-16 Glenn Morris <rgm@gnu.org>
507
da986230
GM
508 * view.el (view-buffer, view-buffer-other-window)
509 (view-buffer-other-frame): Doc fixes re special mode-class.
510
0835f01e
GM
511 * subr.el (eval-after-load): If named feature is provided not from
512 a file, run after-load forms. (Bug#10946)
513
c7e73d51
GM
514 * calendar/calendar.el (calendar-insert-at-column):
515 Handle non-unit-width characters a bit better. (Bug#10978)
516
3f2eafd1
CY
5172012-03-15 Chong Yidong <cyd@gnu.org>
518
519 * emacs-lisp/ring.el (ring-extend): New function.
520 (ring-insert+extend): Extend the ring correctly (Bug#11019).
521
522 * comint.el (comint-read-input-ring)
523 (comint-add-to-input-history): Grow comint-input-ring lazily.
524
103af3fe
SM
5252012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
526
663b1677
SM
527 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
528 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
529
103af3fe
SM
530 * imenu.el: Fix multiple inheritance breakage (bug#9199).
531 (imenu-add-to-menubar): Don't add a redundant index.
532 (imenu-update-menubar): Handle a dynamically composed keymap.
533
899cb7cb
KY
5342012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
535
536 * mail/sendmail.el (mail-encode-header):
537 Bind rfc2047-encode-encoded-words to nil.
538
3809f91d
GM
5392012-03-13 Glenn Morris <rgm@gnu.org>
540
541 * calendar/calendar.el (calendar-string-spread):
542 Handle non-unit-width characters a bit better. (Bug#10978)
543
9e345a01
LL
5442012-03-13 Leo Liu <sdl.web@gmail.com>
545
546 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
547 directory and file as argument (Bug#10822).
548
4a07df36
KS
5492012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
550
551 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
552 For dynamically generated code, follow $PC.
553 (gdb-disassembly-handler-custom): Handle no function name case.
554
4aaa9356
TL
5552012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
556
557 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
558 * emulation/ws-mode.el (ws-query-replace):
559 * sort.el (sort-regexp-fields):
560 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
561
225979da
SM
5622012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * dabbrev.el: Fix cycle completion order (bug#10963).
565 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
566 (dabbrev-completion): Don't use an obarray; provide
567 a cycle-sort-function.
568
e2f1fdab
LL
5692012-03-12 Leo Liu <sdl.web@gmail.com>
570
dc9924b8 571 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
572 (kill-do-not-save-duplicates): Doc fix.
573
b19490ed
SM
5742012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
575
576 * dabbrev.el: Fix cycle completion (bug#10963).
577 Use lexical binding and wrap to 80 columns.
578 (dabbrev-completion): Delay computing the list of completions.
579
4b05d722
KH
5802012-03-12 Kenichi Handa <handa@m17n.org>
581
582 * international/quail.el (quail-insert-kbd-layout): Surround each
583 row by LRO and PDF instead of inserting many LRMs. Pad the left
584 and right of each non-spacing marks. Insert invisible space
585 between lower and upper characters to prevent composition.
586
dbbc2e69
SM
5872012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * minibuffer.el (minibuffer-complete): Don't get confused when the
590 function is run twice via different commands (bug#10958).
591 (complete-with-action): Fix docstring.
592
292112ed
CY
5932012-03-12 Chong Yidong <cyd@gnu.org>
594
5d1ac394
CY
595 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
596 (nxml-completion-at-point-function): New function.
597 (nxml-mode): Use it.
598 (nxml-bind-meta-tab-to-complete-flag): Default to t.
599
292112ed
CY
600 * emacs-lisp/package.el (package-unpack, package-unpack-single):
601 Load generated autoloads file before byte compiling (Bug#10970).
602 (package--make-autoloads-and-compile): New helper fun.
603
4098f8f7
CS
6042012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
605
606 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
607
8f754691
MA
6082012-03-11 Michael Albinus <michael.albinus@gmx.de>
609
610 * autorevert.el (auto-revert-handler): Ensure, that
611 file-readable-p is applied only for local files or in
612 auto-revert-tail-mode.
613
e29ab36b
AS
6142012-03-11 Andreas Schwab <schwab@linux-m68k.org>
615
dbbc2e69
SM
616 * server.el (server-eval-at): Handle non-tcp connections.
617 Decode result string.
ad0bf5b6 618
e29ab36b
AS
619 * server.el (server-msg-size): New constant.
620 (server-reply-print): New function.
621 (server-eval-and-print): Use it.
622 (server-eval-at): Use server-quote-arg and server-unquote-arg.
623 Handle -print-nonl.
624
de5939ba
CS
6252012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
626
627 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
628 (Bug#10987).
629
0c93eabf
CY
6302012-03-11 Chong Yidong <cyd@gnu.org>
631
397a688f
CY
632 * simple.el (goto-line): Doc fix (Bug#9938).
633
2cc775f9
CY
634 * subr.el (save-window-excursion): Doc fix (Bug#9979).
635
0c93eabf
CY
636 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
637 when finished (Bug#10963).
638
c491fa41
MR
6392012-03-11 Martin Rudalics <rudalics@gmx.at>
640
641 * window.el (split-window-below): Fix bug in case where
642 split-window-keep-point is nil (Bug#10971).
643
300e8fa5
JL
6442012-03-11 Juri Linkov <juri@jurta.org>
645
646 * replace.el (replace-highlight): Set isearch-word to nil
647 unconditionally. (Bug#10887)
648
dbf6c5a1
EZ
6492012-03-10 Eli Zaretskii <eliz@gnu.org>
650
651 * net/mairix.el (mairix-replace-invalid-chars): Rename from
652 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 653 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
654 (mairix-widget-create-query): Add usage information about mairix
655 search forms: negating words, searching for substrings, etc.
656
b9e501de
JP
6572012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
658
659 * international/fontset.el (font-encoding-alist): Add an entry for
660 ksx1001 (Bug#5667).
661
92795c91
RS
6622012-03-10 Richard Stallman <rms@gnu.org>
663
1694e6c1
RS
664 * mail/sendmail.el (mail-encode-header):
665 Set rfc2047-encode-encoded-words.
666
607e8555
RS
667 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
668
de3bc99a
RS
669 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
670 view buffer means not swapped.
671 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
672 (rmail-write-region-annotate): Error if real text has disappeared.
673
92795c91
RS
674 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
675
699bd04e
CY
6762012-03-10 Chong Yidong <cyd@gnu.org>
677
678 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
679 * emulation/cua-base.el (cua--init-keymaps):
680 Add delete-forward-char to remappings (Bug#9666).
699bd04e 681
570a1714
MR
6822012-03-10 Martin Rudalics <rudalics@gmx.at>
683
dbbc2e69
SM
684 * speedbar.el (speedbar-unhighlight-one-tag-line):
685 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 686
82dcf4e4
CY
6872012-03-10 Chong Yidong <cyd@gnu.org>
688
7a2c7ca7
CY
689 * minibuffer.el (completion-in-region, completion-help-at-point):
690 Give the completion field overlay a high priority (Bug#6830).
691
82dcf4e4
CY
692 * dired.el (dired-goto-file): Recognize absolute file name
693 listings (Bug#7126).
694 (dired-goto-file-1): New helper function.
695 (dired-toggle-read-only): Inhibit warnings.
696
052e28ac
MA
6972012-03-09 Michael Albinus <michael.albinus@gmx.de>
698
699 * net/dbus.el: (dbus-property-handler): Return empty array if
700 there are no properties.
701
95d5e396
LL
7022012-03-09 Leo Liu <sdl.web@gmail.com>
703
704 * savehist.el (savehist-printable): Stricter check for string
705 value (Bug#10937).
706
3f018d6d
EZ
7072012-03-09 Eli Zaretskii <eliz@gnu.org>
708
dbbc2e69
SM
709 * mail/smtpmail.el (smtpmail-send-it):
710 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
711 valid mbox format.
712
f7fd3d79
GM
7132012-03-09 Glenn Morris <rgm@gnu.org>
714
715 * files.el (dir-locals-find-file):
716 Don't check result is regular, readable.
717 (dir-locals-read-from-file): Demote errors.
718
6ff6e72f
EZ
7192012-03-08 Eli Zaretskii <eliz@gnu.org>
720
dbbc2e69
SM
721 * international/quail.el (quail-insert-kbd-layout):
722 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
723 layout cell, to prevent their reordering by bidi display engine.
724 For details, see the discussion in
725 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
726
9cec7834
AM
7272012-03-08 Alan Mackenzie <acm@muc.de>
728
729 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
730 the starting position; make it extend the marked region when
731 invoked repeatedly - all under appropriate circumstances.
732 Fixes bugs #5525, #10906.
733
9a40b8d4
GM
7342012-03-08 Glenn Morris <rgm@gnu.org>
735
736 * files.el (locate-dominating-file, dir-locals-find-file):
737 Undo 2012-03-06 change.
738
7a08ed35
EZ
7392012-03-07 Eli Zaretskii <eliz@gnu.org>
740
dbbc2e69
SM
741 * international/quail.el (quail-help):
742 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
743 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
744 for the reason.
745
5aca4f71 7462012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
747
748 Avoid superfluous registering of signals. (Bug#10807)
749
750 * notifications.el (notifications-on-action-object)
751 (notifications-on-close-object): New defvars.
752 (notifications-on-action-signal, notifications-on-closed-signal):
753 Unregister the signal if not needed any longer.
754 (notifications-notify): Register `notifications-action-signal' or
755 `notifications-closed-signal', if :on-action or :on-close has been
756 passed as argument.
757
78e8b10a
CY
7582012-03-07 Chong Yidong <cyd@gnu.org>
759
760 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
761 non-X platforms.
762
69481eb8
GM
7632012-03-06 Glenn Morris <rgm@gnu.org>
764
765 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
766 (x-disown-selection-internal, x-get-selection-internal):
767 Doc fix (add arglist signatures). (Bug#10783)
768
133b8e11
KS
7692012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
770
771 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
772 Handle breakpoints with no "type".
773
99a83064
GM
7742012-03-06 Glenn Morris <rgm@gnu.org>
775
776 * files.el (locate-dominating-file): Add optional predicate argument.
777 (dir-locals-find-file): Make use of above change.
778
17798e78
TTN
7792012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
780
781 * info.el (Info-insert-dir): Also try "dir.gz".
782
eb182446
GM
7832012-03-06 Glenn Morris <rgm@gnu.org>
784
8f2114ee
GM
785 * files.el (dir-locals-find-file):
786 Ignore non-readable or non-regular files. (Bug#10928)
787
eb182446
GM
788 * files.el (locate-dominating-file): Doc fix.
789
24679323
AS
7902012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
791
792 * calendar/calendar.el (calendar-set-mode-line):
793 `getenv' returns a string. (Bug#10951)
794
01d972a9
LL
7952012-03-05 Leo Liu <sdl.web@gmail.com>
796
109aa8a9
LL
797 * simple.el (backward-delete-char-untabify): Constrain point to
798 field (Bug#10939).
799
01d972a9
LL
800 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
801
10607bea
CY
8022012-03-05 Chong Yidong <cyd@gnu.org>
803
804 * simple.el (count-words): If called from Lisp, return the word
805 count, for symmetry with `count-lines'. Arglist changed.
806 (count-words--message): Args changed. Consolidate counting code
807 from count-words and count-words-region.
808 (count-words-region): Caller changed.
809 (count-lines-region): Make it an obsolete alias.
810
5dd11cfe
TH
8112012-03-04 Tassilo Horn <tassilo@member.fsf.org>
812
813 * saveplace.el (save-place-to-alist)
814 (save-place-ignore-files-regexp): Allow value nil to disable this
815 feature.
816
c349f4e6
CY
8172012-03-04 Chong Yidong <cyd@gnu.org>
818
819 * faces.el (face-spec-reset-face): For the default face, reset the
820 attributes to default values (Bug#10748).
821
e627be4c
LMI
8222012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
823
824 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
825 previous patch: Check `message-send-mail-function', and not the
826 default function (bug#10897).
827
ebeabff4
MA
8282012-03-04 Michael Albinus <michael.albinus@gmx.de>
829
a41a6cf4
MA
830 * notifications.el (notifications-on-action-signal)
831 (notifications-on-closed-signal): Check for unique service name of
832 incoming event. Fix error in removing entry.
ebeabff4 833 (top): Register for signals with wildcard service name.
a41a6cf4 834 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 835
c1ca42b4
CY
8362012-03-04 Chong Yidong <cyd@gnu.org>
837
dc9924b8 838 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 839
ea16568d
GM
8402012-03-04 Glenn Morris <rgm@gnu.org>
841
842 * abbrev.el (copy-abbrev-table, abbrev-table-p)
843 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
844 (expand-abbrev, define-abbrev-table): Doc fixes.
845
fbae4637
LMI
8462012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
847
848 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
849 `message-default-send-mail-function' and not `send-mail-function'
850 when doing the prompting for `sendmail-query-once' before sending
851 in Message buffers (bug#10897).
852
a1e7225c
LMI
853 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
854 This is inconsistent with all the other stream functions, which leave
855 the setting up to the higher levels (if so wanted) (bug#10931).
856
56d093a9
AM
8572012-03-02 Alan Mackenzie <acm@muc.de>
858
859 Depessimize the handling of very large macros.
860
861 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
862 (c-macro-cache-syntactic): New variables to implement a one
863 element macro cache.
864 (c-invalidate-macro-cache): New function.
865 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
866 Adapt to use the new cache.
867 (c-state-safe-place): Use better the cache of safe positions.
868 (c-state-semi-nonlit-pos-cache)
869 (c-state-semi-nonlit-pos-cache-limit):
870 New variables for...
871 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
872 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
873 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
874 Use c-state-semi-safe-place.
56d093a9 875
dbbc2e69
SM
876 * progmodes/cc-langs.el (c-get-state-before-change-functions):
877 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 878
817e5c3d
MA
8792012-03-02 Michael Albinus <michael.albinus@gmx.de>
880
dbbc2e69
SM
881 * jka-compr.el (jka-compr-call-process):
882 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
883 not remote.
884
a032a702
MA
8852012-03-01 Michael Albinus <michael.albinus@gmx.de>
886
887 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
888 access of FILE2, if FILE1 does not exist.
889
99a54f21
MA
890 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
891 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
892
893 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
894 Add "PAGER=" to `process-environment'.
895
f6561e1f
MM
8962012-03-01 Michael R. Mauger <mmaug@yahoo.com>
897
898 * progmodes/sql.el: Bug fix
899 (sql-get-login-ext): Save login values in globals.
900 (sql-get-login): Use new version of `sql-get-login-ext'.
901 (sql-interactive-mode): Set global `sql-connection' to nil.
902 (sql-connect): Set global values for connection.
903 (sql-product-interactive): Save global values as buffer local.
904
2d44d9cc
LL
9052012-02-29 Leo Liu <sdl.web@gmail.com>
906
907 * abbrev.el (define-abbrevs): Reset sys to nil.
908
96b49301 9092012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
910
bf7f9bc5
JB
911 * files.el (file-equal-p): Rename from `files-equal-p'.
912 Return nil when one or both files don't exist.
96b49301 913 (file-subdir-of-p): Now only top directory must exists,
914 return nil if it doesn't.
bf7f9bc5
JB
915 (copy-directory): No need to test with `file-subdir-of-p' after
916 creating dir.
917 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
918 to `file-equal-p'.
96b49301 919
44e97401
GM
9202012-02-28 Glenn Morris <rgm@gnu.org>
921
922 * shell.el (shell-mode):
923 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
924 * play/landmark.el (landmark-font-lock-face-O):
925 * play/handwrite.el (handwrite):
926 * play/gomoku.el (gomoku-O):
927 * net/browse-url.el (browse-url-browser-display):
928 * international/mule.el (define-charset):
929 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
930 * filesets.el (filesets-find-file-delay):
931 * eshell/em-xtra.el (eshell-xtra):
932 * eshell/em-unix.el (eshell-grep):
933 * emulation/viper.el (viper-mode):
934 * emacs-lisp/regexp-opt.el (regexp-opt-group):
935 * emacs-lisp/easymenu.el (easy-menu-define):
936 * calendar/timeclock.el (timeclock-use-display-time):
937 * bs.el (bs-mode):
938 * bookmark.el (bookmark-save-flag):
939 Doc fix (standardize possessive apostrophe usage).
940
c98c6276
CY
9412012-02-27 Chong Yidong <cyd@gnu.org>
942
bf7f9bc5
JB
943 * emulation/viper-cmd.el (viper-intercept-ESC-key):
944 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 945
c98c6276
CY
946 * font-lock.el (font-lock-specified-p): Rename from
947 font-lock-spec-present. Callers changed.
948
9c62cd04 9492012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 950
bf7f9bc5
JB
951 * emacs-lisp/package.el (package-compute-transaction):
952 Handle holding a package version to t in package-load-list.
8ac9e529 953
530739c9
MA
9542012-02-26 Michael Albinus <michael.albinus@gmx.de>
955
956 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
957 (tramp-get-inode, tramp-get-device): Use cached values.
958
487915d7
AM
9592012-02-26 Alan Mackenzie <acm@muc.de>
960
961 Check there is a font-lock specification before doing initial
962 fontification.
963
964 * font-core.el (font-lock-mode): Move the conditional from
965 :after-hook to font-lock-initial-fontify.
966 (font-lock-default-function): Move the check for a specification
967 to font-lock-spec-present.
968
dc9924b8 969 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
970 (font-lock-spec-present): New function.
971
4fd96557
JB
9722012-02-26 Jim Blandy <jimb@red-bean.com>
973
974 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
975 (gdb-send): Apply it to the operand of the '-interpreter-exec
976 console' command, so that we can pass arguments with (say) quotes
977 in them. Store exact string sent in gdb-debug-log (Bug#10765).
978
9a4888c0
CY
9792012-02-26 Chong Yidong <cyd@gnu.org>
980
07498861
CY
981 * help-fns.el (describe-function-1): Clarify description of
982 remapping (Bug#10844).
983
9a4888c0
CY
984 * files.el (files-equal-p): Doc fix.
985 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
986 and quit the loop once a mismatch is found.
987
ea8fb88d
JB
9882012-02-25 Juanma Barranquero <lekktu@gmail.com>
989
990 * bs.el (bs--show-with-configuration): Don't throw an error
991 if the window cannot be split; otherwise, subsequent calls to
992 bs-show fail, restoring a stale window config. (Bug#10882)
993
525795c1
JD
9942012-02-25 Jan Djärv <jan.h.d@swipnet.se>
995
996 * term/ns-win.el (global-map): Bind ns-drag-file to
997 ns-find-file (Bug#5855, Bug#10050).
998
f008086f
AS
9992012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1000
1001 * calendar/parse-time.el (parse-time-string): Allow extractor to
1002 return nil.
1003
a3fcfa99
MA
10042012-02-25 Michael Albinus <michael.albinus@gmx.de>
1005
91027d08
JB
1006 * net/tramp.el (tramp-file-name-for-operation):
1007 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1008
1009 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1010 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1011 Add COPY-CONTENTS argument.
a3fcfa99 1012
67b0de11
CY
10132012-02-25 Chong Yidong <cyd@gnu.org>
1014
1015 Add custom groups for VC backends, for consistency with vc-bzr.
1016
1017 * vc/vc-arch.el (vc-arch):
1018 * vc/vc-cvs.el (vc-cvs):
1019 * vc/vc-git.el (vc-git):
1020 * vc/vc-hg.el (vc-hg):
1021 * vc/vc-mtn.el (vc-mtn):
1022 * vc/vc-rcs.el (vc-rcs):
1023 * vc/vc-sccs.el (vc-sccs):
1024 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1025 All relevant defcustoms reassigned.
1026
3c9dfce6
CY
10272012-02-25 Chong Yidong <cyd@gnu.org>
1028
1339bf43
CY
1029 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1030
3c9dfce6
CY
1031 * term/x-win.el (x-initialize-window-system): Reduce default for
1032 x-selection-timeout to 5 seconds (Bug#8869).
1033
53a46cd0 10342012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 1035
53a46cd0 1036 * files.el (file-subdir-of-p): Fix typo.
14a8a663 1037
25b2e303 10382012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1039
ec70a47d
GM
1040 * files.el (files-equal-p, file-subdir-of-p): New functions.
1041 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1042 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1043 * dired-aux.el (dired-copy-file-recursive): Same.
1044 (dired-create-files): Modify destination when source is equal to
1045 dest when copying files.
53a46cd0 1046 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1047
914260cd
MA
10482012-02-24 Michael Albinus <michael.albinus@gmx.de>
1049
1050 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1051 (Bug#10874)
1052
2cb228f7
AM
10532012-02-23 Alan Mackenzie <acm@muc.de>
1054
1055 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1056 parameter "after-hook:" to allow the expansion to run code after
1057 the execution of the mode hooks.
1058
1059 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1060 from font-lock-mode-internal.
2cb228f7 1061
91027d08 1062 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1063 :after-hook.
1064
8f0fde21
SM
10652012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1066
3e88618b
SM
1067 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1068 (completion--cache-all-sorted-completions): New function.
1069 (completion-all-sorted-completions): Use it.
1070 (completion--do-completion, minibuffer-force-complete):
1071 Use it to re-instate the flush hook.
1072
8f0fde21
SM
1073 * icomplete.el (icomplete-completions): Replace last fix with a better
1074 one (bug#10850).
1075
8e911f6f
DG
10762012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1077
1078 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1079 when it might call us back infinitely (bug#10797).
1080
49fe4321
GM
10812012-02-23 Glenn Morris <rgm@gnu.org>
1082
1083 * minibuffer.el (completion-category-overrides): Doc fix.
1084
b291b572
SM
10852012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1088 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1089
31a9ef2e
GM
10902012-02-23 Glenn Morris <rgm@gnu.org>
1091
5e6e6794 1092 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1093 (authors-obsolete-files-regexps, authors-ignored-files)
1094 (authors-ambiguous-files, authors-renamed-files-alist):
1095 Add more entries.
1096
0bd1e074
JL
10972012-02-23 Juri Linkov <juri@jurta.org>
1098
1099 * isearch.el (isearch-occur): Sync interactive spec with occur's
1100 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1101
b617673c
JL
1102 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1103
19e9789e
JL
11042012-02-22 Juri Linkov <juri@jurta.org>
1105
1106 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1107 (ucs-insert): Doc fix. Check for hex digits in the string.
1108 Don't display `nil' in the error message. (Bug#10857)
1109
f41ce09d
AM
11102012-02-22 Alan Mackenzie <acm@muc.de>
1111
7a71b18d 1112 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1113
ac2eceee
GM
11142012-02-22 Glenn Morris <rgm@gnu.org>
1115
1116 * ffap.el (ffap-c-path):
1117 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1118
abd1f678
CY
11192012-02-22 Chong Yidong <cyd@gnu.org>
1120
1121 * custom.el (load-theme): Doc fix.
1122
f25aef2e
GM
11232012-02-22 Glenn Morris <rgm@gnu.org>
1124
1125 * dired-x.el (dired-guess-shell-alist-default):
1126 Remove escape sequences from nroff output. (Bug#172)
1127
5f8dc2ca
GM
11282012-02-21 Glenn Morris <rgm@gnu.org>
1129
6ff86ec4
GM
1130 * vc/emerge.el (emerge-defvar-local):
1131 Set `permanent-local' property rather than unused `preserved'.
1132
be3223a3 1133 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1134 (picture-mode-map): Use it. (Bug#10860)
1135 (picture-mode): Doc fix.
1136
3fe58f4f
JB
11372012-02-21 Juanma Barranquero <lekktu@gmail.com>
1138
1139 * newcomment.el (uncomment-region-default): Remove unused binding.
1140
f9a998c3
GM
11412012-02-21 Glenn Morris <rgm@gnu.org>
1142
1143 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1144 (picture-self-insert, picture-tab-chars): Doc fix.
1145 (picture-mode-map): Fix C-a, C-e.
1146
c6029348
GM
11472012-02-20 Glenn Morris <rgm@gnu.org>
1148
1149 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1150
ab1ce9d7
LL
11512012-02-20 Leo Liu <sdl.web@gmail.com>
1152
1153 * icomplete.el (icomplete-completions): Check FROM arg before
1154 passing to substring (Bug#10850).
1155
0fd40f89
CY
11562012-02-19 Chong Yidong <cyd@gnu.org>
1157
1158 * comint.el: Require ansi-color.
1159 (comint-output-filter-functions): Add ansi-color-process-output.
1160
1161 * ansi-color.el: Don't set comint-output-filter-functions; it is
1162 now in the initial value defined in comint.el.
1163 (ansi-color-apply-face-function): New variable.
1164 (ansi-color-apply-on-region): Use it.
1165 (ansi-color-apply-overlay-face): New function.
1166
1167 * shell.el (shell): No need to require ansi-color.
1168 (shell-mode): Use ansi-color-apply-face-function to highlight
1169 color escapes using font-lock-face property (Bug#10835).
1170
20af2394
CY
11712012-02-19 Chong Yidong <cyd@gnu.org>
1172
1173 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1174 mode-line formats (Bug#10839).
1175
e23a3fbe
GM
11762012-02-18 Glenn Morris <rgm@gnu.org>
1177
b474519e
GM
1178 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1179
1180 * mail/undigest.el (unforward-rmail-message): Doc fix.
1181
e23a3fbe
GM
1182 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1183
57939ff4
EZ
11842012-02-18 Eli Zaretskii <eliz@gnu.org>
1185
1186 * international/characters.el (script-list): Sync with the latest
1187 Unicode Character Database.
1188
0c23686e
AS
11892012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1190
1191 * international/titdic-cnv.el: Remove duplicate coding tag.
1192 * language/cham.el: Likewise.
1193 * language/tai-viet.el: Likewise.
1194
6818b449
GM
11952012-02-18 Glenn Morris <rgm@gnu.org>
1196
1197 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1198 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1199 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1200 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1201 * calendar/holidays.el (holiday-bahai-holidays)
1202 (calendar-holidays, list-holidays):
1203 Use utf-8 Bahá'í in doc-strings, menus, etc.
1204
0311a3fc
TH
12052012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1206
1207 * saveplace.el (save-place-ignore-files-regexp): New variable
1208 allowing for excluding files from saving their location of point.
1209 The default value matches the temporary commit message editing
1210 files from Git, SVN, Bazaar, and Mercurial.
1211 (save-place-to-alist): Use it.
1212
eb864a71
LM
12132012-02-17 Lawrence Mitchell <wence@gmx.li>
1214 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * newcomment.el (uncomment-region-default): Don't leave extra space
1217 when an arg is provided (bug#8150).
1218
ee0ce425
TZ
12192012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1220
eb864a71 1221 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1222
95ddf442
GM
12232012-02-17 Glenn Morris <rgm@gnu.org>
1224
1225 * net/socks.el: Require network-stream. (Bug#10599)
1226
48dd1e39 12272012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1228
1229 * international/charprop.el:
1230 * international/uni-name.el:
1231 * international/uni-old-name.el:
1232 * international/uni-comment.el: Regenerate.
1233
d68cd087
GM
12342012-02-16 Glenn Morris <rgm@gnu.org>
1235
1236 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1237 Interactively in calendar buffer, give an error if not on a date.
1238
13932042
GM
12392012-02-15 Glenn Morris <rgm@gnu.org>
1240
1241 * shell.el (shell-delimiter-argument-list):
1242 Revert 2011-02-17 change. (Bug#8027)
1243
c3a70e2b
CY
12442012-02-15 Chong Yidong <cyd@gnu.org>
1245
60236b0d
CY
1246 * minibuffer.el (completion-at-point-functions): Doc fix.
1247
c3a70e2b
CY
1248 * custom.el (defcustom): Doc fix; note use of defvar.
1249
9f26dc24
GM
12502012-02-15 Glenn Morris <rgm@gnu.org>
1251
1252 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1253 Doc fixes.
1254
6546b134
GM
12552012-02-14 Glenn Morris <rgm@gnu.org>
1256
1257 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1258
d29b2b4c
LI
12592012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1260
1261 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1262 way the ports list is computed.
835bdcba
LI
1263 (smtpmail-query-smtp-server): Prompt the user for a port number if
1264 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1265
08dcdbc9
TZ
12662012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1267
1268 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1269
2605051a
GM
12702012-02-13 Glenn Morris <rgm@gnu.org>
1271
1272 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1273
7ee99f32
TZ
12742012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1275
1276 * net/gnutls.el (gnutls-trustfiles): New variable.
1277 (gnutls-negotiate): Use it.
1278
5f0af64f
LI
12792012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1280
1281 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1282 does its stuff if Gnus is running.
1283
c14fcc95
AM
12842012-02-13 Alan Mackenzie <acm@muc.de>
1285
1286 Fix a loop in c-set-fl-decl-start.
1287
7a71b18d 1288 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1289 c-backward-syntactic-ws actually moves backwards.
1290
142b4d90
LL
12912012-02-13 Leo Liu <sdl.web@gmail.com>
1292
1293 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1294 beginning so that all \C-o chars are removed.
1295
fa9958a6
TZ
12962012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1297
dc9924b8 1298 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1299
0bc5886a
AM
13002012-02-12 Alan Mackenzie <acm@muc.de>
1301
1302 Fix infinite loop with long macros.
1303 * cc-engine.el (c-state-safe-place): Handle macros properly.
1304
d4bd55e7
CY
13052012-02-12 Chong Yidong <cyd@gnu.org>
1306
1307 * window.el (display-buffer): Doc fix (Bug#10785).
1308
66f3fe22
GM
13092012-02-12 Glenn Morris <rgm@gnu.org>
1310
bd7da63e
GM
1311 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1312 (x-disown-selection-internal, x-get-selection-internal):
1313 Sync docs with the xselect.c versions.
1314
66f3fe22
GM
1315 * allout-widgets.el: Add missing license notice.
1316
3e0d2fa7
GM
13172012-02-11 Glenn Morris <rgm@gnu.org>
1318
cfecdf09
GM
1319 * select.el (x-get-selection-internal, x-own-selection-internal)
1320 (x-disown-selection-internal):
1321 * x-dnd.el (x-get-selection-internal): Update declarations.
1322
6d216d7f
GM
1323 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1324
2bed3f04
GM
1325 * window.el (window-sides-slots):
1326 * tool-bar.el (tool-bar-position):
1327 * term/xterm.el (xterm-extra-capabilities):
1328 * ses.el (ses-self-reference-early-detection):
1329 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1330 (verilog-auto-wire-type)
1331 (verilog-auto-delete-trailing-whitespace)
1332 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1333 (verilog-auto-tieoff-declaration):
1334 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1335 (sql-oracle-statement-starters, sql-oracle-scan-on):
1336 * progmodes/prolog.el (prolog-align-comments-flag)
1337 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1338 (prolog-left-indent-regexp, prolog-paren-indent-p)
1339 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1340 (prolog-types, prolog-mode-specificators)
1341 (prolog-determinism-specificators, prolog-directives)
1342 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1343 (prolog-electric-dot-flag)
1344 (prolog-electric-dot-full-predicate-template)
1345 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1346 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1347 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1348 (prolog-program-switches, prolog-prompt-regexp)
1349 (prolog-debug-on-string, prolog-debug-off-string)
1350 (prolog-trace-on-string, prolog-trace-off-string)
1351 (prolog-zip-on-string, prolog-zip-off-string)
1352 (prolog-use-standard-consult-compile-method-flag)
1353 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1354 (prolog-imenu-max-lines, prolog-info-predicate-index)
1355 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1356 (prolog-char-quote-workaround):
1357 * progmodes/cc-vars.el (c-defun-tactic):
1358 * net/tramp.el (tramp-encoding-command-interactive)
1359 (tramp-local-end-of-line):
1360 * net/soap-client.el (soap-client):
1361 * net/netrc.el (netrc-file):
1362 * net/gnutls.el (gnutls):
1363 * minibuffer.el (completion-category-overrides)
1364 (completion-cycle-threshold)
1365 (completion-pcm-complete-word-inserts-delimiters):
1366 * man.el (Man-name-local-regexp):
1367 * mail/feedmail.el (feedmail-display-full-frame):
1368 * international/characters.el (glyphless-char-display-control):
1369 * eshell/em-ls.el (eshell-ls-date-format):
1370 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1371 (lisp-lambda-list-keyword-parameter-indentation)
1372 (lisp-lambda-list-keyword-parameter-alignment):
1373 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1374 * dired-x.el (dired-omit-verbose):
1375 * cus-theme.el (custom-theme-allow-multiple-selections):
1376 * calc/calc.el (calc-highlight-selections-with-faces)
1377 (calc-lu-field-reference, calc-lu-power-reference)
1378 (calc-note-threshold):
1379 * battery.el (battery-mode-line-limit):
1380 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1381 (archive-7z-update):
1382 * allout.el (allout-prefixed-keybindings)
1383 (allout-unprefixed-keybindings)
1384 (allout-inhibit-auto-fill-on-headline)
1385 (allout-flattened-numbering-abbreviation):
1386 * allout-widgets.el (allout-widgets-auto-activation)
1387 (allout-widgets-icons-dark-subdir)
1388 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1389 (allout-widgets-theme-dark-background)
1390 (allout-widgets-theme-light-background)
1391 (allout-widgets-item-image-properties-emacs)
1392 (allout-widgets-item-image-properties-xemacs)
1393 (allout-widgets-run-unit-tests-on-load)
1394 (allout-widgets-time-decoration-activity)
1395 (allout-widgets-hook-error-post-time)
1396 (allout-widgets-track-decoration):
1397 Add missing :version tags to new defcustoms and defgroups.
1398
5fec1b8e
GM
1399 * progmodes/sql.el (sql-ansi-statement-starters)
1400 (sql-oracle-statement-starters): Add custom type.
1401
3e0d2fa7
GM
1402 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1403 (prolog-system-version): Give it a type.
1404
90b671e2
EZ
14052012-02-11 Eli Zaretskii <eliz@gnu.org>
1406
1407 * term/pc-win.el (x-select-text, x-selection-owner-p)
1408 (x-own-selection-internal, x-disown-selection-internal)
1409 (x-get-selection-internal): Sync doc strings and argument lists
1410 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1411
5eac0c02
LL
14122012-02-11 Leo Liu <sdl.web@gmail.com>
1413
1414 * progmodes/python.el (python-end-of-statement): Fix infinite
1415 loop. (Bug#10788)
1416
f82cb659
GM
14172012-02-10 Glenn Morris <rgm@gnu.org>
1418
1419 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1420 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1421
cc26d239
LI
14222012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1423
1424 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1425 about SMTP before checking the From header.
1426
91027d08 1427 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1428 into own function for reuse by emacsbug.el.
1429
1be3ca5a
LL
14302012-02-10 Leo Liu <sdl.web@gmail.com>
1431
1432 * subr.el (condition-case-unless-debug): Rename from
1433 condition-case-no-debug. All callers changed.
1434 (with-demoted-errors): Fix caller.
1435
1436 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1437 * nxml/rng-valid.el (rng-do-some-validation):
1438 * emacs-lisp/package.el (package-refresh-contents)
1439 (package-menu-execute):
1440 * desktop.el (desktop-create-buffer):
91027d08 1441 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1442
b011fbfe
GM
14432012-02-10 Glenn Morris <rgm@gnu.org>
1444
b2096d72
GM
1445 * textmodes/bibtex.el:
1446 Add missing :version tags for new/changed defcustoms.
1447
b011fbfe
GM
1448 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1449
4c7e65bf
LI
14502012-02-09 Lars Ingebrigtsen <larsi@rusty>
1451
1452 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1453 (smtpmail-via-smtp): Use it, or fall back on the From address.
1454 (smtpmail-send-it): Ditto.
1455
f3934f6f
SM
14562012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1459 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1460 (byte-compile-tmp-var): New const.
1461 (byte-compile-defvar): Use it to minimize .elc size.
1462 Just use `defvar' rather than simulate it (bug#10761).
1463
a075a2c5
GM
14642012-02-09 Glenn Morris <rgm@gnu.org>
1465
cf3aa21b
GM
1466 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1467
354998cd
GM
1468 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1469 Add :version tags.
1470
dc9924b8
SM
1471 * progmodes/compile.el (compilation-error-screen-columns)
1472 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1473
dab3703d
GM
1474 * vc/log-view.el (log-view-toggle-entry-display):
1475 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1476
3f88cd72
GM
1477 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1478 (report-emacs-bug-can-use-xdg-email):
1479 (report-emacs-bug-insert-to-mailer): Doc fixes.
1480 (report-emacs-bug): Message fix.
1481
d95b247d
GM
1482 * net/browse-url.el (browse-url-can-use-xdg-open)
1483 (browse-url-xdg-open): Doc fixes.
1484
a075a2c5
GM
1485 * electric.el (electric-indent-mode, electric-pair-mode)
1486 (electric-layout-rules, electric-layout-mode): Doc fixes.
1487 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1488
ffb6157e
MR
14892012-02-08 Martin Rudalics <rudalics@gmx.at>
1490
1491 * server.el (server-unselect-display): Don't inadvertently kill
1492 the current buffer. (Bug#10729)
1493
e1ac4066
GM
14942012-02-08 Glenn Morris <rgm@gnu.org>
1495
34e8a2da
GM
1496 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1497 (sql-list-table): Doc fixes.
1498
b4ac6e8c
GM
1499 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1500 Comment out (does nothing).
1501
e1ac4066
GM
1502 * completion.el (dynamic-completion-mode):
1503 * dirtrack.el (dirtrack-debug-mode):
1504 * electric.el (electric-layout-mode):
1505 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1506 * face-remap.el (text-scale-mode, buffer-face-mode):
1507 * iimage.el (iimage-mode):
1508 * image-mode.el (image-transform-mode):
1509 * minibuffer.el (completion-in-region-mode):
1510 * scroll-lock.el (scroll-lock-mode):
1511 * simple.el (next-error-follow-minor-mode):
1512 * tar-mode.el (tar-subfile-mode):
1513 * tooltip.el (tooltip-mode):
1514 * vcursor.el (vcursor-use-vcursor-map):
1515 * wid-browse.el (widget-minor-mode):
1516 * emulation/tpu-edt.el (tpu-edt-mode):
1517 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1518 * international/iso-ascii.el (iso-ascii-mode):
1519 * language/thai-util.el (thai-word-mode):
1520 * mail/supercite.el (sc-minor-mode):
1521 * net/goto-addr.el (goto-address-mode):
1522 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1523 * progmodes/cwarn.el (cwarn-mode):
1524 * progmodes/flymake.el (flymake-mode):
1525 * progmodes/glasses.el (glasses-mode):
1526 * progmodes/hideshow.el (hs-minor-mode):
1527 * progmodes/pascal.el (pascal-outline-mode):
1528 * textmodes/enriched.el (enriched-mode):
1529 * vc/smerge-mode.el (smerge-mode):
1530 Doc fixes (minor mode argument).
1531
5e0d957f
EZ
15322012-02-07 Eli Zaretskii <eliz@gnu.org>
1533
1534 * ls-lisp.el (ls-lisp-sanitize): New function.
1535 (ls-lisp-insert-directory): Use it to fix or remove any elements
1536 in file-alist with missing attributes. (Bug#4673)
1537
98d7371e
AM
15382012-02-07 Alan Mackenzie <acm@muc.de>
1539
1540 Fix spurious recognition of c-in-knr-argdecl.
1541
1542 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1543 putative K&R region.
1544
667ced3a
AM
15452012-02-07 Alan Mackenzie <acm@muc.de>
1546
eb864a71
LM
1547 * progmodes/cc-engine.el (c-forward-objc-directive):
1548 Prevent looping in "#pragma mark @implementation".
667ced3a 1549
5b77774d
MA
15502012-02-07 Michael Albinus <michael.albinus@gmx.de>
1551
1552 * notifications.el (notifications-on-closed-signal): Make `reason'
1553 optional. (Bug#10744)
1554
af008560
GM
15552012-02-07 Glenn Morris <rgm@gnu.org>
1556
60d47423
GM
1557 * emacs-lisp/easy-mmode.el (define-minor-mode):
1558 Doc fixes for the macro and the mode it defines.
1559
dd605cc4
GM
1560 * image.el (imagemagick-types-inhibit): Doc fix.
1561
af008560
GM
1562 * cus-start.el (imagemagick-render-type): Add it.
1563
5cc59a37
LI
15642012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1565
1566 * progmodes/cc-mode.el
1567 (c-standard-font-lock-fontify-region-function): Set the default at
1568 load time, too, so that `font-lock-fontify-buffer' can be called
1569 without setting up the entire mode first. This fixes a bug in
1570 `mm-inline-text' with C MIME parts.
1571
9a6dd747
CY
15722012-02-06 Chong Yidong <cyd@gnu.org>
1573
2d16b285
CY
1574 * simple.el (list-processes--refresh): Delete exited processes
1575 (Bug#8094).
1576
171e9b6e
CY
1577 * comint.el (comint-next-prompt): next-single-char-property-change
1578 and prev-single-char-property-change never return nil (Bug#8657).
1579
9a6dd747
CY
1580 * custom.el (defcustom): Doc fix (Bug#9711).
1581
aa4589a7
CY
15822012-02-05 Chong Yidong <cyd@gnu.org>
1583
5c2a252f
CY
1584 * cus-edit.el (custom-variable-reset-backup): Quote the value
1585 before storing it in the customized-value property (Bug#6712).
4aab9006 1586 (custom-display): Add a customization type tag.
983b9602 1587 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1588
aa4589a7
CY
1589 * wid-edit.el (widget-field-value-get): New optional arg to
1590 suppress trailing whitespace truncation.
1591 (character): Use it (Bug#2689).
1592
1ff980ae
AS
15932012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1594
1595 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1596 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1597
03988c98
CY
15982012-02-05 Chong Yidong <cyd@gnu.org>
1599
eeb6cc88
CY
1600 * cus-edit.el (custom-variable-value-create): For mismatched
1601 types, show the current value (Bug#7600).
1602
03988c98
CY
1603 * custom.el (defcustom): Doc fix.
1604
f8cdeef0
GM
16052012-02-05 Glenn Morris <rgm@gnu.org>
1606
1607 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1608
0696d255
JB
16092012-02-05 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1612 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1613 (pp-last-sexp): Use `looking-at-p'.
1614
34c99998
GM
16152012-02-04 Glenn Morris <rgm@gnu.org>
1616
8f05da42
GM
1617 * files.el (revert-buffer):
1618 Doc fix (mention revert-buffer-in-progress-p).
1619
f160676e
GM
1620 * emacs-lisp/ert-x.el (ert-simulate-command):
1621 Check deferred-action-list (which is obsolete) is bound.
1622
c7291ad9
GM
1623 * subr.el (with-wrapper-hook): Doc fixes.
1624
34c99998
GM
1625 * simple.el (filter-buffer-substring-functions)
1626 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1627
6283a7d3
LL
16282012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1629
1630 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1631 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1632
e96e3013
LL
16332012-02-04 Leo Liu <sdl.web@gmail.com>
1634
1635 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1636
8ded50f2
GM
16372012-02-04 Glenn Morris <rgm@gnu.org>
1638
82ff1d13
GM
1639 * image.el (image-extension-data): Add obsolete alias.
1640
987a0a16
GM
1641 * isearch.el (isearch-update): Doc fix.
1642
ea32ef46
GM
1643 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1644
8ded50f2
GM
1645 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1646
eea14f31
GM
16472012-02-03 Glenn Morris <rgm@gnu.org>
1648
1649 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1650 (image-animate-timeout): Doc fix.
1651
1652 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1653
12f381b7
GM
16542012-02-02 Glenn Morris <rgm@gnu.org>
1655
953cebf5
GM
1656 * server.el (server-auth-dir): Doc fix.
1657 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1658
12f381b7
GM
1659 * subr.el (run-mode-hooks): Doc fix.
1660
953a8c3b
JL
16612012-02-02 Juri Linkov <juri@jurta.org>
1662
1663 * image-mode.el (image-toggle-display-image): Remove tautological
1664 `major-mode' from the `derived-mode-p' test.
1665
c5d3843c
KH
16662012-02-02 Kenichi Handa <handa@m17n.org>
1667
9f6e692e 1668 * composite.el (compose-region): Cancel previous change.
c5d3843c 1669
159462d4 16702012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1671
1672 * composite.el (compose-region, compose-string): Signal error for
1673 a null string component (Bug#6988).
1674
9f562668
CY
16752012-02-01 Chong Yidong <cyd@gnu.org>
1676
e2cef717
CY
1677 * view.el (view-buffer-other-window, view-buffer-other-frame):
1678 Handle special modes like view-buffer (Bug#10650).
1679 (view-buffer): Simplify.
1680
9f562668
CY
1681 * frame.el (set-frame-font): Tweak meaning of third argument.
1682
9f6e692e
JB
1683 * dynamic-setting.el (font-setting-change-default-font):
1684 Use set-frame-font (Bug#9982).
9f562668 1685
781acb9f
GM
16862012-02-01 Glenn Morris <rgm@gnu.org>
1687
6035be52
GM
1688 * progmodes/compile.el (compilation-internal-error-properties):
1689 Respect compilation-first-column in the "*compilation*" buffer.
1690
781acb9f
GM
1691 * emacs-lisp/easy-mmode.el (define-minor-mode):
1692 Relax :variable's test for a named function.
1693
abbceb00
AM
16942012-01-31 Alan Mackenzie <acm@muc.de>
1695
1696 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1697 off by one error.
1698
fce3fdeb
CY
16992012-01-31 Chong Yidong <cyd@gnu.org>
1700
1701 * frame.el (set-frame-font): New arg ALL-FRAMES.
1702
1703 * menu-bar.el (menu-set-font): Use set-frame-font.
1704
1705 * faces.el (face-spec-reset-face): Don't apply unspecified
1706 attribute values to the default face.
1707
47893581
JB
17082012-01-31 Juanma Barranquero <lekktu@gmail.com>
1709
1710 * progmodes/cwarn.el (cwarn): Remove dead link.
1711 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1712 Remove * from defcustom docstrings.
1713 (turn-on-cwarn-mode): Make obsolete.
1714 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1715 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1716
e58e988a
GM
17172012-01-31 Glenn Morris <rgm@gnu.org>
1718
60dc2671 1719 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1720 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1721 Allow named functions to be used as the cdr of :variable.
e58e988a 1722
7a3f511d
GM
17232012-01-30 Glenn Morris <rgm@gnu.org>
1724
1725 * emacs-lisp/authors.el (authors-fixed-entries):
1726 Remove reference to deleted file rnewspost.el.
1727
cb882333
JB
17282012-01-29 Juanma Barranquero <lekktu@gmail.com>
1729
1730 * window.el (window-with-parameter): Remove unused variable `windows'.
1731 (window--side-check): Remove unused variable `code'.
1732 (window--resize-siblings): Remove unused variable `first'.
1733 (adjust-window-trailing-edge): Remove unused variable `failed'.
1734 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1735 Use `let', not `let*'.
1736 (balance-windows-2): Remove unused variable `found'.
1737 (window--state-put-2): Remove unused variable `splits'.
1738 (window-state-put): Remove unused variable `selected'.
1739 (same-window-p): Use `string-match-p'.
1740 (display-buffer-assq-regexp): Remove unused variable `value'.
1741 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1742 Mark argument ALIST as ignored.
1743 (pop-to-buffer): Remove unused variable `old-window'.
1744
907201af
EZ
17452012-01-29 Eli Zaretskii <eliz@gnu.org>
1746
1747 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1748 and .lzma compressed files.
1749
ea162670
CY
17502012-01-29 Chong Yidong <cyd@gnu.org>
1751
5b95ee8a
CY
1752 * frame.el (window-system-default-frame-alist): Doc fix.
1753
ea162670
CY
1754 * dynamic-setting.el (font-setting-change-default-font): Don't
1755 change the default face if SET-FONT argument is non-nil (Bug#9982).
1756
d6e6f4b1
SB
17572012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1758
1759 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1760
0f29fa41 17612012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1762
1763 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1764 breakpoints in files outside current directory (Bug#6098).
1765
db174434
CY
17662012-01-29 Chong Yidong <cyd@gnu.org>
1767
6b25e4e2
SE
1768 * progmodes/python.el: Require ansi-color at top-level.
1769
6df6ae42
JB
1770 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1771 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1772 (lisp-mode-abbrev-table): Add doc.
1773 (lisp-mode-variables): Don't set local-abbrev-table.
1774 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1775
e70ee681
RW
17762012-01-28 Roland Winkler <winkler@gnu.org>
1777
1778 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1779
ace88aa2
RW
17802012-01-28 Roland Winkler <winkler@gnu.org>
1781
1782 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1783 (bibtex-set-dialect): Use it. Either set global values of
1784 dialect-dependent variables or bind these variables buffer-locally
1785 (Bug#10254).
1786 (bibtex-mode): Call bibtex-set-dialect via
1787 hack-local-variables-hook.
eb864a71
LM
1788 (bibtex-dialect): Update docstring.
1789 Add safe-local-variable predicate.
ace88aa2
RW
1790 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1791 bibtex-set-dialect.
1792 (bibtex-mode-map): Define menu for each dialect.
1793 (bibtex-entry): Fix docstring.
1794
93376c5b
CY
17952012-01-28 Chong Yidong <cyd@gnu.org>
1796
1797 * eshell/esh-arg.el (eshell-quote-argument): New function.
1798
1799 * eshell/esh-ext.el (eshell-invoke-batch-file):
1800 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1801 first arg to eshell-parse-command (Bug#10523).
1802
4372494f
DA
18032012-01-28 Drew Adams <drew.adams@oracle.com>
1804
1805 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1806 `default-directory' is non-nil.
1807
4d4ec1f8
EZ
18082012-01-28 Eli Zaretskii <eliz@gnu.org>
1809
1810 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1811 line that displays system-configuration-options. (Bug#9924)
1812
7c188927
DA
18132012-01-28 Drew Adams <drew.adams@oracle.com>
1814
1815 * descr-text.el (describe-char): Show information about POS, in
1816 addition to information about the character at POS. Improve and
1817 update the doc string. Change "code point" to "code point in
1818 charset", to avoid confusion with the character's Unicode code
1819 point shown above that. (Bug#10129)
1820
e0da685a
EZ
18212012-01-28 Eli Zaretskii <eliz@gnu.org>
1822
1823 * descr-text.el (describe-char): Show the raw character, not only
1824 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1825 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1826 for the reasons.
1827
70550acf
PH
18282012-01-28 Phil Hagelberg <phil@hagelb.org>
1829
eb864a71
LM
1830 * emacs-lisp/package.el (package-install):
1831 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1832
0ce8e868
CY
18332012-01-28 Chong Yidong <cyd@gnu.org>
1834
cb882333
JB
1835 * emacs-lisp/package.el (package-maybe-load-descriptor):
1836 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1837 (package-maybe-load-descriptor): Use it.
1838 (package-download-transaction): Fully load required packages
1839 inside the loop, so that `require' calls work (Bug#10593).
1840 (package-install): No need to call package-initialize now.
1841
2e7f3bea
CY
18422012-01-28 Chong Yidong <cyd@gnu.org>
1843
6e9bad14
CY
1844 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1845
f823b8ca
CY
1846 * tooltip.el (tooltip-mode): Doc fix.
1847 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1848
2680c309
CY
1849 * frame.el (set-cursor-color): Doc fix (Bug#352).
1850
d7a9e63b
CY
1851 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1852 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1853
2e7f3bea
CY
1854 * cus-edit.el (custom-buffer-create-internal): Fix search button
1855 action (Bug#10542).
2ae01800 1856 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1857
fc4f7a23
EW
18582012-01-27 Eduard Wiebe <usenet@pusto.de>
1859
1860 * dired.el (dired-mark-files-regexp):
1861 Include any subdirectory components. (Bug#10445)
1862
7dd37071
ML
18632012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1864
1865 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1866 Handle [host]:port syntax. (Bug#10533)
1867
a268160b
AH
18682012-01-27 Alex Harsanyi <harsanyi@mac.com>
1869
1870 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1871
e43273ef
GM
18722012-01-26 Glenn Morris <rgm@gnu.org>
1873
1874 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1875 * term.el (term-raw-escape-map): Use Control-X-prefix.
1876 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1877
1edf595d
MR
18782012-01-25 Martin Rudalics <rudalics@gmx.at>
1879
1880 * window.el (window-state-get, window--state-get-1): Don't deal
1881 with fixed-sizeness of windows. Simplify code.
1882
fa8eafef
JC
18832012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1884
6df6ae42
JB
1885 * window.el (window--state-get-1, window--state-put-2):
1886 Don't save and restore the mark.
fa8eafef 1887
0b21c100
CY
18882012-01-25 Chong Yidong <cyd@gnu.org>
1889
1890 * custom.el (custom-variable-p): Doc fix.
1891
5ae1a6c8
GM
18922012-01-25 Glenn Morris <rgm@gnu.org>
1893
40047858
GM
1894 * dired.el (dired-goto-file): Handle some of the more common
1895 characters that `ls -b' escapes. (Bug#10596)
1896
5ddce96c
GM
1897 * progmodes/compile.el (compilation-next-error-function):
1898 Respect compilation-first-column in the "*compilation*" buffer.
1899 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1900
5ae1a6c8
GM
1901 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1902
b559f1a9
GM
19032012-01-24 Glenn Morris <rgm@gnu.org>
1904
1905 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1906
6725d21a
JD
19072012-01-24 Julien Danjou <julien@danjou.info>
1908
1909 * color.el (color-rgb-to-hsl): Fix value computing.
1910 (color-hue-to-rgb): New function.
1911 (color-hsl-to-rgb): New function.
1912 (color-clamp, color-saturate-hsl, color-saturate-name)
1913 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1914 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1915
70df4bbe
GM
19162012-01-24 Glenn Morris <rgm@gnu.org>
1917
1918 * vc/vc-rcs.el (vc-rcs-create-tag):
1919 * vc/vc-sccs.el (vc-sccs-create-tag):
1920 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1921
802a2ae2
ML
19222012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1923
1924 * eshell/esh-util.el (eshell-read-hosts-file):
1925 Skip comment lines. (Bug#10549)
1926
d7128bb1
ML
1927 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1928
d1a5c3b4
JB
19292012-01-23 Juanma Barranquero <lekktu@gmail.com>
1930
2724d9c7
JB
1931 * subr.el (display-delayed-warnings): Doc fix.
1932 (collapse-delayed-warnings): New function to collapse identical
1933 adjacent warnings.
1934 (delayed-warnings-hook): Add it.
d1a5c3b4 1935
a5509865
MA
19362012-01-22 Michael Albinus <michael.albinus@gmx.de>
1937
1938 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1939
1940 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1941 properties, when "login-as" is set.
1942
1943 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1944 (tramp-default-user-alist): Don't add "pscp".
1945 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1946 property "login-as", if set. (Bug#10530)
1947
cc6d5805
MA
19482012-01-21 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1951 "plink1" and "psftp". (Bug#10530)
1952
19532012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1954
1955 * international/mule-cmds.el (prefer-coding-system): Show a
1956 warning message if the default value of file-name-coding-system
1957 was not changed.
1958
f0960428
JC
19592012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1960
cb882333
JB
1961 * windmove.el (windmove-reference-loc):
1962 Fix windmove-reference-loc miscalculation.
f0960428 1963
dd6f2a63
JB
19642012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1965
1966 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1967 default unit.
1968
7b447e9b
GM
19692012-01-21 Glenn Morris <rgm@gnu.org>
1970
117a9ea1
GM
1971 * international/mule.el (auto-coding-alist): Add .tbz.
1972
7b447e9b
GM
1973 * files.el (local-enable-local-variables): Doc fix.
1974 (inhibit-local-variables-regexps): Rename from
1975 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1976 Doc fix. Add some extensions from auto-coding-alist.
1977 (inhibit-local-variables-suffixes):
1978 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1979 (inhibit-local-variables-p):
1980 New function, extracted from set-auto-mode-1.
1981 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1982 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1983 (hack-local-variables): Doc fix. Make the mode-only case
1984 respect enable-local-variables and friends.
1985 Respect inhibit-local-variables-regexps for file-locals, but
1986 not for directory-locals.
1987 (set-visited-file-name):
1988 Take account of inhibit-local-variables-regexps.
1989 Whether it applies may change as the file name is changed.
1990 * jka-cmpr-hook.el (jka-compr-install):
1991 * jka-compr.el (jka-compr-uninstall):
1992 Update for inhibit-first-line-modes-suffixes name change.
1993
dd6e3cdd
MR
19942012-01-20 Martin Rudalics <rudalics@gmx.at>
1995
1996 * help-macro.el (make-help-screen): Temporarily restore original
1997 binding for minor-mode-map-alist (Bug#10454).
1998
0d0deb38
JD
19992012-01-19 Julien Danjou <julien@danjou.info>
2000
2001 * color.el (color-name-to-rgb): Use the white color to find the max
2002 color component value and return correctly computed values.
2003 (color-name-to-rgb): Add missing float conversion for max value.
2004
34a02f46
MR
20052012-01-19 Martin Rudalics <rudalics@gmx.at>
2006
2007 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2008 special state value for window-persistent-parameters.
2009 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2010 (window--state-put-2): Reset all window parameters to nil before
2011 assigning values of persistent parameters.
2012
606c44c4
AM
20132012-01-18 Alan Mackenzie <acm@muc.de>
2014
2015 Eliminate sluggishness and hangs in fontification of "semicolon
2016 deserts".
2017
cb882333
JB
2018 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2019 Change value 10000 -> 3000.
606c44c4
AM
2020 (c-state-safe-place): Reformulate so it doesn't stack up an
2021 infinite number of wrong entries in c-state-nonlit-pos-cache.
2022 (c-determine-limit-get-base, c-determine-limit): New functions to
2023 determine backward search limits disregarding literals.
2024 (c-find-decl-spots): Amend commenting.
2025 (c-cheap-inside-bracelist-p): New function which detects "={".
2026
2027 * progmodes/cc-fonts.el
2028 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2029 backward search.
2030 (c-font-lock-declarations): Fix an occurrence of point being
2031 undefined. Check additionally for point being in a bracelist or
2032 near a macro invocation without a semicolon so as to avoid a
2033 fruitless time consuming search for a declarator. Give a more
2034 precise search limit for declarators using the new
2035 c-determine-limit.
2036
f3860cea
GM
20372012-01-18 Glenn Morris <rgm@gnu.org>
2038
2039 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2040 (set-auto-mode): Doc fixes.
2041
1db03b16
GM
20422012-01-17 Glenn Morris <rgm@gnu.org>
2043
0e6038be
GM
2044 * isearch.el (search-nonincremental-instead): Fix doc typo.
2045
1db03b16
GM
2046 * dired.el (dired-insert-directory): Handle newlines in directory name.
2047 (dired-build-subdir-alist): Unescape newlines in directory name.
2048
4cb0aa75
MA
20492012-01-17 Michael Albinus <michael.albinus@gmx.de>
2050
2051 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2052 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2053 (tramp-action-terminal): Use it. (Bug#10530)
2054
1d00653d
SM
20552012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2058
6a6ee00d
MR
20592012-01-16 Martin Rudalics <rudalics@gmx.at>
2060
2061 * window.el (window-state-ignored-parameters): Remove variable.
2062 (window--state-get-1): Rename argument MARKERS to IGNORE.
2063 Handle persistent window parameters. Make copy of clone-of
2064 parameter only if requested. (Bug#10348)
2065 (window--state-put-2): Install a window parameter only if it has
2066 a non-nil value or an existing parameter shall be overwritten.
2067
97912def
MA
20682012-01-15 Michael Albinus <michael.albinus@gmx.de>
2069
2070 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2071
688070a5
EZ
20722012-01-14 Eli Zaretskii <eliz@gnu.org>
2073
2074 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2075 don't pass the (nil) value of `upnode' to string-match.
2076
301afadc
CY
20772012-01-14 Chong Yidong <cyd@gnu.org>
2078
2079 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2080 Fix values recognized by the cursorBlink resource.
301afadc 2081
9e5788aa
PE
20822012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2083
2084 * epg.el (epg--make-temp-file): Avoid permission race condition
2085 when running on old Emacs versions (bug#10403).
2086
3cdb7f5a
GM
20872012-01-14 Glenn Morris <rgm@gnu.org>
2088
2089 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2090
8c82b1b4
AM
20912012-01-13 Alan Mackenzie <acm@muc.de>
2092
2093 Fix filling for when filladapt mode is enabled.
2094
2095 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2096 c-mask-paragraph, pass in `fill-paragraph' rather than
2097 `fill-region-as-paragraph'. (This is a reversion of a previous
2098 change.)
eb864a71
LM
2099 * progmodes/cc-mode.el (c-basic-common-init):
2100 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2101
e517eda4
GM
21022012-01-13 Glenn Morris <rgm@gnu.org>
2103
1498536e
GM
2104 * dired.el (dired-switches-escape-p): New function.
2105 (dired-insert-directory): Use dired-switches-escape-p.
2106 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2107
e517eda4
GM
2108 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2109
328f984d
GM
21102012-01-12 Glenn Morris <rgm@gnu.org>
2111
2112 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2113 changes in adaptive-fill-regexp. (Bug#10276)
2114
2cc769a8
AM
21152012-01-11 Alan Mackenzie <acm@muc.de>
2116
2117 Fix Emacs bug #10463 - put `widen's around the critical spots.
2118
1d00653d 2119 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2120 widen around each invocation of c-state-pp-to-literal. Remove an
2121 unused let variable.
2122
e52c37fa
GM
21232012-01-11 Glenn Morris <rgm@gnu.org>
2124
2125 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2126 Doc fix.
e52c37fa 2127
96f8741e
CY
21282012-01-10 Chong Yidong <cyd@gnu.org>
2129
1d00653d
SM
2130 * net/network-stream.el (network-stream-open-starttls):
2131 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2132 response to the capability command.
2133
b09a806e
GM
21342012-01-10 Glenn Morris <rgm@gnu.org>
2135
2136 * mail/unrmail.el (unrmail): Tweak previous change.
2137
7655cb66
CY
21382012-01-09 Chong Yidong <cyd@gnu.org>
2139
2140 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2141
9d5a8f0b
AM
21422012-01-08 Alan Mackenzie <acm@muc.de>
2143
2144 Optimise font locking in long enum definitions.
2145
2146 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2147 arm to a cond form to handle enums.
2148 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2149 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2150
9a0115ab 21512012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2152
2153 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2154 (Bug#10401)
6bb72cbd 2155
f186bb95
LMI
21562012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2157
29232a68
LMI
2158 * faces.el (set-face-attribute): Clarify the meaning of the nil
2159 frame (bug#10294).
2160
4e5d086d
LMI
2161 * subr.el (with-selected-frame): Mention that the selected frame
2162 is restored (bug#9980).
2163
8e66aebe
LMI
2164 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2165 (bug#9759).
2166
cd394be1 2167 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2168 (password-read): Don't autoload unused function.
2169
adf4e762
JB
21702012-01-07 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * progmodes/which-func.el (which-func-mode): Turn into a
2173 non-interactive function and mark as obsolete (bug#10428).
2174
89bd9ccd
CY
21752012-01-06 Chong Yidong <cyd@gnu.org>
2176
2177 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2178 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2179 functions, along with 1 and -1.
2180
4afee9d5
EZ
21812012-01-06 Eli Zaretskii <eliz@gnu.org>
2182
2183 * time.el (display-time-load-average)
2184 (display-time-default-load-average): Doc fixes. See the thread
2185 starting at
2186 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2187 for the details.
2188
536aea70
GM
21892012-01-06 Glenn Morris <rgm@gnu.org>
2190
665ae865
GM
2191 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2192 has no messages. (Bug#10377)
2193
c869783d
GM
2194 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2195 than Info-edit. (Bug#10385)
2196
2bb4227e
GM
2197 * time.el (display-time-load-average, display-time-next-load-average):
2198 Doc fixes.
2199
7d5944b9
GM
2200 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2201 local setting of buffer-read-only to the input buffer. (Bug#10419)
2202
536aea70
GM
2203 * calendar/calendar.el (calendar-mode):
2204 Locally set scroll-margin to 0. (Bug#10379)
2205
7dccca16
UM
22062012-01-06 Ulrich Mueller <ulm@gentoo.org>
2207
2208 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2209
afbb7930
GM
22102012-01-05 Glenn Morris <rgm@gnu.org>
2211
2212 * eshell/em-unix.el (diff-no-select): Autoload it.
2213 (eshell/diff): Use diff-no-select. (Bug#10420)
2214
04482335
CY
22152012-01-05 Chong Yidong <cyd@gnu.org>
2216
7baca3bc
CY
2217 * shell.el (shell-dynamic-complete-functions): Revert last change.
2218 (shell-command-completion-function): New function.
2219 (shell-completion-vars): Use it to implement
2220 shell-completion-execonly (Bug#10417).
2221
04482335
CY
2222 * custom.el (enable-theme): Don't set custom-safe-themes.
2223
1d00653d
SM
2224 * cus-theme.el (custom-theme-merge-theme):
2225 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2226
bb5aa5d6
MM
22272012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2228
2229 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2230 first prompt in `sql-interacive-mode'.
2231 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2232 keywords.
6df6ae42 2233 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2234 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2235 context of original buffer. Invoke `sql-login-hook'.
2236
a7183d7c
EZ
22372012-01-04 Eli Zaretskii <eliz@gnu.org>
2238
2239 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2240 letters in cite-prefix.
2241
a1eacd1e
LMI
22422012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2243
2244 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2245
787cdb34
CY
22462012-01-03 Chong Yidong <cyd@gnu.org>
2247
1d00653d
SM
2248 * shell.el (shell-dynamic-complete-functions):
2249 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2250 comint-filename-completion first (Bug#10417).
2251
30710442
RS
22522012-01-02 Richard Stallman <rms@gnu.org>
2253
2254 * battery.el (battery-status-function):
2255 Detect when to use battery-yeeloong-sysfs.
2256 (battery-echo-area-format): Add string for Yeeloong.
2257 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2258 (battery-yeeloong-sysfs): New function.
2259
f75bfc33
CY
22602012-01-02 Chong Yidong <cyd@gnu.org>
2261
2262 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2263 (dirtrack): Merge code for handling relative filenames in prompt
2264 from shell-dir-cookie-watcher.
2265 (dirtrack-debug-message): New arg to avoid excess format calls.
2266
2267 * shell.el (shell-dir-cookie-re): Variable deleted.
2268 (shell-dir-cookie-watcher): Function deleted.
2269 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2270 with dirtrack-mode.
2271
651e947e
EZ
22722012-01-01 Eli Zaretskii <eliz@gnu.org>
2273
1d00653d
SM
2274 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2275 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2276 libgnutls-26.dll.
2277
94d4c7dc
AS
22782011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2279
2280 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2281
8d43f3cd
EZ
22822011-12-31 Eli Zaretskii <eliz@gnu.org>
2283
2284 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2285 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2286
98c8795a
MA
22872011-12-29 Michael Albinus <michael.albinus@gmx.de>
2288
2289 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2290 also for alternative shells.
2291 (tramp-open-connection-setup-interactive-shell): Check, whether
2292 the shell is a busybox.
2293 (tramp-send-command): Don't suppress multiple prompts for
2294 busyboxes, it hurts.
2295
51281b32
CY
22962011-12-28 Chong Yidong <cyd@gnu.org>
2297
2298 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2299 (gdb-get-source-file): Move mode line update to
2300 gdb-get-source-file (Bug#10087).
2301
2170cb53
CY
23022011-12-25 Chong Yidong <cyd@gnu.org>
2303
2304 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2305 gud-gdb-marker-filter without taking it as an argument.
2306 (gud-gdb-run-command-fetch-lines): Caller changed.
2307 (gud-gdb-completion-function): New variable.
2308 (gud-gdb-completion-at-point): Use it.
2309 (gud-gdb-completions-1): Split from gud-gdb-completions.
2310
2311 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2312 function as separate arguments.
2313 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2314 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2315 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2316 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2317 (gdb-stopped, def-gdb-auto-update-trigger)
2318 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2319 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2320 Callers changed.
2170cb53
CY
2321 (gud-gdbmi-completions): New function.
2322 (gdb): Use it for generating the completion table.
2323
be8b11bb
AM
23242011-12-24 Alan Mackenzie <acm@muc.de>
2325
2326 Introduce a mechanism to widen the region used in context font
1d00653d 2327 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2328
1d00653d
SM
2329 * progmodes/cc-langs.el (c-before-font-lock-functions):
2330 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2331 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2332 functions to be run just before context (etc.) font locking.
2333
2334 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2335 New, functionality extracted from
be8b11bb 2336 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2337 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2338 (c-after-change): Set c-in-after-change-fontification.
2339 (c-set-fl-decl-start): Rejig its interface, so it can be called
2340 from both after-change and context fontifying.
b81d40f0
JB
2341 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2342 New functions.
2343 (c-standard-font-lock-fontify-region-function): New variable.
2344 (c-font-lock-fontify-region): New function.
be8b11bb 2345
341cf6ac
JL
23462011-12-24 Juri Linkov <juri@jurta.org>
2347
2348 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2349 (Bug#10348)
2350
bffcee0a
MA
23512011-12-23 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2354 existence of source file. (Bug#10325)
2355
cb5e207c
AM
23562011-12-23 Alan Mackenzie <acm@muc.de>
2357
2358 Fix unstable fontification inside templates.
2359
b81d40f0
JB
2360 * progmodes/cc-langs.el (c-before-font-lock-functions):
2361 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2362 additionally has c-set-fl-decl-start. The other languages (apart
2363 from AWK) have that as a single entry.
2364
b81d40f0
JB
2365 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2366 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2367 c-set-fl-decl-start.
2368
b81d40f0
JB
2369 * progmodes/cc-mode.el (c-common-init, c-after-change):
2370 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2371 (c-set-fl-decl-start): New function, extracted from
2372 c-font-lock-enclosing-decls and enhanced.
2373
60ff536c
JB
23742011-12-23 Juanma Barranquero <lekktu@gmail.com>
2375
2376 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2377
1c4757d6
JL
23782011-12-22 Juri Linkov <juri@jurta.org>
2379
2380 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2381
d031f2c7
CY
23822011-12-22 Chong Yidong <cyd@gnu.org>
2383
2384 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2385
bace743a
DA
23862011-12-21 Drew Adams <drew.adams@oracle.com>
2387
2388 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2389
728a1f2b
JC
23902011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2391
2392 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2393
0d373f73
TZ
23942011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2395
fec0aaa4
TZ
2396 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2397 highlighting and support. Fix up comments for capitalization.
2398 (cfengine-mode-debug): New var.
2399 (cfengine3-mode): Change the modeline indicator to "CFE3".
2400 (cfengine3-font-lock-keywords): Improve defun highlighting.
2401 (cfengine2-actions): Rename from `cfengine-actions'.
2402 (cfengine2-font-lock-keywords): Rename from
2403 `cfengine-font-lock-keywords'.
2404 (cfengine2-imenu-expression): Rename from
2405 `cfengine-imenu-expression'.
2406 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2407 (cfengine2-beginning-of-defun): Rename from
2408 `cfengine-beginning-of-defun'.
2409 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2410 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2411 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2412 modeline indicator to "CFE2".
2413 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2414 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2415
bc86f573
CY
24162011-12-21 Chong Yidong <cyd@gnu.org>
2417
2418 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2419 filename argument.
2420
d45ba96b
MR
24212011-12-20 Martin Rudalics <rudalics@gmx.at>
2422
2423 * window.el (window-normalize-buffer-to-display): Remove.
2424 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2425
a6198c90
CY
24262011-12-19 Chong Yidong <cyd@gnu.org>
2427
2428 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2429 Don't signal an error in a predicate function; return non-nil.
2430 (vc-dir-mark-file): Move the error here.
2431 (vc-dir-mark-unmark): If acting on the region, keep going if one
2432 of the entries cannot be marked/unmarked.
2433 (vc-dir-mark-all-files): If current entry is a directory, mark
2434 only child files, as documented.
2435
34c5fb55
VB
24362011-12-19 Vincent BelaĂŻche <vincentb1@users.sourceforge.net>
2437
2438 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2439 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2440 addition.
2441
c803b2b7
JD
24422011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2443
2444 * term/ns-win.el (ns-get-selection-internal)
2445 (ns-store-selection-internal): Declare.
1154d12e
JB
2446 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2447 Declare as obsolete.
2448 (ns-get-pasteboard, ns-paste-secondary):
2449 Use ns-get-selection-internal.
2450 (ns-set-pasteboard, ns-copy-including-secondary):
2451 Use ns-store-selection-internal.
c803b2b7 2452
9cff91f8 24532011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2454
2455 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2456 (vc-deduce-fileset): Doc fix.
99a289d9 2457
f16c898a
AS
24582011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2459
2460 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2461
763237c4
SS
24622011-12-13 Sam Steingold <sds@gnu.org>
2463
2464 * man.el (Man-getpage-in-background): When running under a
2465 window-system, ignore $MANWIDTH and $COLUMNS.
2466
5fc1c122
KH
24672011-12-15 Kenichi Handa <handa@m17n.org>
2468
2469 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2470 (setup-ethiopic-environment-internal): Comment out key-binding for
2471 ethio-toggle-punctuation.
2472
13d49cbb
AM
24732011-12-13 Alan Mackenzie <acm@muc.de>
2474
898169a2
AM
2475 Add the switch statement to AWK Mode.
2476
7a71b18d 2477 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2478 "default" to the keywords regexp.
2479
7a71b18d 2480 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2481 expression as the rest.
1d00653d
SM
2482 (c-nonlabel-token-key): Allow string literals for AWK.
2483 Refactor for the other modes.
898169a2 2484
13d49cbb 2485 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2486 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2487 routines. Limit backward searching in c-font-lock-enclosing.decl.
2488
2489 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2490 pp-state and literal type in addition to the limits.
1d00653d 2491 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2492 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2493 (c-slow-in-literal, c-fast-in-literal): Remove.
2494 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2495
2496 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2497 being in a literal. Add a limit for backward searching.
2498
2499 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2500 c-slow-in-literal.
2501
15e0efc7
SM
25022011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2505
454592a6
MR
25062011-12-13 Martin Rudalics <rudalics@gmx.at>
2507
2508 * window.el (delete-other-windows): Use correct frame in call to
2509 window-with-parameter.
2510
87393f26
DP
25112011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2512
2513 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2514 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2515 (makefile-gmake-statements, makefile-makepp-statements):
2516 Use it and add new makepp keywords.
2517 (makefile-makepp-font-lock-keywords): Add new patterns.
2518 (makefile-match-function-end): Match new [...] and [[...]].
2519
11636b22
JB
25202011-12-11 Juanma Barranquero <lekktu@gmail.com>
2521
2522 * ses.el (ses-call-printer-return, ses-cell-property-get)
2523 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2524 (ses-create-cell-variable, ses-reset-header-string)
2525 (ses-cell-set-formula, ses-repair-cell-reference-all)
2526 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2527 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2528 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2529 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2530 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2531 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2532 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2533 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2534 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2535 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2536 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2537 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2538
cf018193
VB
25392011-12-11 Vincent BelaĂŻche <vincentb1@users.sourceforge.net>
2540
2541 * ses.el: The overall change is to add cell renaming, that is
2542 setting fancy names for cell symbols other than name matching
2543 "\\`[A-Z]+[0-9]+\\'" regexp .
2544 (ses-create-cell-variable): New defun.
2545 (ses-relocate-formula): Relocate formulas only for cells the
2546 symbols of which are not renamed, i.e. symbols whose names do not
2547 match regexp "\\`[A-Z]+[0-9]+\\'".
2548 (ses-relocate-all): Relocate values only for cells the symbols of
2549 which are not renamed.
2550 (ses-load): Create cells variables as the (ses-cell ...) are read,
2551 in order to check row col consistency with cell symbol name only
2552 for cells that are not renamed.
2553 (ses-replace-name-in-formula): New defun.
2554 (ses-rename-cell): New defun.
2555
ee957461
CY
25562011-12-11 Chong Yidong <cyd@gnu.org>
2557
2558 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2559 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2560
9a9e9ef0
MR
25612011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2562
2563 * window.el (other-window): Fix docstring.
2564
92a8eba5
EZ
25652011-12-10 Eli Zaretskii <eliz@gnu.org>
2566
2567 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2568 `from' or `to' address before taking its substring.
2569 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2570 encoded name is chopped in the middle of the encoded string, and
2571 thus displayed encoded.
2572
e152e577
JB
25732011-12-10 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2576
e5d84bfe
EZ
25772011-12-10 Eli Zaretskii <eliz@gnu.org>
2578
2579 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2580 to use texinfo-update-node and commands that call it if the
2581 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2582 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2583 (texinfo-all-menus-update, texinfo-master-menu)
2584 (texinfo-update-node, texinfo-every-node-update)
2585 (texinfo-multiple-files-update): Doc fix. Warn against updating
2586 all the @node lines.
2587 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2588 argument is numeric. Explain better in the doc string what the
2589 function really does.
2590 (texinfo-insert-master-menu-list): Improve the error message
2591 displayed if there's no menu in the Top node.
2592 (Bug#2975) See also this thread:
e5d84bfe
EZ
2593 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2594
1d84e9bb
MG
25952011-12-09 Manuel GĂłmez <mgrojo@gmail.com> (tiny change)
2596
2597 * speedbar.el (speedbar-supported-extension-expressions):
2598 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2599
382c953b
JB
26002011-12-09 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * printing.el (pr-mode-alist):
2603 * simple.el (filter-buffer-substring-functions)
2604 (completion-list-insert-choice-function):
2605 * window.el (window-with-parameter, window-atom-root)
2606 (window-sides-slots, window-size-fixed, window-min-delta)
2607 (window-max-delta, window--resize-mini-window)
2608 (window--resize-child-windows-normal, window-tree)
2609 (delete-other-windows, quit-window, split-window)
2610 (display-buffer-record-window, special-display-buffer-names)
2611 (special-display-regexps, special-display-popup-frame)
2612 (same-window-p, split-window-sensibly)
2613 (display-buffer-overriding-action, display-buffer-alist)
2614 (display-buffer-base-action, display-buffer, switch-to-buffer)
2615 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2616 (fit-window-to-buffer, recenter-positions)
2617 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2618 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2619 and remove unneeded backslashes in docstrings.
2620
39c9faef
SM
26212011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2622
98449af8
SM
2623 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2624
39c9faef
SM
2625 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2626 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2627 end in ".mk".
2628 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2629 when reading the makefile (bug#10116).
2630
86ed9fdc
SM
26312011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2634 (bug#10116).
2635
5580f89d
GM
26362011-12-06 Glenn Morris <rgm@gnu.org>
2637
2638 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2639
28d3917c
CY
26402011-12-06 Chong Yidong <cyd@gnu.org>
2641
2642 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2643
a98edce9
JB
26442011-12-06 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * textmodes/table.el (table-shorten-cell): Fix typo.
2647
e65adfac
CG
26482011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2649
2650 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2651
71cc0b74
EZ
26522011-12-05 Eli Zaretskii <eliz@gnu.org>
2653
2654 * descr-text.el (describe-char): Fix display of strong
2655 right-to-left characters and directional embeddings and overrides.
2656
2657 * simple.el (what-cursor-position): Fix display of codepoints of
2658 strong right-to-left characters.
2659
315bc30d
CY
26602011-12-05 Chong Yidong <cyd@gnu.org>
2661
2662 * faces.el (read-color): Doc fix.
2663
58a70b94
GM
26642011-12-05 Glenn Morris <rgm@gnu.org>
2665
2666 * align.el (align--set-marker): Add doc-string.
2667 Don't try to move something that is not a marker. (Bug#10216)
2668
5158face
GM
26692011-12-04 Glenn Morris <rgm@gnu.org>
2670
2671 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2672 overly zealous deletion of trailing whitespace.
2673
520fca41
JB
26742011-12-04 Juanma Barranquero <lekktu@gmail.com>
2675
2676 * server.el (server-delete-client): On Windows, do not try to delete
2677 the only terminal.
2678 (server-process-filter): On Windows, treat requests for a tty frame as
2679 if they were for a GUI frame if the running server is in GUI mode.
2680
5e605a2e
GM
26812011-12-03 Glenn Morris <rgm@gnu.org>
2682
2683 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2684
5c3fe83f
SM
26852011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2686
6f5e57e7
SM
2687 * electric.el: Streamline electric-indent's hook.
2688 (electric-indent-chars): Revert to simple list.
2689 (electric-indent-functions): New var.
2690 (electric-indent-post-self-insert-function): Use it.
2691
5c3fe83f
SM
2692 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2693 there's no inferior buffer (bug#10196).
2694 (prolog-consult-compile): Don't use toggle-read-only.
2695
6bdac736
MA
26962011-12-02 Michael Albinus <michael.albinus@gmx.de>
2697
2698 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2699 interrupt. (Bug#10187)
2700
6131ba7f
SM
27012011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2702
99c79fee
SM
2703 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2704 (bug#9160).
2705
6131ba7f
SM
2706 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2707 (bug#10191).
2708
cb0a02ea
JL
27092011-12-02 Juri Linkov <juri@jurta.org>
2710
2711 * info.el (Info-search): Display "end of manual" when Isearch
2712 reaches the end of single-file Info manual. (Bug#9918)
2713
66e0570c
EZ
27142011-12-02 Eli Zaretskii <eliz@gnu.org>
2715
2716 * isearch.el (isearch-message-prefix): Run the input method part
2717 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2718
02b16839
JL
27192011-12-02 Juri Linkov <juri@jurta.org>
2720
2721 * isearch.el (isearch-occur): Use `word-search-regexp' for
2722 `isearch-word'.
2723 (isearch-search-and-update): Add condition for `isearch-word' and
2724 call `word-search-regexp'. (Bug#10145)
2725
0b950688
GM
27262011-12-01 Glenn Morris <rgm@gnu.org>
2727
2728 * eshell/em-hist.el (eshell-hist-initialize):
2729 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2730 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2731
9505c3c7
SM
27322011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2735
1bbe96b2 27362011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2737
a1beca85
SM
2738 * progmodes/verilog-mode.el (verilog-pretty-expr):
2739 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2740 verilog, such as += *= and the like.
2741 (verilog-assignment-operator-re): Regular expression to find the
2742 assigment operator in a verilog assignment.
2743 (verilog-assignment-operation-re): Regular expression to find an
2744 assignment statement for pretty-expr.
2745 (verilog-in-attribute-p): Query returns true if point is in an
2746 attribute context; used to skip these for expression line up from
2747 pretty-expr.
2748 (verilog-in-parameter-p): Query returns true if point is in an
2749 parameter definition context; used to skip these for expression
2750 line up from pretty-expr.
2751 (verilog-in-parenthesis-p): Query returns true if point is in a
2752 parenthetical expression, specifically ( ) but not [ ] or { };
2753 used by pretty-expr.
2754 (verilog-just-one-space): If there is no space, don't add one.
2755 (verilog-get-lineup-indent-2): Specifically skip just attribute
2756 contexts for expression lineup, rather than skipping all
2757 parenthetical expressions.
2758 (verilog-calculate-indent): Fix comment, and fix indent.
2759 (verilog-do-indent): Indent declarations in lists (suggested by
2760 Joachim Lechner).
2761 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2762 skeleton items.
2763 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2764 by Alain Mellan).
2765
1bbe96b2 27662011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2767
2768 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2769 parameters with embedded comments. Reported by Ray Stevens.
2770 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2771 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2772 Reported by Tim Holt.
2773 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2774 instantiated by upper module causing wrong expansion until AUTOed a
2775 second time. Reported by K C Buckenmaier.
2776 (verilog-diff-auto): Fix showing .* as a difference when
2777 `verilog-auto-star-save' off. Reported by Dan Dever.
2778 (verilog-auto-reset, verilog-read-always-signals)
2779 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2780 temporary signals in reset list if
2781 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2782 style to each signal's assignment type, bug381.
2783 Reported by Thomas Esposito.
6288f0ca
WS
2784 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2785 (verilog-uvm-statement-re): Support UVM indentation and
2786 highlighting, with old OVM keywords only.
a1beca85 2787 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2788 Support AUTOTIEOFF creating non-wire data types.
2789 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2790 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2791 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2792 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2793 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2794 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2795 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2796 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2797 non-numeric vector width. Reported by Alex Reed.
2798 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2799 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2800 (verilog-auto-delete-trailing-whitespace):
2801 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2802 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2803 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2804 Fix verilog-scan-cache corruption when running user AUTO expansion
2805 hooks that call indentation routines.
2806 (verilog-simplify-range-expression): Fix typo ignoring lower case
2807 identifiers.
2808 (verilog-delete-auto): Fix delete-autos to also remove user created
2809 automatics, as long as they start with AUTO.
2810 (verilog-batch-diff-auto, verilog-diff-auto)
2811 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2812 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2813 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2814 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2815 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2816 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2817 is disabled and its cache will get corrupt, causing AUTOS not to
2818 expand. Instead use only -quick functions.
2819 (verilog-scan-region): Fix scanning over escaped quotes.
2820 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2821 (verilog-re-search-backward-quick)
2822 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2823 related functions now ignore strings, to fix misparsing of strings
2824 with magic comments embedded in them.
a1beca85
SM
2825 (verilog-read-auto-template):
2826 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2827 Reported by Brad Dobbie.
2828 (verilog-read-auto-template):
2829 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2830 Reported by Brad Dobbie.
6288f0ca
WS
2831 (verilog-auto-inst, verilog-auto-inst-param)
2832 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2833 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2834 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2835 debugging templates without merge conflicts, bug357.
2836 Reported by Brad Dobbie.
2837 (verilog-read-auto-template):
2838 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2839 Reported by Brad Dobbie.
2840 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2841 abbrevs so user won't be asked to save.
2842 (verilog-read-auto-lisp-present): Fix to start at beginning of
2843 buffer in case called outside of verilog-auto.
2844 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2845 to "X-2". Reported by Matthew Myers.
2846 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2847 all inputs from module templates. Reported by Leith Johnson.
2848 (verilog-module-inside-filename-p): Fix locating programs as with
2849 modules.
2850 (verilog-auto-inst-port): Fix vl-width expressions when using
2851 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2852 (verilog-decls-get-regs, verilog-decls-get-signals,
2853 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2854 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2855 verilog-read-decls): Combine reg and wire structures into one var
2856 structure to represent SystemVerilog concepts.
2857 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2858 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2859 (verilog-auto-wire-type, verilog-insert-definition):
2860 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2861 SystemVerilog "logic" keyword instead of "wire"/"reg".
2862 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2863 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2864 ifdef or generate if so there's not a driver conflict).
2865 Reported by Matthew Myers.
2866 (verilog-auto-declare-nettype, verilog-insert-definition):
2867 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2868 `default_nettype none. Reported by Julian Gorfajn.
2869 (verilog-read-always-signals-recurse, verilog-read-decls)
2870 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2871 malformed end statement, bug325. Reported by Joshua Wise and
2872 Andrew Drake.
2873 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2874 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2875 when expanding .* in interfaces, bug320.
2876 Reported by Pierre-David Pfister.
6288f0ca 2877 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2878 name and open parenthesis, bug317.
2879 Reported by Pierre-David Pfister.
6288f0ca
WS
2880 (verilog-simplify-range-expression): Fix simplification of
2881 multiplications inside AUTOWIRE connections, bug303.
2882 (verilog-auto-inst-port): Support parameter expansion in
2883 multidimensional arrays.
2884 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2885 after "assert property". Reported by Julian Gorfajn.
2886 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2887 with multiplication, bug303.
2888 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2889 Reported by Jan Frode Lonnum.
2890
1bbe96b2
GM
28912011-11-30 Juanma Barranquero <lekktu@gmail.com>
2892
2893 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2894 (hfy-shell-file-name, hfy-shell):
2895 * international/fontset.el (x-decompose-font-name): Fix typos.
2896
28972011-11-29 Ken Brown <kbrown@cornell.edu>
2898
2899 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2900 (gdb-version): Remove defvar.
2901 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2902 (gdb-gud-context-command, gdb-non-stop-handler)
2903 (gdb-current-context-command, gdb-stopped): Use it.
2904 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2905 (gdb-non-stop-handler): Don't enable pretty-printing here.
2906 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2907 non-stop mode. Use the following.
2908 (gdb-check-target-async): New defun.
2909 (gud-watch, gdb-stopped): Fix whitespace.
2910 (gdb-get-source-file): Don't try to display the source file if
2911 `gdb-main-file' is nil.
2912
29132011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * align.el: Try to generate fewer markers (bug#10047).
2916 (align--set-marker): New macro.
2917 (align-region): Use it.
2918
c935221f
SM
29192011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2922
e70b5064
CY
29232011-11-29 Chong Yidong <cyd@gnu.org>
2924
2925 * indent.el (indent-for-tab-command, indent-according-to-mode):
2926 Doc fix.
2927 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2928
f3af92b7
MA
29292011-11-29 Michael Albinus <michael.albinus@gmx.de>
2930
2931 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2932 aware of remote file names. (Bug#10124)
2933
ed472be9
CY
29342011-11-29 Chong Yidong <cyd@gnu.org>
2935
2936 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2937
24510c22
SM
29382011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * files.el (find-file): Don't use force-same-window (bug#10144).
2941 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2942 use pop-to-buffer if the selected window can't be used.
2943 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2944
c60c3703
EZ
29452011-11-28 Eli Zaretskii <eliz@gnu.org>
2946
2947 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2948 special-mode-map.
2949
e95def75
CY
29502011-11-28 Chong Yidong <cyd@gnu.org>
2951
2952 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2953
c3f1c606
NR
29542011-11-27 Nick Roberts <nickrob@snap.net.nz>
2955
2956 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2957 gdb-get-source-file-list on gdb-create-source-file-list.
2958
00db469c
EZ
29592011-11-26 Eli Zaretskii <eliz@gnu.org>
2960
2961 * whitespace.el (whitespace-newline): Use a different foreground
2962 color for 16-color light-background displays.
2963
4ad3bc2a
CY
29642011-11-24 Chong Yidong <cyd@gnu.org>
2965
2966 * window.el (display-buffer--special-action): Doc fix.
2967
e9fce1ac
JB
29682011-11-25 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2971 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2972 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2973 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2974 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2975 (avl-tree-stack-first):
2976 * emacs-lisp/cconv.el (cconv--analyse-use):
2977 * net/gnutls.el (gnutls-negotiate): Fix typos.
2978
cb825e5d
GM
29792011-11-24 Glenn Morris <rgm@gnu.org>
2980
3adbe224
GM
2981 * lpr.el (lpr-windows-system, lpr-lp-system):
2982 * mail/binhex.el (binhex-begin-line):
2983 * progmodes/grep.el (grep-history, grep-find-history):
2984 * textmodes/flyspell.el:
2985 * vc/pcvs-defs.el (cvs-global-menu):
2986 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2987 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2988 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2989
321decc8
GM
2990 * net/tls.el: Fix case of "GnuTLS".
2991
420b63ad
GM
2992 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2993
cb825e5d
GM
2994 * version.el (emacs-build-system): Give it a doc-string.
2995
a0649f08
JL
29962011-11-24 Juri Linkov <juri@jurta.org>
2997
2998 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2999
c0bc0fd4
GM
30002011-11-24 Glenn Morris <rgm@gnu.org>
3001
3002 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3003 if called on a non-mime message just toggle the headers. (Bug#8006)
3004
20db1522
JB
30052011-11-24 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3008 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3009 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3010 (allout-rebullet-heading, allout-open-sibtopic)
3011 (allout-toggle-current-subtree-encryption)
3012 (allout-toggle-subtree-encryption, allout-encrypt-string)
3013 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3014 (allout-distinctive-bullets-string, allout-auto-activation):
3015 * window.el (window-normalize-buffer-to-display):
3016 * progmodes/verilog-mode.el (verilog-batch-indent):
3017 * textmodes/bibtex.el (bibtex-field-braces-opt)
3018 (bibtex-field-strings-opt):
3019 * vc/cvs-status.el (cvs-tree-merge):
3020 Fix typos.
3021
7262a87c
MA
30222011-11-23 Michael Albinus <michael.albinus@gmx.de>
3023
3024 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3025 `non-essential' to t, in order to avoid remote connections.
3026
283430a1
EZ
30272011-11-23 Eli Zaretskii <eliz@gnu.org>
3028
a1beca85
SM
3029 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3030 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3031 case-insensitively.
3032
d2992a38
ML
30332011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3034
3035 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3036
50419064
GM
30372011-11-23 Glenn Morris <rgm@gnu.org>
3038
da94eca1
GM
3039 * paths.el (rmail-file-name): Reformat the doc-string so that it
3040 is picked up.
3041
9aac4de2
GM
3042 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3043 (rmail-auto-file): Ignore case in the "special" field names,
3044 as mail-fetch-field does for all others.
3045
8038d2d2
GM
3046 * mail/rmail.el (rmail-forward):
3047 * mail/rmailkwd.el (rmail-set-label):
3048 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3049 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3050
f3fe222a
GM
3051 * mail/rmail.el (rmail-current-message): Doc fix.
3052
50419064
GM
3053 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3054
28109f49
SM
30552011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3058
394c65f1
GM
30592011-11-22 Glenn Morris <rgm@gnu.org>
3060
3061 * mail/rmailmm.el (test-rmail-mime-handler)
3062 (test-rmail-mime-bulk-handler)
3063 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3064
f2a0aa3a
JL
30652011-11-21 Juri Linkov <juri@jurta.org>
3066
1154d12e
JB
3067 * calc/calc.el (calc-read-key-sequence):
3068 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3069
9c34a344
LMI
30702011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3071
3072 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3073 Tell the caller that the next line needs recomputation, even
3074 though it doesn't start a sexp (bug#10094).
3075
f04a3be9
SM
30762011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3079
7978747f
SM
30802011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3081
f04a3be9
SM
3082 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3083 Use force-same-window.
7978747f 3084
fe7a3057
JB
30852011-11-20 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * descr-text.el (describe-char-unicode-data):
3088 * json.el (json-string-escape):
3089 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3090 (Footnote-unicode, Footnote-style-p):
3091 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3092
24901d61
CY
30932011-11-20 Chong Yidong <cyd@gnu.org>
3094
3095 * window.el (replace-buffer-in-windows): Restore interactive spec.
3096
bac7ff22
SM
30972011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3098
24f3d7b9
SM
3099 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3100
bac7ff22
SM
3101 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3102 (byte-compile-global-not-obsolete-vars): New var.
3103 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3104 Use it.
3105 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3106
cd1181db
JB
31072011-11-20 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3110 * progmodes/pascal.el (electric-pascal-equal):
3111 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3112 * xml.el (xml-substitute-special): Fix typos.
3113
7fb18e9e
GM
31142011-11-20 Glenn Morris <rgm@gnu.org>
3115
3116 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3117 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3118 Doc fixes.
3119 (rmail-decode-mime-charset): Mark as obsolete.
3120
3121 * mail/rmailsum.el (rmail-message-regexp-p-1):
3122 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3123 Before using mime functions, check they are set. (Bug#10077)
3124
d5a6b3ba
JL
31252011-11-19 Juri Linkov <juri@jurta.org>
3126
3127 * info.el (Info-finder-find-node): Use `package--builtins' instead
3128 of `package-alist'. Use node names formed by the pattern "Keyword "
3129 and the keyword name.
3130
e981b61f
AS
31312011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3132
1d00653d 3133 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3134
3ffbc301
JL
31352011-11-19 Juri Linkov <juri@jurta.org>
3136
3137 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3138 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3139 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3140 `old-history', `old-history-forward'. Add let-binding
3141 `window-selected'. Remove calls to `kill-buffer',
3142 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3143 before calling `Info-find-node', so `Info-find-node-2' will reread
3144 the Info file. Restore window positions only when `window-selected'
3145 is non-nil.
3146
30c62133
JL
31472011-11-19 Juri Linkov <juri@jurta.org>
3148
3149 * isearch.el (isearch-lazy-highlight-new-loop):
3150 Remove condition `(not isearch-error)'. (Bug#9918)
3151
3152 * misearch.el (multi-isearch-search-fun): Add condition
3153 `(not bound)' to ignore lazy-highlighting search.
3154 Add the search-failed message "end of multi" when the end of
3155 multi-sequence is reached. Uncapitalize the search-failed
3156 message "Repeat for next buffer".
3157
3158 * info.el (Info-search): Add the search-failed message
3159 "end of the manual" when the end of the manual is reached
3160 in Isearch mode.
3161
645ca9cf
JL
31622011-11-19 Juri Linkov <juri@jurta.org>
3163
3164 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3165 Use non-destructive `remove' instead of `delete' because
3166 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3167 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3168
df754f66
JL
31692011-11-19 Juri Linkov <juri@jurta.org>
3170
3171 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3172 to nil instead of binding `search-ring' and `regexp-search-ring'.
3173 (Bug#9185)
3174
0e23d96a
EZ
31752011-11-19 Eli Zaretskii <eliz@gnu.org>
3176
3177 * simple.el (line-move): Force movement by logical lines for any
3178 hscrolled window, not only when auto-hscroll-mode is on.
3179 (line-move-visual): Update doc string to that effect. (Bug#10076)
3180
8a6ccb66
AS
31812011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3182
3183 * language/european.el (macintosh): Define as alias for mac-roman.
3184
49ae5b39
EZ
31852011-11-19 Eli Zaretskii <eliz@gnu.org>
3186
3187 * mail/rmailmm.el (rmail-mime-display-header)
3188 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3189 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3190 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3191 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3192 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3193 of a raw aref.
3194 (rmail-mime-entity-segment): To get past the tagline, move forward
3195 2 more lines, to account for the 2 empty lines that precede and
3196 follow the line with the buttons.
3197 (rmail-mime-update-tagline): Move one more line, to get past the
3198 empty line that follows the buttons in the tagline. (Bug#9520)
3199
c56cad4a
MR
32002011-11-19 Martin Rudalics <rudalics@gmx.at>
3201
3202 * window.el (window-max-delta-1, window-min-delta-1)
3203 (window-min-size-1, window-state-get-1, window-state-put-1)
3204 (window-state-put-2): Use "window--" prefix.
3205
cbe71af3
SM
32062011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3207
2ad52c60
SM
3208 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3209 (smie-warning-count): New var.
3210 (smie-set-prec2tab): Use it.
3211 (smie-bnf->prec2): Improve warnings. Add docstring.
3212 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3213 (smie-bnf--set-class): New function.
3214 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3215 corner case.
3216
6944dbc1
SM
3217 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3218 (compilation-error-properties, compilation-move-to-column):
3219 Handle compilation-first-column while in the target buffer.
3220
c400c4d7
SM
3221 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3222 Don't hardcode point-min==1.
3223
6dbe3e96
SM
3224 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3225 (eshell-rewrite-for-command): Remove workaround.
3226 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3227 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3228 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3229
cbe71af3
SM
3230 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3231
a8e1496d
GM
32322011-11-17 Glenn Morris <rgm@gnu.org>
3233
3234 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3235 Ignore buffer-local generated-autoload-file if it is the same
3236 as the global value. (Bug#10049)
3237
df85d315
JB
32382011-11-17 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3241 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3242 (reftex-toc-previous-heading, reftex-toc-max-level)
3243 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3244 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3245 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3246 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3247 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3248 (reftex-toc-rename-label, reftex-toc-visit-location)
3249 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3250 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3251 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3252 leaving "*toc*" only for references to the buffer.
3253
a0c2d0ae
MR
32542011-11-17 Martin Rudalics <rudalics@gmx.at>
3255
3256 * window.el (window-resize, delete-window, split-window):
3257 Replace window-splits by window-combination-resize.
1d00653d 3258 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3259
35c0bac8
GM
32602011-11-17 Glenn Morris <rgm@gnu.org>
3261
3262 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3263 Make bash entry derive from sh entry, not shell entry.
3264
d0c8fc8a
MA
32652011-11-16 Michael Albinus <michael.albinus@gmx.de>
3266
d0c8fc8a
MA
3267 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3268 properties of linked files. (Bug#9879)
3269
7262a87c
MA
3270 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3271 local file name.
3272
7877f373
JB
32732011-11-16 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * menu-bar.el (menu-bar-file-menu):
3276 * printing.el (pr-ps-utility):
3277 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3278 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3279 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3280 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3281 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3282 (icalendar--convert-cyclic-to-ical)
3283 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3284 (icalendar--convert-ical-to-diary)
3285 (icalendar--convert-recurring-to-diary)
3286 (icalendar--convert-non-recurring-all-day-to-diary)
3287 (icalendar-import-format-sample):
3288 * progmodes/idlw-shell.el (idlwave-shell-mode):
3289 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3290 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3291 (vhdl-ps-print-init): Fix typos.
3292
10649b82
KM
32932011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3294
9d0cfcd6
GM
3295 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3296 FSF and collapse date sequence, obscure author/maintainer email address
3297 better, remove extra version line, track relocation of author's webpage.
10649b82 3298
9d0cfcd6
GM
3299 * progmodes/python.el (python-pdbtrack-input-prompt)
3300 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3301 regular python pdb prompts. Adjustments shamelessly taken exactly as
3302 suggested in EmacsWiki page (tiny change):
3303 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3304
58179cce
JB
33052011-11-16 Juanma Barranquero <lekktu@gmail.com>
3306
3307 * expand.el (expand-pos, expand-index, expand-point):
3308 Remove redundant info from docstring.
3309 (expand-add-abbrevs): Doc fix.
3310 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3311 (expand-sample-perl-mode-expand-list): Fix typos.
3312
3313 * net/dbus.el (dbus-event-member-name):
3314 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3315 * term/pc-win.el (msdos-create-frame-with-faces):
3316 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3317
b6f67890
MR
33182011-11-16 Martin Rudalics <rudalics@gmx.at>
3319
3320 * window.el (split-window, window-state-get-1)
3321 (window-state-put-1, window-state-put-2): Rename occurrences of
3322 window-nest to window-combination-limit.
1d00653d 3323 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3324
ce7ddba0
CY
33252011-11-16 Chong Yidong <cyd@gnu.org>
3326
3327 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3328 regexp (Bug#10033).
3329
3ae704f4
SM
33302011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3333 `completing-read' will remove *Completions* and will preserve
3334 current-buffer for us.
3335 (tmm-add-prompt): Users of *Completions* will always (re)set its
3336 major mode.
3337 (tmm-old-comp-map): Remove.
3338
6ad1cdde
GM
33392011-11-16 Glenn Morris <rgm@gnu.org>
3340
3341 * mail/rmailedit.el: Require rmailmm when compiling.
3342 (rmail-old-mime-state): New declaration.
3343 (rmail-edit-current-message): If editing a mime message,
3344 edit the "raw" message from the mbox buffer.
3345 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3346
d20faa20
GM
33472011-11-15 Glenn Morris <rgm@gnu.org>
3348
3349 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3350 which wasn't being used. Add optional arg to force given state.
3351 (rmail-mime): Add optional arg to force given state.
3352
c7015153
JB
33532011-11-15 Juanma Barranquero <lekktu@gmail.com>
3354
3355 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3356 * frame.el (display-mm-dimensions-alist):
3357 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3358 (outline-move-subtree-down):
3359 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3360 (newsticker--treeview-do-get-node):
3361 * net/quickurl.el (quickurl-list-buffer-name):
3362 * progmodes/dcl-mode.el (dcl-mode):
3363 * progmodes/gdb-mi.el (gdb-mapcar*):
3364 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3365
45261b50
GM
33662011-11-15 Glenn Morris <rgm@gnu.org>
3367
3368 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3369 in a boolean sense, so just make it a boolean, and fix the doc.
3370 (rmail-show-mime-function, rmail-mime-feature)
3371 (rmail-require-mime-maybe): Doc fixes.
3372 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3373
3374 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3375
0d26e0b6
JB
33762011-11-15 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3379 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3380 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3381 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3382
447f30f6
GM
33832011-11-15 Glenn Morris <rgm@gnu.org>
3384
672b871d
GM
3385 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3386 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3387 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3388 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3389 (rmail-mime, rmail-show-mime): Doc fixes.
3390
f6aa5bb1
GM
3391 * term/ns-win.el (mode-line-frame-identification):
3392 Leave it alone. (Bug#10051)
3393
947cd66b
GM
3394 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3395
447f30f6
GM
3396 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3397 Handle empty buffers. (Bug#9978)
3398
0b381c7e
JB
33992011-11-14 Juanma Barranquero <lekktu@gmail.com>
3400
3401 * international/mule.el (define-charset):
3402 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3403 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3404 * progmodes/verilog-mode.el (verilog-backward-token):
3405 * textmodes/ispell.el (lookup-words):
3406 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3407
71e027ac
GM
34082011-11-14 Glenn Morris <rgm@gnu.org>
3409
56632ce4
GM
3410 * progmodes/executable.el
3411 (executable-make-buffer-file-executable-if-script-p):
3412 Handle file-modes returning nil.
3413
40500957
GM
3414 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3415 message - not necessary, and causes problems. (Bug#9831)
3416
071c2340
GM
3417 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3418
d3cfca60
GM
3419 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3420
71e027ac
GM
3421 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3422 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3423 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3424
89d61221
MR
34252011-11-12 Martin Rudalics <rudalics@gmx.at>
3426
3427 * window.el (window-resize, delete-window): Use window-splits
3428 variable instead of function.
3429 (window-state-get-1, window-state-put-2, window-state-put):
3430 Don't deal with windows' splits status.
3431
98282f6f
GM
34322011-11-12 Glenn Morris <rgm@gnu.org>
3433
3434 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3435 (apropos-documentation): Doc fixes.
3436
40a8bdf6
JB
34372011-11-11 Juanma Barranquero <lekktu@gmail.com>
3438
3439 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3440 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3441
65bd19ff
SM
34422011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * electric.el (electric-indent-post-self-insert-function): Make it
3445 possible for a char to only indent in some circumstances.
3446 (electric-indent-mode): Simplify.
3447
54f9154c
MR
34482011-11-11 Martin Rudalics <rudalics@gmx.at>
3449
3450 * window.el (windows-with-parameter): Remove unused function.
3451 (windows-at-side): Rename to window-at-side-list.
3452 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3453 (window-side-check, window-size-ignore, window-size-fixed-1)
3454 (window-in-direction-2): Prefix with "window--".
3455 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3456
68cbc58b
GM
34572011-11-11 Glenn Morris <rgm@gnu.org>
3458
3459 * subr.el (eval-after-load): If FILE is already loaded,
3460 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3461
b2621720
GM
34622011-11-10 Glenn Morris <rgm@gnu.org>
3463
9a4de110
GM
3464 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3465 Call svn via vc-svn-command rather than vc-do-command.
3466 (vc-svn-command): Add --non-interactive. (Bug#9993)
3467 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3468
b2621720
GM
3469 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3470 Add toggle-read-only. (Bug#7292)
3471 * files.el (toggle-read-only): Mention that it should only
3472 be used interactively. (Bug#10006)
3473
1dce7193
SM
34742011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3475
d9ac1a1e
SM
3476 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3477 Adjust regexp for OCaml warnings.
3478
0c325082
SM
3479 * electric.el (electric-pair-post-self-insert-function): Let user
3480 turn it off buffer-locally (bug#9932).
3481
90132c14
SM
3482 * progmodes/python.el (python-beginning-of-statement):
3483 Rewrite (bug#2703).
3484
1dce7193
SM
3485 * progmodes/compile.el: Better handle TABs (bug#9749).
3486 (compilation-internal-error-properties)
3487 (compilation-next-error-function): Obey the target buffer's
3488 compilation-error-screen-columns.
3489
c4e7c63a
JB
34902011-11-09 Juanma Barranquero <lekktu@gmail.com>
3491
3492 * progmodes/meta-mode.el: Remove obsolete comments.
3493 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3494 Fix typos in docstrings.
3495
2cffd681
MR
34962011-11-09 Martin Rudalics <rudalics@gmx.at>
3497
3498 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3499 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3500 (window--resizable): New function. Make all callers of
3501 window-resizable call window--resizable instead.
3502 (window-resizable): Rewrite in terms of window--resizable.
3503
0edcba87
GM
35042011-11-08 Glenn Morris <rgm@gnu.org>
3505
3506 * progmodes/delphi.el (delphi-mode-syntax-table):
3507 Let define-derived-mode define a proper syntax table. (Bug#9994)
3508
4b0d61e3
SM
35092011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * window.el: Stay away from defsubst.
3512 (window-list-no-nils): Remove.
3513 (window-state-get-1, window-state-get): Use backquote instead.
3514
cd394be1 35152011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3516
4b0d61e3 3517 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3518 Fix incorrect use of default argument in `completing-read'.
3519
e1c2c6f2
MR
35202011-11-08 Martin Rudalics <rudalics@gmx.at>
3521
3522 * window.el (display-buffer-function, special-display-function):
3523 Mention display-buffer-record-window but do not mention
3524 help-setup parameter in doc-strings.
b3f4a882 3525 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3526
105216ed
CY
35272011-11-08 Chong Yidong <cyd@gnu.org>
3528
3529 * window.el (window-total-height, window-total-width): Doc fix.
3530 (window-body-size): Move from C.
3531 (window-body-height, window-body-width): Move to C.
3532
0a9f9ab5
SM
35332011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * window.el: Make special-display like display-buffer-alist (bug#9532).
3536 (display-buffer--special-action): New function, morphed
3537 from display-buffer--special.
3538 (display-buffer): Use it to handle special-display-buffers at higher
3539 priority (just after display-buffer-alist).
3540 (display-buffer-fallback-action, display-buffer--other-frame-action)
3541 (pop-to-buffer-same-window): Remove display-buffer--special.
3542
a769dd15
GM
35432011-11-07 Glenn Morris <rgm@gnu.org>
3544
3545 * calendar/cal-menu.el (cal-menu-set-date-title):
3546 Do nothing if not in a calendar. (Bug#9976)
3547
05a61ee3
SM
35482011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * files.el (find-file): Always use selected-window.
3551
be7f5545
MR
35522011-11-07 Martin Rudalics <rudalics@gmx.at>
3553
3554 * window.el (window-combinations): Make WINDOW argument
3555 mandatory. Rewrite doc-string.
3556 (walk-window-subtree, window-atom-check, window-min-delta)
3557 (window-max-delta, window--resize-this-window)
3558 (window--resize-root-window-vertically, window-tree)
3559 (balance-windows, window-state-put): Rewrite doc-strings as to
3560 not mention the term "subwindow".
3561 (window--resize-subwindows-skip-p): Rename to
3562 window--resize-child-windows-skip-p.
3563 (window--resize-subwindows-normal): Rename to
3564 window--resize-child-windows-normal.
3565 (window--resize-subwindows): Rename to
3566 window--resize-child-windows.
3567 (window-or-subwindow-p): Rename to window--in-subtree-p.
3568
3c6702ef
ML
35692011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3570
3571 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3572 Ensure that mbox format messages end in two newlines (Bug#9974).
3573
49745b39
CY
35742011-11-06 Chong Yidong <cyd@gnu.org>
3575
3576 * window.el (window-combination-p): Function deleted; its
3577 side-effect is not used in any existing code.
3578 (window-combinations, window-combined-p): Call window-*-child
3579 directly.
3580
24300f5f
CY
35812011-11-05 Chong Yidong <cyd@gnu.org>
3582
3583 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3584 (window-size-ignore, window-state-get): Callers changed.
3585 (window-normalize-window): Rename from window-normalize-any-window.
3586 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3587 (window-normalize-live-window): Delete.
447f16b8
CY
3588 (window-combination-p, window-combined-p, window-combinations)
3589 (walk-window-subtree, window-atom-root, window-min-size)
3590 (window-sizable, window-sizable-p, window-size-fixed-p)
3591 (window-min-delta, window-max-delta, window-resizable)
3592 (window-resizable-p, window-full-height-p, window-full-width-p)
3593 (window-current-scroll-bars, window-point-1, set-window-point-1)
3594 (window-at-side-p, window-in-direction, window-resize)
3595 (adjust-window-trailing-edge, maximize-window, minimize-window)
3596 (window-deletable-p, delete-window, delete-other-windows)
3597 (record-window-buffer, unrecord-window-buffer)
3598 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3599 (quit-window, split-window, window-state-put)
3600 (set-window-text-height, fit-window-to-buffer)
3601 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3602
89bd5ee1
EZ
36032011-11-04 Eli Zaretskii <eliz@gnu.org>
3604
53479029
EZ
3605 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3606 rfc2047-decode-string.
3607 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3608 warnings.
3609
89bd5ee1
EZ
3610 * window.el (window-body-height, window-body-width): Mention in
3611 the doc string that the return values are in frame's canonical
3612 units. (Bug#9949)
3613
bd17fdee
AM
36142011-11-03 Alan Mackenzie <acm@muc.de>
3615
3616 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3617 change in cc-engine.el.
3618
acc825c5
SM
36192011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3622
1885e5b8
MR
36232011-11-02 Martin Rudalics <rudalics@gmx.at>
3624
3625 * window.el (quit-window): Call unrecord-window-buffer after
3626 showing another buffer in the window. (Bug#9937)
acc825c5 3627 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3628
ebe06da9
JB
36292011-11-02 Juanma Barranquero <lekktu@gmail.com>
3630
3631 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3632 Accept status with more than 9 shelves. (Bug#9935)
3633 Reported by Colin D Bennett <colin@gibibit.com>.
3634
4ee88440
MR
36352011-11-01 Martin Rudalics <rudalics@gmx.at>
3636
3637 * help.el (with-help-window): Don't reference
3638 temp-buffer-show-specifiers in doc-string.
3639
08e1d82c
AS
36402011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3641
3642 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3643 menu-item.
3644
84bd6e9e
VJL
36452011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3646
3647 * whitespace.el: New version 13.2.2.
3648 (whitespace-newline-mode): Disable properly. Reported by Sarah
3649 <EmacsWiki>.
3650
dba0634a
UJ
36512011-10-30 Ulf Jasper <ulf.jasper@web.de>
3652
3653 * net/newst-treeview.el: Remove "Time-stamp".
3654 (newsticker--group-manage-orphan-feeds): Do not call
3655 newsticker--treeview-tree-update.
db22a3c2
JB
3656 (newsticker-treeview-update, newsticker-treeview):
3657 Call newsticker--treeview-tree-update if necessary.
dba0634a 3658
3d8daefe
MR
36592011-10-30 Martin Rudalics <rudalics@gmx.at>
3660
3661 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3662 (window-iso-combinations): Remove "iso-" infix.
3663 Suggested by Chong Yidong.
3d8daefe
MR
3664 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3665 (window-max-delta-1, window-resize, window--resize-siblings)
3666 (window--resize-this-window, adjust-window-trailing-edge)
3667 (split-window, balance-windows-1)
3668 (shrink-window-if-larger-than-buffer):
3669 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3670 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3671
1bc4c3ae
SM
36722011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3675 in place (bug#9907).
3676 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3677 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3678 (eshell-structure-basic-command, eshell-rewrite-while-command)
3679 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3680 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3681 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3682 (eshell-do-pipelines-synchronously, eshell-eval-command):
3683 Use backquotes and prefer setq to set.
3684 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3685 (eshell-macrop): Use functionp.
c1e2f5fa 3686 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3687
30b65d9c
CY
36882011-10-30 Chong Yidong <cyd@gnu.org>
3689
3690 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3691 instead of set-mark (Bug#9810).
3692
2d197ffb
CY
36932011-10-30 Chong Yidong <cyd@gnu.org>
3694
3695 * window.el (split-window-below, split-window-right): Rename from
3696 split-window-above-each-other and split-window-side-by-side
3697 respectively. All callers changed.
3698 (split-window-sensibly, split-window-sensibly): Use them.
3699 (split-window-keep-point): Doc fix.
3700
3701 * isearch.el: Add isearch-scroll property to split-window-below
3702 and split-window-right.
3703
3704 * follow.el (follow-mode):
3705 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3706 * progmodes/ada-xref.el (ada-gdb-application):
3707 * emulation/vip.el (vip-buffer-in-two-windows):
3708 * image-dired.el (image-dired-dired-with-window-configuration):
3709 * dired-x.el (dired-do-find-marked-files):
3710 * dired.el (dired-pop-to-buffer):
3711 * bs.el (bs--show-with-configuration):
3712 * vc/emerge.el (emerge-setup-windows):
3713 * textmodes/two-column.el (2C-two-columns):
3714 * textmodes/reftex-toc.el (reftex-toc):
3715 * progmodes/gdb-mi.el (gdb-setup-windows):
3716 * progmodes/fortran.el (fortran-window-create):
3717 * net/newst-treeview.el (newsticker--treeview-window-init):
3718 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3719 * emulation/tpu-edt.el (tpu-gold-map):
3720 * emulation/crisp.el (crisp-mode-map):
3721 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3722
38bb2ca8
CY
37232011-10-29 Chong Yidong <cyd@gnu.org>
3724
aa4de341
CY
3725 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3726
e1eb5385
CY
3727 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3728
5d2ece3c
CY
3729 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3730 forged Ispell output (Bug#7904).
3731
38bb2ca8
CY
3732 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3733
d0af9f77
SM
37342011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * doc-view.el: Avoid ugly errors about not finding nil.
3737 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3738 (doc-view-dvipdf-program, doc-view-unoconv-program)
3739 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3740 Avoid nil or absolute file name as default value.
3741 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3742
52bedd34
AM
37432011-10-28 Alan Mackenzie <acm@muc.de>
3744
db22a3c2 3745 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3746
7e43cfa5
AM
37472011-10-28 Alan Mackenzie <acm@muc.de>
3748
3749 Amend the handling of c-beginning/end-of-defun in nested declaration
3750 scopes.
3751
52bedd34
AM
3752 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3753 cc-langs.el. Change it to a defcustom.
7e43cfa5 3754
52bedd34
AM
3755 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3756 cc-vars.el.
7e43cfa5 3757
d0af9f77
SM
3758 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3759 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3760
52bedd34 3761 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3762 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3763 (c-widen-to-enclosing-decl-scope): New function.
3764 (c-while-widening-to-decl-block): New macro.
3765 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3766 outward for defun boundaries, and correspondingly change symbol
3767 `respect-enclosure' to `go-outward'.
3768 (c-declaration-limits): Change algorithm to report only the "innermost"
3769 defun's boundaries.
3770
1a2ce9ee
DD
37712011-10-28 Deniz Dogan <deniz@dogan.se>
3772
3773 * net/rcirc.el (rcirc-mode): Use hard newlines.
3774
bc97a826
AM
37752011-10-28 Alan Mackenzie <acm@muc.de>
3776
3777 Amend to indent and fontify macros "which include their own semicolon"
3778 correctly, using the "virtual semicolon" mechanism.
3779
52bedd34 3780 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3781
d0af9f77 3782 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3783 Recode to scan one line at a time rather than having \n and \r
58179cce 3784 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3785 (c-forward-label): Amend for virtual semicolons.
58179cce 3786 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3787
52bedd34
AM
3788 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3789 of the new C macros.
bc97a826 3790
52bedd34 3791 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3792 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3793 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3794 (c-opt-cpp-macro-define): Make into a full language variable.
3795 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3796 AWK Mode (including \n, \r) removed, no longer needed.
3797
d0af9f77
SM
3798 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3799 Invoke c-make-macro-with-semi-re.
bc97a826 3800
52bedd34
AM
3801 * progmodes/cc-vars.el (c-macro-with-semi-re):
3802 (c-macro-names-with-semicolon): New variables.
58179cce 3803 (c-make-macro-with-semi-re): New function.
bc97a826 3804
7a6c0941
SM
38052011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * vc/log-edit.el: Fill empty field rather than adding new one.
3808 (log-edit-add-field): New function.
3809 (log-edit-insert-changelog): Use it.
3810
b0c4cdcf
ML
38112011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3812
3813 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3814
ee1f1da9
SM
38152011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3818 (gdb--check-interpreter): New function.
3819 (gdb): Use it.
3820
51bc5f8b
GM
38212011-10-27 Glenn Morris <rgm@gnu.org>
3822
416a2c45
GM
3823 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3824 (least-positive-float, least-negative-float)
3825 (least-positive-normalized-float, least-negative-normalized-float)
3826 (float-epsilon, float-negative-epsilon):
3827 Remove unnecessary declarations.
3828
3829 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3830 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3831 (least-positive-float, least-negative-float)
3832 (least-positive-normalized-float, least-negative-normalized-float)
3833 (float-epsilon, float-negative-epsilon): Add doc-strings,
3834 based on those in cl.texi.
3835
51bc5f8b
GM
3836 * files.el (set-visited-file-name): If the major-mode changed,
3837 reload the local variables. (Bug#9796)
3838
15de15c6
CY
38392011-10-27 Chong Yidong <cyd@gnu.org>
3840
3841 * subr.el (change-major-mode-after-body-hook): New hook.
3842 (run-mode-hooks): Run it.
3843
ee1f1da9
SM
3844 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3845 Use change-major-mode-before-body-hook.
15de15c6
CY
3846
3847 * simple.el (fundamental-mode):
3848 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3849 change introducing fundamental-mode-hook.
3850
5430d399
JB
38512011-10-26 Juanma Barranquero <lekktu@gmail.com>
3852
acc825c5 3853 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3854
ad74a69e
MA
38552011-10-26 Michael Albinus <michael.albinus@gmx.de>
3856
3857 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3858 tramp.el explicitly. (Bug#7583)
ad74a69e 3859
71d4c2a5
SM
38602011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * progmodes/octave-mod.el:
3863 * progmodes/octave-inf.el: Update maintainer.
3864
b1f6fa26
CY
38652011-10-26 Chong Yidong <cyd@gnu.org>
3866
3867 * subr.el (with-wrapper-hook): Rewrite doc.
3868
3f04efd6
MA
38692011-10-25 Michael Albinus <michael.albinus@gmx.de>
3870
3871 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3872 filenames "/method:foo:". (Bug#9793)
3f04efd6 3873
410488d3
SM
38742011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3877 (bug#9865).
3878
c1ebb47e
GM
38792011-10-24 Glenn Morris <rgm@gnu.org>
3880
3881 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3882
7f5c46c7
MA
38832011-10-24 Michael Albinus <michael.albinus@gmx.de>
3884
3885 * notifications.el: Add the requirement of a running D-Bus session
3886 bus to the Commentary.
3887
db2440b6
JL
38882011-10-24 Juri Linkov <juri@jurta.org>
3889
3890 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3891 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3892 (Bug#9364)
3893
feecf435
JL
38942011-10-24 Juri Linkov <juri@jurta.org>
3895
3896 * info.el (Info-following-node-name-re): Add newline to the list
3897 of allowed characters for leading space. (Bug#9824)
3898
a3839de2
SM
38992011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3900
acc825c5
SM
3901 * progmodes/octave-inf.el (inferior-octave-mode-map):
3902 Fix C-c C-h binding.
a3839de2
SM
3903 * progmodes/octave-mod.el (octave-help): Remove.
3904
09388e76
MA
39052011-10-23 Michael Albinus <michael.albinus@gmx.de>
3906
3907 Sync with Tramp 2.2.3.
3908
3909 * net/tramp-cache.el (top): Pacify byte-compiler using
3910 `init-file-user' and `site-run-file'.
3911
3912 * net/trampver.el: Update release number.
3913
86c60681
CY
39142011-10-23 Chong Yidong <cyd@gnu.org>
3915
3916 * files.el (toggle-read-only): Remove obsolete comment about
3917 version control.
3918
3919 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3920 for toggle-read-only. Note that this hasn't called vc-next-action
3921 since 2008-05-02, though it wasn't documented at the time.
3922
a3839de2
SM
3923 * vc/ediff-init.el (ediff-toggle-read-only-function):
3924 Use toggle-read-only.
86c60681 3925
cd5495ff
AM
39262011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3927
3928 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3929 of c-parse-state.
3930
00b77525 3931 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3932 correct faulty logical expression.
cd5495ff
AM
3933 (c-parse-state-state, c-record-parse-state-state):
3934 (c-replay-parse-state-state): New defvar/defuns.
3935 (c-debug-parse-state): Use new functions.
3936
42ee24ed
MR
39372011-10-22 Martin Rudalics <rudalics@gmx.at>
3938
3939 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3940 last fix. Use window-in-direction correctly.
42ee24ed 3941
a7dee7e7
CY
39422011-10-21 Chong Yidong <cyd@gnu.org>
3943
3944 * progmodes/idlwave.el (idlwave-mode):
3945 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3946 require-final-newline; that's done in prog-mode.
3947 Suggested by Stefan Monnier.
a7dee7e7 3948
e07b9a6d
MR
39492011-10-21 Martin Rudalics <rudalics@gmx.at>
3950
3951 * mouse.el (mouse-drag-window-above)
3952 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3953 (mouse-drag-mode-line-1, mouse-drag-header-line)
3954 (mouse-drag-vertical-line-rightward-window): Remove.
3955 (mouse-drag-line): New function.
3956 (mouse-drag-mode-line, mouse-drag-header-line)
3957 (mouse-drag-vertical-line): Call mouse-drag-line.
3958 * window.el (window-at-side-p, windows-at-side): New functions.
3959
7e1361d9
UM
39602011-10-21 Ulrich Mueller <ulm@gentoo.org>
3961
3962 * tar-mode.el (tar-grind-file-mode):
3963 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3964
30fcaf3a
CY
39652011-10-21 Chong Yidong <cyd@gnu.org>
3966
3967 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3968 * progmodes/vera-mode.el (vera-mode):
3969 Use mode-require-final-newline.
30fcaf3a 3970
516eddb0
GM
39712011-10-20 Glenn Morris <rgm@gnu.org>
3972
db22a3c2 3973 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3974
10d5f513
CS
39752011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3976
3977 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3978
ac6c8639
CY
39792011-10-20 Chong Yidong <cyd@gnu.org>
3980
3981 * emulation/cua-base.el (cua-mode):
3982 * mail/footnote.el (footnote-mode):
3983 * mail/mailabbrev.el (mail-abbrevs-mode):
3984 * net/xesam.el (xesam-minor-mode):
3985 * progmodes/bug-reference.el (bug-reference-mode):
3986 * progmodes/cap-words.el (capitalized-words-mode):
3987 * progmodes/compile.el (compilation-minor-mode)
3988 (compilation-shell-minor-mode):
3989 * progmodes/gud.el (gud-tooltip-mode):
3990 * progmodes/hideif.el (hide-ifdef-mode):
3991 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3992 * progmodes/subword.el (subword-mode):
3993 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3994 * progmodes/which-func.el (which-function-mode):
3995 * term/tvi970.el (tvi970-set-keypad-mode):
3996 * term/vt100.el (vt100-wide-mode):
3997 * textmodes/flyspell.el (flyspell-mode):
3998 * textmodes/ispell.el (ispell-minor-mode):
3999 * textmodes/nroff-mode.el (nroff-electric-mode):
4000 * textmodes/paragraphs.el (use-hard-newlines):
4001 * textmodes/refill.el (refill-mode):
4002 * textmodes/reftex.el (reftex-mode):
4003 * textmodes/rst.el (rst-minor-mode):
4004 * textmodes/sgml-mode.el (html-autoview-mode)
4005 (sgml-electric-tag-pair-mode):
4006 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4007 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4008 * emulation/crisp.el (crisp-mode):
4009 * emacs-lisp/eldoc.el (eldoc-mode):
4010 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4011 minor mode behavior.
4012
aa42ab43
JL
40132011-10-19 Juri Linkov <juri@jurta.org>
4014
4015 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4016 the list of hard-coded chars with escape-glyph face.
4017
89400f1d
SM
40182011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4021
305c07f6
MA
40222011-10-19 Michael Albinus <michael.albinus@gmx.de>
4023
4024 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4025 running process.
4026
13754b54
GM
40272011-10-19 Glenn Morris <rgm@gnu.org>
4028
4029 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4030 Ignore ignored files. (Bug#9726)
4031
06e21633
CY
40322011-10-19 Chong Yidong <cyd@gnu.org>
4033
4034 Doc fix for minor modes, stating that an omitted argument enables
4035 the mode unconditionally when called from Lisp.
4036
4037 * abbrev.el (abbrev-mode):
4038 * allout.el (allout-mode):
4039 * autoinsert.el (auto-insert-mode):
4040 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4041 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4042 (global-auto-revert-mode):
4043 * battery.el (display-battery-mode):
4044 * composite.el (global-auto-composition-mode)
4045 (auto-composition-mode):
4046 * delsel.el (delete-selection-mode):
4047 * desktop.el (desktop-save-mode):
4048 * dired-x.el (dired-omit-mode):
4049 * dirtrack.el (dirtrack-mode):
4050 * doc-view.el (doc-view-minor-mode):
4051 * double.el (double-mode):
4052 * electric.el (electric-indent-mode, electric-pair-mode):
4053 * emacs-lock.el (emacs-lock-mode):
4054 * epa-hook.el (auto-encryption-mode):
4055 * follow.el (follow-mode):
4056 * font-core.el (font-lock-mode):
4057 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4058 * help.el (temp-buffer-resize-mode):
4059 * hilit-chg.el (highlight-changes-mode)
4060 (highlight-changes-visible-mode):
4061 * hi-lock.el (hi-lock-mode):
4062 * hl-line.el (hl-line-mode, global-hl-line-mode):
4063 * icomplete.el (icomplete-mode):
4064 * ido.el (ido-everywhere):
4065 * image-file.el (auto-image-file-mode):
4066 * image-mode.el (image-minor-mode):
4067 * iswitchb.el (iswitchb-mode):
4068 * jka-cmpr-hook.el (auto-compression-mode):
4069 * linum.el (linum-mode):
4070 * longlines.el (longlines-mode):
4071 * master.el (master-mode):
4072 * mb-depth.el (minibuffer-depth-indicate-mode):
4073 * menu-bar.el (menu-bar-mode):
4074 * minibuf-eldef.el (minibuffer-electric-default-mode):
4075 * mouse-sel.el (mouse-sel-mode):
4076 * msb.el (msb-mode):
4077 * mwheel.el (mouse-wheel-mode):
4078 * outline.el (outline-minor-mode):
4079 * paren.el (show-paren-mode):
4080 * recentf.el (recentf-mode):
4081 * reveal.el (reveal-mode, global-reveal-mode):
4082 * rfn-eshadow.el (file-name-shadow-mode):
4083 * ruler-mode.el (ruler-mode):
4084 * savehist.el (savehist-mode):
4085 * scroll-all.el (scroll-all-mode):
4086 * scroll-bar.el (scroll-bar-mode):
4087 * server.el (server-mode):
4088 * shell.el (shell-dirtrack-mode):
4089 * simple.el (auto-fill-mode, transient-mark-mode)
4090 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4091 (line-number-mode, column-number-mode, size-indication-mode)
4092 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4093 * strokes.el (strokes-mode):
4094 * time.el (display-time-mode):
4095 * t-mouse.el (gpm-mouse-mode):
4096 * tool-bar.el (tool-bar-mode):
4097 * tooltip.el (tooltip-mode):
4098 * type-break.el (type-break-mode-line-message-mode)
4099 (type-break-query-mode):
4100 * view.el (view-mode):
4101 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4102 (global-whitespace-mode, global-whitespace-newline-mode):
4103 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4104
a3839de2
SM
4105 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4106 Fix autogenerated docstring.
06e21633 4107
5214e501
JL
41082011-10-19 Juri Linkov <juri@jurta.org>
4109
4110 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4111 by checking environment variables "DESKTOP_SESSION" and
4112 "XDG_CURRENT_DESKTOP". (Bug#9779)
4113
195f8db9
JL
41142011-10-19 Juri Linkov <juri@jurta.org>
4115
4116 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4117 (browse-url-chromium-program, browse-url-chromium-arguments):
4118 New defcustoms.
4119 (browse-url-default-browser): Check for `browse-url-chromium' and
4120 call `browse-url-chromium-program'.
4121 (browse-url-chromium): New command. (Bug#9779)
4122
343a34ff
JB
41232011-10-18 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * facemenu.el (list-colors-duplicates): On Windows, detect more
4126 duplicates by assuming that only colors matching "^System" are
4127 special "system colors". (Bug#9722)
4128
6978a151
SM
41292011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4132 to distinguish the author from the committer.
4133
6a80b297
MA
41342011-10-18 Michael Albinus <michael.albinus@gmx.de>
4135
4136 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4137
b31a5677
JK
41382011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4139
4140 * international/mule.el (sgml-html-meta-auto-coding-function):
4141 Add support for detecting encoding in HTML5 specified only as
4142 <meta charset="UTF-8">. Implementation just makes http-equiv and
4143 content-type parts from HTML4 encoding string optional. (Bug#9716)
4144
80c6d77f
GM
41452011-10-18 Glenn Morris <rgm@gnu.org>
4146
4147 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4148
08b0fee8
CY
41492011-10-18 Chong Yidong <cyd@gnu.org>
4150
4151 * faces.el (cursor): Doc fix.
4152
67e729a5
CY
41532011-10-17 Chong Yidong <cyd@gnu.org>
4154
4155 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4156
343a34ff 41572011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4158
4159 * dirtrack.el (dirtrack): Support shell buffers with path
4160 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4161
0bc06380
TZ
41622011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4163
4164 * json.el: Bump version to 1.3 and note change in History.
4165 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4166
8b79f3e0
SM
41672011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4168
5a7c536b
SM
4169 * comint.el (comint-insert-input, comint-send-input)
4170 (comint-get-old-input-default, comint-backward-matching-input)
4171 (comint-next-prompt): Use nil instead of `input' for field property of
4172 past user input (bug#114).
4173
96a8a0df
SM
4174 * minibuffer.el (completion--replace): Inherit surrounding properties
4175 (bug#114).
4176 (minibuffer-complete-and-exit): Use it.
4177
8b79f3e0
SM
4178 * comint.el (comint--table-subvert): Quote the all-completions output
4179 (bug#9160).
4180
b8f7ff0d
MR
41812011-10-17 Martin Rudalics <rudalics@gmx.at>
4182
8b79f3e0 4183 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4184
b8f7ff0d 4185 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4186 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4187 entries and separate them from frame entries.
4188
c235b555
GM
41892011-10-15 Glenn Morris <rgm@gnu.org>
4190
4191 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4192 Doc fixes.
4193
6bbfa6e1
CY
41942011-10-15 Chong Yidong <cyd@stupidchicken.com>
4195
8b79f3e0
SM
4196 * net/network-stream.el (network-stream-open-starttls):
4197 Improve detection of failure due to lack of TLS support.
ec5c990d 4198
6bbfa6e1
CY
4199 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4200 putting the input text in front and in bold.
4201
98488977
SM
42022011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4203
3d1337be
SM
4204 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4205
ee0b45e4
SM
4206 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4207 empty buffer.
4208
98488977
SM
4209 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4210 unread-command-events rather than pushing yet-another event.
4211
186f4720
EZ
42122011-10-14 Eli Zaretskii <eliz@gnu.org>
4213
4214 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4215 the explanation of the possible choices. Make the options passed
4216 to completing-read shorter.
4217
8b7a997c
AM
42182011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4219
4220 * textmodes/flyspell.el (flyspell-large-region): Make sure
4221 extended character mode is used if defined (Bug#1339).
4222
12587bbb
EZ
42232011-10-13 Eli Zaretskii <eliz@gnu.org>
4224
4225 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4226 character info for LRE, LRO, RLE, and RLO characters by appending
4227 an invisible PDF.
12587bbb 4228
bad41229
SM
42292011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4232 even in case of error; add debug spec; simplify data flow.
4233 (with-timeout-handler): Remove.
4234
28dbc92f
MA
42352011-10-12 Michael Albinus <michael.albinus@gmx.de>
4236
4237 Fix Bug#6019, Bug#9315.
4238
4239 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4240 complete `buffer-file-name', the local file name part could look
4241 remotely (for example on VMS).
4242
4243 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4244 `tramp-run-real-handler'.
4245 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4246 already quoted by '"'.
4247
4248 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4249 Let `file-name-handler-alist' be nil, the local file name part
4250 could look remotely (for example on VMS).
4251
e1b0b23a
SM
42522011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4255 from here...
4256 (flyspell-post-command-hook): ...to here.
4257
a120bde9
SM
42582011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4261 if not needed.
4262 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4263 using completion. Protect against "slow" callers.
4264 Remove the "message hack".
4265
7ce7717b
JL
42662011-10-11 Juri Linkov <juri@jurta.org>
4267
4268 * isearch.el (isearch-lazy-highlight-word): New variable.
4269 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4270 Use it. (Bug#9727)
4271
c02ee9d6
GM
42722011-10-11 Glenn Morris <rgm@gnu.org>
4273
4274 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4275 like f90-previous-statement does.
4276
93e616fd 42772011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4278
1f190e73 4279 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4280 only in interactive use, to avoid error.
4281
af7b6078
SM
42822011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * minibuffer.el (completion-file-name-table): Fix last change,
4285 i.e. ignore normal errors but not the other ones.
4286
0563dae9
MR
42872011-10-10 Martin Rudalics <rudalics@gmx.at>
4288
4289 * window.el (special-display-buffer-names)
4290 (special-display-regexps): Remove some remnants of earlier
4291 changes from doc-strings.
366ca7f3
MR
4292 (quit-windows-on): New function.
4293
4294 * vc/vc.el (vc-revert, vc-rollback):
4295 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4296 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4297 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4298
49677495
MR
42992011-10-09 Martin Rudalics <rudalics@gmx.at>
4300
4301 * window.el (frame-auto-hide-function): Add version tag.
4302 (Bug#9699)
4303
56f2d1e1
MA
43042011-10-09 Michael Albinus <michael.albinus@gmx.de>
4305
4306 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4307 condition.
4308
112a6592
LL
43092011-10-09 Leo Liu <sdl.web@gmail.com>
4310
4311 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4312 (Bug#9701)
4313
0812589b
GM
43142011-10-08 Glenn Morris <rgm@gnu.org>
4315
4316 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4317 before the first code statement zero indent. (Bug#9690)
4318
b2b0776e
CY
43192011-10-08 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * simple.el (count-words-region): Always count in the region.
4322 Report the number of lines and characters too.
4323 (count-words): New command, which counts in the buffer if the
4324 region is inactive, as count-words-region used to.
4325 (count-words--message): New function. Handle plurals.
4326 (count-lines-region): Make it an alias for count-words-region.
4327
4328 * bindings.el (esc-map): Replace count-lines-region with
4329 count-words-region.
4330
c557cd6b
MR
43312011-10-08 Martin Rudalics <rudalics@gmx.at>
4332
4333 * window.el (window--delete): Delete dedicated frame
4334 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4335 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4336
61a57ef4 43372011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4338
3a7d293b 4339 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4340
c3833279
CY
43412011-10-07 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * bindings.el ([M-left],[M-right]): Bind to left-word and
4344 right-word respectively.
4345
21ce8245
GM
43462011-10-07 Glenn Morris <rgm@gnu.org>
4347
4348 * cus-start.el (debug-on-quit): Fix custom type.
4349
6d823bb2
LMI
43502011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4351
0181e193
LMI
4352 * subr.el (define-key-after): Clarify that the function is not
4353 useful for non-menu keymaps.
4354
6d823bb2
LMI
4355 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4356
8e3459ce 43572011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4358
21ce8245 4359 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4360 in current minibuffer (Fix bug with recursive minibuffers).
4361
a1c2d21e
CY
43622011-10-06 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * progmodes/gdb-mi.el (gdb): Doc fix.
4365
5a4cf282
MR
43662011-10-05 Martin Rudalics <rudalics@gmx.at>
4367
4368 * window.el (frame-auto-hide-function): New option replacing
4369 frame-auto-delete. Suggested by Stefan Monnier.
4370 (window--delete): Call frame-auto-hide-function instead of
4371 investigating frame-auto-delete.
c96111ea
MR
4372 (window-point-1, set-window-point-1): New functions.
4373 (window-in-direction, record-window-buffer, window-state-get-1)
4374 (display-buffer-record-window): Use window-point-1 instead of
4375 window-point.
4376 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4377
9854542e
SM
43782011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4381
8943cfb0
GM
43822011-10-05 Glenn Morris <rgm@gnu.org>
4383
4384 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4385 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4386
647ab967
LL
43872011-10-05 Leo Liu <sdl.web@gmail.com>
4388
4389 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4390 works with buffer object.
4391
3ddfbced
SM
43922011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * mpc.el (mpc-tool-bar-map): Add labels.
4395
bdfa5dd2
GM
43962011-10-04 Glenn Morris <rgm@gnu.org>
4397
4398 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4399
0e2070b5
MR
44002011-10-04 Martin Rudalics <rudalics@gmx.at>
4401
4402 * window.el (window--delete): New function.
4403 (frame-auto-delete): Resuscitate option.
4404 (bury-buffer, replace-buffer-in-windows)
4405 (quit-window): Rewrite using window--delete.
4406 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4407 Pass display-buffer-mark-dedicated to window--display-buffer-2
4408 (Bug#9639).
4409
3dc61a09
SM
44102011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4411
915a9b64
SM
4412 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4413 returns a list (bug#9554). Add remote file name completion.
4414 * comint.el (comint--table-subvert): Curry and get quote&unquote
4415 functions as arguments.
4416 (comint--complete-file-name-data): Adjust call accordingly.
4417 * pcomplete.el (pcomplete--table-subvert): Remove.
4418 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4419
3dc61a09
SM
4420 * minibuffer.el (completion-table-case-fold): Use currying.
4421 (completion--styles-type, completion--cycling-threshold-type):
4422 New constants.
4423 (completion-styles, completion-category-overrides)
4424 (completion-cycle-threshold): Use them.
4425 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4426 completion-table-case-fold.
4427
8ea0a993
SB
44282011-10-03 Stephen Berman <stephen.berman@gmx.net>
4429
4430 * minibuffer.el (completion-category-overrides): Fix type of styles
4431 and add more user friendly tags (bug#9660).
4432
8c24b7f6
SM
44332011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4436 (mule-input-method-string): New widget.
4437 (default-input-method, language-info-custom-alist): Use it.
4438
428fe61a
SM
44392011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4440
32c1fffd
SM
4441 * pcomplete.el: Require comint.
4442 (pcomplete--common-suffix): Remove.
4443 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4444 (pcomplete--table-subvert): Sync with comint--table-subvert.
4445 (pcomplete--entries): Use comint-completion-file-name-table.
4446 * comint.el (comint-unquote-filename): Simplify.
4447 (comint-completion-file-name-table): New function (bug#9616).
4448 (comint--complete-file-name-data): Use it.
4449
428fe61a
SM
4450 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4451 (pcmpl-gnu-tar-buffer): Remove.
4452 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4453 around. Make sure pcomplete-suffix-list is only changed temporarily.
4454 Don't look inside the tar's file if it's too large.
428fe61a 4455
04c52e2f
CY
44562011-10-01 Chong Yidong <cyd@stupidchicken.com>
4457
ce3cefcc
CY
4458 * cus-edit.el (custom-mode-map):
4459 * epa.el (epa-key-list-mode-map):
4460 * man.el (Man-mode-map):
4461 * startup.el (splash-screen-keymap):
4462 * simple.el (special-mode-map): Use scroll-up-command and
4463 scroll-down-command.
4464
4465 * progmodes/idlw-help.el (idlwave-help-mode-map):
4466 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4467 * net/newst-plainview.el (newsticker-mode-map):
4468 * emulation/ws-mode.el (wordstar-mode-map):
4469 * emulation/vi.el (vi-com-map):
4470 * calc/calc-graph.el (calc-graph-show-dumb):
4471 * term/sun.el (terminal-init-sun):
4472 * term/ns-win.el (global-map):
4473 * progmodes/grep.el (grep-mode-map):
4474 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4475 * mail/rmail.el (rmail-mode-map):
4476 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4477
04c52e2f
CY
4478 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4479 custom-safe-themes as special.
4480
79adf8c8
JD
44812011-10-01 Julien Danjou <julien@danjou.info>
4482
4483 * notifications.el (notifications-notify): Fix docstring.
4484
63bd50d3
PS
44852011-10-01 Per Starbäck <per@starback.se>
4486
4487 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4488
199e4c7e
MR
44892011-09-30 Martin Rudalics <rudalics@gmx.at>
4490
4491 * startup.el (command-line-1): Fix last fix by inserting
4492 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4493 (Bug#9605) and (Bug#9636)
199e4c7e 4494
fe5f08dd
EZ
44952011-09-29 Eli Zaretskii <eliz@gnu.org>
4496
4497 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4498 window is hscrolled, move by logical lines. (Bug#9607)
4499 (line-move-visual): Update the doc string to the above effect.
4500
b5516bbd
MR
45012011-09-29 Martin Rudalics <rudalics@gmx.at>
4502
ccee00c0
MR
4503 * window.el (display-buffer-record-window): When WINDOW is the
4504 selected window use `point' instead of `window-point'. (Bug#9626)
4505
b5516bbd
MR
4506 * startup.el (command-line-1): Use insert-before-markers when
4507 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4508
b5516bbd
MR
4509 * help.el (help-window): Remove variable.
4510
52aa0014
GM
45112011-09-29 Glenn Morris <rgm@gnu.org>
4512
4513 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4514
df9a7357
JB
45152011-09-29 Juanma Barranquero <lekktu@gmail.com>
4516
4517 * descr-text.el (describe-char-categories): Accept category
4518 descriptions more than one line long.
4519
a8406c20
SM
45202011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4521
88d9610c
SM
4522 * simple.el (delete-trailing-whitespace): Fix last change.
4523
a5daf810
SM
4524 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4525 Don't confuse "y => 3" as the beginning of a `y' operation.
4526
a8406c20
SM
4527 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4528 object has more than 4 slots (bug#9613).
4529
a239d4e9
JB
45302011-09-28 Juanma Barranquero <lekktu@gmail.com>
4531
4532 * subr.el (with-output-to-temp-buffer):
4533 * net/quickurl.el (quickurl, quickurl-browse-url):
4534 Fix typos in docstrings.
4535
693fbdb6
EZ
45362011-09-27 Eli Zaretskii <eliz@gnu.org>
4537
4538 * minibuffer.el (completion-styles)
4539 (completion-category-overrides): Cross reference each other in doc
4540 strings.
4541
8b457e28
GM
45422011-09-27 Glenn Morris <rgm@gnu.org>
4543
4544 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4545 to split-string. (Bug#9606)
4546
85a16208
LMI
45472011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4548
4549 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4550 (bug#9615).
4551
502f9ebd
CY
45522011-09-27 Chong Yidong <cyd@stupidchicken.com>
4553
4554 * emacs-lisp/package.el (list-packages): Fix echo area message.
4555
7690bdea
LL
45562011-09-27 Leo Liu <sdl.web@gmail.com>
4557
4558 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4559
e2ee6f30
MA
45602011-09-25 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * net/dbus.el (dbus-unregister-object): Don't release services for
4563 registered signals. (Bug#9581)
4564
f3f98342
TZ
45652011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4566
4567 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4568 function that picks between cfengine 2 and 3 support
4569 automatically. Update docs accordingly.
4570
dd7aa8dd
KH
45712011-09-22 Kenichi Handa <handa@m17n.org>
4572
4573 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4574 ZERO.
4575 (indian-itrans-v5-table-for-tamil): New variable.
4576 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4577
3f2b07f8
KM
45782011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4579
4580 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4581 that's true if the current command involved collapsing of text.
4582 It's reset to false at the beginning of the next command.
4583 (allout-post-command-business): Move the cursor to the beginning
4584 of entry if the cursor is hidden and collapsing activity just
4585 happened.
4586
371d6a61
CY
45872011-09-24 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4590 tracking (Bug#9541).
4591
2ac2721a
UJ
45922011-09-24 Ulf Jasper <ulf.jasper@web.de>
4593
4594 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4595 (newsticker-show-news): Automatically load html rendering package
4596 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4597 because w3m-fill-column is let-bound" and the error "Symbol's value
4598 as variable is void: w3m-fill-column".
2ac2721a 4599
fac7ae53
MA
46002011-09-24 Michael Albinus <michael.albinus@gmx.de>
4601
4602 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4603 Release services only if they are defined. (Bug#9581)
4604
e08b633b
RS
46052011-09-23 Richard Stallman <rms@gnu.org>
4606
e488d29c
RS
4607 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4608 distinguish start of paragraph from start of its text.
4609
19c38752
RS
4610 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4611
e08b633b
RS
4612 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4613 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4614 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4615
0a39f27e
AS
46162011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4617
4618 * international/mule-diag.el (mule-diag): Insert a newline after
4619 each fontset description.
4620
db4e950d
SM
46212011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * simple.el (delete-trailing-whitespace):
4624 Document last change; simplify.
4625
eca3f3ea
PW
46262011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4627
d68e189a
PW
4628 * simple.el (delete-trailing-whitespace): Also delete
4629 extra newlines at the end of the buffer.
4630
eca3f3ea
PW
4631 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4632 (picture-newline): Use forward-line so as to ignore fields.
4633
01c157cc
SM
46342011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * subr.el (with-wrapper-hook): Fix edebug spec.
4637
022de23e
LMI
46382011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4639
4640 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4641 (bug#4538).
4642
91683089
MA
46432011-09-23 Michael Albinus <michael.albinus@gmx.de>
4644
eca3f3ea
PW
4645 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4646 Fix nasty bug using wrong cached values.
91683089 4647
5bdd6fa4
AM
46482011-09-23 Alan Mackenzie <acm@muc.de>
4649
4650 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4651
97adfb97
CY
46522011-09-23 Chong Yidong <cyd@stupidchicken.com>
4653
4654 * window.el (pop-to-buffer): Ensure right window is selected if we
4655 chose another frame.
4656
d4ef2b50
EZ
46572011-09-22 Eli Zaretskii <eliz@gnu.org>
4658
4659 * simple.el (what-cursor-position): Use get-char-property-change
4660 and next-single-char-property-change, to be able to show display
4661 properties that come from overlays as well as text properties.
4662
72258fe5
CY
46632011-09-22 Chong Yidong <cyd@stupidchicken.com>
4664
4665 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4666
4667 * cmuscheme.el (run-scheme, switch-to-scheme):
4668 * cus-edit.el (customize-group, custom-buffer-create)
4669 (customize-browse):
4670 * info.el (info):
4671 * shell.el (shell):
4672 * mail/sendmail.el (mail):
4673 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4674
8f098516
RS
46752011-09-22 Richard Stallman <rms@gnu.org>
4676
4677 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4678 move back only to line beg, don't move back over blank lines.
4679
e74f1bb6
MA
46802011-09-22 Michael Albinus <michael.albinus@gmx.de>
4681
4682 * files.el (copy-directory): Set directory attributes only in case
4683 they could be retrieved from the source directory. (Bug#9565)
4684
bfeef8b6
DK
46852011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4686
4687 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4688 (hs-find-block-beginning, hs-hide-level-recursive):
4689 Ignore strings as well as comments. (Bug#9502)
4690
7e423bb8
AS
46912011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4692
4693 * progmodes/sql.el (sql-comint-postgres):
4694 Convert port number to a string. (Bug#9566)
4695
b4d72fcf
MR
46962011-09-22 Martin Rudalics <rudalics@gmx.at>
4697
4698 * window.el (quit-window): Undedicate window when switching to
4699 previous buffer. Reported by Thierry Volpiatto
4700 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4701 (special-display-popup-frame): When popping up a new frame reset
4702 its previous buffers to nil. Simplify code.
b4d72fcf 4703
a7b88dc6
MA
47042011-09-21 Michael Albinus <michael.albinus@gmx.de>
4705
4706 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4707 and process filter, as done also in `shell-command'.
4708
cf4eacfd
MR
47092011-09-21 Martin Rudalics <rudalics@gmx.at>
4710
eca3f3ea 4711 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4712 Call set-window-start with NOFORCE argument t.
4713 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4714 (quit-window): Reword doc-string. Handle new format of
4715 quit-restore parameter. Don't delete window if it has a
4716 previous buffer we can show instead of the present one.
4717 (display-buffer-record-window): Rewrite using a new format for
4718 the quit-restore window parameter
4719 (special-display-popup-frame, display-buffer-same-window)
4720 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4721 (display-buffer-pop-up-window, display-buffer-use-some-window):
4722 Adapt symbol passed to display-buffer-record-window.
4723 * help.el (help-window-setup): Handle new format of quit-restore
4724 parameter.
4725
8d28cb95
SM
47262011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4727
94ab793f
SM
4728 * faces.el (face-list): Fix docstring (bug#9564).
4729
8d28cb95
SM
4730 * window.el (display-buffer--action-function-custom-type):
4731 Don't include internal functions in the Custom interface.
4732
3820edeb
JL
47332011-09-20 Juri Linkov <juri@jurta.org>
4734
4735 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4736 (Info-forward-node, Info-backward-node, Info-next-preorder)
4737 (Info-last-preorder): Use it. (Bug#9528)
4738
5147931d
JL
47392011-09-20 Juri Linkov <juri@jurta.org>
4740
4741 * info.el (Info-last-preorder): Visit last menu item only when
4742 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4743
cf499a1a
JD
47442011-09-20 Julien Danjou <julien@danjou.info>
4745
4746 * password-cache.el (password-cache-remove): Remove entries even if the
4747 value is nil, so that password with a nil value (negative caching) is
4748 possible to invalidate.
4749
f84e2fe2
LM
47502011-09-20 Lawrence Mitchell <wence@gmx.li>
4751
4752 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4753 all whitespace around breakpoint. (Bug#9553)
4754 (f90-find-breakpoint): Only break at whitespace inside a comment.
4755
78054a46
SM
47562011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * minibuffer.el (completion-file-name-table): Keep track of errors.
4759 (completion-table-with-predicate): Handle the case where pred1 is nil.
4760 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4761
345083b2
SM
47622011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4763
e24e27be
SM
4764 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4765 (debugger-return-value): Signal an error if the debugging context does
4766 not await any return value.
4767
345083b2
SM
4768 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4769 * image-mode.el (image-toggle-display-text)
4770 (image-toggle-display-image): Stay away from evil `intangible'.
4771
08d355e3
LL
47722011-09-19 Leo Liu <sdl.web@gmail.com>
4773
4774 * replace.el (occur-revert-arguments): Make it permanent-local.
4775 (occur-mode): Don't call font-lock-defontify.
4776
f01da43f
CY
47772011-09-19 Chong Yidong <cyd@stupidchicken.com>
4778
4779 * net/ldap.el (ldap-search-internal): Don't push empty search
4780 result (Bug#9508).
4781
b6072fa6
SM
47822011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4783
4784 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4785
443d6696
MA
47862011-09-19 Michael Albinus <michael.albinus@gmx.de>
4787
4788 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4789 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4790
7cc6e154
JL
47912011-09-18 Juri Linkov <juri@jurta.org>
4792
4793 * buff-menu.el (Buffer-menu-mode-map):
4794 * dired.el (dired-mode-map):
4795 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4796 (lisp-interaction-mode-map):
4797 * emacs-lisp/package.el (package-menu-mode-map):
4798 * epa.el (epa-key-list-mode-map):
4799 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4800 (menu-bar-options-menu):
4801 * outline.el (outline-mode-menu-bar-map):
4802 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4803 * vc/vc-dir.el (vc-dir-menu-map):
4804 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4805 Capitalize non-function content words in menu item strings.
4806
4807 * dired.el (dired-mode-map): Add menu item for
4808 `image-dired-dired-toggle-marked-thumbs'.
4809
80302a81
JL
48102011-09-18 Juri Linkov <juri@jurta.org>
4811
4812 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4813 to `isearch-case-fold-search' and restore its original value
4814 after the `isearch-mode' call.
4815
46c5cf66
JL
48162011-09-18 Juri Linkov <juri@jurta.org>
4817
4818 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4819 because `zgrep' returns 1 for successful matches (bug#9226).
4820
d18b513b
JL
48212011-09-18 Juri Linkov <juri@jurta.org>
4822
4823 * info.el (Info-extract-menu-node-name): Check the second match
4824 for empty string (second test-case of bug#9528).
4825 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4826 intermediate nodes to the history (first test-case of bug#9528).
4827
72753f87
JL
48282011-09-18 Juri Linkov <juri@jurta.org>
4829
4830 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4831 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4832
c9384295
JL
48332011-09-18 Juri Linkov <juri@jurta.org>
4834
1154d12e
JB
4835 * info.el (Info-file-supports-index-cookies):
4836 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4837 outputs one more line for long file names (bug#4142).
c9384295 4838
d473dce8
CY
48392011-09-18 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * newcomment.el (comment-normalize-vars): If prompting for
4842 comment-start, set comment-start-skip too (Bug#8424).
4843
2176854d
JB
48442011-09-18 Johan BockgĂĄrd <bojohan@gnu.org>
4845
4846 * icomplete.el: Fix previous fix of Bug#5849.
4847 (icomplete-mode): Don't set completion-show-inline-help.
4848 (icomplete-minibuffer-setup): Set completion-show-inline-help
4849 locally during icompletion.
4850
3aace4e4
CY
48512011-09-18 Chong Yidong <cyd@stupidchicken.com>
4852
c940224f
CY
4853 * woman.el (woman2-process-escapes): Don't delete unrecognized
4854 escapes (Bug#7843).
4855
3aace4e4
CY
4856 * files.el (inhibit-first-line-modes-regexps): Add image files.
4857 (hack-local-variables-prop-line): Return nil for malformed
4858 prop-lines (Bug#9044).
4859
710dec63
MA
48602011-09-18 Michael Albinus <michael.albinus@gmx.de>
4861
4862 * net/tramp.el (top): Don't require 'shell.
4863 (tramp-methods): Fix docstring.
4864 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4865 Return complete remote file name. Handle "smb" case.
4866 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4867 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4868
4869 * net/tramp-compat.el (top): Require 'shell.
4870
4871 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4872 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4873 `tramp-current-host'.
4874 (tramp-get-remote-tmpdir): Remove.
4875
4876 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4877 `tramp-tmpdir' entries.
4878 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4879 (tramp-smb-handle-file-attributes): Ignore errors.
4880 (tramp-smb-wait-for-output): Check also for process end.
4881
5d5ac8ec
LMI
48822011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4883
4884 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4885 when sending QUIT (bug#9312).
4886
8c0f49f0
CY
48872011-09-17 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4890 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4891 occur-mode-display-occurrence.
4892 (occur-edit-mode): Add usage message.
4893 (occur-cease-edit): New command.
4894 (occur-after-change-function): Use text properties to find the
4895 position of the prefix text.
4896 (occur-engine): Set stickiness of prefix text properties.
4897
8f1383f7
GM
48982011-09-17 Glenn Morris <rgm@gnu.org>
4899
4900 * progmodes/etags.el (complete-tag):
4901 Fix call to completion-in-region. (Bug#9526)
4902
744ba0e3
JL
49032011-09-17 Juri Linkov <juri@jurta.org>
4904
4905 * textmodes/ispell.el (ispell-word): Add to the error message
4906 the word, ispell program name and current dictionary (bug#9121).
4907 (ispell-tex-arg-end): Capitalize "error" in the error message.
4908
d9bbf400
AS
49092011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4910
4911 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4912 check. (Bug#4251)
4913
8da11505
JL
49142011-09-17 Juri Linkov <juri@jurta.org>
4915
4916 * window.el (window-safe-min-height, window-safe-min-width):
4917 Fix typos (followup to bug#9522).
4918
a91adc7e
SJ
49192011-09-17 Sven Joachim <svenjoac@gmx.de>
4920
4921 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4922
064f328a
EZ
49232011-09-16 Eli Zaretskii <eliz@gnu.org>
4924
4925 * simple.el (line-move): If goal-column is set, move by logical
4926 lines, not by display lines. (Bug#971)
4927 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4928 to reflect the above change.
4929
e69df516
SM
49302011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4931
4932 * image.el (imagemagick-register-types): Use regexp-opt.
4933
cbb0f9ab
CY
49342011-09-15 Chong Yidong <cyd@stupidchicken.com>
4935
4936 * window.el (display-buffer-base-action): Rename from
4937 display-buffer-default-action. Make default value empty.
4938 (display-buffer-overriding-action): Convert to defvar.
4939 (display-buffer-fallback-action): New var.
4940
25322144
CY
49412011-09-15 Chong Yidong <cyd@stupidchicken.com>
4942
4943 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4944 declaration.
4945 (package--add-to-archive-contents): If there is a duplicate entry
4946 with an older version, remove it.
4947 (package-menu-mark-delete, package-menu-mark-install)
4948 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4949 (package-menu-mark-obsolete-for-deletion):
4950 Use package-menu-get-status instead of a regexp search.
25322144
CY
4951 (package-menu-get-status): Use tabulated-list-entry.
4952 (package-menu-mark-upgrades): New command.
d770725a 4953 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4954 (package-menu-execute): Do installation before deletion.
4955 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4956 instead of checking major-mode.
4957 (package-menu--find-upgrades): New function.
4958
7520339c
LMI
49592011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4960
4961 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4962 passwords in the log buffer.
65a046c4
LMI
4963 (smtpmail-process-filter): Update the process marker so that the
4964 "broken by peer" status message is inserted in the right place.
7520339c 4965
d3c30954
SM
49662011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4967
3fe48822
SM
4968 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4969 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4970 bibtex-completion-at-point-function.
4971 (bibtex-completion-at-point-function): Use them.
4972
1b8b3954
SM
4973 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4974
d3c30954
SM
4975 * mpc.el (mpc-constraints-tag-lookup): New function.
4976 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4977 also to browser "album|playlist".
4978
72779976
JL
49792011-09-14 Juri Linkov <juri@jurta.org>
4980
4981 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4982 (isearch-edit-string): Use length of `isearch-string' when
4983 `isearch-fail-pos' returns nil.
4984 (isearch-message): Remove duplicate code and call
4985 `isearch-fail-pos' with arg `t'.
4986
a0bf2bcd
CY
49872011-09-14 Chong Yidong <cyd@stupidchicken.com>
4988
17bb0a2d
CY
4989 * replace.el (occur-mode-goto-occurrence): Don't force using other
4990 window (Bug#9499).
4991
a0bf2bcd
CY
4992 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4993
f678e0b6
MR
49942011-09-14 Martin Rudalics <rudalics@gmx.at>
4995
4996 * window.el (display-buffer-window): Remove.
4997 (display-buffer-record-window): Use help-setup window parameter
4998 instead of variable display-buffer-window.
4999 (display-buffer-function, special-display-buffer-names)
5000 (special-display-function): Mention help-setup parameter instead
5001 of display-buffer-window in doc-string.
d3c30954
SM
5002 * help.el (help-window-setup): New argument help-window.
5003 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5004 Reword some messages.
5005 (with-help-window): Pass window used for displaying the buffer
5006 to help-window-setup. Don't set display-buffer-window.
5007
8e39b2e8
GM
50082011-09-13 Glenn Morris <rgm@gnu.org>
5009
5010 * emacs-lisp/debug.el (debugger-make-xrefs):
5011 Preserve point. (Bug#9462)
5012
85e9c04b
CY
50132011-09-13 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * window.el (window-deletable-p): Use next-frame.
5016
1b36ed6a
MR
50172011-09-13 Martin Rudalics <rudalics@gmx.at>
5018
5019 * window.el (window-auto-delete): Remove.
5020 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5021 dedication and previous buffers.
1b36ed6a
MR
5022 (switch-to-prev-buffer): Don't delete window.
5023 (delete-windows-on): Delete a window's frame if and only if the
5024 window is dedicated.
5025 (replace-buffer-in-windows): Delete buffer's window or frame if
5026 and only if window is dedicated.
5027 (quit-window): Handle quit-restore as before last change.
4d61f28d 5028 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5029
ef8ef9fb
CY
50302011-09-13 Chong Yidong <cyd@stupidchicken.com>
5031
5032 * window.el (window-deletable-p): Never delete the last frame on a
5033 given terminal.
5034
b2cba41e
GM
50352011-09-13 Glenn Morris <rgm@gnu.org>
5036
5037 * help.el (describe-key-briefly): Copy previous standard-output change.
5038
51553db6 50392011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5040
5041 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5042
b7556719
GM
50432011-09-13 Glenn Morris <rgm@gnu.org>
5044
5045 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5046 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5047
64b51947
CY
50482011-09-12 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * dired-aux.el (dired-mark-read-string): Don't return default
5051 value on empty input (Bug#9361).
5052 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5053 Omit initial minibuffer contents.
5054 (dired-do-chmod): Signal an error on empty input.
5055 (dired-mark-read-string): Don't return default on empty input.
5056
5057 * files.el (file-modes-symbolic-to-number): Doc fix.
5058
393a301e
SM
50592011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * international/mule-cmds.el (ucs-completions): Remove.
5062 (read-char-by-name): Use complete-with-action instead; add metadata.
5063
fa5660f9
CY
50642011-09-11 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * window.el (display-buffer--action-function-custom-type)
5067 (display-buffer--action-custom-type): New vars.
5068 (display-buffer-alist, display-buffer-default-action)
5069 (display-buffer-overriding-action): Add defcustom types.
5070
4a592f66
CY
5071 * frame.el (delete-other-frames): Doc fix (Bug#276).
5072
73d56dbd
LMI
50732011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5074
5075 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5076
37ac18a3
CY
50772011-09-11 Chong Yidong <cyd@stupidchicken.com>
5078
5079 Change modes that used same-window-* vars to use switch-to-buffer.
5080
5081 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5082 Use switch-to-buffer.
5083
5084 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5085 (customize-browse, custom-buffer-create-other-window):
5086 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5087
5088 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5089 (Info-prev, Info-up, Info-speedbar-goto-node)
5090 (info-display-manual): Use switch-to-buffer.
5091 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5092
5093 * mail/sendmail.el (mail): Use switch-to-buffer.
5094 (mail-recover): Use switch-to-buffer-other-window.
5095
5096 * cmuscheme.el (run-scheme, switch-to-scheme):
5097 * ielm.el (ielm):
5098 * shell.el (shell):
5099 * net/rlogin.el (rlogin):
5100 * net/telnet.el (telnet, rsh):
5101 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5102
10195bd6
AS
51032011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5104
5105 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5106
b322f63a
LMI
51072011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5108
39d7fed6
LMI
5109 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5110 so don't mention it (bug#9301).
ba5a81f1 5111 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5112
ee0e9f11
LMI
5113 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5114 match `x', `w32' and `ns', like the manual says (bug#9029).
5115
0b1c89c1 5116 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5117 (process-kill-buffer-query-function): Mention the buffer name in
5118 the query.
0b1c89c1 5119
77549ea8
LMI
5120 * image-mode.el (image-next-line): The line parameter is mandatory
5121 (bug#9258).
5122
803ef892
LMI
5123 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5124 which can be useful (bug#9301).
5125
12980837
LMI
5126 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5127
91054f8f
LMI
5128 * subr.el (match-string): Mention that the current buffer should
5129 be the same as the search was done in (bug#9282).
5130
b322f63a
LMI
5131 * facemenu.el: Disable the remove-* commands if the mark isn't
5132 active (bug#9162).
5133
3199b96f
CY
51342011-09-10 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5137 of display-buffer.
5138 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5139
5140 * replace.el (occur-mode-goto-occurrence)
5141 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5142 and display-buffer.
5143
5144 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5145 display-buffer.
5146
5147 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5148 special-display and same-window variables.
5149 (mail-other-window): Use switch-to-buffer-other-window.
5150 (mail-other-frame): USe switch-to-buffer-other-frame.
5151
393a301e
SM
5152 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5153 Use display-buffer-other-frame.
3199b96f
CY
5154 (gdb-display-gdb-buffer): Use pop-to-buffer.
5155
5156 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5157
5158 * progmodes/python.el: Don't set same-window-buffer-names.
5159
5160 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5161
5162 * window.el (display-buffer-alist): Add *Python*.
5163
8319e0bf
CY
51642011-09-10 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * window.el (display-buffer-alist): Add entry for buffers
5167 previously handled same-window-*.
5168 (display-buffer-alist, display-buffer-default-action)
5169 (display-buffer-overriding-action): Mark as risky.
5170 (display-buffer-alist): Document action function changes.
5171 (display-buffer--same-window-action)
5172 (display-buffer--other-frame-action): New variables.
5173 (switch-to-buffer, display-buffer-other-frame): Use them.
5174 (display-buffer): Rename reuse-frame entry to reusable-frames.
5175 (display-buffer-reuse-selected-window): Function deleted.
5176 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5177 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5178 (display-buffer-special): New function.
5179 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5180 display-buffer-reuse-or-pop-window. Split off special-display
5181 part into display-buffer-special.
5182 (display-buffer-use-some-window): Don't perform any special
5183 pop-up-frames handling.
5184 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5185 (display-buffer--maybe-same-window): Rename from
0d3ff375 5186 display-buffer-maybe-same-window.
8319e0bf 5187
919a69aa
CY
5188 * info.el: Don't set same-window-regexps.
5189 (info-setup): New function.
5190 (info-other-window, info): Call it.
5191
5192 * cus-edit.el: Don't set same-window-regexps.
5193 (customize-group): New argument.
5194 (customize-group-other-window): Use it.
5195 (customize-face, customize-face-other-window): Likewise.
5196 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5197
8319e0bf
CY
5198 * net/rlogin.el:
5199 * net/telnet.el:
5200 * progmodes/gud.el: Don't set same-window-regexps.
5201
5202 * cmuscheme.el:
5203 * ielm.el:
5204 * shell.el:
5205 * mail/sendmail.el:
5206 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5207
25173000
JL
52082011-09-10 Juri Linkov <juri@jurta.org>
5209
5210 * isearch.el (isearch-edit-string): Remove obsolete mention of
5211 `C-w' (`isearch-yank-word-or-char') from docstring.
5212 (isearch-query-replace): Fix typo in docstring (bug#9466).
5213
056e44ef
JL
52142011-09-10 Juri Linkov <juri@jurta.org>
5215
5216 * paren.el (show-paren-function): Don't show escaped parens.
5217 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5218
c3760c17
EZ
52192011-09-10 Eli Zaretskii <eliz@gnu.org>
5220
5221 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5222 (mm-default-file-encoding): Remove autoload forms, they are
5223 replaced with autoload cookies in mml.el and mm-encode.el.
5224 (mail-add-attachment): New command.
5225 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5226 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5227 the doc string.
5228 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5229
fece895e
RT
52302011-09-10 Reuben Thomas <rrt@sc3d.org>
5231
e69df516
SM
5232 * simple.el (count-words-region): Use buffer if there's no region
5233 (bug#9429).
fece895e 5234
5e68ce4a
JL
52352011-09-09 Juri Linkov <juri@jurta.org>
5236
5237 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5238 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5239 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5240
0a6b9622
AM
52412011-09-09 Alan Mackenzie <acm@muc.de>
5242
5243 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5244 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5245
14a29deb
EZ
52462011-09-09 Eli Zaretskii <eliz@gnu.org>
5247
5248 Fix for Savannah bug#9392.
5249 * simple.el (mail-encode-mml): New defvar.
5250
5251 * mail/rmail.el (mail-encode-mml): Add a defvar.
5252 (rmail-enable-mime-composing): Default to t.
5253 (rmail-forward): Use MIME method of forwarding only if both
5254 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5255 Set mail-encode-mml non-nil if the MIME method was used.
5256
5257 * mail/sendmail.el (mml-to-mime): Add autoload form.
5258 (mail-encode-mml): Add a defvar.
5259 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5260 to nil.
5261 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5262 message through mml-to-mime, and reset mail-encode-mml to nil.
5263
28c45130
GM
52642011-09-09 Glenn Morris <rgm@gnu.org>
5265
5266 * woman.el (woman-if-body): When processing an .el block,
5267 do not delete the next .el block as well. (Bug#9447)
69f4b618 5268 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5269
9b1c252e
MR
52702011-09-08 Martin Rudalics <rudalics@gmx.at>
5271
5272 * window.el (window-deletable-p): Make sure window is live before
5273 invoking window-prev-buffers.
5274
567457e3
LL
52752011-09-08 Leo Liu <sdl.web@gmail.com>
5276
5277 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5278
97f05794
JL
52792011-09-08 Juri Linkov <juri@jurta.org>
5280
5281 * progmodes/compile.el (compilation-environment): Make it
5282 a defcustom (bug#8340).
5283
8b0874b5
MR
52842011-09-08 Martin Rudalics <rudalics@gmx.at>
5285
5286 * window.el (frame-auto-delete): Rename to window-auto-delete.
5287 Make it control auto-deletion of windows and/or frames.
5288 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5289 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5290 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5291 Rewrite handling of case when window/frame can be deleted.
5292 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5293 argument t. (Bug#9456)
8b0874b5 5294
4feb6e73
CY
52952011-09-07 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * help-mode.el (help-mode): Restore autoload.
5298
91ab9c13
JL
52992011-09-07 Juri Linkov <juri@jurta.org>
5300
5301 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5302 `compilation-environment'. Set buffer-local
5303 `compilation-environment' to `thisenv' later after (funcall mode).
5304 (Bug#8340)
5305
5306 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5307 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5308 instead of replacing its value. (Bug#8340)
5309
0527e251
JL
53102011-09-07 Juri Linkov <juri@jurta.org>
5311
5312 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5313 based on text properties put by `grep-filter' instead of matching
5314 escape sequences.
5315 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5316 to the value of `grep-error-screen-columns' (bug#9438).
5317
249f792c
JL
53182011-09-07 Juri Linkov <juri@jurta.org>
5319
5320 * simple.el (next-error-highlight, next-error-highlight-no-select):
5321 Doc fix (bug#9432).
5322
ff7271b9
OT
53232011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5324
5325 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5326 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5327
183fc730
LL
53282011-09-07 Leo Liu <sdl.web@gmail.com>
5329
5330 * net/rcirc.el (rcirc-mode): Conditionally initialize
5331 rcirc-input-ring.
5332
77694924
SM
53332011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * emacs-lisp/find-func.el (find-function-C-source): Only set
5336 find-function-C-source-directory after checking that we found a source
5337 file there (bug#9440).
5338
d809b8eb
AM
53392011-09-06 Alan Mackenzie <acm@muc.de>
5340
5341 * isearch.el (isearch-other-meta-char): Wherever a key list is
5342 unread, "unread" the prefix arg, too. This fixes bug #8901.
5343
453de99f
OG
53442011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5345
5346 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5347
90439906
JL
53482011-09-05 Juri Linkov <juri@jurta.org>
5349
5350 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5351
f62bd846
JL
53522011-09-05 Juri Linkov <juri@jurta.org>
5353
5354 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5355 keeping point where processing of grep matches begins, and
5356 continue to delete remaining escape sequences from the same point.
5357 (grep-filter): Make leading zero optional in "0?1;31m" because
5358 git-grep emits "\033[1;31m" escape sequences unlike expected
5359 "\033[01;31m" as GNU Grep does (bug#9408).
5360 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5361
045820ec
JL
53622011-09-05 Juri Linkov <juri@jurta.org>
5363
5364 * subr.el (y-or-n-p): Capitalize "yes".
5365
f5e29b9b
MA
53662011-09-04 Michael Albinus <michael.albinus@gmx.de>
5367
5368 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5369 `tramp-cache-unload-hook' where appropriate.
5370 (tramp-methods): Rename `tramp-remote-sh' to
5371 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5372 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5373
5374 * net/tramp-sh.el (top): Don't require 'shell.
5375 (tramp-methods): Add `tramp-remote-shell' and
5376 `tramp-remote-shell-args' entries.
5377 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5378 (tramp-sh-handle-shell-command): Remove.
5379 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5380 Use `tramp-remote-shell'.
5381
2784c434
CY
53822011-09-03 Chong Yidong <cyd@stupidchicken.com>
5383
393a301e 5384 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5385 (sendmail-query-once): Save directly to send-mail-function.
5386 Update message-send-mail-function too.
5387
5388 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5389
464cdf56
CS
53902011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5391
5392 * progmodes/python.el (python-mode-map): Use correct function to
5393 start python interpreter from menu-bar (as reported by Geert
5394 Kloosterman).
5395 (inferior-python-mode-map): Fix typo.
393a301e 5396 (python-shell-map): Remove.
464cdf56 5397
d37e5c87
DD
53982011-09-03 Deniz Dogan <deniz@dogan.se>
5399
5400 * net/rcirc.el (rcirc-print): Simplify code for
5401 rcirc-scroll-show-maximum-output. There is no need to walk
5402 through all windows to find the right one.
5403
f3ada0ee
CS
54042011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5405
5406 * help.el (help-return-method): Doc fix.
5407
1f3c99ca
MR
54082011-09-03 Martin Rudalics <rudalics@gmx.at>
5409
5410 * window.el (window-deletable-p): Don't return a non-nil value
5411 when there's a buffer that was shown in the window before.
5412 (Bug#9419)
393a301e
SM
5413 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5414 Set window's previous buffers to nil.
1f3c99ca 5415
a3cf097f
EZ
54162011-09-03 Eli Zaretskii <eliz@gnu.org>
5417
5418 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5419 newline before and after the tag line, so it doesn't interfere
5420 with determining the paragraph direction of bidirectional text.
5421
3d03de90
LL
54222011-09-03 Leo Liu <sdl.web@gmail.com>
5423
5424 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5425
c3313451
CY
54262011-09-02 Chong Yidong <cyd@stupidchicken.com>
5427
393a301e 5428 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5429 (pop-to-buffer): Change interactive spec. Pass second argument
5430 directly to display-buffer.
5431 (display-buffer): Fix interactive spec. Use functionp to
5432 distinguish between a function and a list of functions.
5433
5434 * abbrev.el (edit-abbrevs):
5435 * arc-mode.el (archive-extract):
5436 * autoinsert.el (auto-insert):
5437 * bookmark.el (bookmark-bmenu-list):
5438 * files.el (find-file):
5439 * view.el (view-buffer):
5440 * progmodes/compile.el (compilation-goto-locus):
5441 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5442
89894cd8
CY
54432011-09-02 Chong Yidong <cyd@stupidchicken.com>
5444
5445 * window.el (display-buffer-alist): Doc fix.
5446 (display-buffer): Add docstring. Don't treat
5447 display-buffer-default specially.
5448 (display-buffer-reuse-selected-window)
5449 (display-buffer-same-window, display-buffer-maybe-same-window)
5450 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5451 (display-buffer-pop-up-window)
5452 (display-buffer-reuse-or-pop-window)
5453 (display-buffer-use-some-window): New functions.
5454 (display-buffer-default-action): Use them.
393a301e 5455 (display-buffer-default): Delete.
89894cd8
CY
5456 (pop-to-buffer-1): Fix choice of actions.
5457
ae0bc9fb
SM
54582011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * minibuffer.el (completion--insert-strings): Don't get confused by
5461 completion entries that end with an LF char.
5462
e9d90883
EZ
54632011-09-01 Eli Zaretskii <eliz@gnu.org>
5464
5465 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5466
437014c8
CY
54672011-09-01 Chong Yidong <cyd@stupidchicken.com>
5468
5469 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5470 (display-buffer-same-window, display-buffer-other-window):
5471 New functions.
437014c8
CY
5472 (pop-to-buffer-1): New function. Use the above.
5473 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5474 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5475
5476 * view.el (view-buffer-other-window, view-buffer-other-frame):
5477 Just use pop-to-buffer.
5478
a5e063d5
TV
54792011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5480
5481 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5482
793d32bb
WH
54832011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5484
5485 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5486
d65e4c15
RS
54872011-08-31 Richard Stallman <rms@gnu.org>
5488
5489 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5490 of the separation of rmail-view-buffer from rmail-buffer.
5491 If you say no to "replace original", the decrypt is in the
5492 view buffer. If you say yes, the decrypt goes into the
5493 rmail buffer also.
5494
f818cd2a
MR
54952011-08-31 Martin Rudalics <rudalics@gmx.at>
5496
5497 * window.el (display-buffer-window): Rewrite doc-string.
5498 (display-buffer-record-window): New function.
5499 (display-buffer-macro-specifiers)
5500 (display-buffer-even-window-sizes, display-buffer-set-height)
5501 (display-buffer-set-width, display-buffer-in-window)
5502 (display-buffer-reuse-window, display-buffer-split-specifiers)
5503 (display-buffer-side-specifiers, display-buffer-split-window-1)
5504 (display-buffer-split-window, display-buffer-split-atom-window)
5505 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5506 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5507 (display-buffer-other-window-means-other-frame)
5508 (display-buffer-normalize-special)
5509 (display-buffer-normalize-default)
5510 (display-buffer-normalize-argument)
5511 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5512 (display-buffer-normalize-specifiers, display-buffer-frame)
5513 (display-buffer-same-window, display-buffer-same-frame)
5514 (display-buffer-other-window)
5515 (display-buffer-same-frame-other-window)
5516 (display-buffer-other-frame, pop-to-buffer-same-window)
5517 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5518 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5519 (switch-to-buffer-same-frame)
5520 (switch-to-buffer-other-window-same-frame)
5521 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5522 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5523 (display-buffer-alist-set): Remove.
5524 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5525 (special-display-regexps, special-display-function):
5526 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5527 parameter.
5528 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5529 (special-display-frame-alist, special-display-popup-frame)
5530 (same-window-buffer-names, same-window-regexps, same-window-p)
5531 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5532 (split-window-preferred-function, split-height-threshold)
5533 (split-width-threshold, window-splittable-p)
5534 (split-window-sensibly, window--try-to-split-window)
5535 (window--frame-usable-p, even-window-heights)
5536 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5537 (window--display-buffer-2, display-buffer-other-frame):
5538 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5539 (display-buffer-default, display-buffer-assq-regexp): New functions.
5540 (display-buffer-alist): Rewrite doc-string.
5541 (display-buffer-default-action)
5542 (display-buffer-overriding-action): New variables.
5543 (display-buffer, switch-to-buffer): Rewrite.
5544 (pop-to-buffer): Restore Emacs 23 behavior but use
5545 window-normalize-buffer-to-display.
5546 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5547 Restore Emacs 23 behavior but use
5548 window-normalize-buffer-to-switch-to.
5549 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5550 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5551 Rewrite using Emacs 23 options.
f818cd2a 5552
5bc3b51d
MA
55532011-08-31 Michael Albinus <michael.albinus@gmx.de>
5554
5555 * net/tramp.el (tramp-root-regexp): Remove.
5556 (tramp-completion-file-name-regexp-unified)
5557 (tramp-completion-file-name-regexp-separate)
5558 (tramp-completion-file-name-regexp-url): Don't use leading volume
5559 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5560 (tramp-drop-volume-letter): Simplify definition.
5561 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5562
b1a4f8e1
SM
55632011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5566 (bug#9356).
5567
5664fa7b
RT
55682011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5569
b1a4f8e1 5570 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5571
9a45d6c3
JL
55722011-08-29 Juri Linkov <juri@jurta.org>
5573
5574 * isearch.el (isearch-done): Don't display message "Mark saved"
5575 when arg `edit' is non-nil to prevent its flicker in the echo area.
5576
fb87e0fb
CY
55772011-08-28 Chong Yidong <cyd@stupidchicken.com>
5578
5579 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5580 obsolete packages for deletion.
5581
09ac1c2a
CS
55822011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5583
5584 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5585 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5586 view-mode from help-mode.
5587 (help-xref-override-view-map): Remove.
5588 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5589 view-mode is not used anymore.
5590
7a1ff57f
CY
55912011-08-28 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * server.el (server-port): Doc fix.
5594
b9696605
CY
5595 * cus-theme.el (custom-theme-choose-mode): Inherit from
5596 special-mode (Bug#9124).
5597 (custom-theme-choose-mode-map): Add special-mode to parent.
5598
ef8cdf8c
AM
55992011-08-28 Alan Mackenzie <acm@muc.de>
5600
5601 * progmodes/cc-fonts.el
5602 (c-make-font-lock-BO-decl-search-function): New function.
5603 (c-basic-matchers-after - "Fontify the clauses after various
5604 keywords"): Extract the three keyword lists for the 3 erroneous
5605 constructs from the list of four, and use the new function above
5606 in place of an old one.
5607
27de4e20
DD
56082011-08-28 Deniz Dogan <deniz@dogan.se>
5609
5610 * net/rcirc.el (rcirc-insert-prev-input)
5611 (rcirc-insert-next-input): Remove unused argument.
5612
356a3681
SM
56132011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5616
3fc9b218
AM
56172011-08-27 Alan Mackenzie <acm@muc.de>
5618
5619 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5620 handle function pointer parameters properly.
5621
538a061c
MR
56222011-08-27 Martin Rudalics <rudalics@gmx.at>
5623
5624 * window.el (display-buffer-reuse-window): Fix case where
5625 selected window was reused with non-nil OTHER-WINDOW argument.
5626 (Bug#9381)
5627
35b1c40c
DD
56282011-08-27 Deniz Dogan <deniz@dogan.se>
5629
5630 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5631 oftc's NickServ messages.
5632
2f6a3e79
GM
56332011-08-27 Glenn Morris <rgm@gnu.org>
5634
5635 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5636
7254299e
CY
56372011-08-26 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * emacs-lisp/package.el (package-install): Call package-initialize
5640 if called interactively.
5641
f8ccf167
LL
56422011-08-26 Leo Liu <sdl.web@gmail.com>
5643
5644 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5645
3e8cd5ce
JL
56462011-08-25 Juri Linkov <juri@jurta.org>
5647
5648 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5649 `search-whitespace-regexp' (bug#9364).
5650
93eb7113
JL
56512011-08-25 Juri Linkov <juri@jurta.org>
5652
5653 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5654 `regexp-search-ring' to their global values to protect from
5655 updating by `read-from-minibuffer' (bug#9185).
5656
f65d1611
JL
56572011-08-25 Juri Linkov <juri@jurta.org>
5658
5659 * textmodes/ispell.el (ispell-command-loop): Add newline
5660 at the end of the "Use option `i'..." line.
5661
f1cf7a31
JL
56622011-08-25 Juri Linkov <juri@jurta.org>
5663
5664 * battery.el (display-battery-mode): If `battery-status-function'
5665 or `battery-mode-line-format' is nil, display the message and set
5666 `display-battery-mode' to nil (bug#9363).
5667
0c95fcf7
EZ
56682011-08-25 Eli Zaretskii <eliz@gnu.org>
5669
5670 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5671 bidi-string-mark-left-to-right; they are unnecessary now.
5672
a2ebe600
DD
56732011-08-25 Deniz Dogan <deniz@dogan.se>
5674
5675 * net/quickurl.el: Documentation typo fixes.
5676
e4ed06f1
CY
56772011-08-25 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5680
e5f1c99e
GM
56812011-08-25 Glenn Morris <rgm@gnu.org>
5682
b2948976
GM
5683 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5684
e5f1c99e
GM
5685 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5686 (smtpmail-via-smtp): Handle nil response from smtp.
5687
f22f4808
JL
56882011-08-24 Juri Linkov <juri@jurta.org>
5689
5690 * proced.el (proced-marked): Inherit from `error' instead of
5691 `font-lock-warning-face'.
5692
5693 * ibuffer.el (ibuffer-marked-face): Change default face from
5694 `font-lock-warning-face' to `warning'.
5695 (ibuffer-deletion-face): Change default face from
5696 `font-lock-type-face' to `error'.
5697
5698 * battery.el (battery-update): Use the face `error' instead of
5699 `font-lock-warning-face' (bug#6117).
5700
6a93965e
JL
57012011-08-24 Juri Linkov <juri@jurta.org>
5702
5703 * faces.el (success): Change face color from "Green3" to
5704 "ForestGreen" on light background (bug#9353).
5705
1ed43b09
CY
57062011-08-24 Chong Yidong <cyd@stupidchicken.com>
5707
5664fa7b
RT
5708 * window.el (quit-window): Rename from quit-restore-window.
5709 Use same arglist as old quit-window.
1ed43b09
CY
5710 (frame-auto-delete): Doc fix.
5711
5712 * view.el (view-mode-exit): Use quit-window.
5713
11dcdbb2
JL
57142011-08-24 Juri Linkov <juri@jurta.org>
5715
5716 * isearch.el (isearch-ring-adjust1): Start visiting previous
5717 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5718 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5719 for empty search string (when the last search string is reused
5720 automatically) to adjust the isearch ring to the last element and
5721 prepare the correct index for further M-p commands (bug#9185).
5722
de62b4df
KH
57232011-08-24 Kenichi Handa <handa@m17n.org>
5724
5725 * international/ucs-normalize.el: If decomposition property of
5726 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5727 nil.
5728 (nfd, nfkd): Likewise.
5729
963b492b
SM
57302011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5733 from process filters aren't reliably transmitted to the surrounding
5734 accept-process-output.
5735 (mpc-proc-check): New function.
5736 (mpc-proc-sync): Use it (bug#8293)
5737
93b6b5e1
SM
57382011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5741 Add compatibility functions (bug#9313).
5742
bca633fb
EZ
57432011-08-23 Eli Zaretskii <eliz@gnu.org>
5744
b177498a
EZ
5745 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5746
6df6ae42 5747 * international/uni-bidi.el: Regenerate.
bca633fb 5748
0902a04e
KH
57492011-08-23 Kenichi Handa <handa@m17n.org>
5750
5751 * international/charprop.el:
5752 * international/uni-bidi.el:
5753 * international/uni-category.el:
5754 * international/uni-combining.el:
5755 * international/uni-comment.el:
5756 * international/uni-decimal.el:
5757 * international/uni-decomposition.el:
5758 * international/uni-digit.el:
5759 * international/uni-lowercase.el:
5760 * international/uni-mirrored.el:
5761 * international/uni-name.el:
5762 * international/uni-numeric.el:
5763 * international/uni-old-name.el:
5764 * international/uni-titlecase.el:
5765 * international/uni-uppercase.el: Regenerate.
5766
3bbf23bc
MR
57672011-08-23 Martin Rudalics <rudalics@gmx.at>
5768
5769 * help.el (help-window-setup): Fix message displayed when other
5770 window is reused. (Bug#9341)
5771
b3fd59bd
SM
57722011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5773
1802e444
SM
5774 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5775 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5776
b3fd59bd
SM
5777 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5778 Mark obsolete.
5779 * shell.el (shell-parse-pcomplete-arguments): New function.
5780 (shell-completion-vars): Use it instead (bug#9160).
5781
4eb61348
SM
57822011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5783
867cab74
SM
5784 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5785 strings and comments (bug#9333).
5786
4eb61348
SM
5787 * emacs-lisp/debug.el (debug-arglist): New function.
5788 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5789 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5790
262a1439
JL
57912011-08-22 Juri Linkov <juri@jurta.org>
5792
56ee679c
JL
5793 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5794 Revert regexp that highlights output switches to its old
5795 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5796
262a1439
JL
5797 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5798 to check for empty output (bug#9226).
5799
f13f86fb
CY
58002011-08-22 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5803 symbol-constituent as the default, as that stops font-lock from
5804 working properly (Bug#8843).
5805
c65c9622
LMI
58062011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5807
5808 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5809 `coding-system-for-*' around the process open call to avoid
5810 auth-source side effects.
e7f2c178 5811 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5812 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5813 probe hangs.
c65c9622 5814
23a8a5ab
CY
58152011-08-21 Chong Yidong <cyd@stupidchicken.com>
5816
ff98b2dd
CY
5817 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5818
23a8a5ab
CY
5819 * emacs-lisp/find-func.el (find-function-noselect): New arg
5820 lisp-only.
5821
5822 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5823 signal an error for built-in functions (Bug#6664).
5824
f5e3c598
LMI
58252011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5826
5827 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5828 (smtpmail-try-auth-methods): Use it.
5829
a3f2468a
CY
58302011-08-21 Chong Yidong <cyd@stupidchicken.com>
5831
2c34e8da
CY
5832 * font-lock.el (font-lock-fontify-region)
5833 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5834 (font-lock-default-unfontify-buffer)
5835 (font-lock-default-fontify-region)
5836 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5837
b3fd59bd
SM
5838 * progmodes/compile.el (compilation-error-properties):
5839 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5840 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5841 `ant' regexp.
ee31aabc 5842
a3f2468a
CY
5843 * net/browse-url.el (browse-url-firefox): Don't call
5844 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5845
8e999f70
GM
58462011-08-20 Glenn Morris <rgm@gnu.org>
5847
c21a496a
GM
5848 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5849
59ee0542
GM
5850 * tutorial.el (tutorial--default-keys): Update some default bindings.
5851
8e999f70
GM
5852 * files.el (hack-local-variables): Fully ignore case for "mode:".
5853
e3715033
AM
58542011-08-20 Alan Mackenzie <acm@muc.de>
5855
5856 Resolve invalid use of a regexp in regexp-opt.
5857
4d61f28d
JB
5858 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5859 detection for a java annotation.
e3715033 5860
4d61f28d 5861 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5862 detection for a java annotation.
5863
4d61f28d
JB
5864 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5865 handling for java.
e3715033
AM
5866 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5867
04ed2e9c
CY
58682011-08-20 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5871 (Bug#9274).
5872
826cee64
AM
58732011-08-20 Alan Mackenzie <acm@muc.de>
5874
58179cce 5875 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5876 such a construct. Mainly for when jit-lock etc. starts a chunk
5877 here.
5878
58179cce 5879 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5880 variable.
58179cce 5881 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5882 c-make-font-lock-search-function.
5883 (c-make-font-lock-search-function): Use the above function.
5884 (c-make-font-lock-context-search-function): New function.
5885 (c-cpp-matchers): Enhance the preprocessor expression case with
5886 the above function
5887 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5888 which takes an expression.
5889
5890 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5891
13009bd8
MR
58922011-08-20 Martin Rudalics <rudalics@gmx.at>
5893
5894 * window.el (display-buffer-reuse-window)
5895 (display-buffer-pop-up-window): Don't reuse or split a side
5896 window.
5897
9234ff7f
GM
58982011-08-19 Glenn Morris <rgm@gnu.org>
5899
5900 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5901 Downcase "Mode:". (Bug#9331)
9234ff7f 5902
f635daa1
CY
59032011-08-18 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * international/characters.el: Add L and R categories.
5906
5907 * subr.el (bidi-string-mark-left-to-right): Rename from
5908 string-mark-left-to-right. Use category search.
5909
5910 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5911
bc987f8b
JL
59122011-08-18 Juri Linkov <juri@jurta.org>
5913
5914 * faces.el (error, warning, success): New faces with definitions
5915 copied from old default values of `font-lock-warning-face',
5916 `compilation-warning', `compilation-info' (bug#6117).
5917
5918 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5919
5920 * progmodes/compile.el (compilation-error): Inherit from `error'.
5921 (compilation-warning): Inherit from `warning'.
5922 (compilation-info): Inherit from `success'.
5923
5924 * dired.el (dired-marked): Inherit from `warning'.
5925 (dired-flagged): Inherit from `error'.
5926
57173b96
LMI
59272011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5928
3e79eb87
LMI
5929 * mail/smtpmail.el (auth-source): Require to avoid problems with
5930 binding variables (bug#9298). Also clean up some unused
5931 autoloads.
5932
b3fd59bd
SM
5933 * net/network-stream.el (network-stream-open-starttls):
5934 Support using starttls.el without using gnutls-cli.
57173b96 5935
02b404de
JL
59362011-08-17 Juri Linkov <juri@jurta.org>
5937
5938 * progmodes/grep.el (rgrep): Handle the case when
5939 `grep-find-command' is a cons cell (bug#9278).
5940
8c9177f2
MR
59412011-08-17 Martin Rudalics <rudalics@gmx.at>
5942
5943 * window.el (display-buffer-pop-up-frame): Run frame creation
5944 function with BUFFER current (as special-display-popup-frame
5945 does). Reported by Drew Adams.
5946
3644a0ab
DU
59472011-08-17 Daiki Ueno <ueno@unixuser.org>
5948
5949 * epa-mail.el: Simplify GnuPG group expansion using
5950 epg-expand-group.
5951 (epa-mail-group-alist, epa-mail-group-modtime)
5952 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5953 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5954 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5955 Remove.
5956
5e617bc2 59572011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5958
5959 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5960
9c4aeabf
AM
59612011-08-16 Alan Mackenzie <acm@muc.de>
5962
5963 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5964 Correct, to avoid the inside of macros.
5965
3a99bf64
RS
59662011-08-16 Richard Stallman <rms@gnu.org>
5967
04963aa8
RS
5968 * epa-mail.el: Handle GnuPG group definitions.
5969 (epa-mail-group-alist, epa-mail-group-modtime)
5970 (epa-mail-gnupg-conf-file): New variables.
5971 (epa-mail-parse-groups, epa-mail-sync-groups)
5972 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5973 (epa-mail-expand-recipients): New functions.
5974 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5975
177549d0
RS
5976 * mail/rmail.el (rmail-epa-decrypt): New command.
5977
fe38beef
RS
5978 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5979 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5980 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5981 (epa-decrypt-armor-in-region): Make error message clearer.
5982
934eacb9
SM
59832011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5986 and "a2b" to "ab" for `prefix'.
5987
d024fb4e
CY
59882011-08-14 Chong Yidong <cyd@stupidchicken.com>
5989
5990 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5991 filter groups.
de148fee
CY
5992 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5993 Fourquet (Bug#8804).
d024fb4e 5994
62f1ca49
JB
59952011-08-12 Juanma Barranquero <lekktu@gmail.com>
5996
5997 * startup.el (argi): Declare as global variable (bug#9275).
5998
9ccaaa4b
CY
59992011-08-12 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * subr.el (string-mark-left-to-right): Search the entire string
6002 for RTL script, not just the terminating character. Doc fix.
6003
a3dae87a
SM
60042011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6cd18349
SM
6006 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6007 New function.
6008 (js--regexp-literal, js-syntax-propertize-function): Remove.
6009 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6010 (js-mode-map): Don't rebind electric keys.
6011 (js-insert-and-indent): Remove.
6012 (js-mode): Setup electric-layout and electric-indent instead.
6013
a3dae87a
SM
6014 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6015
9d5cb631
DU
60162011-08-12 Daiki Ueno <ueno@unixuser.org>
6017
6018 * epa.el (epa-progress-callback-function): Fix the logic of
6019 displaying progress.
6020 * epa-file.el (epa-file-insert-file-contents): Make progress
6021 display more user-friendly.
6022 (epa-file-write-region): Ditto.
6023
3e26a4a2
CY
60242011-08-10 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * subr.el (string-mark-left-to-right): New function.
6027
6028 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6029 Use string-mark-left-to-right.
6030 (list-buffers-noselect): Caller changed.
6031
a3dae87a
SM
6032 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6033 Use string-mark-left-to-right.
3e26a4a2
CY
6034 (tabulated-list-print): Recenter after moving point.
6035
ac8cf6e6
JL
60362011-08-10 Juri Linkov <juri@jurta.org>
6037
6038 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6039 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6040 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6041
8d96c9a4
CY
60422011-08-09 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6045 (Bug#7554).
6046
7be1c708 60472011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6048
6049 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6050 character. (Bug#6594)
6051
37e11a63
CY
60522011-08-08 Chong Yidong <cyd@stupidchicken.com>
6053
839dde57
CY
6054 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6055 (image-dired--with-db-file): New macro.
6056 (image-dired-write-tags, image-dired-remove-tag)
6057 (image-dired-create-gallery-lists, image-dired-write-comments)
6058 (image-dired-get-comment, image-dired-mark-tagged-files)
6059 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6060 (image-dired-gallery-generate): Use insert-file-contents.
6061
37e11a63
CY
6062 * time.el (display-time-world-list, display-time-world-display):
6063 * time-stamp.el (time-stamp-string):
6064 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6065 set-time-zone-rule (Bug#7337).
6066
0b4946c4
DU
60672011-08-08 Daiki Ueno <ueno@unixuser.org>
6068
6069 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6070 (epg-error-to-string, epg-errors-to-string): New function.
6071 (epg-wait-for-completion): Reverse errors list.
6072 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6073 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6074 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6075 (epg-sign-keys, epg-generate-key-from-file)
6076 (epg-generate-key-from-string): Format errors by using
6077 epg-errors-to-string (bug#9255).
6078 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6079
75bfc667
JL
60802011-08-07 Juri Linkov <juri@jurta.org>
6081
6082 * faces.el (list-faces-display): Remove extra angle bracket
6083 from `help-mode-map'.
6084
6085 * info.el (Info-history-toc-nodes): Doc fix.
6086
6087 * longlines.el (longlines-mode): Doc fix.
6088
673e08bb
SM
60892011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6090
4640dd88
SM
6091 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6092 of statements and in a few more cases (bug#9183).
6093
673e08bb
SM
6094 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6095 New functions.
6096 (cl-transform-lambda): Use them (bug#9239).
6097
89b3f019
MR
60982011-08-05 Martin Rudalics <rudalics@gmx.at>
6099
6100 * window.el (display-buffer-same-window)
6101 (display-buffer-same-frame, display-buffer-other-window)
6102 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6103 (pop-to-buffer-other-window)
6104 (pop-to-buffer-same-frame-other-window)
6105 (pop-to-buffer-other-frame): Make them defuns.
6106 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6107
640c8776
SM
61082011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * subr.el (make-composed-keymap): Move from C. Change calling
6111 convention, and improve docstring to bring attention to a subtle point.
6112 * minibuffer.el (completing-read-default): Adjust accordingly.
6113
63648a95
MA
61142011-08-03 Michael Albinus <michael.albinus@gmx.de>
6115
6116 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6117 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6118
6119 * net/trampver.el: Update release number.
6120
b796c9b7
SM
61212011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6124 "in" (bug#9190).
6125
2239d7d5
LMI
61262011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6127
e07dd7c3
LMI
6128 * mail/sendmail.el (sendmail-query-once): Restore the current
6129 buffer after querying (bug#9074).
6130
0e6a2bd7
LMI
6131 * dired.el (dired-flagged): Use different faces for marked and
6132 flagged files (bug#6117).
6133
ce887515
LMI
6134 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6135 (bug#4433).
6136
92f2affc
LMI
6137 * ido.el (ido-mode): Switch off the message if called
6138 non-interactively.
6139
57d5aff0
LMI
6140 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6141 before 587, since it appears that that's more likely to work for
6142 more people.
6143
98cd6c18 6144 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6145 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6146 exist.
6147
b96dec83
LMI
6148 * info.el: Remove the `Info-beginning-of-buffer' function
6149 (bug#8325).
6150
b796c9b7
SM
6151 * net/network-stream.el (network-stream-open-starttls):
6152 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6153
d90e2ea0
MR
61542011-08-01 Martin Rudalics <rudalics@gmx.at>
6155
6156 * window.el (display-buffer-in-window): Don't set dedicated status
6157 of window here (Bug#9215).
6158 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6159 (display-buffer-pop-up-side-window)
b796c9b7 6160 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6161
cca09170
SM
61622011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6165 before binding generated-autoload-file.
6166
027b979c
DD
61672011-08-01 Deniz Dogan <deniz@dogan.se>
6168
6169 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6170
3c7ee4f3
MA
61712011-07-30 Michael Albinus <michael.albinus@gmx.de>
6172
6173 Sync with Tramp 2.2.2.
6174
6175 * net/trampver.el: Update release number.
6176
2cc8e51a
JL
61772011-07-30 Juri Linkov <juri@jurta.org>
6178
6179 * dired-aux.el (dired-touch-initial): Remove function.
6180 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6181 current time, and `default' to the last modification time of the
6182 current marked file (bug#6887).
6183
a514d856
JM
61842011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6185
6186 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6187 numeric argument to read-number (bug#9163).
a514d856 6188
8a7eddd7
MA
61892011-07-27 Michael Albinus <michael.albinus@gmx.de>
6190
6191 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6192 connection process, it could be nil.
6193
1ddd96f5
LL
61942011-07-27 Leo Liu <sdl.web@gmail.com>
6195
6196 Simplify url handling in rcirc-mode.
6197
6198 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6199 (rcirc-browse-url-at-mouse): Remove.
6200 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6201
b248a85d
AM
62022011-07-26 Alan Mackenzie <acm@muc.de>
6203
6204 Fontify bitfield declarations properly.
6205
6206 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6207 (c-symbol-chars): Now exported as a lang variable.
6208 (c-not-primitive-type-keywords): New lang variable.
6209
6210 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6211 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6212 parsed as a bitfield declaration.
b248a85d 6213
b796c9b7
SM
6214 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6215 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6216 (c-punctuation-in): New function.
6217 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6218 declarations properly.
6219
68575ab0
UJ
62202011-07-26 Ulf Jasper <ulf.jasper@web.de>
6221
6222 * calendar/icalendar.el (icalendar--all-events): Take care of
6223 multiple vcalendars in a single file.
b796c9b7 6224 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6225
0f0a88b9
DD
62262011-07-25 Deniz Dogan <deniz@dogan.se>
6227
6228 * image.el (insert-image): Clarifying docstring.
6229
0b3f36df
MA
62302011-07-24 Michael Albinus <michael.albinus@gmx.de>
6231
6232 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6233 `tramp-send-command-and-check' if there is no error.
6234 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6235
a9901f61
AM
62362011-07-22 Alan Mackenzie <acm@muc.de>
6237
6238 Prevent cc-langs.elc being loaded at run time.
6239
6240 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6241 cc-langs.
6242
4d61f28d 6243 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6244 "(require 'cc-langs)". Quote a form so it will evaluate at
6245 (cc-mode's) compilation time.
6246
11d074b2
MA
62472011-07-22 Michael Albinus <michael.albinus@gmx.de>
6248
6249 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6250 loading. (Bug#9114)
6251
938b94c8
MR
62522011-07-21 Martin Rudalics <rudalics@gmx.at>
6253
6254 * window.el (display-buffer-pop-up-window)
6255 (display-buffer-pop-up-side-window)
6256 (display-buffer-in-side-window): Call display-buffer-set-height
6257 and display-buffer-set-width after setting the new window's
b796c9b7 6258 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6259
bfa4f190
SS
62602011-07-20 Sam Steingold <sds@gnu.org>
6261
6262 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6263 (etags-tags-included-tables): Call `convert-standard-filename' on
6264 the file names contained in TAGS so that windows Emacs can handle
6265 TAGS files created by cygwin ctags.
6266
8ca42262
LMI
62672011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6268
6269 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6270 which apparently didn't work.
6271
5db2afd2 62722011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6273
5db2afd2
RW
6274 * proced.el (proced-send-signal): For *Marked Processes* buffer
6275 put point at beginning of buffer.
6276
92e15d10
SB
62772011-07-19 Stephen Berman <stephen.berman@gmx.net>
6278
6279 * proced.el (proced-format): Make header lines align with the text
6280 (bug#1779).
6281
1bfd59e5
LMI
62822011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6283
6284 * view.el (view-buffer): Allow running in `special' modes if we're
6285 visiting a file (bug#8615).
6286
f5aae37c
MR
62872011-07-19 Martin Rudalics <rudalics@gmx.at>
6288
6289 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6290 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6291 New functions.
f5aae37c
MR
6292 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6293 more accurately.
6294
bf2c1571
AM
62952011-07-18 Alan Mackenzie <acm@muc.de>
6296
6297 Fontify declarators properly when, e.g., a jit-lock chunk begins
6298 inside a declaration.
6299
6300 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6301
b796c9b7
SM
6302 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6303 New function.
bf2c1571
AM
6304 (c-complex-decl-matchers): Insert reference to
6305 c-font-lock-enclosing-decls.
6306
6307 * progmodes/cc-engine.el (c-backward-single-comment):
6308 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6309 to nil around calls to (forward-comment -1).
6310
4e190b80
LMI
63112011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
12dc863d
LMI
6313 * image.el (put-image): Doc typo fix.
6314
a762e966
LMI
6315 * progmodes/etags.el (tags-search): Doc typo fix.
6316
4e190b80
LMI
6317 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6318 password if we get errors 550 to 554.
6319
f019fb21
LMI
63202011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6321
b796c9b7 6322 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6323
81746738
LMI
6324 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6325 indentation character (bug#6380).
6326
3ee3a1b5
LMI
6327 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6328
c82f64de
LMI
6329 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6330 to clarify what the problem is (bug#4291).
6331
f019fb21
LMI
6332 * simple.el (current-kill): Clarify what
6333 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6334 (auto-fill-mode): Document `auto-fill-function' in relation to
6335 `auto-fill-mode' (bug#2470).
f019fb21 6336
0794775d
LM
63372011-07-16 Lawrence Mitchell <wence@gmx.li>
6338
6339 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6340 method if slot is read-only (bug#9035).
6341
be39b8cc
MR
63422011-07-16 Martin Rudalics <rudalics@gmx.at>
6343
b796c9b7 6344 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6345 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6346 selected before, see discussion of (Bug#8615), (Bug#6954).
6347 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6348
6ccf7859
GM
63492011-07-15 Glenn Morris <rgm@gnu.org>
6350
6351 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6352 Respect help-form.
6ccf7859 6353
87e86684
LM
63542011-07-09 Lawrence Mitchell <wence@gmx.li>
6355
6356 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6357 (gnutls-negotiate): Use it.
6358
d6066239
LMI
63592011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6360
b796c9b7
SM
6361 * net/gnutls.el (gnutls-negotiate):
6362 Upcase `gnutls-algorithm-priority'.
d6066239 6363
bd23ebc0
GM
63642011-07-15 Glenn Morris <rgm@gnu.org>
6365
c65bca65
GM
6366 * jka-compr.el (jka-compr-verbose): Move from here...
6367 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6368 Add missing :version tag.
6369 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6370
478615cc
LMI
63712011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6372
7b41decb
LMI
6373 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6374 (gnutls-negotiate): Use it.
6375
dbc44fcd
LMI
6376 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6377
06789f97
LMI
6378 * info.el (Info-beginning-of-buffer): New command.
6379 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6380 announcing `b' as the key (bug#8325).
ab896c37 6381 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6382
c39da690
LMI
6383 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6384
3aa5f34b
LMI
6385 * international/mule-cmds.el
6386 (describe-specified-language-support): Make the error message
6387 clearer (bug#8905).
6388
4bf0979f
LMI
6389 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6390
478615cc
LMI
6391 * isearch.el (isearch-barrier): Add a doc string, since it's
6392 mentioned in a function doc string (bug#8678).
6393
75c68aa1
MR
63942011-07-15 Martin Rudalics <rudalics@gmx.at>
6395
6396 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6397 buffer argument (Bug#9083) and self-identifying label argument.
6398
a7c33da2
GM
63992011-07-15 Glenn Morris <rgm@gnu.org>
6400
6401 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6402
2f5c6024
LMI
64032011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6404
6405 * man.el (Man-fontify-manpage): Fix message when formatting the
6406 man page (bug#7929).
6407
0bb23927 64082011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6409
6410 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6411 argument LRM; if non-nil, append an invisible LRM character to the
6412 buffer name.
6413 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6414 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6415 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6416 paragraph direction.
cce4b0a7 6417
621ef9ab
LMI
64182011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6419
d1583c48
LMI
6420 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6421 the man page name (bug#7929).
6422
6a57fb5f
LMI
6423 * image.el (put-image): Mention the `put-image' overlay property
6424 (bug#7834).
6425
d7956b14
LMI
6426 * scroll-bar.el (set-scroll-bar-mode): Mention that
6427 `scroll-bar-mode' lists the values (bug#7772).
6428
5b2d4a66
LMI
6429 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6430 command (bug#7729).
6431
7509a874
LMI
6432 * rect.el (apply-on-rectangle): Return the point after the last
6433 operation.
6434 (string-rectangle): Go to the point after the last operation
6435 (bug#7522).
6436
4fe74b19
LMI
6437 * printing.el (pr-toggle-region): Clarify the documentation
6438 slightly (bug#7493).
6439
b796c9b7
SM
6440 * time.el (display-time-update):
6441 Allow `display-time-mail-function' to return nil (bug#7158).
6442 Fix suggested by Detlev Zundel.
ab283561 6443
fc233c9d
LMI
6444 * vc/diff.el (diff): Clarify the order the file names are read
6445 (bug#7111).
6446
43f5740b
LMI
6447 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6448 the doc string (bug#7015).
6449
f2182a76
LMI
6450 * font-lock.el (font-lock-maximum-decoration): Mention what
6451 numeric levels mean (bug#6935).
6452
621ef9ab
LMI
6453 * startup.el (initial-buffer-choice): Don't mention the `none'
6454 selection, which is against policy.
6455
adc47434
MR
64562011-07-14 Martin Rudalics <rudalics@gmx.at>
6457
b796c9b7
SM
6458 * window.el (display-buffer-normalize-special):
6459 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6460
7e5bfb8f
EZ
64612011-07-14 Eli Zaretskii <eliz@gnu.org>
6462
6463 * subr.el (version<, version<=, version=): Mention "-CVS" and
6464 "-12345" alpha version numbers.
6465
27fa387a
CY
64662011-07-14 Chong Yidong <cyd@stupidchicken.com>
6467
6468 * bindings.el: Add advertised binding for set-mark-command
6469 (Bug#5772).
6470
8bdfa064
CY
64712011-07-14 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * bindings.el (mode-line-other-buffer):
6474 * bookmark.el (bookmark-bmenu-2-window):
6475 * bs.el (bs-cycle-next, bs-cycle-previous):
6476 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6477 switch-to-buffer.
6478
6479 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6480 Delete.
8bdfa064 6481
5eba16a3
JB
64822011-07-14 Juanma Barranquero <lekktu@gmail.com>
6483
6484 * follow.el (follow-debug-message, follow-redisplay):
6485 * jka-cmpr-hook.el (with-auto-compression-mode):
6486 Fix typos in docstrings.
6487
15853710
LMI
64882011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6489
a28e4607
LMI
6490 * subr.el (with-silent-modifications): Clarify somewhat what the
6491 macro inhibits (bug#6525).
6492
15853710
LMI
6493 * simple.el (eval-expression): Note what it does if called
6494 interactively (bug#6495).
6495
bee0fcef
CY
64962011-07-13 Chong Yidong <cyd@stupidchicken.com>
6497
b796c9b7
SM
6498 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6499 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6500
6501 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6502 Remove switch-to-buffer.
6503
58274504
LMI
65042011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6505
bd2fcc8d
LMI
6506 * files.el (make-directory): Clarify that an error will be raised
6507 if there's an error (bug#6397).
6508
0f04b32c
LMI
6509 * startup.el (initial-buffer-choice): Add `none' as a choice
6510 (bug#6234).
6511
465c5fc8
LMI
6512 * subr.el (add-hook): Clarify section about buffer-local hooks
6513 (bug#6218).
6514
58274504
LMI
6515 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6516
bead9a43
JB
65172011-07-13 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * tabify.el (untabify): Preserve the current column so that point
6520 doesn't move (bug#6032).
6521
3af98a7b
LMI
65222011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6523
b796c9b7
SM
6524 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6525 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6526
6240145a
GM
65272011-07-13 Glenn Morris <rgm@gnu.org>
6528
6529 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6530 (dired-insert-directory): Give a message the first time
6531 if ls is found not to support --dired.
6532
1d8c2ccc
LMI
65332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6534
6535 * simple.el (toggle-truncate-lines): Clarify what is toggled
6536 (bug#5580). Text by Drew Adams.
6537
5fc4038e
CY
65382011-07-13 Chong Yidong <cyd@stupidchicken.com>
6539
6540 * simple.el (blink-matching-open): Make the error message from the
6541 last change less verbose.
6542
bf6012e5
DN
65432011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6544
6545 * font-lock.el (font-lock-comment-face): Use the high contrast
6546 "yellow" color for font-lock-comment-face on low color terminals
6547 using a dark background color (bug#4221).
6548
343c3b5a
LMI
65492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6550
7e9505c5
LMI
6551 * dired.el (dired-insert-set-properties): Make the doc string
6552 reflect what it does now (bug#5325).
6553
c26fdcf5
LMI
6554 * simple.el (blink-matching-open): Say that we were unable to find
6555 the match within the limit, if we're limited (bug#5122).
6556
bb388cc5
LMI
6557 * international/mule-cmds.el (prefer-coding-system): Add an
6558 example (bug#4869).
6559
343c3b5a
LMI
6560 * progmodes/etags.el (tags-search): Document `file-list-form'
6561 (bug#4731).
6562
2a517d45
LM
65632011-07-13 Lawrence Mitchell <wence@gmx.li>
6564
6565 * net/browse-url.el (browse-url-default-browser)
6566 (browse-url-browser-function): Make the default browser choice a
6567 bit more logical (bug#4300). Also clean up the doc string.
6568
b6c78ef2
JB
65692011-07-13 Juanma Barranquero <lekktu@gmail.com>
6570
6571 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6572 binary endings (bug#4440).
6573
1c4dd947
LMI
65742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6575
a2014063
LMI
6576 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6577 which can be pretty annoying (bug#8971).
6578
9c9c2d88
LMI
6579 * jka-compr.el (jka-compr-verbose): New variable, and use
6580 throughout (bug#8971).
6581
1c4dd947
LMI
6582 * info.el (Info-find-file): Fall back on the installation
6583 directory if we can't find the info node anywhere else.
6584
a1c9f41b
SO
65852011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6586
6587 * vc/vc.el (vc-revert-file):
6588 Don't set file time-stamp in the past. (Bug#5181)
6589
536f3d36
LMI
65902011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6591
7152b011
LMI
6592 * files.el (after-find-file): Give a better error message when
6593 trying to find a symlink that points to a file that doesn't exist
6594 (bug#4398).
6595
536f3d36
LMI
6596 * progmodes/cc-vars.el: Remove (probably) misleading comment
6597 (bug#4396).
6598
460c0fba
JB
65992011-07-12 Johan BockgĂĄrd <bojohan@gnu.org>
6600
6601 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6602
7a6bda45
CY
66032011-07-12 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * mouse-sel.el: Hack restoring functionality, while keeping
6606 compatibility with 2010-07-03 changes to mouse selection.
6607 (mouse-sel-primary-overlay): New var.
6608 (mouse-sel-selection-alist): Use it.
6609 (mouse-sel-mode): Doc fix; remove points that are default features
6610 of mouse.el.
6611
c79598ef
JB
66122011-07-12 Johan BockgĂĄrd <bojohan@gnu.org>
6613
6614 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6615 Fix previous fix (bug#2490).
6616
ff8be6ef
RW
66172011-07-12 Roland Winkler <winkler@gnu.org>
6618
b796c9b7
SM
6619 * textmodes/bibtex.el (bibtex-initialize):
6620 Use pop-to-buffer-same-window.
ff8be6ef
RW
6621 (bibtex-search-entries): Fix interactive call.
6622
296ba3ee
LMI
66232011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6624
f5242a02 6625 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6626 Fontise bytecomp Error lines more correctly (bug#2490).
6627 Fix suggested by Johan BockgĂĄrd.
f5242a02 6628
296ba3ee
LMI
6629 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6630
6631 * dired-x.el (dired-guess-default): Use `delete-dups'.
6632
f69fd0d2
CY
66332011-07-12 Chong Yidong <cyd@stupidchicken.com>
6634
6635 * dired.el (dired-mark-prompt):
6636 * dired-aux.el (dired-read-shell-command): Doc fix.
6637
eab5dc07
LMI
66382011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6639
b796c9b7
SM
6640 * mail/sendmail.el (sendmail-query-once):
6641 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6642 emacs -Q.
6643
6644 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6645
eab5dc07
LMI
6646 * cus-edit.el (custom-file): Take an optional no-error variable.
6647 (customize-save-variable): Set the variable, and give a warning if
6648 running under "emacs -q".
6649
a1e65d42
JB
66502011-07-11 Juanma Barranquero <lekktu@gmail.com>
6651
6652 * loadhist.el (unload-feature-special-hooks):
6653 Add `auto-coding-functions', `fill-nobreak-predicate' and
6654 `find-directory-functions' (bug#5327).
6655
1d52da10
LMI
66562011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6657
be958f1d
LMI
6658 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6659
5bedb26c
LMI
6660 * cus-edit.el (custom-guess-name-alist): -alist variables should
6661 use the `alist' type (bug#3120). Suggested by Drew Adams.
6662
1d52da10
LMI
6663 * printing.el: Add documentation to all the `pr-toggle-' commands.
6664
cd394be1 66652011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6666
6667 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6668 backends where it makes sense (bug#2623).
6669
dcc88d8a
LMI
66702011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6671
c3de9feb
LMI
6672 * dired-x.el (dired-guess-default): Remove duplicate shell command
6673 entries (bug#2028).
8a93078b 6674 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6675 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6676
dcc88d8a
LMI
6677 * subr.el (remove-duplicates): New conveniency function.
6678
505e3645
LMI
66792011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6680
6681 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6682 (bug#1526).
6683
66842011-07-10 Martin Rudalics <rudalics@gmx.at>
6685
6686 * window.el (display-buffer-normalize-default): Don't invert
6687 meaning of even-window-heights. Reported by Eli Zaretskii
6688 <eliz@gnu.org>.
6689
455e4fa1
BR
66902011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6691
6692 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6693
8e0bc3e9
CY
66942011-07-10 Chong Yidong <cyd@stupidchicken.com>
6695
6696 * window.el (display-buffer): Fix arguments to
6697 display-buffer-reuse-window in last change.
6698
fa7c3228
CY
6699 * faces.el (link): Use a less saturated blue on light backgrounds.
6700
6701 * startup.el (fancy-startup-text, fancy-about-text)
6702 (fancy-startup-tail): Use font-lock faces, for background safety.
6703
c0a7f300
BN
67042011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6705
b796c9b7
SM
6706 * emulation/viper-cmd.el (viper-change-state-to-vi):
6707 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6708
4dc2a129
MR
67092011-07-09 Martin Rudalics <rudalics@gmx.at>
6710
6711 * window.el (display-buffer-default-specifiers): Remove.
6712 (display-buffer-macro-specifiers): Remove default specifiers.
6713 (display-buffer-alist): Default to nil.
b796c9b7 6714 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6715 (display-buffer-pop-up-window): Allow splitting internal
6716 windows. Check whether a live window was created.
6717 (display-buffer-other-window-means-other-frame)
6718 (display-buffer-normalize-arguments): Rename to
6719 display-buffer-normalize-argument and rewrite. Set the
6720 other-window specifier.
6721 (display-buffer-normalize-special): New function.
6722 (display-buffer-normalize-options): Rename to
6723 display-buffer-normalize-default and rewrite.
6724 (display-buffer-normalize-options-inhibit): Remove.
6725 (display-buffer-normalize-specifiers): Rewrite.
6726 (display-buffer): Process other-window specifier and call
6727 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6728 more faithfully.
b796c9b7 6729 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6730 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6731 (display-buffer-in-window, display-buffer-alist-set):
6732 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6733 <tassilo@member.fsf.org>.
6734
2d43b8c9
LL
67352011-07-09 Leo Liu <sdl.web@gmail.com>
6736
6737 * register.el (insert-register): Restore accidental change on
6738 2011-06-26. (Bug#9028)
6739
7f9b7c53
GM
67402011-07-09 Glenn Morris <rgm@gnu.org>
6741
6742 * subr.el (remq): Handle the empty list. (Bug#9024)
6743
f042cfd8
AS
67442011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6745
6746 * mail/sendmail.el (send-mail-function): No longer delay custom
6747 initialization.
6748 * custom.el (custom-initialize-delay): Doc fix.
6749
856b2f11
SM
67502011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6753
afae1d68
MA
67542011-07-08 Michael Albinus <michael.albinus@gmx.de>
6755
6756 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6757 human-friendly prompt.
6758
0757af94
SM
67592011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6762 provided by a particular plugin.
6763
d760b731
LMI
67642011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6765
6766 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6767 save customizations (with "emacs -Q"), just set the variable
6768 instead of erroring out.
6769
6770 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6771
cd79ce90
JL
67722011-07-08 Juri Linkov <juri@jurta.org>
6773
6774 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6775 (archive-zip-update-case): Use 7z if found by `executable-find'.
6776 The order of searching the available programs is the same as in
6777 `archive-zip-extract' (bug#8968).
6778
14cc04aa
CY
67792011-07-07 Chong Yidong <cyd@stupidchicken.com>
6780
6781 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6782 (menu-bar-options-menu): Tweak descriptions.
6783
0a1848ec
LMI
67842011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6785
6786 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6787 menu items into verb phrases (bug#1421). Also refill to fit under
6788 80 columns.
6789
f5bd0689
CY
67902011-07-07 Chong Yidong <cyd@stupidchicken.com>
6791
538e85c6
CY
6792 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6793 (Info-read-node-name): Doc fix (Bug#1084).
6794
f5bd0689
CY
6795 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6796 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6797 (end-of-sexp, beginning-of-sexp)
6798 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6799 (forward-symbol, forward-same-syntax, word-at-point)
6800 (sentence-at-point): Doc fix (Bug#1144).
6801
56ec5115
LMI
68022011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6803
f3f8e37f
LMI
6804 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6805 should cover it (bug#1281).
6806
0757af94 6807 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6808
e9fce1ac 6809 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6810 negotiation fails, then possibly try again with a non-encrypted
6811 connection (bug#9017).
6812
56ec5115
LMI
6813 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6814 be used.
6815
c2f9aec8
RS
68162011-07-07 Richard Stallman <rms@gnu.org>
6817
6818 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6819 property, and handle its changed format.
6820 Look for the correct line number.
6821 Use file's line contents (but not past first =) to find
6822 correct line in message.
6823
ef7b981d 68242011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6825
6826 * international/characters.el (build-unicode-category-table):
6827 Delete it.
0757af94 6828 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6829
0757af94 6830 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6831 to src/chartab.c.
6832 (get-char-code-property): Call unicode-property-table-internal to
6833 load a file. Call get-unicode-property-internal where necessary.
6834 (put-char-code-property): Call unicode-property-table-internal to
6835 load a file. Call put-unicode-property-internal where necessary.
6836 put-unicode-property-internal where necessary.
0757af94
SM
6837 (char-code-property-description):
6838 Call unicode-property-table-internal to load a file.
c805dec0
KH
6839
6840 * international/charprop.el:
6841 * international/uni-bidi.el:
6842 * international/uni-category.el:
6843 * international/uni-combining.el:
6844 * international/uni-comment.el:
6845 * international/uni-decimal.el:
6846 * international/uni-decomposition.el:
6847 * international/uni-digit.el:
6848 * international/uni-lowercase.el:
6849 * international/uni-mirrored.el:
6850 * international/uni-name.el:
6851 * international/uni-numeric.el:
6852 * international/uni-old-name.el:
6853 * international/uni-titlecase.el:
6854 * international/uni-uppercase.el: Regenerate.
6855
6856 * loadup.el: Load international/charprop.el before
6857 international/characters.
6858
e14b388a
CY
68592011-07-07 Chong Yidong <cyd@stupidchicken.com>
6860
6861 * window.el (next-buffer, previous-buffer): Signal an error if
6862 called from a minibuffer window.
6863
6864 * bindings.el: Revert 2011-07-04 change.
6865
354cf0ba
RS
68662011-07-06 Richard Stallman <rms@gnu.org>
6867
6868 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6869 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6870 Treat markers like ints.
6871 (rmail-mime-entity): Doc fix.
6872
a48868a7
LMI
68732011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6874
4906cd3d
LMI
6875 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6876 defcustom again for backwards compatibility.
6877
e0457abe
LMI
6878 * simple.el (shell-command-on-region): Fill.
6879
d67f7e1f
LMI
6880 * dired-aux.el (dired-kill-line): Add a doc string.
6881
fe204702
LMI
6882 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6883 to "\\sw\\|\\s_" (bug#358).
6884
a48868a7
LMI
6885 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6886 (dired-unmark-backward): Ditto.
6887 (dired-flag-backup-files): Ditto.
6888
6889 * dired-x.el (dired-mark-sexp): Ditto.
6890
aa8a705c
RS
68912011-07-06 Richard Stallman <rms@gnu.org>
6892
6893 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6894 (rmail-mime-entity): New arg TRUNCATED.
6895 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6896 New functions.
6897 (rmail-mime-save): Warn if entity is truncated.
6898 (rmail-mime-toggle-hidden): Likewise, for showing.
6899 (rmail-mime-process-multipart): Record when an entity is truncated.
6900
a9a936b9
RS
6901 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6902 if ENTITY is a string.
6903
1f2b92cb
LMI
69042011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6905
f4f73198 6906 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6907 of faces when `M-C-x'-ing their definitions (bug#8378).
6908 Also clean up the code slightly.
f4f73198 6909
12b16734 6910 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6911 because that makes the colors go away.
12b16734 6912
f0691d22
LMI
6913 * mail/sendmail.el (send-mail-function): Change the default to
6914 `sendmail-query-once'.
9e87df06 6915 (sendmail-query-once): Add an autoload cookie.
f0691d22 6916
1f2b92cb
LMI
6917 * net/network-stream.el (network-stream-open-starttls): Try using
6918 a plain connection even if the server offered STARTTLS, and we
6919 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6920 capability. This should make smtpmail.el work in slightly more
6921 configurations.
6922
1cdd2a1b
MA
69232011-07-06 Michael Albinus <michael.albinus@gmx.de>
6924
6925 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6926 New defun.
6927 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6928
fbcc67e2
MM
69292011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6930
6931 * progmodes/sql.el: Version 3.0
0757af94 6932 (sql-product-alist): Add product :completion-object,
fbcc67e2 6933 :completion-column, and :statement attributes.
0757af94 6934 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6935 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6936 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6937 ansi keywords.
6938 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6939 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6940 (sql-oracle-show-reserved-words): New function for development.
6941 (sql-product-font-lock): Simplify for source code buffers.
6942 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6943 New functions.
6944 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6945 (sql-mode-map): Add statement movement functions.
6946 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6947 New variable.
fbcc67e2
MM
6948 (sql-statement-regexp, sql-beginning-of-statement)
6949 (sql-end-of-statement, sql-signum): New functions.
0757af94 6950 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6951 (sql-show-sqli-buffer): Bug fix.
6952 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6953 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6954 with sql-interactive-mode.
6955 (sql-save-connection): Save buffer local settings.
0757af94 6956 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6957 (sql-product-interactive): Bug fix.
6958 (sql-preoutput-hold): New variable.
6959 (sql-interactive-remove-continuation-prompt): Bug fixes.
6960 (sql-debug-redirect): New variable.
6961 (sql-str-literal): New function.
6962 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6963 Redesign.
fbcc67e2
MM
6964 (sql-oracle-save-settings, sql-oracle-restore-settings)
6965 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6966 (sql-completion-object, sql-completion-column)
6967 (sql-completion-sqlbuf): New variables.
6968 (sql-build-completions-1, sql-build-completions)
6969 (sql-try-completion): New functions.
6970 (sql-read-table-name): Use them.
6971 (sql-contains-names): New buffer local variable.
6972 (sql-list-all, sql-list-table): Use it.
6973 (sql-oracle-completion-types): New variable.
6974 (sql-oracle-completion-object, sql-sqlite-completion-object)
6975 (sql-postgres-completion-object): New functions.
6976
d4eaeab1
GM
69772011-07-06 Glenn Morris <rgm@gnu.org>
6978
6979 * window.el (pop-to-buffer): Doc fix.
6980
322b7dab 69812011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6982
6983 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6984
322b7dab 69852011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6986
322b7dab 6987 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6988
322b7dab 6989 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6990
605dd5bf
CY
69912011-07-05 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * button.el (button): Inherit from link face. Suggested by Dan
6994 Nicolaescu.
6995
7dbfa719
SM
69962011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6997
3db614b0
SM
6998 * progmodes/gdb-mi.el: Fit in 80 columns.
6999 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7000 switch-to-buffer.
7001
7dbfa719
SM
7002 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7003 if imenu is simply not configured (bug#8941).
7004
919d884a
KM
70052011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7006
7007 * allout.el (allout-post-undo-hook): New allout outline-change
7008 event hook to signal undo activity.
7009 (allout-post-command-business): Run allout-post-undo-hook if an
7010 undo just occurred.
7dbfa719
SM
7011 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7012 * allout-widgets.el (allout-widgets-after-undo-function):
7013 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7014 in the vicinity of an undo.
7015 (allout-widgets-mode): Include allout-widgets-after-undo-function
7016 on the new allout-post-undo-hook.
7017
450a0f09
SM
70182011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7021 Let define-derived-mode define it.
7022 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7023 cycles of abbrev-table inheritance (bug#8998).
7024
2de69e00
RW
70252011-07-05 Roland Winkler <winkler@gnu.org>
7026
7027 * textmodes/bibtex.el: Add support for biblatex.
7028 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7029 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7030 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7031 (bibtex-entry-alist, bibtex-field-alist): New variables.
7032 (bibtex-entry-field-alist): Obsolete alias for
7033 bibtex-BibTeX-entry-alist.
7034 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7035 (bibtex-set-dialect): New command.
7036 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7037 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7038 Bind via bibtex-set-dialect.
2de69e00
RW
7039 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7040 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7041 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7042 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7043 Define via bibtex-set-dialect.
450a0f09
SM
7044 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7045 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7046 (bibtex-vec-push, bibtex-vec-incr): New functions.
7047 (bibtex-format-entry, bibtex-field-list)
7048 (bibtex-print-help-message, bibtex-validate)
7049 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7050
2dcdbdd9
SM
70512011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * progmodes/compile.el (compilation-goto-locus):
7054 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7055 * bs.el (bs-cycle-next, bs-cycle-previous):
7056 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7057 * bindings.el (mode-line-other-buffer):
7058 * autoinsert.el (auto-insert):
7059 * arc-mode.el (archive-extract):
7060 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7061
b27640fe
JB
70622011-07-05 Juanma Barranquero <lekktu@gmail.com>
7063
7064 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7065 Fix check of `emacs-lock-unlockable-modes'.
7066 Coerce true values of `emacs-lock--try-unlocking' to t.
7067
53bbe3ad
JB
70682011-07-05 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7071 * emacs-lock.el: New file.
7072
1d3cdbc7
JD
70732011-07-05 Julien Danjou <julien@danjou.info>
7074
7075 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7076 than `boundp' to check if face is set.
7077
9173deec
JB
70782011-07-05 Juanma Barranquero <lekktu@gmail.com>
7079
7080 * register.el (registerv-make):
7081 * window.el (window-min-height): Fix typos in docstrings.
7082
869795d6
JD
70832011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7084
9173deec 7085 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7086 Update doc string.
7087
b768cdcd
JB
70882011-07-04 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * server.el (server-execute): Catch quit and call
7091 `server-return-error' to pass the error back to emacsclient and
7092 close the connection (bug#8942).
7093
13aa217b
KM
70942011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7095
7096 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7097 insecure exception for current topic. Also note that auto-saves
7098 are handled differently.
7099
7100 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7101 State variables for tracking auto-save inhibition situation.
7102
7103 (allout-write-contents-hook-handler): Rename from
7104 'allout-write-file-hook-handler', and describe how it depends on
7105 write-contents-functions sensitivity to non-nil value to prevent
7106 file write.
7107
7108 (allout-auto-save-hook-handler): Remove. auto-save does not check
7109 this in individual buffers, only in the starting buffer, so this
7110 is not the right way for us to inhibit auto-save in a buffer
7111 according to its condition.
7112
7113 (allout-mode): Use new allout-write-contents-hook-handler, and
7114 only with write-contents-functions. Remove auto-save provisions -
7115 they're implemented elsewhere.
7116
7117 (allout-before-change-handler): If undo is in progress, note that
7118 for attention of allout-post-command-business.
7119
7120 (allout-post-command-business): If the command we're following was
7121 an undo, check for change in the status of encrypted items and
7122 adjust auto-save inhibitions accordingly.
7123
7124 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7125 according to whether there are or aren't any plain-text topics
7126 pending encryption.
7127
2dcdbdd9 7128 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7129 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7130 if there are plain-text topics pending encryption.
13aa217b
KM
7131
7132 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7133 buffer-saved-size and some allout state to not inhibit auto-saves
7134 if there are no longer any plain-text topics pending encryption.
7135
0757af94
SM
7136 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7137 No longer provide for exemption of the current topic.
13aa217b 7138
ac89b32c
JL
71392011-07-04 Juri Linkov <juri@jurta.org>
7140
7141 Add 7z operations to delete and save changed members (bug#8968).
7142 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7143 New defcustoms.
7144 (archive-7z-write-file-member): New function.
7145 (archive-7z-summarize): Fix the number of dashes in the
7146 listing output.
7147
8fa39615
SM
71482011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7151 (bug#8958).
7152
2f11b3f1
CY
71532011-07-04 Chong Yidong <cyd@stupidchicken.com>
7154
d66fef2b
CY
7155 * bindings.el: Ignore next-buffer and previous-buffer in
7156 minibuffer-local-map.
7157
2f11b3f1
CY
7158 * font-lock.el (font-lock-builtin-face): Change light background
7159 color to dark slate blue (Bug#6693).
7160
f932a347
WD
71612011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7162
7163 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7164
c8af70e1
SM
71652011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7168 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7169 Add switch-to-buffer.
7170
f158badc
LMI
71712011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7172
7173 * isearch.el (isearch-search-fun-function): Clarify further the
7174 meaning of the function returned.
7175
6d95bd46
MA
71762011-07-04 Michael Albinus <michael.albinus@gmx.de>
7177
7178 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7179
7180 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7181 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7182 Use it.
7183 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7184 `tramp-default-remote-path' does not exist.
7185 (tramp-send-command-and-read): New optional argument NOERROR.
7186 (tramp-open-connection-setup-interactive-shell)
7187 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7188 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7189 (tramp-process-sentinel): Flush also process' connection property.
7190 (tramp-sh-handle-start-file-process): Do not set process
7191 sentinel. It is done now ...
7192 (tramp-maybe-open-connection): ... here. (Bug#8929)
7193
909e6b67
MK
71942011-07-04 MON KEY <monkey@sandpframing.com>
7195
7196 * play/animate.el (animate-string): Doc fixes and allow changing
7197 the buffer name (bug#5417).
7198
71992011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7200
c8af70e1 7201 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7202
f34755dc
PE
72032011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7204
396cec72
PE
7205 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7206 This is simpler and helps future-proof the code.
7207 (timer-until): Use time-subtract and float-time.
08235028 7208 (timer--time-less-p): Use time-less-p.
f34755dc 7209
56e6cc31
JB
72102011-07-04 Juanma Barranquero <lekktu@gmail.com>
7211
3abb79e5
JB
7212 * type-break.el (timep): Use the value of `float-time' to avoid a
7213 byte-compiler warning.
7214
56e6cc31
JB
7215 * server.el (server-eval-and-print): Return any result, even nil.
7216
7b9430b4
PE
72172011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7218
7219 * type-break.el: Accept time formats that the builtins accept.
7220 (timep, type-break-time-difference): Accept any format that
7221 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7222 This is simpler and helps future-proof the code.
7223 (type-break-time-difference): Round rather than ignoring
7224 subseconds components.
7225
3034e9e7
LMI
72262011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7227
7228 * info.el (Info-apropos-matches): Make non-interactive, since it
7229 doesn't seem to do anything useful as a command (bug#8829).
7230
1485f4c0
CY
72312011-07-03 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7234 Move from faces.el.
1485f4c0
CY
7235 (frame-default-terminal-background): New function.
7236
7237 * custom.el (custom-push-theme): Don't record faces in `changed'
7238 theme; this doesn't work correctly for per-frame face settings.
7239 (disable-theme): Use face-set-after-frame-default to reset faces.
7240 (custom--frame-color-default): New function.
7241
9fa3dd45
LMI
72422011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7243
c8af70e1 7244 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7245 (bug#8769).
7246
6cbbc20c
KR
72472011-03-29 Kevin Ryde <user42@zip.com.au>
7248
7249 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7250 `perl-Test2' extend to match possible "fail #N" rep count
7251 (bug#8377).
7252
c7f98048
LMI
72532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7254
65676592
LMI
7255 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7256 `smtpmail-via-smtp' now returns the error instead of nil.
7257
c7f98048
LMI
7258 * isearch.el (isearch-search-fun-function): Clarify the doc string
7259 (bug#8101).
7260
56e6cc31 72612011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7262
7263 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7264 unnecessary spaces (bug#8987).
7265
2b216704
LMI
72662011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7267
7268 * net/network-stream.el (open-network-stream): Use the
7269 :end-of-capability command thoughout.
7270
72712011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7272
7273 * net/network-stream.el (open-network-stream): Add the
7274 :end-of-capability command parameter, used by pop3.el.
7275
36adf6ce
LMI
72762011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7277
1ca0da0e
LMI
7278 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7279
fc00f69c
LMI
7280 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7281 for list)" (bug#6475).
7282
28fd8759 7283 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7284 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7285 an error (bug#6297).
7286
0dd8b6da
LMI
7287 * man.el (Man-reference-regexp): Allow matching possible
7288 word-wrapped references (bug#6289).
7289
ce1438d6
LMI
7290 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7291 for consistency with the other vc buffers (bug#6197).
7292 (vc-checkin): Ditto.
7293
7294 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7295
36adf6ce
LMI
7296 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7297
e83cc1f7
LMI
72982011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7299
8a20ca4c
LMI
7300 * custom.el (defcustom): Clarify that :set is only used in the
7301 Customize user interface (bug#6089).
7302
83319045
LMI
7303 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7304 associated with a file, refuse to run instead of erroring out
7305 (bug#6084).
7306
a8392169
LMI
7307 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7308 the doc string, since it appears that using `fill-column' always
7309 controls the width (bug#7845).
7310
e83cc1f7
LMI
7311 * simple.el (shell-command-on-region): Say where the error output
7312 went if `shell-command-default-error-buffer' is set (bug#6857).
7313
e47ca23b
KM
73142011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7315
7316 * allout.el (allout-yank-processing): Adjust cursor position for
7317 backwards-deleted space.
7318
7319 (allout-rebullet-heading): Register changes with
7320 allout-exposure-changed-hook, so the modified topic is properly
7321 decorated.
7322
5cf56143
LMI
73232011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7324
08549772
LMI
7325 * minibuffer.el (completion-in-region): Document PREDICATE
7326 (bug#7136).
7327
48e96771
LMI
7328 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7329 of keyword/argument pairs (bug#6904).
7330
c8af70e1
SM
7331 * replace.el (multi-occur):
7332 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7333
e17d05e2
LMI
73342011-07-02 Drew Adams <drew.adams@oracle.com>
7335
7336 * dired.el (dired-mark-if): Make the message about whether it's
7337 marking or unmarking clearer (bug#8523).
7338
063b0e45
LMI
73392011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7340
7341 * disp-table.el (display-table-print-array): New function.
7342 (describe-display-table): Use it to print the vectors more pretty
7343 (Bug#8859).
7344
28545e04
MR
73452011-07-02 Martin Rudalics <rudalics@gmx.at>
7346
7347 * window.el (window-state-get-1): Don't assign clone numbers.
7348 Add clone-of item to list of window parameters.
7349 (window-state-put-2): Don't process clone numbers.
7350 (display-buffer-alist): Fix doc-string.
7351
3349e122
SM
73522011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * subr.el (remq): Don't allocate if it's not needed.
7355 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7356 (keymap--merge-bindings): New functions.
7357 (keymap-canonicalize): Use them to refine the canonicalization.
7358 * minibuffer.el (minibuffer-local-completion-map)
7359 (minibuffer-local-must-match-map): Move initialization from C.
7360 (minibuffer-local-filename-completion-map): Move initialization from C;
7361 don't inherit from anything here.
7362 (minibuffer-local-filename-must-match-map): Make obsolete.
7363 (completing-read-default): Use make-composed-keymap to combine
7364 minibuffer-local-filename-completion-map with either
7365 minibuffer-local-must-match-map or
7366 minibuffer-local-filename-completion-map.
7367
d224ac83
GM
73682011-07-01 Glenn Morris <rgm@gnu.org>
7369
3de63bf8
GM
7370 * type-break.el (type-break-time-sum): Use dolist.
7371
d224ac83
GM
7372 * textmodes/flyspell.el (flyspell-word-search-backward):
7373 Replace CL function.
7374
1a1e3f32
SM
73752011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7376
fe3f64d5
SM
7377 * mouse.el (mouse--strip-first-event): New function.
7378 (function-key-map): Use it to map fringe clicks to normal clicks
7379 by default.
7380
eb604e34
SM
7381 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7382 (vc-bzr-revision-completion-table): Add support for annotate and date.
7383
1a1e3f32
SM
7384 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7385 inherit from parent.
7386
5bd35902
LMI
73872011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7388
ace6c69c 7389 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7390 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7391
191e2bed
LMI
7392 * dired.el (dired-mode): Fix up the doc string as suggested by
7393 Drew Adams (bug#8817).
7394
5bd35902
LMI
7395 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7396 cookie, since the manual says that it should be possible to add
7397 this function to `find-file-hook' (bug#8709).
7398
eee8207a
TZ
73992011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7400
7401 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7402 here. Noted Ted Zlatanov as the maintainer.
7403 (cfengine-common-settings, cfengine-common-syntax): New functions
7404 to set up common things between `cfengine-mode' and
7405 `cfengine3-mode'.
7406 (cfengine3-mode): New mode.
7407 (cfengine3-defuns cfengine3-defuns-regex
7408 (cfengine3-class-selector-regex cfengine3-category-regex)
7409 (cfengine3-vartypes cfengine3-font-lock-keywords)
7410 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7411 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7412
36b148cf
MA
74132011-07-01 Michael Albinus <michael.albinus@gmx.de>
7414
7415 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7416
7417 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7418
0bf4ba9a
MR
74192011-07-01 Martin Rudalics <rudalics@gmx.at>
7420
7421 * window.el (same-window-buffer-names, same-window-regexps)
7422 (same-window-p, special-display-frame-alist)
7423 (special-display-popup-frame, special-display-function)
7424 (special-display-buffer-names, special-display-regexps)
7425 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7426 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7427 (split-window-preferred-function, split-height-threshold)
7428 (split-width-threshold, even-window-heights)
7429 (display-buffer-mark-dedicated, window-splittable-p)
7430 (split-window-sensibly, window-safely-shrinkable-p):
7431 Un-obsolete.
7432 (display-buffer): Don't spread args with function specifier
7433 because special-display-popup-frame won't like it.
7434
35837f51
PE
74352011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7436
d0672f86
PE
7437 Time-stamp simplifications and fixes.
7438 These improve accuracy slightly, and future-proof the code
7439 against some potential changes to current-time format.
7440
b9444d97
PE
7441 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7442 by using time-since and float-time.
7443
0ef923dc
PE
7444 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7445 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7446 + NNN microseconds".
7447
2f81380d
PE
7448 * type-break.el (type-break-time-sum): Rewrite using time-add.
7449
845b5c3e
PE
7450 * play/hanoi.el (hanoi-current-time-float): Remove.
7451 All uses replaced by float-time.
7452
ee6f1be0
PE
7453 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7454 This yields a more-accurate answer.
7455 (rng-time-to-float): Remove; no longer needed.
7456
fe955043
PE
7457 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7458
5777162a
PE
7459 * calendar/timeclock.el (timeclock-seconds-to-time):
7460 Defalias to seconds-to-time, since they're the same thing.
7461
3103f8b6 7462 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7463 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7464 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7465
0e61a35f
SM
74662011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * window.el (bury-buffer): Don't iconify the only frame.
7469 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7470 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7471
ddd63a1e
CY
74722011-07-01 Chong Yidong <cyd@stupidchicken.com>
7473
0e61a35f
SM
7474 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7475 Add mouse-yank-primary.
ddd63a1e 7476
055f4923
TZ
74772011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7478
7479 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7480
6a2fb145
SM
74812011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7484 (find-library-name): Use it to find relative load names when provided
7485 absolute file name (bug#8803).
7486
fd4983f2
LMI
74872011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7488
887d14ad
LMI
7489 * textmodes/flyspell.el (flyspell-word): Consider words that
7490 differ only in case as potential doublons (bug#5687).
7491
c53dc7fc
LMI
7492 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7493 Remove two rather uninteresting debugging-like messages to make
7494 debbugs.el more silent.
7495
fd4983f2
LMI
7496 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7497 a password-like phrase.
7498
7a71b18d 74992011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7500
7501 * progmodes/cc-guess.el: New file.
7502
6a2fb145 7503 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7504
7505 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7506 derived from `c-basic-common-init'.
7507
7508 * progmodes/cc-mode.el (top-level): Require cc-guess.
7509 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7510
1fa280a3
LM
75112011-06-30 Lawrence Mitchell <wence@gmx.li>
7512
7513 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7514
e6597158
AM
75152011-06-30 Alan Mackenzie <acm@muc.de>
7516
1fa280a3
LM
7517 * progmodes/cc-engine.el (c-guess-continued-construct):
7518 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7519 lock is disabled. Name this case as "CASE G".
7520
68ba37fb
KM
75212011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7522
7523 * allout.el (allout-yank-processing): Fix injection of extra space
7524 between bullet and non-whitespace character in first topic when
7525 pasting, ensuring that the actual spacing in the pasted topic
7526 following the bullet char is preserved. This extra space was
7527 causing pasted encrypted topics to get a decrypted status even
7528 when the content was actually still encrypted. Now the decryption
7529 status from before the paste is preserved.
7530
7531 (allout-flag-region): Set all allout overlays so they evaporate
7532 when reduced to zero length (evanescent), to prevent overlay
7533 leakage.
7534
887a0b34
GM
75352011-06-30 Glenn Morris <rgm@gnu.org>
7536
94b9acce
GM
7537 * w32-fns.el (w32-charset-info-alist): Declare.
7538
1d9b46d4
GM
7539 * find-dired.el (find-grep-options): Simplify.
7540
cc232200
GM
7541 * term/ns-win.el (ns-set-resource): Declare.
7542
28e77c46
GM
7543 * ses.el (row, col): Declare dynamic variables honestly.
7544
887a0b34
GM
7545 * textmodes/reftex-parse.el (index-tags): Declare.
7546
658d8eb8
CY
75472011-06-30 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * cus-edit.el (customize-push-and-save): New function.
7550
7551 * files.el (hack-local-variables-confirm): Use it.
7552
1fa280a3
LM
7553 * custom.el (load-theme): New arg NO-CONFIRM.
7554 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7555 (custom-enabled-themes): Doc fix.
7556
7557 * cus-theme.el (customize-create-theme)
7558 (custom-theme-merge-theme): Callers to load-theme changed.
7559
bb617717
LMI
75602011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7561
d61bdd5d
LMI
7562 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7563 short URLs have at least one dot in them (bug #7614).
7564
bb617717
LMI
7565 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7566 nil, because using a pty is apparently too slow (bug #895).
7567
2f31f37a
LMI
75682011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7569
7570 * mail/sendmail.el (sendmail-query-once): New function.
7571 (sendmail-query-once-function): New variable.
7572
3076b24e
GM
75732011-06-29 Glenn Morris <rgm@gnu.org>
7574
faf2a174
GM
7575 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7576
3076b24e
GM
7577 * ses.el (top-level): Require cl when compiling.
7578 (ses-set-localvars): Fix error statement.
7579 Call it at compile time to silence a storm of warnings.
7580
5386012d
MR
75812011-06-29 Martin Rudalics <rudalics@gmx.at>
7582
7583 * window.el (normalize-live-buffer): Rename to
7584 window-normalize-buffer.
7585 (normalize-live-frame): Rename to window-normalize-frame.
7586 (normalize-any-window): Rename to window-normalize-any-window.
7587 (normalize-live-window): Rename to window-normalize-live-window.
7588 (make-window-atom): Rename to window-make-atom.
7589 (window-resize-reset): Rename to window--resize-reset.
7590 (window-resize-reset-1): Rename to window--resize-reset-1.
7591 (resize-mini-window): Rename to window--resize-mini-window.
7592 (resize-subwindows-skip-p): Rename to
7593 window--resize-subwindows-skip-p.
7594 (resize-subwindows-normal): Rename to
7595 window--resize-subwindows-normal.
7596 (resize-subwindows): Rename to window--resize-subwindows.
7597 (resize-other-windows): Rename to window--resize-siblings.
7598 (resize-this-window): Rename to window--resize-this-window.
7599 (resize-root-window): Rename to window--resize-root-window.
7600 (resize-root-window-vertically): Rename to
7601 window--resize-root-window-vertically.
7602 (normalize-buffer-to-display): Rename to
7603 window-normalize-buffer-to-display.
7604 (normalize-buffer-to-switch-to): Rename to
7605 window-normalize-buffer-to-switch-to.
7606 Correspondingly update all callers of the functions listed
7607 above.
7608 (display-buffer-alist, display-buffer-normalize-arguments)
7609 (display-buffer-normalize-options, display-buffer)
7610 (display-buffer-alist-set): Use "function" instead of
7611 "fun-with-args".
7612
1176868d
CY
76132011-06-28 Chong Yidong <cyd@stupidchicken.com>
7614
7615 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7616 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7617 debbugs.gnu.org. Mention acknowledgment email.
7618
20a7a65f
LMI
76192011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620
7621 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7622 buffer multibyteness, since it shouldn't matter.
7623
5f45cca5
MR
76242011-06-28 Martin Rudalics <rudalics@gmx.at>
7625
7626 * window.el (display-buffer-in-side-window): Handle dedicated
7627 windows as in display-buffer-reuse-window.
7628 (display-buffer-normalize-alist): Use value of override
7629 specifier.
7630 (display-buffer-normalize-specifiers): Use value of
7631 other-window-means-other-frame specifier.
7632 (display-buffer-alist): Rewrite some texts in widgets.
7633 (display-buffer): Spread arguments when calling function
7634 specified by fun-with-args.
7635
ad85fe1f
DD
76362011-06-28 Deniz Dogan <deniz@dogan.se>
7637
1fa280a3
LM
7638 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7639 Unnest `let'.
da68c4c8 7640
ad85fe1f
DD
7641 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7642 selectors (Bug#5732).
ec49bd31 7643 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7644
a08cc025
JA
76452011-06-27 Jari Aalto <jari.aalto@cante.net>
7646
7647 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7648 (eshell-ls-date-format): New defcustom.
7649 (eshell-ls-file): Use it.
7650
e2b551c5
SM
76512011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7654
8982b231
KY
76552011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7656
7657 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7658 (ange-ftp-make-tmp-name): New arg.
7659 (ange-ftp-file-local-copy): Use it.
7660
36c9fa27
J
76612011-06-27 Jambunathan K <kjambunathan@gmail.com>
7662
7663 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7664 no-conversion (Bug#8870).
7665
d68443dc
MR
76662011-06-27 Martin Rudalics <rudalics@gmx.at>
7667
7668 * window.el (window-right, window-left, window-child)
7669 (window-child-count, window-last-child)
7670 (window-iso-combination-p, walk-window-tree-1)
7671 (window-atom-check-1, window-tree-1, delete-window)
7672 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7673 new naming conventions - window-vchild, window-hchild,
7674 window-next and window-prev are now called window-top-child,
7675 window-left-child, window-next-sibling and window-prev-sibling
7676 respectively.
d615d6d2
MR
7677 (resize-window-reset): Rename to window-resize-reset.
7678 (resize-window-reset-1): Rename to window-resize-reset-1.
7679 (resize-window): Rename to window-resize.
7680 (window-min-height, window-min-width)
7681 (resize-mini-window, resize-this-window, resize-root-window)
7682 (resize-root-window-vertically, adjust-window-trailing-edge)
7683 (enlarge-window, shrink-window, maximize-window)
7684 (minimize-window, delete-window, quit-restore-window)
7685 (split-window, balance-windows, balance-windows-area-adjust)
7686 (balance-windows-area, window-state-put-2)
7687 (display-buffer-even-window-sizes, display-buffer-set-height)
7688 (display-buffer-set-width, set-window-text-height)
7689 (fit-window-to-buffer): Rename all "resize-window" prefixed
7690 calls to use the "window-resize" prefix convention.
7691 (display-buffer-alist): Fix symbol for label specifier.
7692 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7693 corresponding specifier.
7694 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7695
b6458526
VB
76962011-06-27 Vincent BelaĂŻche <vincentb1@users.sourceforge.net>
7697
7698 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7699 convention.
7700 (ses-call-printer): Does not pass an empty string to formatter when the
7701 cell is empty to keep from barking printer Calc math-format-value.
7702
d31fd9ac
RS
77032011-06-27 Richard Stallman <rms@gnu.org>
7704
43d5bf84
RS
7705 * battery.el (battery-mode-line-limit): New variable.
7706 (battery-update): Handle it.
7707
d31fd9ac
RS
7708 * mail/rmailmm.el (rmail-mime-process-multipart):
7709 Handle truncated messages.
7710
819a6054
GM
77112011-06-27 Glenn Morris <rgm@gnu.org>
7712
7713 * progmodes/flymake.el (flymake-err-line-patterns):
7714 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7715
cedc73f2
VB
77162011-06-27 Vincent BelaĂŻche <vincentb1@users.sourceforge.net>
7717
819a6054 7718 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7719 (ses--clean-!, ses--clean-_): New functions.
7720 (ses-range): Add configurability of readout order, and conversion
7721 to Calc vector.
7722
5e5d49b6
VB
7723 * ses.el (ses-repair-cell-reference-all): New function.
7724 (ses-cell-symbol): Set macro as safe, so that it can be used in
7725 formulas.
7726
56e6cc31 7727 * ses.el: Update cycle detection algorithm.
90ca8b49 7728 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7729 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7730 (ses-set-localvars): New function.
7731 (ses-make-cell): Add property-list as a cell element.
7732 (ses-cell-property-get-fun, ses-cell-property-get)
7733 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7734 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7735 New functions.
90ca8b49
VB
7736 (ses-cell-property-set, ses-cell-property-pop)
7737 (ses-cell-property-get-handle): New macro.
7738 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7739 New aliases, used for code readability.
7740 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7741 cycle detection.
7742 (ses-self-reference-early-detection): New defcustom.
fac916bf 7743 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7744 (ses-mode): Use ses-set-localvars.
7745 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7746 before lauching the update processing.
7747 (ses-initialize-Dijkstra-attempt): New function.
7748 (ses-recalculate-cell): Update for cycle detection based on
7749 Dijkstra algorithm.
7750
2bb63e81
VB
7751 * ses.el: Fix commenting and indenting convention.
7752
c9d29fb8
SM
77532011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * bs.el (bs-cycle-next): Complete last change.
7756
d8e4b68b
JB
77572011-06-27 Drew Adams <drew.adams@oracle.com>
7758
7759 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7760
40098786
LMI
77612011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7762
c9d29fb8
SM
7763 * net/network-stream.el (network-stream-open-starttls):
7764 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7765 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7766
40098786
LMI
7767 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7768 to binary to possibly avoid line encoding issues on Windows (among
7769 other things).
7770
468d09d4
LMI
77712011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7772
7773 * net/network-stream.el (open-network-stream): Return an :error
7774 saying what the problem was, if possible.
7775
7776 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7777 server.
7778
7779 * net/network-stream.el (network-stream-open-starttls): If we
7780 wanted to use STARTTLS, and the server offered it, but we weren't
7781 able to because we had no STARTTLS support, then close the connection.
7782 (open-network-stream): Return an :error element, if present.
7783
16f07dd7
CY
77842011-06-26 Chong Yidong <cyd@stupidchicken.com>
7785
88821ca0
CY
7786 * hl-line.el (hl-line-sticky-flag): Doc fix.
7787 (global-hl-line-sticky-flag): New option (Bug#8323).
7788 (global-hl-line-highlight): Obey it.
7789
16f07dd7
CY
7790 * vc/vc.el (vc-revert-show-diff): Default to t.
7791
6b5ccddf
KM
77922011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7793
c9d29fb8
SM
7794 * allout-widgets.el (allout-widgets-post-command-business):
7795 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7796 undecorated when an isearch is continued past, and isearch
7797 automatically collapses them. This leads to "widget leaks", where
7798 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7799 hidden widgets can slow down cursor travel, substantially.
7800 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7801 so we're doing without this nicety.
7802
7803 (allout-widgets-tally-string): Don't try to do a hash-table-count
7804 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7805 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7806 *Messages* when allout-widgets-maintain-tally is t.
7807
355f2e07
MR
78082011-06-26 Martin Rudalics <rudalics@gmx.at>
7809
7810 * window.el (display-buffer-normalize-argument): Rename to
7811 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7812 LABEL argument. Respect special-display-function when popping up
7813 a new frame. Fix code searching for a window showing the buffer
7814 on another frame.
c9d29fb8
SM
7815 (display-buffer-normalize-specifiers):
7816 Call display-buffer-normalize-arguments.
355f2e07
MR
7817 (display-buffer-in-window): Don't undedicate the window if its
7818 buffer remains the same.
7819 Reported by Drew Adams <drew.adams@oracle.com>.
7820 (display-buffer-alist): Add choice for same-window macro
7821 specfier.
7822 (display-buffer): Mention special meaning of LABEL argument in
7823 doc-string. Fix quoting. Don't pop up a new frame even as
7824 fallback.
7825
7ca8fc42
JB
78262011-06-26 Juanma Barranquero <lekktu@gmail.com>
7827
7828 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7829 avoid deleting the current window in some cases (bug#8911).
7830
bc312254
AS
78312011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7832
7833 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7834 (Bug#8934)
7835
2db18f3f
LMI
78362011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7837
c9d29fb8
SM
7838 * net/network-stream.el (network-stream-open-starttls):
7839 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7840 (network-stream-open-tls): Ditto.
7841
6302e0d3
LL
78422011-06-26 Leo Liu <sdl.web@gmail.com>
7843
7844 * register.el (registerv): New struct.
7845 (registerv-make): New function.
c9d29fb8
SM
7846 (jump-to-register, describe-register-1, insert-register):
7847 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7848 struct. (Bug#8415)
7849
5fdd4046
CY
78502011-06-26 Chong Yidong <cyd@stupidchicken.com>
7851
2afef60a
CY
7852 * vc/vc.el (vc-revert-show-diff): New defcustom.
7853 (vc-diff-internal): New arg specifying diff buffer.
7854 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7855 reuse an existing *vc-diff* buffer (Bug#8927).
7856
5fdd4046
CY
7857 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7858
e93db24a
GM
78592011-06-26 Glenn Morris <rgm@gnu.org>
7860
7861 * progmodes/f90.el (f90-critical-indent): New option.
7862 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7863 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7864 (f90-mode): Doc fix.
7865 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7866 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7867 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7868 (f90-match-end): Handle block, critical.
7869
eefff499
GM
78702011-06-25 Glenn Morris <rgm@gnu.org>
7871
f6ba4cc9
GM
7872 * calendar/diary-lib.el (diary-included-files): Doc fix.
7873 (diary-include-files): New function, extracted from
7874 diary-include-other-diary-files and diary-mark-included-diary-files.
7875 (diary-include-other-diary-files, diary-mark-included-diary-files):
7876 Just call diary-include-files.
7877 (diary-mark-entries): Reset diary-included-files on first call.
7878
16712304
GM
7879 * calendar/diary-lib.el (diary-mark-entries)
7880 (diary-mark-included-diary-files):
7881 Visit included diary-files in temp buffers.
7882
5d8e0d43
GM
7883 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7884 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7885 (f90-start-block-re, f90-imenu-generic-expression)
7886 (f90-looking-at-program-block-start, f90-no-block-limit):
7887 Add support for submodules.
7888
ccf7a5d5
GM
7889 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7890 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7891
11fdef7d 78922011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7893
7894 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7895 buffer-file-type before setting its value, to avoid disastrous
eefff499 7896 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7897
74f53697
JB
78982011-06-25 Juanma Barranquero <lekktu@gmail.com>
7899
7900 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7901
7902 * ses.el (ses-unload-function):
7903 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7904
7905 * proced.el (proced-unload-function):
7906 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7907
18a4ce5e
AR
79082011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7909
7910 * server.el (server-create-window-system-frame): Add parameters arg.
7911 (server-process-filter): Doc fix. Handle frame-parameters.
7912
519d22cc
JB
79132011-06-25 Juanma Barranquero <lekktu@gmail.com>
7914
7915 Fix bug#8730, bug#8781.
7916
7917 * loadhist.el (unload--set-major-mode): New function.
7918 (unload-feature): Use it.
7919
7920 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7921 (python-unload-function): New function.
7922
c206f5b0
SM
79232011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7926
f9ad64f3
GS
79272011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7928
7929 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7930 the candidates list.
7931
7d0da90e
JB
79322011-06-24 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7935
14b4e83d
RS
79362011-06-23 Richard Stallman <rms@gnu.org>
7937
7938 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7939 (rmail-variables): Set next-error-move-function.
7940 (rmail-what-message): Take argument POS.
7941 (rmail-next-error-move): New function.
7942
273d2baf
SM
79432011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7946 messages for adjacent non-terminals.
7947
56c2cc9a
RS
79482011-06-23 Richard Stallman <rms@gnu.org>
7949
7950 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7951 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7952 (rmail-start-mail): Don't specify use of rmail-mail-return;
7953 that's done by mail-bury now.
7954 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7955
d59eb518
MA
79562011-06-23 Michael Albinus <michael.albinus@gmx.de>
7957
7958 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7959 SIZE is a number.
7960
02cfc6d6
MR
79612011-06-23 Martin Rudalics <rudalics@gmx.at>
7962
7963 * window.el (get-lru-window, get-mru-window)
7964 (get-largest-window): Never return a minibuffer window.
7965 (display-buffer-pop-up-window): Fix a bug that could lead to
7966 reusing the minibuffer window.
7967 (display-buffer): Pass original specifier argument to
7968 display-buffer-function instead of the normalized one.
7969 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7970
4e323265
LL
79712011-06-22 Leo Liu <sdl.web@gmail.com>
7972
7973 * minibuffer.el (completing-read-function)
7974 (completing-read-default): Move from minibuf.c
7975
7a70468f
RS
79762011-06-22 Richard Stallman <rms@gnu.org>
7977
50718fc2
RS
7978 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7979 to Rmail even if not started by a special Rmail command.
7980
7a70468f
RS
7981 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7982 Copy the buffer currently showing just one message.
7983
297dde5a
RW
79842011-06-22 Roland Winkler <winkler@gnu.org>
7985
7986 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7987 (bibtex-clean-entry): First delete the old key so that a
7988 customized algorithm for generating the new key does not get
7989 confused by the old key.
7990 (bibtex-url): Obey regexp of first step.
7991 (bibtex-search-entries): Do not use add-to-list with local
7992 list-var.
7993
97bb1093
LMI
79942011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7995
7996 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7997 stored a user name, then query for the password first, instead of
7998 waiting for SMTP to give an error message and the trying again.
7999
1c0f1a19
JD
80002011-06-22 Lawrence Mitchell <wence@gmx.li>
8001
8002 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8003 BUFFER in call-process.
8004
396f7c9d
LMI
80052011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8006
8007 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8008 QUIT twice.
ddb7ffee
LMI
8009 (smtpmail-try-auth-methods): Require user name and password from
8010 auth-source.
396f7c9d 8011
8998d1b3
MR
80122011-06-22 Martin Rudalics <rudalics@gmx.at>
8013
8014 * window.el (display-buffer-default-specifiers)
8015 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8016 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8017 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8018
8019 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8020 (special-display-frame-alist, special-display-popup-frame):
8021 Remove duplicate declarations. These are now in window.el.
8022
4ea31e07
LMI
80232011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8024
c9d29fb8
SM
8025 * mail/smtpmail.el (smtpmail-via-smtp):
8026 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8027 server supports it. SMTP servers that support STARTTLS commonly
8028 require it.
8029
8030 * net/network-stream.el (network-stream-open-starttls): Support
8031 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8032 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8033
95f41d9a
LMI
8034 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8035 upgrades with `open-network-stream', and rely solely on
8036 auth-source for all credentials. Big changes throughout the file,
8037 but in particular:
c9d29fb8
SM
8038 (smtpmail-auth-credentials): Remove.
8039 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8040 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8041 MAIL FROM, too.
95f41d9a 8042
c9d29fb8
SM
8043 * net/network-stream.el (network-stream-open-starttls):
8044 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8045 STARTTLS.
8046 (auth-source): Require.
8047 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8048 (network-stream-certificate): Change cert-cert to cert and
8049 cert-key to key.
4ea31e07 8050
065ec2c7
MA
80512011-06-21 Michael Albinus <michael.albinus@gmx.de>
8052
8053 * net/tramp-cache.el (top): Don't load the persistency file when
8054 "emacs -Q" has been called.
8055
cd93b359
DR
80562011-06-21 Tim Harper <timcharper@gmail.com>
8057
d8e4b68b
JB
8058 * term/ns-win.el (ns-initialize-window-system):
8059 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8060 resource to NO as it is not yet supported by the NS port.
8061
ae9c0411
JB
80622011-06-21 Juanma Barranquero <lekktu@gmail.com>
8063
8064 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8065 (list-dynamic-libraries): ...not here.
8066
7f3f739f
LL
80672011-06-21 Leo Liu <sdl.web@gmail.com>
8068
8069 * subr.el (sha1): Implement sha1 using secure-hash.
8070
327c8fb1
MR
80712011-06-21 Martin Rudalics <rudalics@gmx.at>
8072
8073 * window.el (display-buffer-alist): In default value do not
8074 enforce searching a window on any but the selected frame.
8075 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8076 (display-buffer-select-window): Remove function.
8077 (display-buffer-in-window): When a window on another frame gets
8078 reused, do not select it any more but just raise its frame if
8079 necessary (Bug#8851) and (Bug#8856).
8080 (display-buffer-normalize-options): Handle pop-up-frames related
8081 options more faithfully.
8082 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8083 window if it is on another frame.
c9d29fb8
SM
8084 (display-buffer-alist, display-buffer-default-specifiers):
8085 Don't make new frame unsplittable by default.
9e9de014
MR
8086 (display-buffer-normalize-argument): Fix doc-string typo and use
8087 'same-frame-other-window instead of 'other-window when associating
8088 with display-buffer-macro-specifiers.
327c8fb1 8089
7cf3f556
VB
80902011-06-21 Vincent BelaĂŻche <vincent.b.1@hotmail.fr>
8091
8092 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8093 New functions.
8094 (5x5-mode-map, 5x5-mode-menu): Bind them.
8095 (5x5-draw-grid): Tweak the solver's rendering.
8096
60a406cf
SM
80972011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8100 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8101
d8e4b68b 81022011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8103
8104 * menu-bar.el: Use function variable instead of switch-to-buffer.
8105 (menu-bar-select-buffer-function): New variable.
60a406cf 8106 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8107
478d6f95
SM
81082011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8111 variable's status.
8112
ca530739
JD
81132011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8114
8115 * x-dnd.el (x-dnd-version-from-flags)
8116 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8117 and long as number (Bug#8899).
8118 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8119
bcd70d97
SM
81202011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8121
60a406cf 8122 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8123 (completion-try-completion, completion-all-completions): Compute the
8124 metadata argument if it's missing; make it optional (bug#8795).
8125
60a406cf 8126 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8127 (widget-complete): Use new :completion-function property.
8128 (widget-completions-at-point): New function.
8129 (default): Use :completion-function instead of :complete.
60a406cf
SM
8130 (widget-default-completions): Rename from widget-default-complete;
8131 Rewrite.
bcd70d97
SM
8132 (widget-string-complete, widget-file-complete, widget-color-complete):
8133 Remove functions.
8134 (file, symbol, function, variable, coding-system, color):
8135 * international/mule-cmds.el (default-input-method, charset)
8136 (language-info-custom-alist):
8137 * cus-edit.el (face): Use new property :completions.
8138
8139 * progmodes/pascal.el (pascal-completions-at-point): New function.
8140 (pascal-mode): Use it.
8141 (pascal-mode-map): Use completion-at-point.
8142 (pascal-toggle-completions): Make obsolete.
8143 (pascal-complete-word, pascal-show-completions):
8144 * progmodes/octave-mod.el (octave-complete-symbol):
8145 Redefine as obsolete alias.
8146 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8147 Signal absence of completion info for old Octave,
8148 (inferior-octave-complete): Redefine as obsolete alias.
8149 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8150 (meta-completions-at-point): Rename from meta-complete-symbol and
8151 adapt it for use on completion-at-point-functions.
8152 (meta-common-mode): Use it.
8153 (meta-looking-at-backward, meta-match-buffer): Remove.
8154 (meta-complete-symbol): Redefine as obsolete alias.
8155 (meta-common-mode-map): Use completion-at-point.
8156 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8157 (makefile-mode-map): Use completion-at-point.
8158 (makefile-completions-at-point): Rename from makefile-complete and
8159 adapt it for use on completion-at-point-functions.
8160 (makefile-mode): Use it.
8161 (makefile-complete): Redefine as obsolete alias.
8162
aebf69c8
DD
81632011-06-20 Deniz Dogan <deniz@dogan.se>
8164
8165 * net/rcirc.el: Delete trailing whitespaces once and for all.
8166
bfbbb27d
DC
81672011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8168
8169 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8170
d264a46b
CY
81712011-06-19 Chong Yidong <cyd@stupidchicken.com>
8172
4ca009e5
CY
8173 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8174
d264a46b
CY
8175 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8176
fbf5b3ce
MR
81772011-06-19 Martin Rudalics <rudalics@gmx.at>
8178
8179 * window.el (display-buffer-other-window-means-other-frame):
8180 Call display-buffer-normalize-alist.
8181 (display-buffer-normalize-specifiers-1): Rename to
8182 display-buffer-normalize-argument. New argument other-frame.
8183 Rewrite.
8184 (display-buffer-normalize-specifiers-2): Rename to
8185 display-buffer-normalize-options.
8186 (display-buffer-normalize-alist-1): New function.
8187 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8188 display-buffer-normalize-alist.
8189 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8190 (display-buffer-normalize-options-inhibit): New variable.
8191 (display-buffer-normalize-specifiers): Rewrite calling
8192 display-buffer-normalize-alist,
8193 display-buffer-normalize-argument, and
8194 display-buffer-normalize-options. Don't call the latter if
8195 display-buffer-normalize-options-inhibit is non-nil.
8196 (frame-auto-delete): New option.
8197 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8198 (window-list-no-nils, window-state-ignored-parameters)
8199 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8200 (window-state-put-1, window-state-put-2, window-state-put):
8201 New functions.
9a028c23
MR
8202 (display-buffer-normalize-options): Move special-display-p group
8203 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8204
6d10d800
CY
82052011-06-18 Chong Yidong <cyd@stupidchicken.com>
8206
6420d28b
CY
8207 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8208 groups (Bug#8776).
8209 (rx-submatch-n): New function.
8210 (rx): Document it.
8211
ddb8b596
CY
8212 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8213 (Bug#8768).
8214
8215 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8216
77080289
CY
8217 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8218
61dfb316
CY
8219 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8220 anytime existing face settings are present (Bug#8889).
8221
6d10d800
CY
8222 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8223 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8224 Remove unused argument.
8225
be3fb2b8
MR
82262011-06-18 Martin Rudalics <rudalics@gmx.at>
8227
bcd70d97
SM
8228 * window.el (display-buffer-default-specifiers):
8229 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8230 pop-up-window-min-width, and another reuse-window specifier
8231 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8232 (display-buffer-normalize-specifiers-2):
8233 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8234 pop-up-windows is unset. Add a reuse-window specifier for the
8235 case popping up a new window fails.
8236 (special-display-popup-frame): Remove double quoting.
28dec25a 8237 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8238
1c6d8c76
SM
82392011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8242 according to comint-completion-addsuffix.
8243
8244 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8245 (pcomplete-suffix-list): Mark as obsolete.
8246 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8247 pcomplete-seen in the closure.
8248 (pcomplete-comint-setup): Setup completion-at-point as well.
8249 (pcomplete--entries): New function.
8250 (pcomplete--env-regexp): New var.
8251 (pcomplete-entries): Rewrite to work with partial-completion and
8252 without relying on pcomplete-suffix-list.
8253 (pcomplete-pare-list): Remove, unused.
8254
25aef8b8
MR
82552011-06-17 Martin Rudalics <rudalics@gmx.at>
8256
8257 * window.el (display-buffer-alist): Set pop-up-window-min-height
8258 and pop-up-window-min-width in default value. Reported by
8259 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8260 other-window-means-other-frame.
8261 (display-buffer-macro-specifiers): Comment out entry for
8262 other-window specifier.
8263 (display-buffer-other-window-means-other-frame): New function.
8264 (display-buffer-normalize-specifiers-1): New arguments
8265 buffer-name and label. Treat other-window case specially.
8266 (display-buffer-normalize-specifiers-2): Treat other-window case
8267 specially.
8268 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8269 (display-buffer-normalize-specifiers):
8270 Call display-buffer-normalize-specifiers-3.
25aef8b8 8271
dbad4f69
MR
82722011-06-17 Martin Rudalics <rudalics@gmx.at>
8273
8274 * window.el (same-window-p): Fix two typos introduced when
8275 adding with-no-warnings.
d1067961
MR
8276 (display-buffer-normalize-specifiers-1): Don't check
8277 pop-up-frames for 'unset initialization.
8278 (display-buffer-normalize-specifiers-2): Major rewrite using
8279 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8280 (pop-up-frames, display-buffer-reuse-frames)
8281 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8282 Suggested by David Engster <deng@randomsample.de>.
8283 (even-window-heights): Initialize to 'unset.
8284 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8285 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8286 other window case.
dbad4f69 8287
9b9c9e3a
MR
82882011-06-16 Martin Rudalics <rudalics@gmx.at>
8289
bcd70d97
SM
8290 * window.el (display-buffer-normalize-specifiers-1):
8291 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8292 second argument of display-buffer (Bug#8865).
981d5c09
MR
8293 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8294 (switch-to-buffer-other-window-same-frame)
8295 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8296 Adams (Bug#8875).
9c2755e9
MR
8297 (display-buffer): Don't check noninteractive when calling
8298 display-buffer-pop-up-frame.
8299 (display-buffer-pop-up-frame): Never pop up a frame in
8300 noninteractive mode (Bug#8857).
67222e1d
MR
8301 (enlarge-window, shrink-window): Don't report an error when the
8302 window can't be resized as requested (Bug#8862).
9b9c9e3a 8303
2b75be67
SM
83042011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8305
9ffdd3ba
SM
8306 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8307
cb581a67
SM
8308 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8309
2b75be67
SM
8310 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8311
8c0e3589
AM
83122011-06-15 Alan Mackenzie <acm@muc.de>
8313
cb581a67
SM
8314 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8315 for declarators, disable knr checking to speed up for normal files.
8316 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8317
b96e6cde
LMI
83182011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8319
4bba86e6
LMI
8320 * net/network-stream.el (open-network-stream): Add the keyword
8321 :always-query-capabilities for the case where you want to force a
8322 `plain' network connection, but the protocol still requires the
8323 capabilitiy command (i.e., SMTP and EHLO).
8324
2b75be67 8325 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8326 consistency with other `-live-p' functions.
8327
efdcdbf8
SM
83282011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * window.el (same-window-buffer-names, same-window-regexps)
8331 (special-display-frame-alist, special-display-popup-frame)
8332 (special-display-function, special-display-buffer-names)
8333 (special-display-regexps, pop-up-frame-alist)
8334 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8335 (pop-up-windows, split-window-preferred-function)
8336 (split-height-threshold, split-width-threshold, even-window-heights)
8337 (display-buffer-mark-dedicated): Don't encourage the use of
8338 display-buffer-alist from Elisp code.
8339
c5cde042
DN
83402011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8341
8342 * progmodes/python.el (python-mode): Derive from prog-mode.
8343 * progmodes/ps-mode.el (ps-mode):
8344 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8345 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8346 * progmodes/ld-script.el (ld-script-mode): Likewise.
8347
baa1c9ab
MR
83482011-06-15 Martin Rudalics <rudalics@gmx.at>
8349
8350 * window.el (display-buffer-alist): Trim default value to avoid
8351 popping up a new frame (Bug#8857) or reusing an arbitrary window
8352 on another frame.
8353 (display-buffer): Do not fall back on popping up a new frame in
8354 batch mode (Bug#8857).
8355
c5dd5a51
CY
83562011-06-14 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8359 (custom-theme-summary): New function.
8360 (customize-themes): Use it.
8361
d647b7c4
GM
83622011-06-13 Glenn Morris <rgm@gnu.org>
8363
8364 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8365
9481c002
MR
83662011-06-13 Martin Rudalics <rudalics@gmx.at>
8367
357f93d2
MR
8368 * help.el (help-window): Remove variable.
8369 (help-window-point-marker, temp-buffer-max-height)
8370 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8371 (help-print-return-message): Don't set help-window.
8372 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8373 (help-window-setup-finish): Remove.
8374 (help-window-display-message, help-window-setup)
8375 (with-help-window): Major rewrite based on new
8376 display-buffer-window variable.
8377
8378 * help-mode.el (help-mode-finish): Remove help-window related
8379 code.
8380
8381 * view.el (view-exits-all-viewing-windows): Remove reference to
8382 view-return-to-alist in doc-string.
8383 (view-return-to-alist): Make obsolete.
8384 (view-buffer): Call pop-to-buffer-same-window and remove
8385 undo-window code.
8386 (view-buffer-other-window): Call pop-to-buffer-other-window and
8387 simplify code. Ignore second argument.
8388 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8389 simplify code. Ignore second argument.
8390 (view-return-to-alist-update): Make obsolete.
8391 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8392 Rewrite using quit-restore window parameters.
2b75be67
SM
8393 (view-mode-exit): Rename second argument to EXIT-ONLY.
8394 Rewrite using quit-restore-window.
357f93d2
MR
8395 (View-exit, View-exit-and-edit, View-leave, View-quit)
8396 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8397 appropriate arguments.
8398 (view-end-message): Use quit-restore window parameter.
8399
9481c002
MR
8400 * window.el (display-buffer-function): Rewrite doc-string.
8401 (display-buffer-window, display-buffer-alist): New variables.
8402 (display-buffer-split-specifiers)
8403 (display-buffer-side-specifiers)
8404 (display-buffer-macro-specifiers): New constants.
8405 (display-buffer-even-window-sizes, display-buffer-set-height)
8406 (display-buffer-set-width, display-buffer-select-window)
8407 (display-buffer-in-window, display-buffer-reuse-window)
8408 (display-buffer-split-window-1, display-buffer-split-window)
8409 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8410 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8411 (display-buffer-in-side-window, normalize-buffer-to-display)
8412 (display-buffer-normalize-specifiers-1)
8413 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8414 (display-buffer-normalize-specifiers, display-buffer-frame):
8415 New functions.
9481c002
MR
8416 (display-buffer): Major rewrite.
8417 (display-buffer-other-window, display-buffer-other-frame)
8418 (pop-to-buffer, switch-to-buffer-other-window)
8419 (switch-to-buffer-other-frame): Rewrite.
8420 (display-buffer-same-window, display-buffer-same-frame)
8421 (display-buffer-same-frame-other-window)
8422 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8423 (pop-to-buffer-other-window)
8424 (pop-to-buffer-same-frame-other-window)
8425 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8426 (switch-to-buffer-other-window-same-frame): New functions.
8427 (same-window-p, special-display-p): Rewrite disabling warnings.
8428 Make obsolete.
8429 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8430 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8431 Make obsolete
8432 (same-window-buffer-names, same-window-regexps)
8433 (special-display-frame-alist, special-display-popup-frame)
8434 (special-display-function, special-display-buffer-names)
8435 (special-display-regexps, pop-up-frame-alist)
8436 (pop-up-frame-function, split-window-preferred-function)
8437 (split-height-threshold, split-width-threshold)
8438 (even-window-heights): Make obsolete.
8439
9db51aca
GM
84402011-06-12 Glenn Morris <rgm@gnu.org>
8441
8442 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8443 Misc simplifications.
9db51aca 8444
39cffb44
MR
84452011-06-12 Martin Rudalics <rudalics@gmx.at>
8446
8447 * window.el (window-safely-shrinkable-p): Restore function which
8448 was inadvertently removed in change from 2011-06-11. Declare as
8449 obsolete.
8450
2b75be67
SM
8451 * calendar/calendar.el (calendar-generate-window):
8452 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8453 window-safely-shrinkable-p.
8454
a8955be7
GM
84552011-06-12 Glenn Morris <rgm@gnu.org>
8456
8457 * progmodes/fortran.el (fortran-mode-syntax-table):
8458 * progmodes/f90.el (f90-mode-syntax-table):
8459 Set % to punctuation. (Bug#8820)
8460 (f90-find-tag-default): Remove, no longer needed.
8461
f0d4059d
DC
84622011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8463
8464 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8465
1100a63c
CY
84662011-06-11 Chong Yidong <cyd@stupidchicken.com>
8467
8468 * image.el (image-animated-p): Return animation delay in seconds.
8469 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8470 (image-animate-timeout): Remove DELAY argument. Don't assume
8471 every subimage has the same delay; get it from image-animated-p.
8472 (image-animate): Caller changed.
8473
def722bf
MA
84742011-06-11 Michael Albinus <michael.albinus@gmx.de>
8475
8476 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8477 to ignored backtrace functions.
8478
0a2bb1a9
GM
84792011-06-11 Glenn Morris <rgm@gnu.org>
8480
8481 * calendar/appt.el (appt-disp-window-function): Doc fix.
8482 (appt-check): Handle overlapping appointments. (Bug#8337)
8483
6198ccd0
MR
84842011-06-11 Martin Rudalics <rudalics@gmx.at>
8485
8486 * window.el (window-tree-1, window-tree): New functions, moving
8487 the latter to window.el.
8488 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8489 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8490 (bw-refresh-edges): Remove.
8491 (balance-windows-1, balance-windows-2): New functions.
8492 (balance-windows): Rewrite in terms of window tree functions,
8493 balance-windows-1 and balance-windows-2.
8494 (bw-adjust-window): Remove.
8495 (balance-windows-area-adjust): New function with functionality of
8496 bw-adjust-window but using resize-window.
2b75be67
SM
8497 (set-window-text-height): Rewrite doc-string.
8498 Use normalize-live-window and resize-window.
8499 (enlarge-window-horizontally, shrink-window-horizontally):
8500 Rename argument to DELTA.
6198ccd0
MR
8501 (window-buffer-height): New function.
8502 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8503 Rewrite using new window resize routines.
2b75be67
SM
8504 (kill-buffer-and-window, mouse-autoselect-window-select):
8505 Use ignore-errors instead of condition-case.
6198ccd0
MR
8506 (quit-window): Call delete-frame instead of delete-windows-on
8507 for the only buffer on frame.
8508
9397e56f
MR
85092011-06-10 Martin Rudalics <rudalics@gmx.at>
8510
8511 * loadup.el (top-level): Load window before files for the sake
8512 of replace-buffer-in-windows.
8513
8514 * files.el (read-buffer-to-switch)
8515 (switch-to-buffer-other-window)
2b75be67
SM
8516 (switch-to-buffer-other-frame, display-buffer-other-frame):
8517 Move to window.el.
9397e56f
MR
8518
8519 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8520 (previous-buffer): Move to window.el.
8521
8522 * bindings.el (unbury-buffer): Move to window.el.
8523
8524 * window.el (delete-other-windows-vertically): Move after
8525 definition of delete-other-windows.
8526 (other-window, delete-windows-on, replace-buffer-in-windows):
8527 Move here from window.c.
8528 (record-window-buffer, unrecord-window-buffer)
8529 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8530 (switch-to-next-buffer): New functions.
8531 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8532 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8533 (previous-buffer): Move here from simple.el.
8534 Call switch-to-prev-buffer.
9397e56f
MR
8535 (bury-buffer): Move here from buffer.c. Switch to previous
8536 buffer when window cannot be deleted.
8537 (unbury-buffer): Move here from bindings.el.
8538 (ctl-x-map): Move binding for other-window from window.c to
8539 here.
8540 (read-buffer-to-switch, switch-to-buffer-other-window)
8541 (switch-to-buffer-other-frame): Move here from files.el.
8542 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8543 (switch-to-buffer): Move here from buffer.c.
8544 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8545
562dd5e9
MR
85462011-06-10 Martin Rudalics <rudalics@gmx.at>
8547
8548 * window.el (window-min-height, window-min-width): Move here
8549 from window.c. Add defcustoms and rewrite doc-strings.
8550 (resize-mini-window, resize-window): New functions.
8551 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8552 Move here from window.c.
8553 (maximize-window, minimize-window): New functions.
8554 (delete-window, delete-other-windows, split-window): Move here
8555 from window.c.
8556 (window-split-min-size): New function.
8557 (split-window-keep-point): Mention split-window-above-each-other
8558 instead of split-window-vertically.
2b75be67 8559 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8560 Rename split-window-vertically to split-window-above-each-other
8561 and provide defalias for old definition.
8562 (split-window-side-by-side, split-window-horizontally):
8563 Rename split-window-horizontally to split-window-side-by-side
8564 and provide defalias for the old definition.
562dd5e9
MR
8565 (ctl-x-map): Move bindings for delete-window,
8566 delete-other-windows and enlarge-window here from window.c.
8567 Replace bindings for split-window-vertically and
8568 split-window-horizontally by bindings for
8569 split-window-above-each-other and split-window-side-by-side.
8570
8571 * cus-start.el (all): Remove entries for window-min-height and
8572 window-min-width. Add entries for window-splits and
8573 window-nest.
8574
f0da764a
GM
85752011-06-09 Glenn Morris <rgm@gnu.org>
8576
80675c21
GM
8577 * calendar/appt.el (appt-mode-line): New function.
8578 (appt-check, appt-disp-window): Use it.
8579
f0da764a
GM
8580 * files.el (hack-one-local-variable-eval-safep):
8581 Allow minor-modes with explicit +/-1 arguments.
8582
59f623b7
TZ
85832011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8584
8585 * term/xterm.el (xterm): Add defgroup.
8586 (xterm-extra-capabilities): Add defcustom to supply known xterm
8587 capabilities, skip querying them, or query them (default).
8588 (terminal-init-xterm): Use it.
8589 (terminal-init-xterm-modify-other-keys): New function to set up
8590 modifyOtherKeys support to simplify `terminal-init-xterm'.
8591
9aab8e0d
MR
85922011-06-09 Martin Rudalics <rudalics@gmx.at>
8593
8594 * window.el (resize-window-reset, resize-window-reset-1)
8595 (resize-subwindows-skip-p, resize-subwindows-normal)
8596 (resize-subwindows, resize-other-windows, resize-this-window)
8597 (resize-root-window, resize-root-window-vertically)
8598 (window-deletable-p, window-or-subwindow-p)
8599 (frame-root-window-p): New functions.
8600
e8b08aee
GM
86012011-06-09 Glenn Morris <rgm@gnu.org>
8602
8603 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8604 (ange-ftp-get-files): Use it.
8605
254c37a5
AK
86062011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8607
8608 * mail/sendmail.el (mail-recover-1, mail-recover):
8609 * files.el (recover-file, recover-session):
8610 Handle dired-listing-switches not being just a single short option.
8611
35d7dbd3
GM
86122011-06-09 Glenn Morris <rgm@gnu.org>
8613
8614 * calendar/appt.el (appt-display-message, appt-disp-window):
8615 Handle lists of appointments.
8616
387522b2
MR
86172011-06-08 Martin Rudalics <rudalics@gmx.at>
8618
2b75be67
SM
8619 * window.el (one-window-p): Move down in code.
8620 Rewrite doc-string.
8621 (window-current-scroll-bars): Rewrite doc-string.
8622 Normalize live window argument.
387522b2
MR
8623 (walk-windows, get-window-with-predicate, count-windows):
8624 Rewrite doc-string. Use window-list-1.
8625 (window-in-direction-2, window-in-direction, get-mru-window):
8626 New functions.
8627
d8e4b68b 86282011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8629
8630 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8631 Doc fix (Bug#8713).
8632
86332011-06-08 Chong Yidong <cyd@stupidchicken.com>
8634
8635 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8636
86372011-06-08 Juanma Barranquero <lekktu@gmail.com>
8638
8639 * loadhist.el (unload-feature-special-hooks):
8640 Add `comint-output-filter-functions'.
8641
0de12c52
IK
86422011-06-08 Ivan Kanis <gnu@kanis.fr>
8643
8644 * calendar/appt.el (appt-check): Move some initializations into the let.
8645
f3d1777e
MR
86462011-06-08 Martin Rudalics <rudalics@gmx.at>
8647
8648 * window.el (window-height): Defalias to window-total-height.
8649 (window-width): Defalias to window-body-width.
8650
18af70d0
CY
86512011-06-07 Chong Yidong <cyd@stupidchicken.com>
8652
8653 * image-mode.el (image-toggle-animation): New command.
8654 (image-mode-map): Bind it to RET.
8655 (image-mode): Update message.
8656 (image-toggle-display-image): Avoid a spurious cache flush.
8657 (image-transform-rotation): Doc fix.
8658 (image-transform-properties): Return quickly in the normal case.
8659 (image-animate-loop): Rename from image-animate-max-time.
8660
2b75be67 8661 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8662 (create-animated-image): Remove unnecessary function.
8663 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8664 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8665 (image-animate-timer): Use car-safe.
8666 (image-animate-timeout): Rename argument.
8667
190b47e6
MR
86682011-06-07 Martin Rudalics <rudalics@gmx.at>
8669
8670 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8671 window.c. Rename first argument to ALL-FRAMES.
8672 Rephrase doc-strings.
8673 (get-buffer-window-list): Rewrite using window-list-1.
8674 Rephrase doc-string.
a1511caf
MR
8675 (window-safe-min-height, window-safe-min-width): New constants.
8676 (window-size-ignore, window-min-size, window-min-size-1)
8677 (window-sizable, window-sizable-p, window-size-fixed-1)
8678 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8679 (window-max-delta-1, window-max-delta, window-resizable)
8680 (window-resizable-p, window-total-height, window-total-width)
8681 (window-body-width): New functions.
8682 (window-full-height-p, window-full-width-p): Rewrite using
8683 window-total-size.
8684 (window-body-height): Rewrite using window-body-size.
190b47e6 8685
85cc1f11
MR
86862011-06-06 Martin Rudalics <rudalics@gmx.at>
8687
8688 * window.el (window-right, window-left, window-child)
8689 (window-child-count, window-last-child, window-any-p)
8690 (normalize-live-buffer, normalize-live-frame)
8691 (normalize-any-window, normalize-live-window)
8692 (window-iso-combination-p, window-iso-combined-p)
8693 (window-iso-combinations)
8694 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8695 (windows-with-parameter, window-with-parameter)
8696 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8697 (window-atom-check, window-side-check, window-check):
8698 New functions.
85cc1f11
MR
8699 (ignore-window-parameters, window-sides, window-sides-vertical)
8700 (window-sides-slots): New variables.
8701 (window-size-fixed): Move down in code. Minor doc-string fix.
8702
e7156492
AS
87032011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8704
8705 * comint.el (comint-dynamic-complete-as-filename)
8706 (comint-dynamic-complete-filename): Correctly call
8707 completion-in-region.
8708
7e821d0d
DD
87092011-06-05 Deniz Dogan <deniz@dogan.se>
8710
8711 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8712 in last change.
8713
ac09b8a1
DD
87142011-06-05 Deniz Dogan <deniz@dogan.se>
8715
8716 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8717 (rcirc): Use it to prompt for encryption.
8718
34699b85
RW
87192011-06-05 Roland Winkler <winkler@gnu.org>
8720
8721 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8722 (bibtex-search-entries): New command bound to C-c C-a.
8723 (bibtex-display-entries): New function.
8724
004dedd3
RW
87252011-06-05 Roland Winkler <winkler@gnu.org>
8726
8727 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8728 (bibtex-insert-kill): After yanking insert newline if necessary.
8729 (bibtex-initialize): Call bibtex-string-files-init only once.
8730 (bibtex-mode): Do not call easy-menu-add.
8731 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8732 (bibtex-yank): Set arg properly if nil.
8733
022fe7ce
RW
87342011-06-05 Roland Winkler <winkler@gnu.org>
8735
2b75be67
SM
8736 * textmodes/bibtex.el (bibtex-search-entry-globally):
8737 New variable.
022fe7ce
RW
8738 (bibtex-search-entry): Use it.
8739
b7c3692a
RW
87402011-06-05 Roland Winkler <winkler@gnu.org>
8741
8742 * textmodes/bibtex.el (bibtex-entry-format): New option
8743 sort-fields.
8744 (bibtex-format-entry, bibtex-reformat): Honor this option.
8745 (bibtex-parse-entry): Return fields in proper order.
8746
8eda563d
JB
87472011-06-05 Juanma Barranquero <lekktu@gmail.com>
8748
8749 * doc-view.el (doc-view-remove-if): Move computation of result out
8750 of `dolist' to silence misleading lexical-binding warning.
8751
7dbe3dbc
CY
87522011-06-04 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8755 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8756
0c33dd17
MA
87572011-06-04 Michael Albinus <michael.albinus@gmx.de>
8758
8759 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8760 "SunOS 5.10".
8761
f8f91c2b
MA
87622011-06-04 Michael Albinus <michael.albinus@gmx.de>
8763
8764 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8765 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8766 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8767 (tramp-parse-putty):
8768 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8769 (tramp-completion-function-alist-ssh)
8770 (tramp-completion-function-alist-telnet)
8771 (tramp-completion-function-alist-su)
8772 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8773 cookie.
8774
8775 * net/tramp-ftp.el:
8776 * net/tramp-sh.el:
8777 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8778 load "tramp.el" `tramp-set-completion-function'.
8779
e17d9003
SM
87802011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * shell.el: Require and use pcomplete.
8783 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8784 (shell-completion-vars): Set pcomplete-default-completion-function.
8785
6c4cab03
DD
87862011-06-04 Deniz Dogan <deniz@dogan.se>
8787
8788 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8789 `memq' (Bug#8799).
8790
ea9fafe0
SM
87912011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8794
b3e945d3
JB
87952011-06-02 Juanma Barranquero <lekktu@gmail.com>
8796
8797 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8798 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8799 * vc/log-view.el (log-view-beginning-of-defun):
8800 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8801 (smerge-refine-forward, smerge-refine-chopup-region):
8802 Silence warning for unused `dotimes' counter variables.
8803
7d520089
SM
88042011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * net/tramp.el (tramp-with-progress-reporter): Rename from
8807 with-progress-reporter. Use `declare'.
8808 * net/tramp-smb.el:
8809 * net/tramp-sh.el:
8810 * net/tramp-gvfs.el: Update all uses.
8811
a1c2400f
JB
88122011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8813
8814 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8815 buffer isn't killed before making it current.
8816
2403c841
SM
88172011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 Silence various byte-compiler warnings.
8820 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8821 `access-type' and new obsolescence format.
8822 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8823 new format.
8824 (byte-compile-check-variable): New `access-type' argument.
8825 Only warn if the access-type is obsolete.
8826 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8827 (byte-compile-variable-set): Adjust callers.
8828 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8829 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8830 setting it as obsolete.
8831 * simple.el (minibuffer-completing-symbol):
8832 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8833 access as obsolete.
8834 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8835 obsolete yet.
8836 * international/quail.el (quail-mouse-choose-completion): Remove unused
8837 code referring to obsolete var.
8838 (quail-choose-completion-string): Remove.
8839 * server.el (server-clients-with, server-kill-buffer-query-function)
8840 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8841 * proced.el (proced-send-signal):
8842 * emacs-lisp/lisp.el (lisp-complete-symbol):
8843 Replace completion-annotate-function with completion-extra-properties.
8844
2462470b
SM
88452011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8846
fb5b2591
SM
8847 * simple.el (goto-line): Use read-number.
8848 (overriding-map-is-bound): Remove.
8849 (saved-overriding-map): Change default.
8850 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8851 Take the map as argument.
8852 (universal-argument, negative-argument, digit-argument): Use it.
8853 (restore-overriding-map): Adjust.
8854 (do-auto-fill): Use fill-forward-paragraph.
8855 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8856
fd6fa53f
SM
8857 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8858 (minibuffer-inactive-mode): New major mode.
8859 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8860 the *Messages* buffer" hack.
8861 (mouse-popup-menubar): Don't burp if the event is a normal key.
8862
2462470b
SM
8863 Miscellaneous tweaks.
8864 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8865 lexical scoping as in subr.el's dolist and dotimes.
8866 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8867 Silence compiler warning.
8868 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8869 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8870 * international/ccl.el (ccl-compile): Trivial simplification.
8871 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8872 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8873 `printflag' argument.
8874 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8875 Purecopy the whole obsolescence data.
8876
108bf785
LL
88772011-06-01 Leo Liu <sdl.web@gmail.com>
8878
8879 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8880 improve doc-string as suggested by Marco Pessotto
8881 <melmothx@gmail.com>.
8882 (rcirc-print): Fix last change.
8883
30a23501
SM
88842011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * minibuffer.el (complete-with-action): Return nil for the metadata and
8887 boundaries of non-functional tables.
8888 (completion-table-dynamic): Return nil for the metadata.
8889 (completion-table-with-terminator): Add default case, using
8890 complete-with-action.
8891 (completion--metadata): New function.
8892 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8893 to try and avoid pathological performance problems.
8894 (completion--embedded-envvar-table): Return `category' metadata.
8895
bcd54f83
LMI
88962011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8897
8898 * subr.el (process-alive-p): New tiny convenience function.
8899
e227544d
SM
89002011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8903 content but also its previous major mode.
8904
e8296fdc
HE
89052011-05-31 Helmut Eller <eller.helmut@gmail.com>
8906
4d61f28d 8907 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8908 *Backtrace* buffer when we exit with C-M-c.
8909
620c53a6
SM
89102011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 * minibuffer.el: Add metadata method to completion tables.
8913 (completion-category-overrides): New defcustom.
8914 (completion-metadata, completion--field-metadata)
8915 (completion-metadata-get, completion--styles)
8916 (completion--cycle-threshold): New functions.
8917 (completion-try-completion, completion-all-completions):
8918 Add `metadata' argument to choose completion-styles.
8919 (completion--do-completion): Use metadata to choose cycling.
8920 (completion-all-sorted-completions): Use metadata for sorting.
8921 Remove :completion-cycle-penalty which is not needed any more.
8922 (completion--try-word-completion): Add `metadata' argument.
8923 (minibuffer-completion-help): Check metadata for annotation function
8924 and sorting.
8925 (completion-file-name-table): Return `category' metadata.
8926 (minibuffer-completing-file-name): Make obsolete.
8927 * simple.el (minibuffer-completing-symbol): Make obsolete.
8928 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8929 completion-try-completion.
8930
1257e755
SM
89312011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8932
8933 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8934
3767e706
LL
89352011-05-30 Leo Liu <sdl.web@gmail.com>
8936
8937 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8938 (rcirc-print): Decode all incoming messages (bug#8744).
8939 (rcirc-decode-coding-system): Allow value nil for automatic coding
8940 system detection.
3767e706 8941
d1a5d56a
GM
89422011-06-01 Glenn Morris <rgm@gnu.org>
8943
8944 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8945
e8cbec34
CY
89462011-05-29 Chong Yidong <cyd@stupidchicken.com>
8947
8948 * image.el (image-animate-max-time): Allow nil and t values.
8949 Default to nil.
8950 (create-animated-image): Doc fix.
8951 (image-animate-start): Remove second arg; just use
8952 image-animate-max-time.
8953 (image-animate-timeout): Doc fix. Args changed.
8954
8955 * image-mode.el (image-toggle-display-image): Ensure that the
8956 image spec passed to the animate timer is the same object as in
58179cce 8957 the buffer's display property (Bug#6981).
e8cbec34
CY
8958 (image-transform-properties): Doc fix.
8959
8960 * image.el (image-animate-max-time): Default to nil.
8961
159daf87
MR
89622011-05-29 Martin Rudalics <rudalics@gmx.at>
8963
8964 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8965 entire buffer list (Bug#8184).
8966
d66c4c7c
CY
89672011-05-29 Chong Yidong <cyd@stupidchicken.com>
8968
8969 * image.el (imagemagick-types-inhibit)
8970 (imagemagick-register-types): Doc fix.
8971
80aec780
DD
89722011-05-29 Deniz Dogan <deniz@dogan.se>
8973
8974 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8975 default.
8976
1dd3c2d9
CY
89772011-05-29 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * select.el: Don't perform clipboard-manager saving in hooks;
8980 leave the hooks empty.
8981
60e56523
LL
89822011-05-28 Leo Liu <sdl.web@gmail.com>
8983
8984 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8985 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8986 (occur-edit-mode): New major mode (Bug#8463).
8987 (occur-after-change-function): New function.
8988 (occur-engine): Give Occur tags a read-only property.
8989
2b1e1a22
KR
89902011-05-28 Kevin Ryde <user42@zip.com.au>
8991
8992 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8993
5d344e88
CY
89942011-05-28 Chong Yidong <cyd@stupidchicken.com>
8995
8e6ca83d
CY
8996 * bindings.el (help-echo): Make the initial non-indicator dash
8997 empty on graphical terminals (Bug#7295).
8998
5d344e88
CY
8999 * files.el (auto-mode-alist): Move config rule after the
9000 in-stripping one (Bug#8547).
9001
bfbbace7
CY
9002 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9003
fbeba6e2
CY
9004 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9005 setting (Bug#8740).
9006
60ed8c72
AA
90072011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9008
4ac619f0
AA
9009 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9010 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9011 (Bug#8539).
60ed8c72 9012
23db196e
CY
90132011-05-28 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9016
5012f24c
DK
90172011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9018
9019 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9020 (hs-hide-block-at-point, hs-find-block-beginning)
9021 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9022 (Bug#8279).
9023
6a639b16
GM
90242011-05-28 Glenn Morris <rgm@gnu.org>
9025
9026 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9027
d43eaf2c
CY
90282011-05-28 Chong Yidong <cyd@stupidchicken.com>
9029
5199bde1
CY
9030 * help-fns.el (describe-function-1): If the function is a derived
9031 major mode, print the parent mode.
9032
d43eaf2c
CY
9033 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9034 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9035
423428a8
SM
90362011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9037
0ff8e1ba 9038 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9039 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9040 * progmodes/etags.el (tags-completion-at-point-function):
9041 * info-look.el (info-lookup-completions-at-point): Mark as
9042 non-exclusive.
9043 (info-complete): Adjust accordingly.
9044
423428a8
SM
9045 * info-look.el: Convert to lexical-binding and completion-at-point.
9046 (info-lookup-completions-at-point): New function.
9047 (info-complete): Use it and completion-in-region.
9048
b74aa22b
DA
90492011-05-28 Drew Adams <drew.adams@oracle.com>
9050
9051 * isearch.el: Let M-e start with point at the first mismatched char.
9052 (isearch-fail-pos): New function.
9053 (isearch-edit-string): Use it.
9054
66e2e71d
DK
90552011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9056
9057 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9058
b1890b0f 90592011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9060
9061 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9062 traversal functions for avl-trees.
9063 (avl-tree--stack): New struct.
9064 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9065 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9066 (avl-tree--do-enter): Add optional `updatefun' arg.
9067 Change return value.
eb95d01d 9068 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9069 (avl-tree--do-delete): Add `test' and `nilflag' args.
9070 Change return value.
eb95d01d
TC
9071 (avl-tree-member): Add optional `nilflag'
9072 (avl-tree-member-p): New function.
9073 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9074 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9075 (avl-tree-stack-empty-p): New functions.
9076
3769ddcf
TC
9077 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9078 avl-tree--del-balance1 and make it work both ways.
9079 (avl-tree--del-balance2): Remove.
9080 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9081 make it work both ways.
9082 (avl-tree--enter-balance2): Remove.
9083 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9084 New macros.
9085 (avl-tree--mapc, avl-tree-map): Add direction argument.
9086
eb95d01d 90872011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9088
9089 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9090
a9f737ee
CY
90912011-05-27 Chong Yidong <cyd@stupidchicken.com>
9092
9093 * select.el: Support clipboard managers with built-in function
9094 x-clipboard-manager-save, via delete-frame-functions and
9095 kill-emacs-hook.
9096 (xselect-convert-to-targets): Add MULTIPLE target to list.
9097 (xselect-convert-to-save-targets): New function.
9098
c92a1e54
KH
90992011-05-27 Kenichi Handa <handa@m17n.org>
9100
9101 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9102 let-binding rfc2047-encode-encoded-words to nil.
9103
e145f188
GM
91042011-05-27 Glenn Morris <rgm@gnu.org>
9105
5ec8a862
GM
9106 * mail/emacsbug.el: Don't require url-util.
9107
4b29d9fb
GM
9108 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9109
e145f188
GM
9110 * files.el (set-auto-mode):
9111 Also respect mode: entries at the end of the file. (Bug#8586)
9112
7d15102b
GM
91132011-05-26 Glenn Morris <rgm@gnu.org>
9114
98f593b8
GM
9115 * files.el (hack-local-variables-prop-line, hack-local-variables):
9116 Downcase mode names, as seems to be traditional.
27b48e63 9117 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9118
7d15102b
GM
9119 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9120 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9121
51d5b4ec
JD
91222011-05-25 Julien Danjou <julien@danjou.info>
9123
9124 * textmodes/rst.el (rst-define-level-faces): Do not define face
9125 symbol if it is already defined.
9126
91513f63
VB
91272011-05-24 Vincent BelaĂŻche <vincentb1@users.sourceforge.net>
9128
9129 * play/5x5.el (5x5-new-game, 5x5-randomize):
9130 Reset 5x5-solver-output to nil when a new grid is cast.
9131 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9132 these debugging traces, as defmacro breaks the compiled code.
9133
4d90d6d0
DK
91342011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9135
9136 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9137
e1b90ef6
LL
91382011-05-24 Leo Liu <sdl.web@gmail.com>
9139
9140 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9141 (vc-bzr-sha1): Adapt.
9142
d8e4b68b 9143 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9144
9145 * bindings.el: Provide sha1 feature.
9146
db0406bb 91472011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9148
9149 * mail/sendmail.el: Require `rfc2047'.
9150 (mail-insert-from-field): Do not perform RFC2047 encoding.
9151 (mail-encode-header): New function.
9152 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9153 buffer to the return value of select-message-coding-system.
9154 Call mail-encode-header.
b8d747b9
KH
9155
9156 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9157
db0406bb 91582011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9159
4d90d6d0
DK
9160 * mail/supercite.el (sc-default-cite-frame):
9161 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9162
eb8a5e9b
GM
91632011-05-24 Glenn Morris <rgm@gnu.org>
9164
f8630703
GM
9165 * progmodes/python.el (brm-menu): Declare.
9166
8831bbed
GM
9167 * emulation/viper.el (viper-set-hooks): Declare.
9168
eb8a5e9b
GM
9169 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9170 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9171 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9172 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9173 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9174 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9175
a2a25d24
SM
91762011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 Add an :exit-function for completion-at-point.
9179
9180 * minibuffer.el (completion--done): New fun.
9181 (completion--do-completion): Use it. New arg `expect-exact'.
9182 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9183 since completion--do-completion does it for us now.
9184 (minibuffer-force-complete): Use completion--done and
9185 completion--replace. Handle sole-completion case with more care.
9186 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9187 (completion-extra-properties): New var.
9188 (completion-annotate-function): Make obsolete.
9189 (minibuffer-completion-help): Adjust accordingly.
9190 Use completion-list-insert-choice-function.
9191 (completion-at-point, completion-help-at-point):
9192 Bind completion-extra-properties.
9193 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9194 * simple.el (completion-list-insert-choice-function): New var.
9195 (completion-setup-function): Preserve it.
9196 (choose-completion): Pay attention to it, shuffle the code a bit.
9197 (choose-completion-string): New arg `insert-function'.
9198
9199 * textmodes/bibtex.el: Convert to lexical binding.
9200 (bibtex-mode-map): Use completion-at-point.
9201 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9202 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9203 (bibtex-complete): Define as obsolete alias.
9204 (bibtex-complete-internal): Remove.
9205 (bibtex-format-entry): Remove unused sub-group in regexp.
9206 * shell.el (shell--command-completion-data)
9207 (shell-environment-variable-completion):
9208 * pcomplete.el (pcomplete-completions-at-point):
9209 * comint.el (comint--complete-file-name-data): Use :exit-function
9210 instead of completion-table-with-terminator so it also works for
9211 choose-completion.
9212
e44e373d
SM
92132011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9214
4f91a816
SM
9215 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9216
782fc819
SM
9217 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9218 (bug#8710).
9219
e44e373d
SM
9220 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9221
381987c3
KM
92222011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9223
9224 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9225 customization variable and implement: If non-nil, auto-fill will
9226 be inhibited while on topic's header line.
9227
b776bc70
VB
92282011-05-23 Vincent BelaĂŻche <vincentb1@users.sourceforge.net>
9229
9230 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9231 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9232 always have a solution in grid size = 5 cases.
9233 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9234 (5x5-solver-output, 5x5-log-buffer): New vars.
9235 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9236 Make these variables buffer local to achieve 5x5 multi-session-ness.
9237 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9238 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9239 (5x5-solve-suggest): New funs.
9240 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9241 randomize a grid so that we ensure that there is always a solution.
9242 (5x5-make-random-grid): Allow other movement than flipping.
9243
7de88b6e
KR
92442011-05-23 Kevin Ryde <user42@zip.com.au>
9245
9246 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9247 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9248 advice and passes PREDICATE.
9249
b1ef1257
SM
92502011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9251
bbca48fe
SM
9252 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9253 byte-compile-lambda if it's actually a lambda.
9254
b1ef1257
SM
9255 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9256 Fix function quoting. Use backquote better.
9257
92a9cc65
YS
92582011-05-22 Yuanle Song <sylecn@gmail.com>
9259
9260 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9261 matching (Bug#8516).
9262
f0fb8059
JA
92632011-01-22 Jari Aalto <jari.aalto@cante.net>
9264
9265 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9266 different face (Bug#8178).
9267
d5b44c93
CY
92682011-05-22 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9271 defface (Bug#8144).
9272
79106a44
SM
92732011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9274
9c848d8a
SM
9275 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9276 funcall as well (bug#8712). Warn when performing those conversions.
9277 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9278
79106a44
SM
9279 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9280
88dfa756
GM
92812011-05-22 Glenn Morris <rgm@gnu.org>
9282
9283 * files.el (hack-local-variables-prop-line): Small simplifications.
9284 (hack-local-variables, hack-local-variables-prop-line):
9285 If MODE-ONLY, return the mode, rather than just `t'.
9286
b7cf2c79
SM
92872011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9290
3f1a8558
GM
92912011-05-21 Glenn Morris <rgm@gnu.org>
9292
7e4ccca3
GM
9293 * files.el (hack-local-variables-prop-line, hack-local-variables):
9294 If only interested in the mode, don't bother doing the other stuff.
9295
637d46ca
GM
9296 * image-mode.el (image-after-revert-hook):
9297 Redraw all frames on which the image is visible. (Bug#8567)
9298
973d955b
GM
9299 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9300
3f1a8558
GM
9301 * wid-edit.el (widget-checklist-match-inline):
9302 Fix 2011-04-19 change. (Bug#8649)
9303
96479927
SM
93042011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9305
1dcf791f
SM
9306 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9307 Also allow singlespace after single-letter capitals followed by a dot.
9308
96479927
SM
9309 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9310 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9311
35fd0881
N
93122011-05-20 Nix <nix@esperi.org.uk>
9313
9314 * files.el (basic-save-buffer-2):
9315 Fix handling of break-hardlink-on-save with non-existent files.
9316
82745640
DD
93172011-05-19 Deniz Dogan <deniz@dogan.se>
9318
9319 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9320 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9321
4a720484
GM
93222011-05-19 Glenn Morris <rgm@gnu.org>
9323
d1f21341
GM
9324 * progmodes/f90.el (f90-type-def-re):
9325 Handle "type, bind(c)". (Bug#8691)
9326
4a720484
GM
9327 * emacs-lisp/autoload.el (batch-update-autoloads):
9328 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9329
2fb0a219
MA
93302011-05-18 Michael Albinus <michael.albinus@gmx.de>
9331
9332 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9333 property for the correct connection in case of multihops.
9334
e565dd37
GM
93352011-05-18 Glenn Morris <rgm@gnu.org>
9336
c2571358 9337 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9338 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9339
e565dd37
GM
9340 Rationalize calendar handling of day and month abbrev-arrays.
9341 * calendar/calendar.el (calendar-customized-p): New function.
9342 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9343 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9344 Add :set function.
9345 (calendar-abbrev-length, calendar-day-abbrev-array)
9346 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9347 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9348 Elements may no longer be nil.
9349 (calendar-day-name, calendar-month-name):
9350 Update for changed nature of abbrev arrays.
9351 * calendar/diary-lib.el (diary-name-pattern):
9352 Update for changed nature of abbrev arrays.
9353 (diary-mark-entries-1): Update calendar-make-alist calls.
9354 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9355 * calendar/cal-html.el (cal-html-day-abbrev-array):
9356 Simply inherit from calendar-day-abbrev-array.
9357
1d99a745
SM
93582011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * progmodes/grep.el (grep-mode): Disable default
9361 compilation-directory-matcher setting (bug#8684).
9362
7c1d9aa0
MA
93632011-05-17 Michael Albinus <michael.albinus@gmx.de>
9364
9365 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9366 instead of "head" and "tail". There were problems with SunOS 5.9,
9367 and it performs better.
9368
3952e9d8
GM
93692011-05-17 Glenn Morris <rgm@gnu.org>
9370
2dd12e7f
GM
9371 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9372
e4157b9c
GM
9373 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9374 Replace obsolete function.
9375
8e249bbd
GM
9376 * shell.el (pcomplete-parse-arguments-function): Declare.
9377
3952e9d8
GM
9378 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9379 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9380 (appt-check): Doc fixes.
9381 (appt-disp-window-function, appt-delete-window-function):
9382 Remove needless special case in custom :type.
9383 (appt-display-count): Default to 0, not nil.
9384 (appt-check): Reset appt-display-count to 0, not nil.
9385
c71a0d48 93862011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9387
c71a0d48
GM
9388 * progmodes/python.el (python-font-lock-keywords):
9389 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9390
31d55be9
SM
93912011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9394
3bfacb2f
KR
93952011-05-16 Kevin Ryde <user42@zip.com.au>
9396
9397 * info-look.el (makefile-automake-mode): New setups, looking in
9398 automake manual, then makefile-mode.
9399 (makefile-mode): Remove automake manual, have it just in
9400 makefile-automake-mode since there's various things different or
9401 not relevant to plain make.
9402 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9403 believe a hypothetical automake-mode would go to makefile-mode,
9404 not the other way around.
9405
c8e83751
CY
94062011-05-15 Chong Yidong <cyd@stupidchicken.com>
9407
5e9e35cd
CY
9408 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9409 hunk-end tags (Bug#8672).
9410
c8e83751
CY
9411 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9412 vc-annotate-show-diff-revision-at-line (Bug#8671).
9413
50b23e5a
GM
94142011-05-14 Glenn Morris <rgm@gnu.org>
9415
7210a739
GM
9416 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9417 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9418 (change-log-font-lock-keywords): Also handle multiple author lines
9419 with leading tabs. (Bug#8644)
7210a739 9420
4691905a
GM
9421 * calendar/appt.el (appt-check): Rename some local variables.
9422 Some simplification/reordering.
9423
50b23e5a
GM
9424 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9425 (feedmail-sendmail-f-doesnt-sell-me-out)
9426 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9427 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9428 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9429 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9430 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9431 (feedmail-binmail-gnulinuxish-template):
9432 Rename from feedmail-binmail-linuxish-template.
9433 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9434 Use insert-buffer-substring.
9435
215cda7c
BC
94362011-05-14 Bill Carpenter <bill@carpenter.org>
9437
9438 * mail/feedmail.el (feedmail-patch-level): Increase.
9439 (feedmail-debug): New custom group.
9440 (feedmail-confirm-outgoing-timeout)
9441 (feedmail-sendmail-f-doesnt-sell-me-out)
9442 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9443 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9444 (feedmail-sender-line, feedmail-from-line)
9445 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9446 (feedmail-spray-this-address)
215cda7c
BC
9447 (feedmail-spray-address-fiddle-plex-list)
9448 (feedmail-queue-use-send-time-for-date)
9449 (feedmail-queue-use-send-time-for-message-id)
9450 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9451 (feedmail-buffer-eating-function):
9452 Doc fixes.
9453 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9454 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9455 (feedmail-message-action-scroll-down): New functions.
9456 (feedmail-queue-directory, feedmail-queue-draft-directory):
9457 Use expand-file-name.
9458 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9459 Remove C-v help entry.
9460 (feedmail-queue-buffer-file-name): New variable.
9461 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9462 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9463 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9464 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9465 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9466 (feedmail-message-action-toggle-spray)
9467 (feedmail-run-the-queue-no-prompts)
9468 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9469 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9470 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9471 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9472 (feedmail-envelope-deducer, feedmail-fiddle-from)
9473 (feedmail-fiddle-sender, feedmail-default-date-generator)
9474 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9475 (feedmail-fiddle-spray-address)
9476 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9477 (feedmail-fiddle-list-of-fiddle-plexes)
9478 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9479 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9480 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9481 Change default. Doc fix.
9482 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9483 (feedmail-binmail-linuxish-template): New constant.
9484 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9485 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9486 (feedmail-send-it): Add debug call.
9487 Use feedmail-queue-buffer-file-name, and
9488 feedmail-send-it-immediately-wrapper.
9489 (feedmail-message-action-send): Add debug call.
9490 Use feedmail-send-it-immediately-wrapper.
9491 (feedmail-queue-express-to-queue): Add debug call.
9492 Run feedmail-queue-express-hook.
9493 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9494 (feedmail-message-action-help-blat):
9495 Rename from feedmail-queue-send-edit-prompt-help-first.
9496 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9497 Check line-endings. Handle errors better.
9498 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9499 Doc fix. Add debug call.
9500 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9501 Use feedmail-queue-send-edit-prompt-inner.
9502 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9503 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9504 from feedmail-queue-send-edit-prompt.
9505 (feedmail-queue-send-edit-prompt-help)
9506 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9507 (feedmail-tidy-up-slug): Add debug call.
9508 Respect feedmail-queue-slug-suspect-regexp.
9509 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9510 (feedmail-dump-message-to-queue): Add debug call.
9511 Expand queue-directory.
9512 (feedmail-dump-message-to-queue): Change message slightly.
9513 Use feedmail-say-chatter.
9514 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9515 (feedmail-send-it-immediately-wrapper): New function.
9516 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9517 Insert empty string rather than newline. Handle full-frame case.
9518 Use catch/throw. Use feedmail-say-chatter.
9519 (feedmail-fiddle-from): Try mail-host-address.
9520 (feedmail-default-message-id-generator): Doc fix.
9521 Bind system-time-locale. Handle missing end.
9522 (feedmail-fiddle-x-mailer): Add debug call.
9523 Handle feedmail-x-mailer-line being nil.
9524 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9525 Add debug call. Use buffer-substring-no-properties.
9526 (feedmail-say-debug, feedmail-say-chatter): New functions.
9527 (feedmail-find-eoh): Give an explicit error.
9528
42c7e61e
UJ
95292011-05-13 Ulf Jasper <ulf.jasper@web.de>
9530
c2571358 9531 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9532 family from helvetica to sans.
c2571358 9533 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9534 etc/images/newsticker.
9535
c2571358 9536 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9537 family from helvetica to sans.
9538
9539 * net/newst-plainview.el (newsticker-new-item-face)
9540 (newsticker-old-item-face, newsticker-immortal-item-face)
9541 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9542 (newsticker-statistics-face): Change default family from
42c7e61e 9543 helvetica to sans.
c2571358 9544 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9545 etc/images/newsticker.
9546
9547 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9548 (newsticker--process-auto-mark-filter-match): : Tell user about
9549 auto-marking.
9550
8497a297
DV
95512011-05-13 Didier Verna <didier@xemacs.org>
9552
9553 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9554 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9555 TODO entries.
8497a297
DV
9556 (lisp-lambda-list-keyword-parameter-indentation)
9557 (lisp-lambda-list-keyword-parameter-alignment)
9558 (lisp-lambda-list-keyword-alignment): New customizable user options.
9559 (lisp-indent-defun-method): Improve docstring.
9560 (extended-loop-p): Fix comment.
9561 (lisp-indent-lambda-list-keywords-regexp): New variable.
9562 (lisp-indent-lambda-list): New function.
9563 (lisp-indent-259): Use it.
9564 (lisp-indent-defmethod): Support for more than one
9565 method qualifier and properly indent methods lambda-lists.
9566 (defgeneric): Provide a missing common-lisp-indent-function property.
9567
f278f87f
SM
95682011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9571 bounds for the empty string (bug#8667).
9572
5233edd7
GM
95732011-05-13 Glenn Morris <rgm@gnu.org>
9574
5237a44f
GM
9575 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9576
8340026c 9577 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9578 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9579
5233edd7 9580 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9581 (appt-time-msg-list): Doc fix.
a5464014 9582 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9583
92d10796
AS
95842011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9585
9586 * progmodes/ld-script.el (ld-script-keywords)
9587 (ld-script-builtins): Update keywords list.
9588
914a0ae1
SM
95892011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9590
c89be45f
SM
9591 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9592
914a0ae1
SM
9593 * shell.el (shell-completion-vars): New function.
9594 (shell-mode):
9595 * simple.el (read-shell-command): Use it.
9596 (blink-matching-open): No need for " [...]" in minibuffer-message.
9597
98dc3df3
GM
95982011-05-12 Glenn Morris <rgm@gnu.org>
9599
9600 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9601 (appt-check): Simplify.
9602
d2fc7e3d 96032011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9604
4d61f28d 9605 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9606 literal "/dev/null".
9607
d2fc7e3d 96082011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9609
9610 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9611 Fix typo.
9612
d2fc7e3d 96132011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9614
3f254caa
SM
9615 * progmodes/which-func.el (which-function):
9616 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9617 which might not be defined (Bug#8260).
9618
d45885f7
GM
96192011-05-12 Glenn Morris <rgm@gnu.org>
9620
9621 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9622 Let byte-compile-initial-macro-environment always take precedence.
9623
488086f4
SM
96242011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9625
9626 * net/rcirc.el: Add support for SSL/TLS connections.
9627 (rcirc-server-alist): New field `encryption'.
9628 (rcirc): Check `encryption' settings.
9629 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9630 Merge make-local-variable into `set'.
9631 (rcirc--connection-open-p): New function.
9632 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9633 the process is not a network process (e.g. running gnutls-cli).
9634 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9635 Make rcirc-(en|de)code-coding-system local here.
9636 (rcirc-mode): Merge make-local-variable into `set'.
9637 (rcirc-parent-buffer): Make permanent buffer-local.
9638 (rcirc-multiline-minor-mode): Don't do it here.
9639 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9640 there's no server buffer.
9641
7d3b9d44
GM
96422011-05-11 Glenn Morris <rgm@gnu.org>
9643
f64049c6
GM
9644 * newcomment.el (comment-kill): Prefix "unused" local.
9645
93c9df73
GM
9646 * term/w32console.el (get-screen-color): Declare.
9647
7d3b9d44
GM
9648 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9649 Handle symbol elements of byte-compile-initial-macro-environment.
9650
9e2dd53f
LL
96512011-05-10 Leo Liu <sdl.web@gmail.com>
9652
488086f4
SM
9653 * bookmark.el (bookmark-bmenu-mode-map):
9654 Bind bookmark-bmenu-search to `/'.
8b340240 9655
9e2dd53f 9656 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9657 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9658 (Footnote-unicode): New function.
9659 (footnote-style-alist): Add unicode style to the list.
9660 (footnote-style): Doc fix.
9e2dd53f 9661
79b70037
GM
96622011-05-10 Jim Meyering <meyering@redhat.com>
9663
9664 Fix doubled-word typos.
9665 * international/quail.el (quail-insert-kbd-layout): and and -> and
9666 * kermit.el: and and -> and
9667 * net/ldap.el (ldap-search-internal): to to -> to
9668 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9669 * progmodes/js.el (js-mode): and and -> and
9670 * textmodes/artist.el (artist-move-to-xy): at at -> at
9671 (artist-draw-region-trim-line-endings): if if -> if
9672 And Safetyc -> Safety.
9673 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9674
b8f82dc1 96752011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9676 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9677
9678 * files.el (hack-one-local-variable-eval-safep):
9679 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9680
4f99f44b
GM
96812011-05-10 Glenn Morris <rgm@gnu.org>
9682
9683 * calendar/diary-lib.el (diary-list-entries-hook)
9684 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9685 (diary-nongregorian-marking-hook, diary-list-entries)
9686 (diary-include-other-diary-files, diary-mark-entries)
9687 (diary-mark-included-diary-files): Doc fixes.
9688
84f29e6b
JB
96892011-05-09 Juanma Barranquero <lekktu@gmail.com>
9690
9691 * misc.el: Require tabulated-list.el during compilation.
9692
9bedd73a
CY
96932011-05-09 Chong Yidong <cyd@stupidchicken.com>
9694
488086f4
SM
9695 * progmodes/compile.el (compilation-start):
9696 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9697 (compilation-filter-hook): Doc fix.
9698
797c735c
DD
96992011-05-09 Deniz Dogan <deniz@dogan.se>
9700
9701 * wdired.el: Remove outdated installation comment. Fix usage
9702 comment.
9703
5f4b1dfe
JB
97042011-05-09 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * misc.el: Implement new command `list-dynamic-libraries'.
9707 (list-dynamic-libraries--loaded-only-p): New variable.
9708 (list-dynamic-libraries--refresh): New function.
9709 (list-dynamic-libraries): New command.
9710
4c44026c
CY
97112011-05-09 Chong Yidong <cyd@stupidchicken.com>
9712
488086f4
SM
9713 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9714 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9715 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9716 higher priority to avoid clobbering by gnu.
9717
027f966d
CY
97182011-05-08 Chong Yidong <cyd@stupidchicken.com>
9719
9720 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9721 if the face has existing theme settings (Bug#8454).
9722
085f5d7d
CY
97232011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9724
488086f4
SM
9725 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9726 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9727
2a86a00c
RS
9728 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9729 special file names `.' and `..' (Bug#8259).
9730
d9c54a06
CY
97312011-05-08 Chong Yidong <cyd@stupidchicken.com>
9732
488086f4
SM
9733 * progmodes/grep.el (grep-mode-font-lock-keywords):
9734 Remove buffer-changing entries.
d9c54a06
CY
9735 (grep-filter): New function.
9736 (grep-mode): Add it to compilation-filter-hook.
9737
9738 * progmodes/compile.el (compilation-filter-hook)
9739 (compilation-filter-start): New defvars.
9740 (compilation-filter): Call compilation-filter-hook prior to
9741 updating the process mark.
9742
c4662635
SM
97432011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9746
b0512a1d
EZ
97472011-05-07 Eli Zaretskii <eliz@gnu.org>
9748
605c9376
EZ
9749 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9750 mailclient-send-it even if window-system is nil. (Bug#8595)
9751
c4662635
SM
9752 * term/w32console.el (terminal-init-w32console):
9753 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9754 background-mode. (Bug#8597)
9755
d1dc2cc2
SM
97562011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9759 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9760 New functions.
9761 (defgeneric, eieio--defmethod): Use them.
9762 (eieio-defgeneric): Remove.
9763 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9764
915d1300
GM
97652011-05-07 Glenn Morris <rgm@gnu.org>
9766
a3961c3e
GM
9767 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9768 Use let rather than let*.
9769 (timeclock-find-discrep): Remove unused local.
9770
314347b9
GM
9771 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9772
915d1300
GM
9773 * calendar/appt.el (appt-time-msg-list): Doc fix.
9774
275b59b0
NF
97752011-05-06 Noah Friedman <friedman@splode.com>
9776
9777 * apropos.el (apropos-print-doc): Only use
9778 emacs-lisp-docstring-fill-column when it is bound to an integer,
9779 per that variable's documentation.
9780
6c19f744
SM
97812011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9784 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9785
60f884b2
GM
97862011-05-06 Glenn Morris <rgm@gnu.org>
9787
5006e634
GM
9788 * calendar/appt.el (appt-message-warning-time): Doc fix.
9789 (appt-warning-time-regexp): New option.
9790 (appt-make-list): Respect appt-message-warning-time.
9791
548d0a63
GM
9792 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9793 New options.
9794 (diary-add-to-list): Strip comments from the displayed string.
9795 (diary-mode): Set comment-start and comment-end.
9796
60f884b2
GM
9797 * vc/diff-mode.el (smerge-refine-subst): Declare.
9798 (diff-refine-hunk): Don't require smerge-mode when compiling.
9799
989681bb
JB
98002011-05-06 Juanma Barranquero <lekktu@gmail.com>
9801
9802 * simple.el (list-processes): Return nil as the docstring says.
9803
a6bc05e1
MA
98042011-05-05 Michael Albinus <michael.albinus@gmx.de>
9805
9806 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9807 to "".
9808 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9809 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9810 determining of binary transfer. (Bug#7383)
9811
23c22e9a
MA
98122011-05-05 Michael Albinus <michael.albinus@gmx.de>
9813
c4662635
SM
9814 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9815 Fix port computation bug. (Bug#8618)
23c22e9a 9816
0bff894f
GM
98172011-05-05 Glenn Morris <rgm@gnu.org>
9818
b8296902
GM
9819 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9820
1f522ce8
GM
9821 * simple.el (shell-dynamic-complete-functions)
9822 (comint-dynamic-complete-functions): Declare.
9823
cf5bee67
GM
9824 * net/network-stream.el (gnutls-negotiate):
9825 * simple.el (tabulated-list-print): Fix declarations.
9826
9827 * progmodes/gud.el (syntax-symbol, syntax-point):
9828 Remove unnecessary and incorrect declarations.
9829
0bff894f
GM
9830 * emacs-lisp/check-declare.el (check-declare-scan):
9831 Handle byte-compile-initial-macro-environment in bytecomp.el
9832
9869b3ae
SM
98332011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 Fix earlier half-done eieio-defmethod change (bug#8338).
9836 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9837 Streamline and change calling convention.
9838 (defmethod): Adjust accordingly and simplify.
9839 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9840 new eieio--defmethod.
9841 (slot-boundp): Minor CSE simplification.
9842
9c1d5ac5
MZ
98432011-05-05 Milan Zamazal <pdm@zamazal.org>
9844
9845 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9846 (glasses-make-readable): Use glasses-separate-capital-groups.
9847
455c834e
JB
98482011-05-05 Juanma Barranquero <lekktu@gmail.com>
9849
9850 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9851 (warning-series): Doc fix.
9852 (display-warning): Don't try to create the buffer if we just found it.
9853
9ed7c8cb
CY
98542011-05-04 Chong Yidong <cyd@stupidchicken.com>
9855
9856 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9857 (autoload-find-generated-file): New function.
9858 (generate-file-autoloads): Bind generated-autoload-file to
9859 buffer-file-name.
9869b3ae
SM
9860 (update-file-autoloads, update-directory-autoloads):
9861 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9862 output file (Bug#7989).
9863 (batch-update-autoloads): Doc fix.
9864
0898ca10
JB
98652011-05-04 Juanma Barranquero <lekktu@gmail.com>
9866
9867 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9868
31dfb76c
GM
98692011-05-04 Glenn Morris <rgm@gnu.org>
9870
f330b642
GM
9871 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9872 function, so it follows changes in calendar-date-style.
9873 (diary-fancy-date-matcher): New function.
9874 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9875 (diary-fancy-font-lock-fontify-region-function):
9876 Use diary-fancy-date-pattern as a function.
9877
31dfb76c
GM
9878 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9879 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9880
48e79d6a
TZ
98812011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9882
9883 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9884 instead of positional arguments. Allow :keylist and :crlfiles
9885 arguments.
9886 (open-gnutls-stream): Call it.
9887
9888 * net/network-stream.el (network-stream-open-starttls): Adjust to
9889 call `gnutls-negotiate' with :process and :hostname arguments.
9890
dd5a5ee0
SM
98912011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9892
ef80fc09
SM
9893 * minibuffer.el (completion--message): New function.
9894 (completion--do-completion, minibuffer-complete)
9895 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9896 (completion--do-completion): Don't ignore completion-auto-help when in
9897 icomplete-mode.
9898
dd5a5ee0
SM
9899 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9900 internal encoding (e.g. tibetan zero is not whitespace).
9901 (global-whitespace-mode): Prefer save-current-buffer.
9902 (whitespace-trailing-regexp): Remove useless save-match-data.
9903 (whitespace-empty-at-bob-regexp): Minor simplification.
9904
b7d22a83
CY
99052011-05-03 Chong Yidong <cyd@stupidchicken.com>
9906
9907 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9908
5192af46
AM
99092011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
9910
9911 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9912 Use `concat' to create string for insertion.
5192af46 9913
5767d190
SM
99142011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9917 Avoid open-line which runs post-self-insert-hook.
9918 (bibtex-fill-entry): Remove unused `end' var.
9919
bf242939
AM
99202011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9921
5767d190
SM
9922 * textmodes/ispell.el (ispell-add-per-file-word-list):
9923 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9924
25666126
LL
99252011-05-03 Leo Liu <sdl.web@gmail.com>
9926
9927 * isearch.el (isearch-yank-pop): New command.
5767d190 9928 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9929 (isearch-forward): Mention it.
9930
52d3c2d0
SM
99312011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9932
1bcace58
SM
9933 * simple.el (minibuffer-complete-shell-command): Remove.
9934 (minibuffer-local-shell-command-map): Use completion-at-point.
9935 (read-shell-command): Setup completion vars here instead.
9936 (read-expression-map): Bind TAB to symbol completion.
9937
52d3c2d0
SM
9938 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9939 error directly rather via storing it into `results'.
9940
35813471
LL
99412011-05-02 Leo Liu <sdl.web@gmail.com>
9942
9943 * vc/diff.el: Fix description.
9944
e793a940
LMI
99452011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9946
9947 * server.el (server-eval-at): New function.
9948
8de66e05
LMI
99492011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9950
9951 * net/network-stream.el (open-network-stream): Take a :nowait
9952 parameter and pass it on to `make-network-process'.
9953 (network-stream-open-plain): Ditto.
9954
dcb79f20
AS
99552011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9956
9957 * faces.el (face-spec-set-match-display): Don't match toolkit
9958 options on terminal frames.
9959
14a7fbd8
SM
99602011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9961
7eabc1be
SM
9962 * progmodes/pascal.el: Use lexical binding.
9963 (pascal-mode-map): Remove author preferences.
9964
14a7fbd8
SM
9965 * pcomplete.el (pcomplete-std-complete): Don't abuse
9966 completion-at-point.
9967
50f84510
JB
99682011-04-28 Juanma Barranquero <lekktu@gmail.com>
9969
6e087a44
JB
9970 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9971 removing code that has been dead since 1991 or so.
9972
50f84510
JB
9973 * startup.el (command-line): When warning about "_emacs", use a
9974 delayed warning to allow the user to filter it out.
9975
0ba690bd
DD
99762011-04-28 Deniz Dogan <deniz@dogan.se>
9977
9978 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9979 user has not joined.
9980
08abfaad
SM
99812011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9984 aren't any completions at point.
9985
638f053a
JB
99862011-04-28 Juanma Barranquero <lekktu@gmail.com>
9987
9988 * subr.el (display-delayed-warnings): New function.
9989 (delayed-warnings-hook): New variable.
9990
8fff8daa
SM
99912011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9992
08abfaad
SM
9993 * minibuffer.el (completion-at-point, completion-help-at-point):
9994 Don't presume that a given completion-at-point-function will always
9995 use the same calling convention.
9996
8fff8daa
SM
9997 * pcomplete.el (pcomplete-completions-at-point):
9998 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9999 pcomplete-seen is non-nil.
10000 (pcomplete-comint-setup): Also recognize the new comint/shell
10001 completion functions.
10002 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10003 pcomplete-seen is non-nil.
10004
841a1577 100052011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10006
841a1577 10007 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10008 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10009 the first character in the entry. This allows for code to add its
211ec907
UJ
10010 own uid to the entry.
10011 (icalendar--convert-float-to-ical): Add export of
10012 `diary-float'-entries save for those with the optional DAY
10013 argument.
10014
2a782793
DC
100152011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10016
10017 * subr.el (shell-quote-argument): Use alternate escaping strategy
10018 when we spot a variable reference in a string.
10019
0438ce91
DC
100202011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10021
10022 * cus-start.el (all): Define customization for debug-on-event.
10023
841a1577 100242011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10025
10026 * subr.el (shell-quote-argument): Escape correctly under Windows.
10027
d090ed6c
SM
100282011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10031
bfd31217
MA
100322011-04-25 Michael Albinus <michael.albinus@gmx.de>
10033
d090ed6c
SM
10034 * net/tramp.el (tramp-process-actions): Add POS argument.
10035 Delete region between POS and (pos).
bfd31217 10036
d090ed6c
SM
10037 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10038 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10039 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10040
10041 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10042 position in `tramp-process-actions' call.
10043
10044 * net/trampver.el: Update release number.
10045
e92f3bd3
SM
100462011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10047
850256b5
SM
10048 * custom.el (defcustom): Obey lexical-binding.
10049
e92f3bd3
SM
10050 Fix octave-inf completion problems reported by Alexander Klimov.
10051 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10052 Inherit from octave-mode-syntax-table.
10053 (inferior-octave-mode): Set info-lookup-mode.
10054 (inferior-octave-completion-at-point): New function.
10055 (inferior-octave-complete): Use it and completion-in-region.
10056 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10057 comint-filename-completion.
10058 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10059 symbol elements which shouldn't be word elements.
10060 (octave-font-lock-keywords, octave-beginning-of-defun)
10061 (octave-function-header-regexp): Adjust regexps accordingly.
10062 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10063
cd22b309
JB
100642011-04-25 Juanma Barranquero <lekktu@gmail.com>
10065
10066 * net/gnutls.el (gnutls-errorp): Declare before first use.
10067
8b492194
TZ
100682011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10069
10070 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10071 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10072 default trustfile exists before going to use it. Add missing
5a5fa834 10073 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10074 Reported by Claudio Bley <claudio.bley@gmail.com>.
10075 (open-gnutls-stream): Add usage example.
10076
10077 * net/network-stream.el (network-stream-open-starttls): Give host
10078 parameter to `gnutls-negotiate'.
10079 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10080 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10081
841a1577 100822011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10083
cd22b309
JB
10084 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10085 Use correct match group (bug#8438).
05842630 10086
3ba7869c
CY
100872011-04-24 Chong Yidong <cyd@stupidchicken.com>
10088
512e3ae1
CY
10089 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10090 (package-menu--generate): New arg specifying packages to show.
10091 (package-menu-refresh, package-menu-execute, list-packages):
10092 Callers changed.
10093 (package-show-package-list): New function, replacing deleted
10094 package--list-packages (renamed because it is non-internal).
10095
10096 * finder.el (finder-list-matches): Use package-show-package-list
10097 instead of deleted package--list-packages.
10098
e92f3bd3
SM
10099 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10100 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10101 (vc-annotate-mode-map): Bind it to RET.
10102
7031be6d
UR
101032011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10104
10105 * progmodes/etags.el (next-file): Don't use set-buffer to change
10106 buffers (Bug#8478).
10107
4ef177aa
CY
101082011-04-24 Chong Yidong <cyd@stupidchicken.com>
10109
c8d173eb
CY
10110 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10111
4ef177aa
CY
10112 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10113 (apropos-accumulator): Doc fix.
10114 (apropos-function, apropos-macro, apropos-command)
10115 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10116 (apropos-plist): Add face property.
10117 (apropos-symbols-internal): Fix indentation.
10118 (apropos-print): Simplify help, and recognize apropos-multi-type.
10119 (apropos-print-doc): Use button-type-get to extract the button's
10120 face property. Fill docstring (Bug#8352).
10121
4ffd0d6b 101222011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10123
10124 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10125
c6c32125 10126 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10127 (mpuz-mode-map): Use mapc.
c6c32125
JB
10128 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10129 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10130 Fix typos in docstrings.
10131
58d468b4
JB
10132 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10133 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10134
6470c3c6
JB
10135 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10136
4ffd0d6b 101372011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10138
10139 * minibuffer.el (completion--do-completion): Avoid the "Next char
10140 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10141
3ad8bad0
CY
10142 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10143 mouse-2 into unread-command-events, it is interpreted correctly.
10144
71d73c9c 10145 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10146 (image-toggle-display): Doc fix.
71d73c9c 10147
841a1577 101482011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10149
4ffd0d6b
GM
10150 * textmodes/page.el (what-page): Use line-number-at-pos to
10151 calculate line number (Bug#6825).
6e1dbaa9 10152
c2fb1b60
JB
101532011-04-22 Juanma Barranquero <lekktu@gmail.com>
10154
10155 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10156 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10157 Pass argument NO-DEFAULT to `find-tag-interactive'.
10158
e02f48d7
JB
101592011-04-22 Juanma Barranquero <lekktu@gmail.com>
10160
10161 Lexical-binding cleanup.
10162
10163 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10164 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10165 * progmodes/ada-prj.el (ada-prj-initialize-values)
10166 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10167 (ada-prj-show-value):
10168 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10169 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10170 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10171 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10172 * progmodes/bug-reference.el (bug-reference-push-button):
10173 * progmodes/fortran.el (fortran-line-length):
10174 * progmodes/glasses.el (glasses-change):
10175 * progmodes/octave-mod.el (octave-fill-paragraph):
10176 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10177 (python-pdbtrack-grub-for-buffer, python-sentinel):
10178 * progmodes/sql.el (sql-save-connection):
10179 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10180 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10181 Mark unused parameters.
10182
10183 * progmodes/compile.el (compilation--flush-directory-cache)
10184 (compilation--flush-parse, compile-internal): Mark unused parameters.
10185 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10186 (compilation-next-error-function): Remove unused variable `timestamp'.
10187
10188 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10189 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10190
10191 * progmodes/dcl-mode.el (dcl-end-of-command):
10192 Remove unused variable `start'.
10193 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10194 (dcl-option-value-basic, dcl-option-value-offset)
10195 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10196 Mark unused parameters.
10197 (dcl-save-local-variable): Remove unused variable `val'.
10198 (mode): Declare.
10199
10200 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10201 Mark unused parameters.
10202 (delphi-ignore-changes): Move before first use.
10203 (delphi-charset-token-at): Remove unused variable `start'.
10204 (delphi-else-start): Remove unused variable `if-count'.
10205 (delphi-comment-block-start, delphi-comment-block-end):
10206 Remove unused variable `kind'.
10207 (delphi-indent-line): Remove unused variable `new-point'.
10208
10209 * progmodes/ebrowse.el (ebrowse-files-list)
10210 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10211 Mark unused parameters. Don't quote `lambda'.
10212 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10213 Don't quote `lambda'.
10214 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10215 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10216 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10217 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10218 Use `ignore-errors'.
10219 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10220 (ebrowse-view/find-file-and-search-pattern)
10221 (ebrowse-view/find-member-declaration/definition):
10222 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10223 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10224 Rename parameter PREFIX-ARG to PREFIX.
10225 (ebrowse-tags-read-name): Remove unused variables `start' and
10226 `member-info'.
10227 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10228 to `tags-file'.
10229
10230 * progmodes/etags.el (local-find-tag-hook): Declare.
10231 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10232 Mark unused parameters.
10233
10234 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10235 (executable-interpret): Mark unused parameter.
10236
10237 * progmodes/flymake.el (flymake-process-sentinel)
10238 (flymake-after-change-function)
10239 (flymake-create-temp-with-folder-structure)
10240 (flymake-get-include-dirs-dot): Mark unused parameters.
10241 (flymake-safe-delete-directory): Remove unused variable `err'.
10242
10243 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10244 (speedbar-timer-fn, speedbar-line-text)
10245 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10246 (speedbar-center-buffer-smartly): Declare functions.
10247 (gdb-find-watch-expression): Remove unused variable `array'.
10248 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10249 (gdb-starting): Mark unused parameters.
10250 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10251 (gdb-table-string): Remove unused variable `res'.
10252 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10253 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10254 (gdb-display-buffer): Remove unused variable `cur-size'.
10255
10256 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10257 allow lexical-binding compilation.
10258 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10259 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10260 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10261 Mark unused parameters.
10262 (gud-gdb-marker-filter): Remove unused variable `match'.
10263 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10264 lambda expressions and funcall them, instead of using `fset'.
10265
10266 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10267 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10268
10269 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10270 variable `header-beg'; use `let'.
10271
10272 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10273 `restart', `last-sexp' and `at-do'.
10274
10275 * progmodes/js.el (js--debug): Mark unused parameter.
10276 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10277 (js--splice-into-items): Remove unused variable `item'.
10278 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10279
10280 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10281 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10282 (makefile-complete): Remove unused variable `try'.
10283 (makefile-fill-paragraph, makefile-match-function-end):
10284 Mark unused parameters.
10285
10286 * progmodes/octave-inf.el (inferior-octave-complete):
10287 Remove unused variable `proc'.
10288 (inferior-octave-output-digest): Mark unused parameter.
10289
10290 * progmodes/perl-mode.el (perl-calculate-indent):
10291 Remove unused variable `err'.
10292
10293 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10294 (prolog-indent-line): Mark unused parameters.
10295 (prolog-indent-line): Remove unused variable `beg'.
10296
10297 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10298 (reporter-dont-compact-list): Declare.
10299
10300 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10301 Remove unused variable `char'.
10302 (sh-debug): Mark unused parameter.
10303 (sh-get-indent-info): Remove unused variable `start'.
10304 (sh-calculate-indent): Remove unused variable `var'.
10305
10306 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10307 (simula-electric-keyword): Remove unused variable `null'.
10308 (simula-search-backward, simula-search-forward): Remove unused
10309 variables `begin' and `end'.
10310
10311 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10312 Remove unused variable `pos'.
10313 (vera-electric-tab, vera-comment-uncomment-region):
10314 Mark unused parameters.
10315 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10316
7ede3b65
CY
103172011-04-22 Chong Yidong <cyd@stupidchicken.com>
10318
10319 * emacs-lisp/package.el (package--builtins, package-alist)
10320 (package-load-descriptor, package-built-in-p, package-activate)
10321 (define-package, package-installed-p)
10322 (package-compute-transaction, package-buffer-info)
10323 (package--push): Doc fix. Distinguish more clearly between
10324 version strings and version lists.
10325
121656e9
JB
103262011-04-21 Juanma Barranquero <lekktu@gmail.com>
10327
10328 Lexical-binding cleanup.
10329
10330 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10331 (5x5-make-mutate-best):
10332 * play/fortune.el (fortune-in-buffer):
10333 * play/gomoku.el (gomoku-init-display):
10334 * play/solitaire.el (solitaire, solitaire-do-check):
10335 * play/tetris.el (tetris-default-update-speed-function):
10336 Mark unused parameters.
10337
10338 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10339 (bubbles--shift): Remove unused variable `char-org'.
10340 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10341 (bubbles--show-images): Remove unused variable `char'.
10342
10343 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10344 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10345 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10346 (decipher-analyze-buffer): Use ?\s.
10347 (decipher-make-checkpoint): Remove unused variable `mapping'.
10348
10349 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10350
10351 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10352 Remove unused variable `result'; use `let'.
10353
10354 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10355 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10356 (gametree-children-shown-p, gametree-compute-reduced-score):
10357 Use `ignore-errors'.
10358
10359 * play/handwrite.el (ps-lpr-switches): Declare.
10360 (handwrite): Remove unused variables `pmin' and `lastp'.
10361
10362 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10363
10364 * play/landmark.el (landmark-init-display)
10365 (landmark-update-naught-weights): Mark unused parameters.
10366 (landmark-y): Remove unused variable `noise'. Simplify.
10367 (landmark-human-plays): Remove unused variable `score'.
10368
10369 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10370 (mpuz-try-proposal): Remove unused variable `game'.
10371
10372 * play/zone.el (life-patterns): Declare.
10373
80f499c7
JB
103742011-04-20 Juanma Barranquero <lekktu@gmail.com>
10375
10376 * vc/vc.el (ediff-vc-internal): Declare function.
10377
024ff170
SM
103782011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10379
c0a193ea
SM
10380 * shell.el: Use lexical-binding and std completion UI.
10381 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10382 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10383 comint-preoutput-filter-functions rather than on
10384 comint-output-filter-functions.
10385 (shell-command-completion, shell--command-completion-data)
10386 (shell-filename-completion, shell-environment-variable-completion)
10387 (shell-c-a-p-replace-by-expanded-directory): New functions.
10388 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10389 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10390 (shell-dynamic-complete-environment-variable): Use them.
10391 (shell-dynamic-complete-as-environment-variable)
10392 (shell-dynamic-complete-as-command): Remove.
10393 (shell-match-partial-variable): Match past point.
10394 * comint.el: Clean up use of completion-at-point-functions.
10395 (comint-completion-at-point): New function.
10396 (comint-mode): Use it completion-at-point-functions.
10397 (comint-dynamic-complete): Make it obsolete.
10398 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10399 (comint-c-a-p-replace-by-expanded-history): New function.
10400 (comint-dynamic-complete-functions)
10401 (comint-replace-by-expanded-history): Use it.
10402 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10403 termination strings. Try harder to avoid second try-completion.
10404 (completion-in-region-mode-map): Disable bindings that don't work yet.
10405
2dbaa080
SM
10406 * comint.el: Use lexical-binding. Require CL.
10407 (comint-dynamic-complete-functions): Use comint-filename-completion.
10408 (comint-completion-addsuffix): Tweak custom type.
10409 (comint-filename-completion, comint--common-suffix)
10410 (comint--common-quoted-suffix, comint--table-subvert)
10411 (comint--complete-file-name-data): New functions.
10412 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10413 (comint-dynamic-list-filename-completions): Use them.
10414 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10415
2dbaa080
SM
10416 * minibuffer.el (completion-in-region-mode):
10417 Keep completion-in-region-mode--predicate global.
10418 (completion-in-region--postch):
10419 Assume completion-in-region-mode--predicate is not null.
10420
c79a6f38
SM
10421 * progmodes/flymake.el (flymake-start-syntax-check-process):
10422 Obey `dir'. Simplify.
10423
024ff170
SM
10424 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10425 we're in VC after all.
10426
1c6c854e
CS
104272011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10428
10429 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10430 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10431 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10432
bed7f140
SM
104332011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10434
332e62ab
SM
10435 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10436 add sanity check.
10437
bed7f140
SM
10438 * obsolete/erc-hecomplete.el: Make obsolete.
10439 * obsolete/: Standardize obsolescence info in the header.
10440
f195c582
GM
104412011-04-20 Glenn Morris <rgm@gnu.org>
10442
10443 * calendar/solar.el (solar-horizontal-coordinates):
10444 Use the longitude argument rather than `calendar-longitude'.
10445 (solar-date-next-longitude): Remove unused locals.
10446
cb79b8c0
VJL
104472011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10448
10449 * whitespace.el: New version 13.2.1.
10450
104512011-04-20 felix <EmacsWiki> (tiny change)
10452
d8e4b68b 10453 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10454 switching between major modes on a file.
10455
602ea69d
SM
104562011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10457
10458 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10459 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10460 multi-line comments as well.
10461
06b60517
JB
104622011-04-19 Juanma Barranquero <lekktu@gmail.com>
10463
10464 Lexical-binding cleanup.
10465
10466 * arc-mode.el (archive-mode-revert):
10467 * cmuscheme.el (scheme-interactively-start-process):
10468 * custom.el (custom-initialize-delay):
10469 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10470 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10471 * emacs-lock.el (emacs-lock-clear-sentinel):
10472 * ezimage.el (defezimage):
10473 * follow.el (follow-avoid-tail-recenter):
10474 * fringe.el (set-fringe-mode-1):
10475 * generic-x.el (bat-generic-mode-compile):
10476 * help-mode.el (help-info-variable, help-do-xref)
10477 (help-mode-revert-buffer):
10478 * help.el (view-emacs-todo):
10479 * iswitchb.el (iswitchb-completion-help):
10480 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10481 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10482 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10483 * locate.el (locate-update):
10484 * longlines.el (longlines-encode-region)
10485 (longlines-after-change-function):
10486 * outline.el (outline-isearch-open-invisible):
10487 * ps-def.el (declare-function, charset-dimension, char-width)
10488 (encode-char):
10489 * ps-mule.el (ps-mule-plot-string):
10490 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10491 (recentf-edit-list-select, recentf-edit-list-validate)
10492 (recentf-open-files-action):
10493 * rect.el (delete-whitespace-rectangle-line)
10494 (rectangle-number-line-callback):
10495 * register.el (window-configuration-to-register)
10496 (frame-configuration-to-register):
10497 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10498 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10499 (xselect-convert-to-targets, xselect-convert-to-delete)
10500 (xselect-convert-to-filename, xselect-convert-to-charpos)
10501 (xselect-convert-to-lineno, xselect-convert-to-colno)
10502 (xselect-convert-to-os, xselect-convert-to-host)
10503 (xselect-convert-to-user, xselect-convert-to-class)
10504 (xselect-convert-to-name, xselect-convert-to-integer)
10505 (xselect-convert-to-atom, xselect-convert-to-identity):
10506 * subr.el (declare, ignore, process-kill-without-query)
10507 (text-clone-maintain):
10508 * terminal.el (te-get-char, te-tic-sentinel):
10509 * tool-bar.el (tool-bar-make-keymap):
10510 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10511 * type-break.el (type-break-mode, type-break-noninteractive-query):
10512 * view.el (View-back-to-mark):
10513 * wid-browse.el (widget-browse-action, widget-browse-widget)
10514 (widget-browse-widgets, widget-browse-sexp):
10515 * widget.el (define-widget-keywords):
10516 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10517 Mark unused parameters.
10518
10519 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10520 (align-areas): Remove unused variable `look'.
10521 (align-region): Remove unused variables `real-end' and `pos-list'.
10522
10523 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10524
10525 * bindings.el (mode-line-modified, mode-line-remote):
10526 Mark unused parameters.
10527 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10528
10529 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10530 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10531
10532 * comint.el (comint-history-isearch-pop-state)
10533 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10534 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10535 (comint-substitute-in-file-name): Doc fix.
10536
10537 * completion.el (cmpl-statistics-block): Mark unused parameter.
10538 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10539 (save-completions-to-file, load-completions-from-file):
10540 Remove unused local variable `e'.
10541
10542 * composite.el (compose-chars): Remove unused variable `len'.
10543 (lgstring-insert-glyph): Remove unused variable `g'.
10544 (compose-glyph-string): Remove unused variables `ascent',
10545 `descent', `lbearing' and `rbearing'.
10546 (compose-glyph-string-relative): Remove unused variables
10547 `lbearing', `rbearing' and `wadjust'.
10548 (compose-gstring-for-graphic): Remove unused variables `header',
10549 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10550 (compose-gstring-for-terminal): Remove unused variables `header'
10551 and `nchars'. Use `let', not `let*'.
10552
10553 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10554 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10555 (Custom-buffer-done, custom-buffer-create-internal)
10556 (custom-browse-visibility-action, custom-browse-group-tag-action)
10557 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10558 (widget-magic-mouse-down-action, custom-toggle-parent)
10559 (custom-add-parent-links, custom-toggle-hide-variable)
10560 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10561 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10562 (custom-face-menu-create, custom-variable-menu-create, get)
10563 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10564 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10565 (customize-apropos): Remove unused variable `tests'.
10566 (custom-group-value-create): Remove unused variable `hidden-p'.
10567 (sort-fold-case): Declare.
10568
10569 * cus-theme.el (custom-reset-standard-faces-list)
10570 (custom-reset-standard-variables-list): Declare.
10571 (customize-create-theme, custom-theme-revert, custom-theme-write)
10572 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10573 Mark unused parameters.
10574
10575 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10576
10577 * delim-col.el (delimit-columns-max): Move defvar before first use.
10578
10579 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10580 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10581
10582 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10583 (auto-insert): Declare.
10584 (desktop-restore-file-buffer): Rename desktop-* parameters;
10585 mark unused ones.
10586 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10587 (desktop-buffer): Rename desktop-* parameters.
10588
10589 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10590 (dframe-reposition-frame-xemacs, dframe-help-echo)
10591 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10592 Mark unused parameters.
10593
10594 * dired-aux.el (backup-extract-version-start, overwrite-query)
10595 (overwrite-backup-query, rename-regexp-query)
10596 (rename-non-directory-query): Declare.
10597 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10598 (dired-add-entry): Remove unused variable `orig-file-name'.
10599 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10600 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10601 `dired-copy-preserve-time' directly.
10602 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10603 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10604
10605 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10606 (dired-virtual-revert, dired-make-relative-symlink):
10607 Mark unused parameters.
10608 (manual-program): Declare.
10609 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10610 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10611 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10612
10613 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10614
10615 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10616
10617 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10618 Declare.
10619
10620 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10621
10622 * electric.el (Electric-command-loop): Rename parameter
10623 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10624
10625 * expand.el (expand-in-literal): Remove unused variable `here'.
10626
10627 * facemenu.el (facemenu-add-new-color):
10628 Remove unused variable `docstring'.
10629
10630 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10631 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10632 (face-attr-construct): Mark unused parameter. Doc fix.
10633 (read-color): Remove unused variable `hex-string'.
10634
10635 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10636 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10637 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10638 (display-buffer-other-frame): Remove unused variable `old-window'.
10639 (kill-buffer-hook): Declare.
10640 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10641 Mark unused parameters.
10642 (after-find-file): Pass 1 to `auto-save-mode', not t.
10643
10644 * files-x.el (auto-insert): Declare.
10645 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10646
10647 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10648 variable `buf'. Mark unused parameter.
06b60517
JB
10649 (find-lisp-insert-directory): Mark unused parameter.
10650
10651 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10652 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10653 (format-common-tail): Remove, unused.
10654 (format-deannotate-region): Remove unused variable `loc'.
10655 (format-annotate-region): Remove unused variable `p'.
10656 (format-annotate-single-property-change): Remove unused variables
10657 `default' and `tail'.
10658
10659 * forms.el (read-file-filter): Declare.
10660 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10661
10662 * frame.el (frame-creation-function-alist): Mark unused parameter.
10663 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10664
10665 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10666 Remove unused parameters.
10667 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10668 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10669
10670 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10671 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10672 (hfy-prepare-tag-map): Mark unused parameters.
10673 (htmlfontify-buffer): Use `called-interactively-p'.
10674
10675 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10676 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10677 (ibuffer-do-occur): Mark unused parameters.
10678 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10679 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10680
10681 * ibuffer.el: Don't quote `lambda'.
10682 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10683 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10684 Mark unused parameters.
10685
10686 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10687 (ido-completing-read): Mark unused parameters.
10688 (ido-copy-current-word): Mark unused parameters;
10689 remove unused variable `name'.
10690 (ido-sort-merged-list): Remove unused parameter `dirs'.
10691
10692 * ielm.el (ielm-input-sender): Mark unused parameter.
10693 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10694 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10695 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10696 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10697 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10698
10699 * image-dired.el (image-dired-display-thumbs): Remove unused
10700 variables `curr-file' and `count'.
10701 (image-dired-remove-tag): Remove unused variable `start'.
10702 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10703 variable `curr-file'
10704 (image-dired-rotate-original): Remove unused variable `temp-file'.
10705 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10706 Remove unused variable `file'.
10707 (image-dired-gallery-generate): Remove unused variable `curr'.
10708 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10709
10710 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10711
10712 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10713
10714 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10715
10716 * isearch.el (minibuffer-history-symbol): Declare.
10717 (isearch-edit-string): Remove unused variable `err'.
10718 (isearch-message-prefix, isearch-message-suffix):
10719 Mark unused parameters.
10720
10721 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10722
10723 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10724
10725 * makesum.el (double-column): Remove unused variable `cnt'.
10726
10727 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10728 (ido-ignore-item-temp-list): Declare.
10729
10730 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10731 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10732 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10733 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10734 `mouse-col-delta'.
10735
10736 * mouse-sel.el (mouse-extend-internal):
10737 Remove unused variable `orig-window-frame'.
10738
10739 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10740 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10741 Move declarations before first use.
10742 (pcomplete-opt): Mark unused parameters; doc fix.
10743
10744 * proced.el (proced-revert): Mark unused parameter.
10745 (proced-send-signal): Remove unused variable `err'.
10746
10747 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10748 Rename parameter PREFIX-ARG to ARG.
10749 (ps-basic-plot-string, ps-basic-plot-whitespace):
10750 Mark unused parameters.
10751
10752 * replace.el (replace-count): Define.
10753 (occur-revert-function): Mark unused parameters.
10754 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10755 (isearch-case-fold-search, isearch-string): Declare.
10756 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10757 bind `case-fold-search'. Remove unused variables `beg' and `end',
10758 and simplify.
10759 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10760 COUNT and bind `replace-count'.
10761 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10762 to COUNT.
10763
10764 * savehist.el (print-readably, print-string-length): Declare.
10765
10766 * shadowfile.el (shadow-expand-cluster-in-file-name):
10767 Remove unused variable `cluster'.
10768 (shadow-copy-file): Remove unused variable `i'.
10769 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10770 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10771 (shadow-define-literal-group, shadow-define-regexp-group)
10772 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10773
10774 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10775 (shell): Use `called-interactively-p'.
10776 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10777
10778 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10779 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10780 (delete-backward-char): Remove unused variable `ocol'.
10781 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10782 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10783 (event-apply-hyper-modifier, event-apply-shift-modifier)
10784 (event-apply-control-modifier, event-apply-meta-modifier):
10785 Mark unused parameters.
10786 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10787 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10788
10789 * speedbar.el (speedbar-ignored-directory-expressions)
10790 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10791 (speedbar-find-file, speedbar-dir-follow)
10792 (speedbar-directory-buttons-follow, speedbar-tag-find)
10793 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10794 (speedbar-buffers-line-directory, speedbar-buffer-click):
10795 Mark unused parameters.
10796 (speedbar-tag-file): Remove unused variable `mode'.
10797 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10798
10799 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10800
10801 * talk.el (talk): Remove unused variable `display'.
10802
10803 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10804 (tar-write-region-annotate): Mark unused parameter.
10805
10806 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10807 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10808 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10809 warning by another.
10810
10811 * time-stamp.el (time-stamp-string-preprocess):
10812 Remove unused variable `require-padding'.
10813
10814 * tree-widget.el (widget-glyph-enable): Declare.
10815 (tree-widget-action): Mark unused parameter.
10816
10817 * w32-fns.el (x-get-selection): Mark unused parameter.
10818 (autoload-make-program, generated-autoload-file): Declare.
10819
10820 * wdired.el (wdired-revert): Mark unused parameters.
10821 (wdired-xcase-word): Remove unused variable `err'.
10822
10823 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10824 (whitespace-help-scroll): Remove unused variable `data-help'.
10825
10826 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10827 (widget-image-insert, widget-after-change, default)
10828 (widget-default-format-handler, widget-default-notify)
10829 (widget-default-prompt-value, widget-info-link-action)
10830 (widget-url-link-action, widget-function-link-action)
10831 (widget-variable-link-action, widget-file-link-action)
10832 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10833 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10834 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10835 (widget-insert-button-action, widget-delete-button-action, visibility)
10836 (widget-documentation-link-action, widget-documentation-string-action)
10837 (widget-const-prompt-value, widget-regexp-match, symbol)
10838 (widget-coding-system-prompt-value)
10839 (widget-key-sequence-value-to-external, sexp)
10840 (widget-sexp-value-to-internal, character, vector, cons)
10841 (widget-choice-prompt-value, widget-boolean-prompt-value)
10842 (widget-color--choose-action): Mark unused parameters.
10843 (widget-item-match-inline, widget-choice-match-inline)
10844 (widget-checklist-match, widget-checklist-match-inline)
10845 (widget-group-match): Rename parameter VALUES to VALS.
10846 (widget-field-value-set): Remove unused variable `size'.
10847 (widget-color-action): Remove unused variables `value' and `start'.
10848
10849 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10850 variable `dir'. Doc fix.
06b60517
JB
10851 (windmove-find-other-window): Don't pass it.
10852
10853 * window.el (count-windows): Mark unused parameter.
10854 (bw-adjust-window): Remove unused variable `err'.
10855
10856 * woman.el (woman-file-name): Remove unused variable `default'.
10857 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10858 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10859 (global-font-lock-mode): Declare.
10860 (woman-decode-region): Mark unused parameter.
10861 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10862
10863 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10864 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10865 (x-dnd-handle-moz-url): Remove unused variable `title'.
10866 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10867
10868 * xml.el (xml-parse-tag, xml-parse-attlist):
10869 Remove unused variable `pos'.
10870
bc4f7f3d
GM
108712011-04-19 Glenn Morris <rgm@gnu.org>
10872
10873 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10874 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10875 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10876 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10877 * calendar/cal-html.el (cal-html-insert-minical):
10878 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10879 (calendar-mark-date-pattern):
10880 Prefix "unused" locals.
10881
10882 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10883 optional argument `style'.
10884
10885 * calendar/appt.el (appt-make-list):
10886 * calendar/cal-china.el (calendar-chinese-date-string):
10887 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10888 (diary-hebrew-yahrzeit):
10889 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10890 * calendar/calendar.el (calendar-generate-window):
10891 * calendar/time-date.el (time-to-days):
10892 Remove unused local variables.
10893
16a43933
CY
108942011-04-18 Chong Yidong <cyd@stupidchicken.com>
10895
10896 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10897 glyphless-char-display table.
10898 (tabulated-list-glyphless-char-display): New var.
10899
7eed1860
SS
109002011-04-18 Sam Steingold <sds@gnu.org>
10901
10902 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10903 to acknowledgments.
10904
4d2d1ccd
GM
109052011-04-17 Glenn Morris <rgm@gnu.org>
10906
10907 * calendar/diary-lib.el (diary-sexp-entry):
10908 * calendar/holidays.el (holiday-sexp):
10909 Set debug-on-error rather than the removed stack-trace-on-error.
10910
239da61d
GM
109112011-04-16 Glenn Morris <rgm@gnu.org>
10912
10913 * progmodes/f90.el: Use lexical-binding.
10914 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10915
8b05752a
SM
109162011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10917
daca8ba5
SM
10918 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10919 (mail-mode): Setup mailalias completion here instead.
10920 * mail/mailalias.el: Use lexical-binding.
10921 (pattern, mailalias-done): Declare dynamic.
10922 (mail-completion-at-point-function): New function, from mail-complete.
10923 (mail-complete): Use it.
10924 (mail-completion-expand): New function.
10925 (mail-get-names): Use it.
10926 (mail-directory, mail-directory-process, mail-directory-stream):
10927 Don't use `pattern' for lexically bound arg.
10928
6f542485
SM
10929 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10930
037e7c3f
SM
10931 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10932 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10933 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10934
8b05752a
SM
10935 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10936 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10937 (byte-interactive-p): Define them again, for use when inlining
10938 old code.
10939
49093f60
JB
109402011-04-15 Juanma Barranquero <lekktu@gmail.com>
10941
10942 * loadup.el: Use `string-to-number', not `string-to-int'.
10943
b5b8e7de
SM
109442011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10947 gud-gdb-complete-command.
10948 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10949 (gud-gdb-completion-at-point): New function.
10950 (gud-gdb-completions): Remove.
10951
f42efeb5
MA
109522011-04-14 Michael Albinus <michael.albinus@gmx.de>
10953
49093f60
JB
10954 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10955 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10956 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10957 whether `executable-find' is bound.
f42efeb5
MA
10958
10959 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10960
e240cc21
SM
109612011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10962
10963 * minibuffer.el (completion-in-region-mode-predicate)
10964 (completion-in-region-mode--predicate): New vars.
10965 (completion-in-region, completion-in-region--postch)
10966 (completion-in-region-mode): Use them.
10967 (completion--capf-wrapper): Also return the hook function.
10968 (completion-at-point, completion-help-at-point):
10969 Adjust and provide a predicate.
c2bd2ab0
SM
10970
10971 Preserve arg names for advice of subr and lexical functions (bug#8457).
10972 * help-fns.el (help-function-arglist): Consolidate the subr and
10973 new-byte-code cases. Add argument `preserve-names' to extract names
10974 from the docstring when needed.
10975 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10976 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10977 (ad-arglist): Use help-function-arglist's new arg.
10978 (ad-definition-type): Use cond.
10979
c183f693
JB
109802011-04-13 Juanma Barranquero <lekktu@gmail.com>
10981
06641a47
JB
10982 * autorevert.el (auto-revert-handler):
10983 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10984 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10985 Don't quote lambda.
10986
c183f693
JB
10987 * image-mode.el (image-transform-set-scale):
10988 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10989
1e3b6001
G
109902011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10991
10992 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10993 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10994 Upgrades via gnutls-cli are too slow to be done opportunistically.
10995
2d6af8dd
JB
109962011-04-12 Juanma Barranquero <lekktu@gmail.com>
10997
10998 * dframe.el (dframe-current-frame): Remove spurious quote.
10999
c0749a51
GM
110002011-04-12 Glenn Morris <rgm@gnu.org>
11001
088d0d61
GM
11002 * calendar/cal-tex.el (cal-tex-end-document):
11003 Try to automatically use latin1 input if needed.
11004
c0749a51
GM
11005 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11006 Don't try to cons a mark onto an empty element.
11007
5c90fde0
LL
110082011-04-11 Leo Liu <sdl.web@gmail.com>
11009
11010 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11011 buffers.
11012 (ido-kill-buffer-at-head): Support killing virtual buffers.
11013
369e974d
CY
110142011-04-10 Chong Yidong <cyd@stupidchicken.com>
11015
11016 * minibuffer.el (completion-show-inline-help): New var.
11017 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11018 (minibuffer-force-complete, minibuffer-complete-word):
11019 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11020
11021 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11022 to avoid interference from inline help (Bug#5849).
11023
37f1c930
LL
110242011-04-10 Leo Liu <sdl.web@gmail.com>
11025
099c39a4
JB
11026 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11027 Fix typo.
37f1c930 11028
a32d4040
CY
110292011-04-09 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * image-mode.el (image-toggle-display-image): Signal an error if
11032 not in Image mode.
11033 (image-transform-mode, image-transform-resize)
11034 (image-transform-set-rotation): Doc fix.
daca8ba5 11035 (image-transform-set-resize): Delete.
a32d4040
CY
11036 (image-transform-set-scale, image-transform-fit-to-height)
11037 (image-transform-fit-to-width): Handle image-toggle-display-image
11038 and image-transform-resize directly.
11039
099c39a4 110402011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11041
11042 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11043 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11044 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11045 (doc-view-mode-map): Add bindings for the new functions.
11046
099c39a4 110472011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11048
4d61f28d 11049 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11050 Fix typo in docstring.
11051
3726838a
EZ
110522011-04-08 Eli Zaretskii <eliz@gnu.org>
11053
04f33f1e
EZ
11054 * files.el (file-size-human-readable): Produce one digit after
11055 decimal, like "ls -lh" does.
11056
11057 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11058 the file size representation.
11059
3726838a
EZ
11060 * simple.el (list-processes): If async subprocesses are not
11061 available, error out with a clear error message.
11062
cbb59342
CY
110632011-04-08 Chong Yidong <cyd@stupidchicken.com>
11064
11065 * help.el (help-form-show): New function, to be called from C.
11066 Put help-form output in a buffer named differently than *Help*.
11067
e3971c44
EZ
110682011-04-08 Eli Zaretskii <eliz@gnu.org>
11069
11070 * files.el (file-size-human-readable): New function.
11071
11072 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11073 computing the representation inline. Don't require `cl'.
11074
12544bbe
GM
110752011-04-08 Glenn Morris <rgm@gnu.org>
11076
a1de6c6a
GM
11077 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11078
3c4671f4
GM
11079 * net/browse-url.el (browse-url-firefox):
11080 Test system-type, not system-configuration.
11081
b605679c
GM
11082 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11083 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11084 Use log-edit-empty-buffer-p. (Bug#7598)
11085
56442f0c
GM
11086 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11087 (rlogin-mode-map): Initialize in the defvar.
11088 (rlogin): Use ignore-errors.
11089
12544bbe
GM
11090 * replace.el (occur-mode-map): Some fixes for menu items.
11091
eb237b0f
AH
110922011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11093
11094 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11095
7d668f2c
CY
110962011-04-06 Chong Yidong <cyd@stupidchicken.com>
11097
e67a13ab
CY
11098 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11099 issuing unused warnings.
11100
11101 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11102 macro directly.
11103
7d668f2c
CY
11104 * simple.el: Lisp reimplement of list-processes. Based on an
11105 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11106 (process-menu-mode): New major mode.
11107 (list-processes--refresh, list-processes):
11108 (process-menu-visit-buffer): New functions.
11109
11110 * files.el (save-buffers-kill-emacs): Don't assume any return
11111 value of list-processes, which is undocumented anyway.
11112
a83ec3c9
CY
111132011-04-06 Chong Yidong <cyd@stupidchicken.com>
11114
11115 * emacs-lisp/tabulated-list.el: New file.
11116
e91a96fe
CY
11117 * emacs-lisp/package.el: Use Tabulated List mode.
11118 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11119 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11120 table format using Tabulated List mode variables.
11121 (package--push): New macro, replacing package-list-maybe-add.
11122 (package-menu--generate): Use package--push. Renamed from
11123 package--generate-package-list.
11124 (package-menu-refresh, list-packages): Use it.
daca8ba5 11125 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11126 Return insertion data instead of inserting it directly.
099c39a4
JB
11127 (package-menu-describe-package, package-menu-execute):
11128 Use tabulated-list-get-id.
e91a96fe
CY
11129 (package-menu-mark-delete, package-menu-mark-install)
11130 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11131 (package-menu-mark-obsolete-for-deletion):
11132 Use tabulated-list-put-tag.
e91a96fe
CY
11133 (package--list-packages, package-menu-revert)
11134 (package-menu-get-package, package-menu-get-version)
11135 (package-menu-sort-by-column): Functions deleted.
11136 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11137 (package-menu--status-predicate, package-menu--version-predicate)
11138 (package-menu--name-predicate)
11139 (package-menu--description-predicate): Handle arguments in the
11140 Tabulated List format.
11141 (package-list-packages-no-fetch): Call list-packages.
11142
3e214b50
JB
111432011-04-06 Juanma Barranquero <lekktu@gmail.com>
11144
11145 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11146 (after-find-file): Don't bind it.
3e214b50
JB
11147 (revert-buffer-in-progress-p): New variable.
11148 (revert-buffer): Bind it.
11149 Pass nil for `after-find-file-from-revert-buffer'.
11150
11151 * saveplace.el (save-place-find-file-hook): Use new variable
11152 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11153
3f0f1700
GM
111542011-04-06 Glenn Morris <rgm@gnu.org>
11155
c0274801
GM
11156 * Makefile.in (AUTOGEN_VCS): New variable.
11157 (autoloads): Use $AUTOGEN_VCS.
11158
3f0f1700
GM
11159 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11160 * calendar/calendar.el (calendar-mode-map):
11161 Check for toolkit scroll bars. (Bug#8305)
11162
41ea9e48
CY
111632011-04-05 Chong Yidong <cyd@stupidchicken.com>
11164
11165 * minibuffer.el (completion-in-region--postch)
11166 (completion-in-region-mode): Remove unnecessary messages.
11167
6194c800
JB
111682011-04-05 Juanma Barranquero <lekktu@gmail.com>
11169
33256f14
JB
11170 * font-lock.el (font-lock-refresh-defaults):
11171 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11172 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11173
6194c800
JB
11174 * info.el (Info-directory-list, Info-read-node-name-2)
11175 (Info-split-parameter-string): Doc fixes.
11176 (Info-virtual-nodes): Reflow docstring.
11177 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11178 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11179 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11180 Fix typos in docstrings.
11181 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11182 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11183 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11184 (Info-restore-desktop-buffer): Mark unused parameters.
11185 (Info-directory-find-file, Info-directory-find-node)
11186 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11187 (Info-virtual-index-find-node, Info-apropos-find-file)
11188 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11189 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11190 (Info-virtual-index): Remove unused local variable `nodename'.
11191
b87a8200 111922011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11193
b87a8200
DD
11194 * net/rcirc.el: Update my e-mail address.
11195 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11196
3b2ff876
CY
111972011-04-05 Chong Yidong <cyd@stupidchicken.com>
11198
11199 * startup.el (command-line): Save the cursor's theme-face
11200 directly, instead of using face-override-spec.
11201
11202 * custom.el (load-theme): Minor optimization in assigning faces.
11203
8d17e7ca
JB
112042011-04-04 Juanma Barranquero <lekktu@gmail.com>
11205
11206 * help-fns.el (describe-variable): Complete all variables having
11207 documentation, including keywords.
11208 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11209
2fbc1934
JB
112102011-04-04 Juanma Barranquero <lekktu@gmail.com>
11211
11212 Convert to lexical-binding.
11213
11214 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11215 (bs--get-marked-string, bs--get-modified-string)
11216 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11217 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11218 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11219
11220 * ehelp.el (electric-help-execute-extended)
11221 (electric-help-ctrl-x-prefix):
11222 * hexl.el (hexl-revert-buffer-function):
11223 * linum.el (linum-after-change, linum-after-scroll):
11224 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11225
11226 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11227
74f50695
DU
112282011-04-04 Daiki Ueno <ueno@unixuser.org>
11229
11230 * epa-dired.el:
11231 * epa-mail.el:
11232 * epa-hook.el:
11233 * epa-file.el:
11234 * epa.el:
11235 * epg.el: Use lexical binding.
11236
c11325f7
CY
112372011-04-03 Chong Yidong <cyd@stupidchicken.com>
11238
0d9e9a12
CY
11239 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11240
c11325f7 11241 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11242 dictionary case for flyspell-mark-duplications-exceptions.
11243 Use regexp matching for languages.
c11325f7
CY
11244 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11245 default dictionary (Bug#7926).
11246
da91b5f2
CY
112472011-04-02 Chong Yidong <cyd@stupidchicken.com>
11248
099c39a4
JB
11249 * emacs-lisp/package.el (package--with-work-buffer):
11250 Recognize https URLs.
da91b5f2 11251
099c39a4
JB
11252 * net/network-stream.el: Move from gnus/proto-stream.el.
11253 Change prefix to network-stream throughout.
da91b5f2
CY
11254 (open-protocol-stream): Merge into open-network-stream, leaving
11255 open-protocol-stream as an alias. Handle nil BUFFER args.
11256
11257 * subr.el (open-network-stream): Move to net/network-stream.el.
11258
afa8e9f6
GM
112592011-04-02 Glenn Morris <rgm@gnu.org>
11260
1d2e369d
GM
11261 * find-dired.el (find-exec-terminator): New option.
11262 (find-ls-option): Test for -ls support.
11263 (find-ls-subdir-switches): Test for -b in find-ls-option.
11264 (find-dired, find-grep-dired): Doc fixes.
11265 (find-dired): Use find-exec-terminator.
11266
8abb7da8 11267 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11268 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11269 (find-name-arg): Remove purecopy.
8abb7da8 11270
f3ca7378
GM
11271 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11272 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11273 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11274 accordingly. Don't add the null-device if not needed.
11275
afa8e9f6
GM
11276 * files.el (save-some-buffers): Doc fix.
11277
35eae264
EZ
112782011-04-02 Eli Zaretskii <eliz@gnu.org>
11279
11280 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11281
26b51db5
JB
112822011-04-01 Juanma Barranquero <lekktu@gmail.com>
11283
11284 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11285 Use `dolist' rather than `mapcar'.
11286
7200d79c
SM
112872011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11288
03408648 11289 Add lexical binding.
7200d79c 11290
03408648
SM
11291 * subr.el (apply-partially): Use new closures rather than CL.
11292 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11293 (dolist, dotimes): Use slightly different expansion for lexical code.
11294 (functionp): Move to C.
11295 (letrec): New macro.
11296 (with-wrapper-hook): Use it and apply-partially instead of CL.
11297 (eval-after-load): Preserve lexical-binding.
11298 (save-window-excursion, with-output-to-temp-buffer): Turn them
11299 into macros.
7200d79c 11300
03408648
SM
11301 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11302
11303 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11304 than the arglist.
11305 (help-add-fundoc-usage): Don't add `Not documented'.
11306 (help-function-arglist): Handle closures, subroutines, and new
11307 byte-code-functions.
11308 (help-make-usage): Remove leading underscores.
11309 (describe-function-1): Handle closures.
11310 (describe-variable): Use special-variable-p for completion.
11311
11312 * files.el (lexical-binding): Declare safe.
f488fb65 11313
03408648
SM
11314 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11315 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11316 (pcase): Add `let' pattern.
11317 Change memoization so it actually works.
11318 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11319 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11320 <let>: New case.
f488fb65 11321
03408648
SM
11322 * emacs-lisp/macroexp.el: Use lexical binding.
11323 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11324 Don't convert ' to #' without checking that it's indeed quoting
11325 a lambda.
11326
11327 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11328 Use eval-sexp-add-defvars.
03408648
SM
11329 (eval-sexp-add-defvars): New fun.
11330
11331 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11332
11333 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11334 Don't autoload.
11335 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11336 than the internal `byte-compile-lambda'.
11337 (defmethod): Don't hide code under quotes.
11338 (eieio-defmethod): New `code' argument.
11339
11340 * emacs-lisp/eieio-comp.el: Remove.
11341
11342 * emacs-lisp/edebug.el (edebug-eval-defun)
11343 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11344 (edebug-toggle): Avoid `eval'.
11345
11346 * emacs-lisp/disass.el (disassemble-internal): Handle new
11347 `closure' objects.
11348 (disassemble-1): Handle new byte codes.
11349
11350 * emacs-lisp/cl.el (pushnew): Silence warning.
11351
11352 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11353 (cl-byte-compile-throw): Remove.
11354 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11355
11356 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11357 closures.
11358
11359 * emacs-lisp/cconv.el: New file.
11360
11361 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11362 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11363 (byte-compile-initial-macro-environment):
11364 Handle declare-function here.
11365 (byte-compile--lexical-environment): New var.
11366 (byte-stack-ref, byte-stack-set, byte-discardN)
11367 (byte-discardN-preserve-tos): New lap codes.
11368 (byte-interactive-p): Don't use any more.
11369 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11370 New macros.
11371 (byte-compile-lapcode): Use them and handle new lap codes.
11372 (byte-compile-obsolete): Remove.
11373 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11374 (byte-compile-arglist-warn): Check late def of inlinable funs.
11375 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11376 since they should have been expanded by now.
11377 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11378 (byte-compile-from-buffer): Remove unused second arg.
11379 (byte-compile-preprocess): New function.
11380 (byte-compile-toplevel-file-form): New function to distinguish
11381 file-form calls from outside from file-form calls from hunk-handlers.
11382 (byte-compile-file-form): Simplify.
11383 (byte-compile-file-form-defsubst): Remove.
11384 (byte-compile-file-form-defmumble): Simplify now that
11385 byte-compile-lambda always returns a byte-code-function.
11386 (byte-compile): Preprocess.
11387 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11388 Remove, not used any more.
11389 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11390 (byte-compile-make-args-desc): New funs.
11391 (byte-compile-lambda): Handle lexical functions. Always return
11392 a byte-code-function.
11393 (byte-compile-reserved-constants): New var, to make up room for
11394 closed-over variables.
11395 (byte-compile-constants-vector): Obey it.
11396 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11397 (byte-compile-macroexpand-declare-function): New function.
11398 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11399 byte-code-functions.
11400 (byte-compile-form): Check obsolescence here.
11401 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11402 (byte-compile-variable-ref): Remove.
11403 (byte-compile-dynamic-variable-op): New fun.
11404 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11405 (byte-compile-variable-set): New funs.
11406 (byte-compile-discard): Add 2 args.
11407 (byte-compile-stack-ref, byte-compile-stack-set)
11408 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11409 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11410 macroexpand-all instead.
11411 (byte-compile-quote-form): Remove.
11412 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11413 (byte-compile-bind, byte-compile-unbind): New funs.
11414 (byte-compile-let): Handle let* and lexical binding.
11415 (byte-compile-let*): Remove.
11416 (byte-compile-catch, byte-compile-unwind-protect)
11417 (byte-compile-track-mouse, byte-compile-condition-case):
11418 Handle a new :fun-body form, used for lexical scoping.
11419 (byte-compile-save-window-excursion)
11420 (byte-compile-with-output-to-temp-buffer): Remove.
11421 (byte-compile-defun): Simplify.
11422 (byte-compile-stack-adjustment): New fun.
11423 (byte-compile-out): Use it.
11424 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11425
11426 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11427 handler any more.
11428
11429 * emacs-lisp/byte-opt.el: Use lexical binding.
11430 (byte-inline-lapcode): Remove (to bytecomp).
11431 (byte-compile-inline-expand): Pay attention to inlining to/from
11432 lexically bound code.
11433 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11434 any more.
11435 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11436 any more and don't call compiler-macros.
11437 (byte-compile-splice-in-already-compiled-code): Remove.
11438 (byte-code): Don't inline any more.
11439 (disassemble-offset): Receive `bytes' as argument rather than via
11440 dynamic scoping.
11441 (byte-compile-tag-number): Declare before first use.
11442 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11443 `return' even if make-spliceable.
11444 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11445 obsolete interactive-p.
11446 (byte-optimize-lapcode): Optimize new lap-codes.
11447 Don't trip up on new form of `byte-constant' lap code.
11448
11449 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11450
11451 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11452
11453 * custom.el (custom-initialize-default, custom-declare-variable):
11454 Use `defvar'.
11455
11456 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11457 New variables.
11458 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11459 (COMPILE_FIRST): Add macroexp and cconv.
11460 * makefile.w32-in: Mirror changes in Makefile.in.
11461
11462 * vc/cvs-status.el:
11463 * vc/diff-mode.el:
11464 * vc/log-edit.el:
11465 * vc/log-view.el:
11466 * vc/smerge-mode.el:
11467 * textmodes/bibtex-style.el:
11468 * textmodes/css.el:
11469 * startup.el:
11470 * uniquify.el:
da91b5f2
CY
11471 * minibuffer.el:
11472 * newcomment.el:
11473 * reveal.el:
11474 * server.el:
11475 * mpc.el:
11476 * emacs-lisp/smie.el:
11477 * doc-view.el:
11478 * dired.el:
03408648
SM
11479 * abbrev.el: Use lexical binding.
11480
0f0c1f27
EZ
114812011-04-01 Eli Zaretskii <eliz@gnu.org>
11482
11483 * info.el (info-display-manual): New function.
11484
c82b2579
SM
114852011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11488
221ddf68
TH
114892011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11490
11491 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11492 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11493
cba6e77e
GM
114942011-03-31 Glenn Morris <rgm@gnu.org>
11495
e040639f
GM
11496 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11497
cba6e77e
GM
11498 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11499
6d0f1c9e
CS
115002011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11501
11502 * progmodes/python.el (python-default-interpreter)
11503 (python-python-command-args, python-jython-command-args)
11504 (python-which-shell, python-which-args, python-which-bufname)
11505 (python-file-queue, python-comint-output-filter-function)
11506 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11507 variables and functions.
11508
3e2d70fd
SM
115092011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11512 (completion-in-region-mode): New minor mode.
11513 (completion-in-region): Use it.
11514 (completion-in-region--data, completion-in-region-mode-map): New vars.
11515 (completion-in-region--postch): New function.
11516 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11517 New vars.
11518 (completion--capf-wrapper): New function.
11519 (completion-at-point): Use it to track well-behavedness of
11520 hook functions.
11521 (completion-help-at-point): New command.
11522
f3e4086c
JM
115232011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11524
11525 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11526 syntax class to search for whitespace on a single line
11527 (Message-ID: <4D938140.4030905@redhat.com>).
11528
eb7ffc14
LL
115292011-03-30 Leo Liu <sdl.web@gmail.com>
11530
11531 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11532 New commands.
11533 (edit-abbrevs-map): Bind them here.
11534 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11535
d806ab68
KM
115362011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11537
11538 * allout.el (allout-hide-by-annotation, allout-flag-region):
11539 Reduce possibility of overlay leakage by making them volatile.
11540
11541 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11542 hash is not shared between buffers. Mode initialization is
11543 responsible for giving it a useful starting value.
11544 (allout-item-span): Reduce possibility of overlay leakage by
11545 making them volatile.
11546 (allout-widgets-count-buttons-in-region): Add diagnostic function
11547 for tracking down button overlay leaks.
11548
ea622834
LL
115492011-03-29 Leo Liu <sdl.web@gmail.com>
11550
11551 * ido.el (ido-read-internal): Use the default history var
11552 minibuffer-history if no HISTORY is specified.
11553
b62f8267
G
115542011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11555
03408648
SM
11556 * net/imap.el (imap-shell-open, imap-process-connection-type):
11557 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11558 Kerberos, SSL, other subprocesses.
11559
947b6566
LL
115602011-03-28 Leo Liu <sdl.web@gmail.com>
11561
11562 * abbrev.el (abbrev-table-empty-p): New function.
11563 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11564 nonempty ones. (Bug#5937)
11565
5ffb62aa
JD
115662011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11567
11568 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11569
7a097943
LL
115702011-03-27 Leo Liu <sdl.web@gmail.com>
11571
11572 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11573 for foreground and background colors.
11574 (ansi-color-make-color-map): Adapt.
11575
c5b40130
LL
115762011-03-25 Leo Liu <sdl.web@gmail.com>
11577
1f48f7d2
LL
11578 * midnight.el (midnight-time-float): Remove. Note it calculates
11579 the microsecond component incorrectly and seconds-to-time does the
11580 same job.
625897ec 11581 Remove redundant (require 'timer).
1f48f7d2 11582
c5b40130
LL
11583 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11584 (ido-completions): Remove unused arguments. (Bug#8329)
11585
d86d2721
SM
115862011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * minibuffer.el (completion--flush-all-sorted-completions):
11589 Remove itself from hook.
11590 (completion-at-point): Let the functions perform the completion
11591 immediately and return nil or t.
11592 * comint.el (comint-dynamic-complete-functions): Now identical to
11593 completion-at-point-functions.
11594 (comint-dynamic-list-input-ring): Remove unused var `index'.
11595 (comint--match-partial-filename, comint--unquote&expand-filename):
11596 New funs, split from comint-match-partial-filename.
11597 (comint-dynamic-complete): Use completion-at-point.
11598 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11599
e8974c48
DA
116002011-03-24 Drew Adams <drew.adams@oracle.com>
11601
11602 * thingatpt.el: Support `defun'.
11603
def71b5e
LL
116042011-03-23 Leo Liu <sdl.web@gmail.com>
11605
cb5af48e
LL
11606 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11607
def71b5e
LL
11608 * help-mode.el (help-mode-finish): Tweak regexp.
11609
927c53e7
GM
116102011-03-23 Glenn Morris <rgm@gnu.org>
11611
18d05bed
GM
11612 * eshell/esh-opt.el (eshell-eval-using-options):
11613 Do not bind unused local variable `eshell-option-stub'.
11614
927c53e7
GM
11615 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11616
9d0da923
JB
116172011-03-22 Juanma Barranquero <lekktu@gmail.com>
11618
11619 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11620 keymap variable in `with-no-warnings' to avoid a warning when the
11621 keymap has been already `defconst'ed.
11622
4b978a67
LL
116232011-03-22 Leo Liu <sdl.web@gmail.com>
11624
11625 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11626 encode all chars in abbrevs; otherwise use emacs-mule or
11627 utf-8-emacs. (Bug#8308)
11628
5fd62452
JB
116292011-03-22 Juanma Barranquero <lekktu@gmail.com>
11630
0b1596c6
JB
11631 * simple.el (backward-delete-char-untabify):
11632 Avoid warning about using `delete-backward-char'.
11633
5fd62452
JB
11634 * image.el (image-type-file-name-regexps): Make it variable.
11635 `imagemagick-register-types' modifies it, and the user may want
11636 to add new extensions for known image types.
11637 (imagemagick-register-types): Throw error if not using ImageMagick.
11638
0b4e93f1
LL
116392011-03-22 Leo Liu <sdl.web@gmail.com>
11640
11641 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11642 located before rcirc-prompt-end-marker.
11643 (rcirc-complete): Error if point is not after rcirc prompt.
11644 Handle the case when table is nil.
9882e214 11645 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11646
fccee4ab
CY
116472011-03-22 Chong Yidong <cyd@stupidchicken.com>
11648
11649 * custom.el (custom--inhibit-theme-enable): Make it affect only
11650 custom-theme-set-variables and custom-theme-set-faces.
11651 (provide-theme): Ignore custom--inhibit-theme-enable.
11652 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11653 (custom-enabling-themes): Delete variable.
d86d2721
SM
11654 (enable-theme): Accept only loaded themes as arguments.
11655 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11656 (custom-enabled-themes): Forbid themes from setting this.
11657 Eliminate use of custom-enabling-themes.
11658 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11659
af896da6
LL
116602011-03-21 Leo Liu <sdl.web@gmail.com>
11661
11662 * ido.el (ido-read-internal): Add ido-selected to history instead
11663 of user input.
11664
78f64af0
SM
116652011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * subr.el (deferred-action-list, deferred-action-function):
11668 Mark obsolete.
11669
b16ac1ec
LL
116702011-03-21 Leo Liu <sdl.web@gmail.com>
11671
810f7698
LL
11672 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11673 change on 2011-02-13 (bug#8309).
11674
b16ac1ec
LL
11675 * minibuffer.el (read-file-name-function): Change default value.
11676 (read-file-name--defaults): Rename from read-file-name-defaults.
11677 (read-file-name-default): Rename from read-file-name.
11678 (read-file-name): Call read-file-name-function.
11679
4e05e67e
GM
116802011-03-21 Glenn Morris <rgm@gnu.org>
11681
11682 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11683 Doc fixes.
11684
4359915b
CY
116852011-03-21 Chong Yidong <cyd@stupidchicken.com>
11686
11687 * cus-theme.el: Add missing provide statement.
11688 (customize-create-theme): Extract theme value correctly.
11689 (custom-theme-visit-theme): Autoload.
11690 (customize-create-theme): Prompt before inserting default faces.
11691
1fe275ee
JB
116922011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11693
11694 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11695 units and musical notes.
11696
cd394be1 116972011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11698
11699 * ido.el (ido-read-internal): Use completing-read-default.
11700 (ido-completing-read): Fix compatibility with completing-read.
11701
7d476bde
CO
117022011-03-20 Christian Ohler <ohler@gnu.org>
11703
11704 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11705 (ert-delete-all-tests): Use `called-interactively-p' rather than
11706 `interactive-p'.
11707 (ert--make-xrefs-region): Respect END.
11708
fe0fb33e
CY
117092011-03-19 Chong Yidong <cyd@stupidchicken.com>
11710
ff854b0b
CY
11711 * dired-aux.el (dired-create-directory): Signal an error if the
11712 directory already exists (Bug#8246).
11713
fe0fb33e
CY
11714 * facemenu.el (list-colors-display): Call list-faces-display
11715 inside with-help-window.
11716 (list-colors-print): Use display property to align the final
11717 column, instead of checking window-width.
11718
576bce32
EZ
117192011-03-19 Eli Zaretskii <eliz@gnu.org>
11720
4d61f28d 11721 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11722 windows-nt systems.
11723 (emerge-protect-metachars): Quote correctly for ms-dos and
11724 windows-nt systems.
11725
89c41d68 117262011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11727
11728 * info.el (info-initialize): Replace all uses of `:' with
11729 path-separator for compatibility with non-Unix systems.
11730 Cache quoting of path-separator. (Bug#8258)
11731
b14e3e21 117322011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11733
11734 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11735 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11736 (mouse-avoidance-mode): Fix typos in docstrings.
11737
4525ce3e
CY
117382011-03-19 Chong Yidong <cyd@stupidchicken.com>
11739
11740 * startup.el (package-subdirectory-regexp): Move from package.el.
11741 Omit \\` and \\', and let callers add them.
11742
11743 * emacs-lisp/package.el (package-strip-version)
11744 (package-load-all-descriptors): Add \\` and \\' to
11745 package-subdirectory-regexp before using it.
11746 (package-untar-buffer): New arg DIR; ensure that file untars only
11747 into this expected directory. Remove superfluous delete-region.
11748 (package-unpack): Caller changed.
11749 (package-tar-file-info): Use package-subdirectory-regexp.
11750
a904a09a 117512011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11752
a904a09a
SM
11753 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11754 diff-mode-shared-map (bug#8284).
11755 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11756
117572011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11758
11759 * calendar/time-date.el (format-seconds): Use assoc instead of
11760 assoc-string, since assoc-string doesn't exist in XEmacs.
11761
171fc304
JB
117622011-03-17 Juanma Barranquero <lekktu@gmail.com>
11763
11764 * custom.el (custom-known-themes): Reflow docstring.
11765 (custom-theme-load-path): Fix typo in docstring.
11766 (load-theme): Fix typo in error message.
11767 (custom-available-themes, custom-variable-theme-value):
11768 Use `let', not `let*'.
11769
d71990a1
JB
117702011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11771
11772 * calc/README: Mention inclusion of musical notes.
11773
11774 * calc/calc-units.el (calc-lu-quant): Rename from
11775 `calc-logunits-quantity'.
11776 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11777 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11778 (calc-db): Rename from `calc-dblevel'.
11779 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11780 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11781 (calc-np): Rename from `calc-nplevel'.
11782 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11783 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11784 (calc-lu-plus): Rename from `calc-logunits-add'.
11785 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11786 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11787 (calc-lu-minus): Rename from `calc-logunits-sub'.
11788 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11789 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11790 (calc-lu-times): Rename from `calc-logunits-mul'.
11791 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11792 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11793 (calc-lu-divide): Rename from `calc-logunits-div'.
11794 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11795 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11796
11797 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11798 functions being autoloaded.
11799
11800 * calc/calc.el (calc-lu-power-reference): Rename from
11801 `calc-logunits-power-reference'.
11802 (calc-lu-field-reference): Rename from
11803 `calc-logunits-field-reference'.
11804
7a71b18d
GM
11805 * calc/calc-help.el (calc-l-prefix-help):
11806 Mention musical note functions.
d71990a1 11807
40c2934b
SM
118082011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * minibuffer.el (completion-all-sorted-completions):
11811 Use :completion-cycle-penalty text property if present.
11812
b0911414
KM
118132011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11814
11815 * allout.el (allout-yank-processing): Adjust for new rebulleting
11816 regime so bullet being yanked is used without prompting the user
11817 for a choice.
11818
8a05b668
JB
118192011-03-16 Juanma Barranquero <lekktu@gmail.com>
11820
11821 * startup.el (command-line): Warn the user that _emacs is deprecated.
11822
5ba5fb81
JB
118232011-03-16 Juanma Barranquero <lekktu@gmail.com>
11824
11825 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11826 (delphi-verbose, delphi-comment-face, delphi-string-face)
11827 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11828 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11829 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11830 (delphi-new-comment-line, delphi-font-lock-defaults)
11831 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11832 Fix typos in docstrings.
11833
2dab465b
KM
118342011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11835
5ba5fb81 11836 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11837 Invert the roles of character and string values for INSTEAD, so a
11838 string is used for the more common case of a defaulting prompt.
11839
0adf5618
SM
118402011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * progmodes/ruby-mode.el (ruby-backward-sexp):
11843 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11844 * play/gamegrid.el (gamegrid-make-face):
11845 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11846 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11847 * notifications.el (notifications-notify):
11848 * net/xesam.el (xesam-search-engines):
11849 * net/quickurl.el (quickurl-list-insert):
11850 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11851
d72700e5
CY
118522011-03-15 Chong Yidong <cyd@stupidchicken.com>
11853
11854 * startup.el (command-line): Update package subdirectory regexp.
11855
49c5410a
SM
118562011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11857
c6eee9aa
SM
11858 * allout.el (allout-abbreviate-flattened-numbering)
11859 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11860
49c5410a
SM
11861 * subr.el (read-char-choice): Only show the cursor after the prompt,
11862 not after the answer.
11863
047b2bb9
KR
118642011-03-15 Kevin Ryde <user42@zip.com.au>
11865
11866 * help-fns.el (variable-at-point): Skip leading quotes, if any
11867 (bug#8253).
11868
0a57d256
SM
118692011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11872 warning message.
11873
77c992bc
MA
118742011-03-14 Michael Albinus <michael.albinus@gmx.de>
11875
11876 * shell.el (shell): When called interactively, offer to change the
11877 shell file name on remote hosts.
11878
eebc475d
TZ
118792011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11880
11881 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11882 integration for LDAP parameters. The host, base, user or binddn,
11883 and secret tokens can be specified in a netrc file, for instance.
11884 This is optional because an `auth-source' parameter must be
11885 specified in the search attributes.
11886
9d05d1ba
JB
118872011-03-13 Juanma Barranquero <lekktu@gmail.com>
11888
11889 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11890
09d9db2c
GM
118912011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11894 into declaration. Remove redundant and harmful binding.
11895
118962011-03-12 Eli Zaretskii <eliz@gnu.org>
11897
11898 * files.el (file-ownership-preserved-p): Pass `integer' as an
11899 explicit 2nd argument to `file-attributes'. If the file's owner
11900 is the Administrators group on Windows, and the current user is
11901 Administrator, consider that a match.
11902
11903 * server.el (server-ensure-safe-dir): Consider server directory
11904 safe on MS-Windows if its owner is the Administrators group while
11905 the current Emacs user is Administrator. Use `=' to compare
11906 numerical UIDs, since they could be integers or floats.
11907
219bd536
JB
119082011-03-12 Juanma Barranquero <lekktu@gmail.com>
11909
11910 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11911
f3afd36b
MA
119122011-03-12 Michael Albinus <michael.albinus@gmx.de>
11913
11914 Sync with Tramp 2.2.1.
11915
11916 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11917
11918 * net/trampver.el: Update release number.
11919
3aaaa6f1
SM
119202011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11921
94642599
SM
11922 * progmodes/compile.el (compilation--previous-directory): Fix up
11923 various nil/dead-marker mismatches (bug#8014).
11924 (compilation-directory-properties, compilation-error-properties):
11925 Don't call it at a position past the one we're about to change.
11926
3aaaa6f1
SM
11927 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11928 Disable obsolescence warnings in the file that declares it.
11929
14239447
KM
119302011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11931
099c39a4
JB
11932 * allout-widgets.el (allout-widgets-tally):
11933 Initialize allout-widgets-tally as a hash table rather than nil to
11934 prevent mode-line redisplay warnings. Also, clarify the module
11935 description and fix a comment typo.
14239447 11936
135e287c
JB
119372011-03-11 Juanma Barranquero <lekktu@gmail.com>
11938
11939 * help-fns.el (describe-variable): Don't complete keywords.
11940 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11941
ffbf300e
CY
119422011-03-10 Chong Yidong <cyd@stupidchicken.com>
11943
ba08b241
CY
11944 * emacs-lisp/package.el (package-version-join): Impose a standard
11945 string representation for pre/alpha/beta version lists.
11946 (package-unpack-single): Standardize the directory name by passing
11947 it through package-version-join.
11948 (package-strip-rcs-id): Accept any version string that does not
11949 signal an error in version-to-list.
ffbf300e 11950
f346fd6b
MA
119512011-03-10 Michael Albinus <michael.albinus@gmx.de>
11952
11953 * simple.el (delete-trailing-whitespace): Return nil for the
11954 benefit of `write-file-functions'.
11955
ccb55d27
GM
119562011-03-10 Glenn Morris <rgm@gnu.org>
11957
5ceaac0c
GM
11958 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11959
02da65ff
GM
11960 * vc/vc-git.el (vc-git-program): New option.
11961 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11962 (vc-git--call): Use it.
11963
b2f603cc
GM
11964 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11965
5772caab
GM
11966 * cus-edit.el (Custom-newline): If no button at point, look
11967 for a subgroup button at start-of-line. (Bug#2298)
11968
ccb55d27
GM
11969 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11970
ec6ecaed
JD
119712011-03-10 Julien Danjou <julien@danjou.info>
11972
11973 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11974 `cursor-type' is nil.
11975
9d5aa01d
JB
119762011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11977
11978 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11979
b6a5875b
KM
119802011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11981
7a71b18d 11982 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11983 preserves the existing header prefix, rebulleting it if necessary,
11984 rather than replacing it. This is necessary for proper operation
11985 of cooperative addons like allout-widgets.
1154d12e
JB
11986 (allout-make-topic-prefix, allout-rebullet-heading):
11987 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11988 value as alternate bullet to be used, instead of prompting the user
11989 for a bullet character.
b6a5875b 11990
ee545c35
MA
119912011-03-09 Michael Albinus <michael.albinus@gmx.de>
11992
d86d2721
SM
11993 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11994 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11995 `tramp-default-port'.
11996
c47971d7
DD
119972011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11998
11999 * net/rcirc.el (rcirc-handler-001): Remove useless
12000 with-rcirc-process-buffer.
12001 (rcirc-check-auth-status): Swap arguments to string-match.
12002
13522cb4
GM
120032011-03-09 Glenn Morris <rgm@gnu.org>
12004
0be6f4f1
GM
12005 * shell.el (shell-mode):
12006 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12007
13522cb4
GM
12008 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12009 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12010
515de2e3
CY
120112011-03-08 Chong Yidong <cyd@stupidchicken.com>
12012
12013 * emacs-lisp/package.el (package-refresh-contents)
12014 (package-menu-execute): Use condition-case-no-debug.
12015
b511b994
MA
120162011-03-08 Michael Albinus <michael.albinus@gmx.de>
12017
12018 * simple.el (shell-command-to-string): Use `process-file'.
12019
12020 * emacs-lisp/package.el (package-tar-file-info): Handle also
12021 remote files.
12022
d86d2721
SM
12023 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12024 Use `equal' for upload base check.
b511b994 12025
25bbfb31
AM
120262011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12027
12028 * textmodes/texinfo.el (texinfo-environments):
12029 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12030
be996521
GM
120312011-03-08 Glenn Morris <rgm@gnu.org>
12032
e9c8529f
GM
12033 * cus-start.el (cursor-in-non-selected-windows):
12034 Fix :set quoting oddness. (Bug#8192)
12035
be996521
GM
12036 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12037 in some setf expressions. (Bug#2159)
12038
2bb5649e
CY
120392011-03-08 Chong Yidong <cyd@stupidchicken.com>
12040
12041 * custom.el (custom-available-themes): Return themes in
12042 alphabetical order.
12043
33383987 12044See ChangeLog.15 for earlier changes.
e3d51b27
MR
12045
12046;; Local Variables:
12047;; coding: utf-8
e3d51b27
MR
12048;; End:
12049
acaf905b 12050 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12051
12052 This file is part of GNU Emacs.
12053
12054 GNU Emacs is free software: you can redistribute it and/or modify
12055 it under the terms of the GNU General Public License as published by
12056 the Free Software Foundation, either version 3 of the License, or
12057 (at your option) any later version.
12058
12059 GNU Emacs is distributed in the hope that it will be useful,
12060 but WITHOUT ANY WARRANTY; without even the implied warranty of
12061 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12062 GNU General Public License for more details.
12063
12064 You should have received a copy of the GNU General Public License
12065 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.