* net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
[emacs.git] / lisp / ChangeLog
blob9a668fa2704324ef0c84d4d419836dbc8777d149
1 2012-05-16  Chong Yidong  <cyd@gnu.org>
3         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
5 2012-05-15  Chong Yidong  <cyd@gnu.org>
7         * help.el (describe-mode): Doc fix.
9         * net/gnutls.el (gnutls-min-prime-bits): Default to 256 (Bug#11267).
11 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
13         * progmodes/compile.el (compilation-internal-error-properties):
14         Calculate start position correctly when end-col is set but
15         end-line is not (Bug#11382).
17 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * net/rlogin.el (rlogin-mode-map): Fix last change.
21 2012-05-09  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
23         * mail/smtpmail.el (smtpmail-send-command): Send the command and
24         the following \r\n using a single `process-send-string', since the
25         Lotus SMTP server refuses to accept any commands if they are sent
26         with two `process-send-string's (bug#11444).
28 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * shell.el (shell-parse-pcomplete-arguments): Obey
31         pcomplete-arg-quote-list inside double-quoted args as well (bug#11348).
33 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
35         * shell.el (shell-completion-vars): Fix last change (bug#11348).
37 2012-05-07  Chong Yidong  <cyd@gnu.org>
39         * ansi-color.el (ansi-color-process-output): Check for validity of
40         comint-last-output-start before using it.  This avoids a bad
41         interaction with gdb-mi's input/output buffer.
43 2012-05-06  Glenn Morris  <rgm@gnu.org>
45         * files.el (dir-locals-read-from-file):
46         Mention dir-locals in any error message.
48 2012-05-06  Chong Yidong  <cyd@gnu.org>
50         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
51         package (Bug#11410).
53 2012-05-05  Chong Yidong  <cyd@gnu.org>
55         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
56         variables into description.
58 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
60         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
61         shell-delimiter-argument-list (bug#11348).
62         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
64 2012-05-04  Chong Yidong  <cyd@gnu.org>
66         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
67         Nextstep.
69 2012-05-03  Kenichi Handa  <handa@m17n.org>
71         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
72         decoding, and show a warning message without signalling an error
73         (Bug#11282).
75 2012-04-30  Eli Zaretskii  <eliz@gnu.org>
77         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
78         the yanked message in preference to the default value of
79         buffer-file-coding-system.
81 2012-04-30  Martin Rudalics  <rudalics@gmx.at>
83         * window.el (display-buffer--action-function-custom-type):
84         Fix entry.
86 2012-04-27  Alan Mackenzie  <acm@muc.de>
88         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
90 2012-04-27  Chong Yidong  <cyd@gnu.org>
92         * subr.el (read-key): Avoid running filter function when setting
93         up temporary tool bar entries (Bug#9922).
95 2012-04-26  Andreas Schwab  <schwab@linux-m68k.org>
97         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
98         (Bug#11344)
100 2012-04-24  Chong Yidong  <cyd@gnu.org>
102         * select.el (xselect--encode-string): New function, split from
103         xselect-convert-to-string.
104         (xselect-convert-to-string): Use it.
105         (xselect-convert-to-filename, xselect-convert-to-os)
106         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
107         returned strings are properly encoded (Bug#11315).
109 2012-04-22  Chong Yidong  <cyd@gnu.org>
111         * simple.el (delete-active-region): Move to killing custom group.
113 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
115         * progmodes/which-func.el (which-func-current): Quote %
116         characters for mode-line processing.
118 2012-04-21  Chong Yidong  <cyd@gnu.org>
120         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
121         reaching eob (Bug#11286).
123 2012-04-20  Richard Stallman  <rms@gnu.org>
125         Fix logic for returning to and yanking from Rmail buffer.
127         * mail/rmail.el (rmail-start-mail):
128         Pass (rmail-mail-return...) for the return-action.
129         Pass (rmail-yank-current-message...) for the yank-action.
130         (rmail-yank-current-message): New function.
131         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
132         (rmail-reply): Likewise.
133         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
135         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
136         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
137         buffer, not newbuf.
139 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
141         * progmodes/gdb-mi.el (gdb-control-level): New variable.
142         (gdb): Make it buffer-local and init to zero.
143         (gdb-control-commands-regexp): New variable.
144         (gdb-send): Don't wrap in "-interpreter-exec console" if
145         gdb-control-level is positive.  Increment gdb-control-level
146         whenever the command matches gdb-control-commands-regexp, and
147         decrement it each time the command is "end".  (Bug#11279)
149 2012-04-20  Martin Rudalics  <rudalics@gmx.at>
151         * window.el (adjust-window-trailing-edge, enlarge-window)
152         (shrink-window, window-resize):
153         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
154         windows (Bug#11276).
156 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
158         * battery.el (battery-echo-area-format): Display remaining time
159         for sysfs backend too (Bug#11269).
160         (battery-linux-sysfs): Fix conditional for the charge.
162 2012-04-20  Chong Yidong  <cyd@gnu.org>
164         * progmodes/gdb-mi.el (gdb): Revert 2012-04-19 change.
165         (gdb-inferior-io--init-proc): New function.
166         (gdb-init-1): Use it.
167         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
168         responsible for allocating a new pty and hooking it to gdb when
169         the old pty gets an EIO due to process exit.
170         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
171         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
172         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
174 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
176         * window.el (window-min-size, window-sizable, window-min-delta)
177         (window-max-delta, window--resizable, window-resizable)
178         (window-total-size, window-full-height-p, window-full-width-p)
179         (window-in-direction, window--resize-mini-window, window-resize)
180         (window--resize-child-windows-normal)
181         (window--resize-child-windows, window--resize-siblings)
182         (window--resize-this-window, adjust-window-trailing-edge)
183         (enlarge-window, shrink-window): Doc fixes.
185 2012-04-19  Chong Yidong  <cyd@gnu.org>
187         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
188         New function to call delete-process on the gdb-inferior buffer's pty.
189         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
190         pty process (Bug#11273).
191         (gdb-update): New arg to suppress talking to the gdb process.
192         (gdb-done-or-error): Use it.
193         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
194         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
195         sentinel not being called.
197         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
199 2012-04-18  Chong Yidong  <cyd@gnu.org>
201         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
203 2012-04-18  Glenn Morris  <rgm@gnu.org>
205         * net/network-stream.el (open-network-stream): Doc fix.
207 2012-04-17  Chong Yidong  <cyd@gnu.org>
209         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
211 2012-04-16  Alan Mackenzie  <acm@muc.de>
213         Ensure searching for keywords is case sensitive.
215         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
216         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
217         (c-defun-name, c-mark-function, c-cpp-define-name)
218         (c-comment-indent, c-scan-conditionals, c-indent-defun)
219         (c-context-line-break): bind case-fold-search to nil.
221         * progmodes/cc-mode.el (c-font-lock-fontify-region):
222         bind case-fold-search to nil.
224 2012-04-16  Chong Yidong  <cyd@gnu.org>
226         * mail/sendmail.el (mail-bury): Call return action with the right
227         Rmail buffer (Bug#11242).
229 2012-04-15  Chong Yidong  <cyd@gnu.org>
231         * server.el (server-process-filter): Handle corner case where both
232         tty and nowait options are present (Bug#11102).
234 2012-04-15  Glenn Morris  <rgm@gnu.org>
236         * simple.el (process-file-side-effects): Doc fix.
238 2012-04-14  Glenn Morris  <rgm@gnu.org>
240         * international/mule-cmds.el (set-language-environment): Doc fix.
242 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
244         Avoid the use of ((lambda ...) ...) in lexical-binding code.
245         * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
247 2012-04-13  Kim F. Storm  <storm@cua.dk>
249         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
250         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
252 2012-04-12  Chong Yidong  <cyd@gnu.org>
254         * custom.el (custom-theme-set-variables): Doc fix.
256 2012-04-12  Glenn Morris  <rgm@gnu.org>
258         * international/mule.el (set-auto-coding-for-load): Doc fix.
260 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
262         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
263         Reported by Noah Friedman.  Backport from trunk.
265 2012-04-11  Alan Mackenzie  <acm@muc.de>
267         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression):
268         Make imenu work again for Objective C Mode.  Correct the *-index
269         values, these having been disturbed by a previous change in 2011-08.
271         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
272         Correct two search limits.
274 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
278 2012-04-10  Andreas Schwab  <schwab@linux-m68k.org>
280         * international/characters.el: Fix sorting.
282 2012-04-10  Eli Zaretskii  <eliz@gnu.org>
284         * international/characters.el: Add more missing Latin case pairs.
286 2012-04-10  Andreas Schwab  <schwab@linux-m68k.org>
288         * international/characters.el: Recover lost case pairs.
290 2012-04-10  Glenn Morris  <rgm@gnu.org>
292         * files.el (dir-locals-set-class-variables): Doc fix.
294 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
296         * international/characters.el: Add set-case-syntax-pair call for
297         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
298         counterpart.  (Bug#11209)
300         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
302 2012-04-09  Glenn Morris  <rgm@gnu.org>
304         * calendar/holidays.el (calendar-check-holidays): Doc fix.
306 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
308         * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
309         Hebrew.
311 2012-04-08  Chong Yidong  <cyd@gnu.org>
313         * net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change
314         (Bug#11192).
316 2012-04-07  Glenn Morris  <rgm@gnu.org>
318         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
320 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
322         * minibuffer.el (completion-in-region-mode-map):
323         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
325 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327         * window.el (shrink-window): Mention the `window-min-height'
328         variable in the doc string.
330 2012-04-05  Bastien Guerry  <bzg@altern.org>
332         * color.el (color-lighten-name): Fix typo.
334 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * server.el (server--on-display-p): New function.
337         (server--on-display-p): Use it.
339 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
341         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
342         (bug#11145).
344 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * comint.el (comint--common-quoted-suffix): Check string boundary
347         before comparing (bug#11158).
348         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
350 2012-04-04  Chong Yidong  <cyd@gnu.org>
352         * minibuffer.el (completion-extra-properties): Doc fix.
354         * subr.el (delayed-warnings-hook): Doc fix.
356 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
358         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
359         selection (Bug#11159).
360         (epa-insert-keys): Inform that the default public key will be
361         exported if no key is selected.
363 2012-04-04  Richard Stallman  <rms@gnu.org>
365         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
367 2012-04-03  Chong Yidong  <cyd@gnu.org>
369         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
370         mail-insert-file, not its obsolete alias mail-attach-file.
372 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
374         * notifications.el (notifications-notify): Fix docstring.
376 2012-04-02  Glenn Morris  <rgm@gnu.org>
378         * emacs-lisp/authors.el (authors-aliases): Another addition.
380 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
382         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
383         `tramp-compat-call-process' instead of `tramp-local-call-process'.
384         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
386 2012-04-01  Chong Yidong  <cyd@gnu.org>
388         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
389         Handle root directory properly.
390         (copy-directory): Caller changed.
392         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
393         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
395 2012-03-31  Glenn Morris  <rgm@gnu.org>
397         * term/xterm.el (xterm-extra-capabilities): Doc fix.
399         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
401         * calendar/calendar.el (calendar-window-list)
402         (calendar-hide-window): Restore.  (Bug#11140)
403         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
405         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
407 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
409         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
410         Check if file is a symlink (Bug#10489).
412         * files.el (copy-directory): Likewise.
414 2012-03-30  Chong Yidong  <cyd@gnu.org>
416         * image.el (imagemagick-types-inhibit)
417         (imagemagick-register-types): Doc fix.
419 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
421         * ispell.el (ispell-get-extended-character-mode): Disable
422         extended-char-mode for hunspell. hunspell does not support it and
423         treats ~word as ordinary words in pipe mode.
425 2012-03-30  Glenn Morris  <rgm@gnu.org>
427         * tutorial.el (help-with-tutorial): Ensure local variables don't
428         happen to make the buffer read-only.  (Bug#11127)
430 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
432         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
433         (perl-calculate-indent): Return `noindent' in strings.
435 2012-03-28  Sam Steingold  <sds@gnu.org>
437         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
438         instead of the broken adhockery which does not prevent calendar
439         buffers from being displayed at random after exit.
440         (calendar-window-list, calendar-hide-window): Remove the broken
441         adhockery.
443 2012-03-28  Glenn Morris  <rgm@gnu.org>
445         * replace.el (query-replace-map): Doc fix.
447 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
449         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
450         contents.  (Bug#11109)
452 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
455         (bug#11077).
456         (avl-tree--check, avl-tree--check-node): New funs.
458 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
460         * window.el (switch-to-visible-buffer): New option.
461         (switch-to-prev-buffer, switch-to-next-buffer):
462         Observe switch-to-visible-buffer.  Make sure that checking for a window
463         showing a buffer already is done on the same frame.
465 2012-03-27  Glenn Morris  <rgm@gnu.org>
467         * startup.el (mail-host-address): Doc fix.
469 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
471         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
472         than 197 variables.
474 2012-03-26  Ami Fischman  <ami@fischman.org>
476         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
478 2012-03-26  Glenn Morris  <rgm@gnu.org>
480         * files.el (save-buffers-kill-emacs): Doc fix.
482         * startup.el (normal-top-level, command-line, command-line-1):
483         Give them doc strings.
485 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
487         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
488         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
490 2012-03-25  Chong Yidong  <cyd@gnu.org>
492         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
493         theme if it was previously enabled before (Bug#11031).
495         * cus-theme.el (custom-theme-write-faces): Retrieve current face
496         spec with custom-face-get-current-spec if its :shown-value is not
497         determined yet (Bug#9337).
498         (customize-create-theme, custom-theme-revert): Doc fixes.
500         * button.el (button-at): Minor addition to docstring.
502 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
504         * vc/vc.el (vc-merge): Fix a prompt.
506 2012-03-24  Chong Yidong  <cyd@gnu.org>
508         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
509         point (Bug#9623).
511         * button.el (button-at): Minor addition to docstring.
513 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * newcomment.el (comment-choose-indent): No space after BOL.
517 2012-03-22  Sam Steingold  <sds@gnu.org>
519         * window.el (switch-to-prev-buffer): Revert last patch because the
520         bug turned out to be an advertised feature (Elisp manual 28.14).
522 2012-03-22  Glenn Morris  <rgm@gnu.org>
524         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
525         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
527 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529         * net/network-stream.el (network-stream-open-starttls): Make error
530         message under Windows be less misleading.
532 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
534         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
535         understands (bug#9942).
537 2012-03-22  Chong Yidong  <cyd@gnu.org>
539         * simple.el (end-of-visible-line): Handle return value of
540         next-single-property-change properly (Bug#9371).
542 2012-03-22  Kenichi Handa  <handa@m17n.org>
544         * international/quail.el (quail-insert-kbd-layout): Fix previous
545         change.  To avoid unwanted bidi reordering, use
546         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
548 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
550         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
551         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
552         (ruby-beginning-of-indent): Be more careful with the difference
553         between word-boundary and symbol boundary.
554         (ruby-mode-syntax-table): Make : a symbol constituent.
556 2012-03-21  Andreas Politz  <politza@fh-trier.de>
558         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
560 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
562         * progmodes/etags.el (tags-completion-at-point-function):
563         Improve last fix.
565         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
567 2012-03-21  Sam Steingold  <sds@gnu.org>
569         * progmodes/etags.el (tags-completion-at-point-function):
570         Avoid the error when point is inside the pattern.
572 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
574         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
575         line (Bug#10855).
577 2012-03-21  Drew Adams  <drew.adams@oracle.com>
579         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
581 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
583         * ido.el (ido-set-current-directory, ido-read-internal)
584         (ido-choose-completion-string, ido-completion-help): Handle nil
585         value of ido-completion-buffer (Bug#11008).
587 2012-03-21  Sam Steingold  <sds@gnu.org>
589         * window.el (switch-to-prev-buffer): Do not switch to a visible
590         window previous buffer, just like with the frame previous buffers.
592 2012-03-21  Chong Yidong  <cyd@gnu.org>
594         * faces.el (make-face, make-empty-face, copy-face):
595         * face-remap.el (face-remap-add-relative, face-remap-set-base):
596         Doc fixes.
598 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * wid-edit.el (widget-complete-field): Remove (bug#11051).
601         (widget-complete): Remove broken use of it.
603 2012-03-20  Chong Yidong  <cyd@gnu.org>
605         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
606         Use string-width and truncate-string-width to handle arbitrary
607         characters.
609 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
611         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
612         to draw rectangles, not squares.  (Regression introduced by revno
613         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
615 2012-03-18  Chong Yidong  <cyd@gnu.org>
617         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
618         it is not yet defined (for temacs).
620 2012-03-18  Leo Liu  <sdl.web@gmail.com>
622         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
624 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
626         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
627         (ispell-choices-win-default-height, ispell-silently-savep)
628         (ispell-dictionary-alist, ispell-encoding8-command)
629         (ispell-check-version, ispell-aspell-find-dictionary)
630         (ispell-valid-dictionary-list, ispell-words-keyword)
631         (ispell-get-word, ispell-internal-change-dictionary)
632         (ispell-region, ispell-skip-region-list)
633         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
634         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
635         (ispell-message-text-end, ispell-message)
636         (ispell-buffer-local-parsing): Doc fix.
638 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
640         * htmlfontify.el: Add support for code block fontification for ODT
641         export (Bug #9914).
642         (hfy-optimisations): Define new option
643         `body-text-only'
644         (hfy-fontify-buffer): Honor above setting.
645         (hfy-begin-span, hfy-end-span): New routines factored out form
646         `hfy-fontify-buffer'.
647         (hfy-begin-span-handler, hfy-end-span-handler): New variables
648         that permit insertion of custom tags.
649         (hfy-fontify-buffer): Use above handlers.
650         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
651         (hfy-face-to-css): Re-defined to be a variable.
652         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
653         over multiple runs. This is made possible by having the caller let
654         bind a special variable `hfy-user-sheet-assoc'.
655         (htmlfontify-string): New defun.
656         (hfy-compile-face-map): Make sure that the last char in the
657         buffer is correctly fontified.
658         (hfy-face-resolve-face): Whitespace only change.
660 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
662         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
663         message more clear.
665 2012-03-16  Leo Liu  <sdl.web@gmail.com>
667         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
669 2012-03-16  Alan Mackenzie  <acm@muc.de>
671         Further optimise the handling of large macros.
673         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
674         limit to a call of `c-literal-limits'.
675         (c-determine-+ve-limit): New function.
676         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
677         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
678         In CASE 5B, restrict a search limit to 500.
679         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
681         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
682         Restrict macro bounds to +-500 from after-change's BEG END.
684 2012-03-16  Leo Liu  <sdl.web@gmail.com>
686         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
688 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
690         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
691         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
693 2012-03-16  Glenn Morris  <rgm@gnu.org>
695         * view.el (view-buffer, view-buffer-other-window)
696         (view-buffer-other-frame): Doc fixes re special mode-class.
698         * subr.el (eval-after-load): If named feature is provided not from
699         a file, run after-load forms.  (Bug#10946)
701         * calendar/calendar.el (calendar-insert-at-column):
702         Handle non-unit-width characters a bit better.  (Bug#10978)
704 2012-03-15  Chong Yidong  <cyd@gnu.org>
706         * emacs-lisp/ring.el (ring-extend): New function.
707         (ring-insert+extend): Extend the ring correctly (Bug#11019).
709         * comint.el (comint-read-input-ring)
710         (comint-add-to-input-history): Grow comint-input-ring lazily.
712 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
715         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
717         * imenu.el: Fix multiple inheritance breakage (bug#9199).
718         (imenu-add-to-menubar): Don't add a redundant index.
719         (imenu-update-menubar): Handle a dynamically composed keymap.
721 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
723         * mail/sendmail.el (mail-encode-header):
724         Bind rfc2047-encode-encoded-words to nil.
726 2012-03-13  Glenn Morris  <rgm@gnu.org>
728         * calendar/calendar.el (calendar-string-spread):
729         Handle non-unit-width characters a bit better.  (Bug#10978)
731 2012-03-13  Leo Liu  <sdl.web@gmail.com>
733         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
734         directory and file as argument (Bug#10822).
736 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
738         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
739         For dynamically generated code, follow $PC.
740         (gdb-disassembly-handler-custom): Handle no function name case.
742 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
744         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
745         * emulation/ws-mode.el (ws-query-replace):
746         * sort.el (sort-regexp-fields):
747         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
749 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * dabbrev.el: Fix cycle completion order (bug#10963).
752         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
753         (dabbrev-completion): Don't use an obarray; provide
754         a cycle-sort-function.
756 2012-03-12  Leo Liu  <sdl.web@gmail.com>
758         * simple.el (kill-new): Use equal-including-properties for comparison.
759         (kill-do-not-save-duplicates): Doc fix.
761 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * dabbrev.el: Fix cycle completion (bug#10963).
764         Use lexical binding and wrap to 80 columns.
765         (dabbrev-completion): Delay computing the list of completions.
767 2012-03-12  Kenichi Handa  <handa@m17n.org>
769         * international/quail.el (quail-insert-kbd-layout): Surround each
770         row by LRO and PDF instead of inserting many LRMs.  Pad the left
771         and right of each non-spacing marks.  Insert invisible space
772         between lower and upper characters to prevent composition.
774 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
776         * minibuffer.el (minibuffer-complete): Don't get confused when the
777         function is run twice via different commands (bug#10958).
778         (complete-with-action): Fix docstring.
780 2012-03-12  Chong Yidong  <cyd@gnu.org>
782         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
783         (nxml-completion-at-point-function): New function.
784         (nxml-mode): Use it.
785         (nxml-bind-meta-tab-to-complete-flag): Default to t.
787         * emacs-lisp/package.el (package-unpack, package-unpack-single):
788         Load generated autoloads file before byte compiling (Bug#10970).
789         (package--make-autoloads-and-compile): New helper fun.
791 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
793         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
795 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
797         * autorevert.el (auto-revert-handler): Ensure, that
798         file-readable-p is applied only for local files or in
799         auto-revert-tail-mode.
801 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
803         * server.el (server-eval-at): Handle non-tcp connections.
804         Decode result string.
806         * server.el (server-msg-size): New constant.
807         (server-reply-print): New function.
808         (server-eval-and-print): Use it.
809         (server-eval-at): Use server-quote-arg and server-unquote-arg.
810         Handle -print-nonl.
812 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
814         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
815         (Bug#10987).
817 2012-03-11  Chong Yidong  <cyd@gnu.org>
819         * simple.el (goto-line): Doc fix (Bug#9938).
821         * subr.el (save-window-excursion): Doc fix (Bug#9979).
823         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
824         when finished (Bug#10963).
826 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
828         * window.el (split-window-below): Fix bug in case where
829         split-window-keep-point is nil (Bug#10971).
831 2012-03-11  Juri Linkov  <juri@jurta.org>
833         * replace.el (replace-highlight): Set isearch-word to nil
834         unconditionally.  (Bug#10887)
836 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
838         * net/mairix.el (mairix-replace-invalid-chars): Rename from
839         mairix-replace-illegal-chars; all callers changed.  Don't remove
840         ^, ~, and = characters: they are meaningful in mairix search specs.
841         (mairix-widget-create-query): Add usage information about mairix
842         search forms: negating words, searching for substrings, etc.
844 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
846         * international/fontset.el (font-encoding-alist): Add an entry for
847         ksx1001 (Bug#5667).
849 2012-03-10  Richard Stallman  <rms@gnu.org>
851         * mail/sendmail.el (mail-encode-header):
852         Set rfc2047-encode-encoded-words.
854         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
856         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
857         view buffer means not swapped.
858         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
859         (rmail-write-region-annotate): Error if real text has disappeared.
861         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
863 2012-03-10  Chong Yidong  <cyd@gnu.org>
865         * emulation/cua-rect.el (cua--init-rectangles):
866         * emulation/cua-base.el (cua--init-keymaps):
867         Add delete-forward-char to remappings (Bug#9666).
869 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
871         * speedbar.el (speedbar-unhighlight-one-tag-line):
872         Avoid unhighlighting due to frame switching (Bug#10275).
874 2012-03-10  Chong Yidong  <cyd@gnu.org>
876         * minibuffer.el (completion-in-region, completion-help-at-point):
877         Give the completion field overlay a high priority (Bug#6830).
879         * dired.el (dired-goto-file): Recognize absolute file name
880         listings (Bug#7126).
881         (dired-goto-file-1): New helper function.
882         (dired-toggle-read-only): Inhibit warnings.
884 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
886         * net/dbus.el: (dbus-property-handler): Return empty array if
887         there are no properties.
889 2012-03-09  Leo Liu  <sdl.web@gmail.com>
891         * savehist.el (savehist-printable): Stricter check for string
892         value (Bug#10937).
894 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
896         * mail/smtpmail.el (smtpmail-send-it):
897         Bind coding-system-for-write to *-unix, so that FCC files are kept in
898         valid mbox format.
900 2012-03-09  Glenn Morris  <rgm@gnu.org>
902         * files.el (dir-locals-find-file):
903         Don't check result is regular, readable.
904         (dir-locals-read-from-file): Demote errors.
906 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
908         * international/quail.el (quail-insert-kbd-layout):
909         Insert invisible LRM characters before each character in a keyboard
910         layout cell, to prevent their reordering by bidi display engine.
911         For details, see the discussion in
912         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
914 2012-03-08  Alan Mackenzie  <acm@muc.de>
916         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
917         the starting position; make it extend the marked region when
918         invoked repeatedly - all under appropriate circumstances.
919         Fixes bugs #5525, #10906.
921 2012-03-08  Glenn Morris  <rgm@gnu.org>
923         * files.el (locate-dominating-file, dir-locals-find-file):
924         Undo 2012-03-06 change.
926 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
928         * international/quail.el (quail-help):
929         Force bidi-paragraph-direction be left-to-right.  See discussion in
930         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
931         for the reason.
933 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
935         Avoid superfluous registering of signals.  (Bug#10807)
937         * notifications.el (notifications-on-action-object)
938         (notifications-on-close-object): New defvars.
939         (notifications-on-action-signal, notifications-on-closed-signal):
940         Unregister the signal if not needed any longer.
941         (notifications-notify): Register `notifications-action-signal' or
942         `notifications-closed-signal', if :on-action or :on-close has been
943         passed as argument.
945 2012-03-07  Chong Yidong  <cyd@gnu.org>
947         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
948         non-X platforms.
950 2012-03-06  Glenn Morris  <rgm@gnu.org>
952         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
953         (x-disown-selection-internal, x-get-selection-internal):
954         Doc fix (add arglist signatures).  (Bug#10783)
956 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
958         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
959         Handle breakpoints with no "type".
961 2012-03-06  Glenn Morris  <rgm@gnu.org>
963         * files.el (locate-dominating-file): Add optional predicate argument.
964         (dir-locals-find-file): Make use of above change.
966 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
968         * info.el (Info-insert-dir): Also try "dir.gz".
970 2012-03-06  Glenn Morris  <rgm@gnu.org>
972         * files.el (dir-locals-find-file):
973         Ignore non-readable or non-regular files.  (Bug#10928)
975         * files.el (locate-dominating-file): Doc fix.
977 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
979         * calendar/calendar.el (calendar-set-mode-line):
980         `getenv' returns a string.  (Bug#10951)
982 2012-03-05  Leo Liu  <sdl.web@gmail.com>
984         * simple.el (backward-delete-char-untabify): Constrain point to
985         field (Bug#10939).
987         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
989 2012-03-05  Chong Yidong  <cyd@gnu.org>
991         * simple.el (count-words): If called from Lisp, return the word
992         count, for symmetry with `count-lines'.  Arglist changed.
993         (count-words--message): Args changed.  Consolidate counting code
994         from count-words and count-words-region.
995         (count-words-region): Caller changed.
996         (count-lines-region): Make it an obsolete alias.
998 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
1000         * saveplace.el (save-place-to-alist)
1001         (save-place-ignore-files-regexp): Allow value nil to disable this
1002         feature.
1004 2012-03-04  Chong Yidong  <cyd@gnu.org>
1006         * faces.el (face-spec-reset-face): For the default face, reset the
1007         attributes to default values (Bug#10748).
1009 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1012         previous patch: Check `message-send-mail-function', and not the
1013         default function (bug#10897).
1015 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
1017         * notifications.el (notifications-on-action-signal)
1018         (notifications-on-closed-signal): Check for unique service name of
1019         incoming event.  Fix error in removing entry.
1020         (top): Register for signals with wildcard service name.
1021         (notifications-notify): Use daemon unique service name for map entries.
1023 2012-03-04  Chong Yidong  <cyd@gnu.org>
1025         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
1027 2012-03-04  Glenn Morris  <rgm@gnu.org>
1029         * abbrev.el (copy-abbrev-table, abbrev-table-p)
1030         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1031         (expand-abbrev, define-abbrev-table): Doc fixes.
1033 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1036         `message-default-send-mail-function' and not `send-mail-function'
1037         when doing the prompting for `sendmail-query-once' before sending
1038         in Message buffers (bug#10897).
1040         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1041         This is inconsistent with all the other stream functions, which leave
1042         the setting up to the higher levels (if so wanted) (bug#10931).
1044 2012-03-02  Alan Mackenzie  <acm@muc.de>
1046         Depessimize the handling of very large macros.
1048         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1049         (c-macro-cache-syntactic): New variables to implement a one
1050         element macro cache.
1051         (c-invalidate-macro-cache): New function.
1052         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1053         Adapt to use the new cache.
1054         (c-state-safe-place): Use better the cache of safe positions.
1055         (c-state-semi-nonlit-pos-cache)
1056         (c-state-semi-nonlit-pos-cache-limit):
1057         New variables for...
1058         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
1059         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
1060         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1061         Use c-state-semi-safe-place.
1063         * progmodes/cc-langs.el (c-get-state-before-change-functions):
1064         Add c-invalidate-macro-cache to the C, C++, Obj entries.
1066 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
1068         * jka-compr.el (jka-compr-call-process):
1069         Apply `file-accessible-directory-p' only when the default directory is
1070         not remote.
1072 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
1074         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
1075         access of FILE2, if FILE1 does not exist.
1077         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1078         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1080         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1081         Add "PAGER=" to `process-environment'.
1083 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
1085         * progmodes/sql.el: Bug fix
1086         (sql-get-login-ext): Save login values in globals.
1087         (sql-get-login): Use new version of `sql-get-login-ext'.
1088         (sql-interactive-mode): Set global `sql-connection' to nil.
1089         (sql-connect): Set global values for connection.
1090         (sql-product-interactive): Save global values as buffer local.
1092 2012-02-29  Leo Liu  <sdl.web@gmail.com>
1094         * abbrev.el (define-abbrevs): Reset sys to nil.
1096 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1098         * files.el (file-equal-p): Rename from `files-equal-p'.
1099         Return nil when one or both files don't exist.
1100         (file-subdir-of-p): Now only top directory must exists,
1101         return nil if it doesn't.
1102         (copy-directory): No need to test with `file-subdir-of-p' after
1103         creating dir.
1104         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1105         to `file-equal-p'.
1107 2012-02-28  Glenn Morris  <rgm@gnu.org>
1109         * shell.el (shell-mode):
1110         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1111         * play/landmark.el (landmark-font-lock-face-O):
1112         * play/handwrite.el (handwrite):
1113         * play/gomoku.el (gomoku-O):
1114         * net/browse-url.el (browse-url-browser-display):
1115         * international/mule.el (define-charset):
1116         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1117         * filesets.el (filesets-find-file-delay):
1118         * eshell/em-xtra.el (eshell-xtra):
1119         * eshell/em-unix.el (eshell-grep):
1120         * emulation/viper.el (viper-mode):
1121         * emacs-lisp/regexp-opt.el (regexp-opt-group):
1122         * emacs-lisp/easymenu.el (easy-menu-define):
1123         * calendar/timeclock.el (timeclock-use-display-time):
1124         * bs.el (bs-mode):
1125         * bookmark.el (bookmark-save-flag):
1126         Doc fix (standardize possessive apostrophe usage).
1128 2012-02-27  Chong Yidong  <cyd@gnu.org>
1130         * emulation/viper-cmd.el (viper-intercept-ESC-key):
1131         Fix key-binding lookup for ESC key (Bug#9146).
1133         * font-lock.el (font-lock-specified-p): Rename from
1134         font-lock-spec-present.  Callers changed.
1136 2012-02-27  Daniel Hackney  <dan@haxney.org>
1138         * emacs-lisp/package.el (package-compute-transaction):
1139         Handle holding a package version to t in package-load-list.
1141 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
1143         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1144         (tramp-get-inode, tramp-get-device): Use cached values.
1146 2012-02-26  Alan Mackenzie  <acm@muc.de>
1148         Check there is a font-lock specification before doing initial
1149         fontification.
1151         * font-core.el (font-lock-mode): Move the conditional from
1152         :after-hook to font-lock-initial-fontify.
1153         (font-lock-default-function): Move the check for a specification
1154         to font-lock-spec-present.
1156         * font-lock.el (font-lock-initial-fontify): Call ...
1157         (font-lock-spec-present): New function.
1159 2012-02-26  Jim Blandy  <jimb@red-bean.com>
1161         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1162         (gdb-send): Apply it to the operand of the '-interpreter-exec
1163         console' command, so that we can pass arguments with (say) quotes
1164         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
1166 2012-02-26  Chong Yidong  <cyd@gnu.org>
1168         * help-fns.el (describe-function-1): Clarify description of
1169         remapping (Bug#10844).
1171         * files.el (files-equal-p): Doc fix.
1172         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
1173         and quit the loop once a mismatch is found.
1175 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
1177         * bs.el (bs--show-with-configuration): Don't throw an error
1178         if the window cannot be split; otherwise, subsequent calls to
1179         bs-show fail, restoring a stale window config.  (Bug#10882)
1181 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
1183         * term/ns-win.el (global-map): Bind ns-drag-file to
1184         ns-find-file (Bug#5855, Bug#10050).
1186 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1188         * calendar/parse-time.el (parse-time-string): Allow extractor to
1189         return nil.
1191 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
1193         * net/tramp.el (tramp-file-name-for-operation):
1194         Add `files-equal-p' and `file-subdir-of-p'.
1196         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1197         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1198         Add COPY-CONTENTS argument.
1200 2012-02-25  Chong Yidong  <cyd@gnu.org>
1202         Add custom groups for VC backends, for consistency with vc-bzr.
1204         * vc/vc-arch.el (vc-arch):
1205         * vc/vc-cvs.el (vc-cvs):
1206         * vc/vc-git.el (vc-git):
1207         * vc/vc-hg.el (vc-hg):
1208         * vc/vc-mtn.el (vc-mtn):
1209         * vc/vc-rcs.el (vc-rcs):
1210         * vc/vc-sccs.el (vc-sccs):
1211         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1212         All relevant defcustoms reassigned.
1214 2012-02-25  Chong Yidong  <cyd@gnu.org>
1216         * newcomment.el (comment-styles): Add autoload (Bug#10868).
1218         * term/x-win.el (x-initialize-window-system): Reduce default for
1219         x-selection-timeout to 5 seconds (Bug#8869).
1221 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1223         * files.el (file-subdir-of-p): Fix typo.
1225 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1227         * files.el (files-equal-p, file-subdir-of-p): New functions.
1228         (copy-directory): Error when trying to copy a directory on itself.
1229         Add missing copy-contents arg to tramp handler.
1230         * dired-aux.el (dired-copy-file-recursive): Same.
1231         (dired-create-files): Modify destination when source is equal to
1232         dest when copying files.
1233         Return also when dest is a subdir of source.  (Bug#10489)
1235 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
1237         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1238         (Bug#10874)
1240 2012-02-23  Alan Mackenzie  <acm@muc.de>
1242         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1243         parameter "after-hook:" to allow the expansion to run code after
1244         the execution of the mode hooks.
1246         * font-lock.el (font-lock-initial-fontify): New function extracted
1247         from font-lock-mode-internal.
1249         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
1250         :after-hook.
1252 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1255         (completion--cache-all-sorted-completions): New function.
1256         (completion-all-sorted-completions): Use it.
1257         (completion--do-completion, minibuffer-force-complete):
1258         Use it to re-instate the flush hook.
1260         * icomplete.el (icomplete-completions): Replace last fix with a better
1261         one (bug#10850).
1263 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
1265         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1266         when it might call us back infinitely (bug#10797).
1268 2012-02-23  Glenn Morris  <rgm@gnu.org>
1270         * minibuffer.el (completion-category-overrides): Doc fix.
1272 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1274         * minibuffer.el (completion-table-with-context): Fix inf-loop.
1275         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1277 2012-02-23  Glenn Morris  <rgm@gnu.org>
1279         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
1280         (authors-obsolete-files-regexps, authors-ignored-files)
1281         (authors-ambiguous-files, authors-renamed-files-alist):
1282         Add more entries.
1284 2012-02-23  Juri Linkov  <juri@jurta.org>
1286         * isearch.el (isearch-occur): Sync interactive spec with occur's
1287         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
1289         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1291 2012-02-22  Juri Linkov  <juri@jurta.org>
1293         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1294         (ucs-insert): Doc fix.  Check for hex digits in the string.
1295         Don't display `nil' in the error message.  (Bug#10857)
1297 2012-02-22  Alan Mackenzie  <acm@muc.de>
1299         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
1301 2012-02-22  Glenn Morris  <rgm@gnu.org>
1303         * ffap.el (ffap-c-path):
1304         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
1306 2012-02-22  Chong Yidong  <cyd@gnu.org>
1308         * custom.el (load-theme): Doc fix.
1310 2012-02-22  Glenn Morris  <rgm@gnu.org>
1312         * dired-x.el (dired-guess-shell-alist-default):
1313         Remove escape sequences from nroff output.  (Bug#172)
1315 2012-02-21  Glenn Morris  <rgm@gnu.org>
1317         * vc/emerge.el (emerge-defvar-local):
1318         Set `permanent-local' property rather than unused `preserved'.
1320         * textmodes/picture.el (picture-delete-char): New alias.
1321         (picture-mode-map): Use it.  (Bug#10860)
1322         (picture-mode): Doc fix.
1324 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
1326         * newcomment.el (uncomment-region-default): Remove unused binding.
1328 2012-02-21  Glenn Morris  <rgm@gnu.org>
1330         * textmodes/picture.el (picture-motion, picture-motion-reverse)
1331         (picture-self-insert, picture-tab-chars): Doc fix.
1332         (picture-mode-map): Fix C-a, C-e.
1334 2012-02-20  Glenn Morris  <rgm@gnu.org>
1336         * emacs-lisp/authors.el (authors-aliases): Add another entry.
1338 2012-02-20  Leo Liu  <sdl.web@gmail.com>
1340         * icomplete.el (icomplete-completions): Check FROM arg before
1341         passing to substring (Bug#10850).
1343 2012-02-19  Chong Yidong  <cyd@gnu.org>
1345         * comint.el: Require ansi-color.
1346         (comint-output-filter-functions): Add ansi-color-process-output.
1348         * ansi-color.el: Don't set comint-output-filter-functions; it is
1349         now in the initial value defined in comint.el.
1350         (ansi-color-apply-face-function): New variable.
1351         (ansi-color-apply-on-region): Use it.
1352         (ansi-color-apply-overlay-face): New function.
1354         * shell.el (shell): No need to require ansi-color.
1355         (shell-mode): Use ansi-color-apply-face-function to highlight
1356         color escapes using font-lock-face property (Bug#10835).
1358 2012-02-19  Chong Yidong  <cyd@gnu.org>
1360         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1361         mode-line formats (Bug#10839).
1363 2012-02-18  Glenn Morris  <rgm@gnu.org>
1365         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1367         * mail/undigest.el (unforward-rmail-message): Doc fix.
1369         * saveplace.el (save-place-ignore-files-regexp): Add :version.
1371 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
1373         * international/characters.el (script-list): Sync with the latest
1374         Unicode Character Database.
1376 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
1378         * international/titdic-cnv.el: Remove duplicate coding tag.
1379         * language/cham.el: Likewise.
1380         * language/tai-viet.el: Likewise.
1382 2012-02-18  Glenn Morris  <rgm@gnu.org>
1384         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1385         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1386         (calendar-bahai-all-holidays-flag, calendar-other-dates):
1387         * calendar/diary-lib.el (diary-abbreviated-year-flag):
1388         * calendar/holidays.el (holiday-bahai-holidays)
1389         (calendar-holidays, list-holidays):
1390         Use utf-8 Bahá'í in doc-strings, menus, etc.
1392 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
1394         * saveplace.el (save-place-ignore-files-regexp): New variable
1395         allowing for excluding files from saving their location of point.
1396         The default value matches the temporary commit message editing
1397         files from Git, SVN, Bazaar, and Mercurial.
1398         (save-place-to-alist): Use it.
1400 2012-02-17  Lawrence Mitchell <wence@gmx.li>
1401             Stefan Monnier  <monnier@iro.umontreal.ca>
1403         * newcomment.el (uncomment-region-default): Don't leave extra space
1404         when an arg is provided (bug#8150).
1406 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1408         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
1410 2012-02-17  Glenn Morris  <rgm@gnu.org>
1412         * net/socks.el: Require network-stream.  (Bug#10599)
1414 2012-02-17  Kenichi Handa  <handa@m17n.org>
1416         * international/charprop.el:
1417         * international/uni-name.el:
1418         * international/uni-old-name.el:
1419         * international/uni-comment.el: Regenerate.
1421 2012-02-16  Glenn Morris  <rgm@gnu.org>
1423         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1424         Interactively in calendar buffer, give an error if not on a date.
1426 2012-02-15  Glenn Morris  <rgm@gnu.org>
1428         * shell.el (shell-delimiter-argument-list):
1429         Revert 2011-02-17 change.  (Bug#8027)
1431 2012-02-15  Chong Yidong  <cyd@gnu.org>
1433         * minibuffer.el (completion-at-point-functions): Doc fix.
1435         * custom.el (defcustom): Doc fix; note use of defvar.
1437 2012-02-15  Glenn Morris  <rgm@gnu.org>
1439         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1440         Doc fixes.
1442 2012-02-14  Glenn Morris  <rgm@gnu.org>
1444         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1446 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1448         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1449         way the ports list is computed.
1450         (smtpmail-query-smtp-server): Prompt the user for a port number if
1451         we can't connect to any of the standard ports (bug#10810).
1453 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1455         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1457 2012-02-13  Glenn Morris  <rgm@gnu.org>
1459         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
1461 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1463         * net/gnutls.el (gnutls-trustfiles): New variable.
1464         (gnutls-negotiate): Use it.
1466 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1468         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1469         does its stuff if Gnus is running.
1471 2012-02-13  Alan Mackenzie  <acm@muc.de>
1473         Fix a loop in c-set-fl-decl-start.
1475         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
1476         c-backward-syntactic-ws actually moves backwards.
1478 2012-02-13  Leo Liu  <sdl.web@gmail.com>
1480         * net/rcirc.el (rcirc-markup-attributes): Move point to the
1481         beginning so that all \C-o chars are removed.
1483 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1485         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
1487 2012-02-12  Alan Mackenzie  <acm@muc.de>
1489         Fix infinite loop with long macros.
1490         * cc-engine.el (c-state-safe-place): Handle macros properly.
1492 2012-02-12  Chong Yidong  <cyd@gnu.org>
1494         * window.el (display-buffer): Doc fix (Bug#10785).
1496 2012-02-12  Glenn Morris  <rgm@gnu.org>
1498         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1499         (x-disown-selection-internal, x-get-selection-internal):
1500         Sync docs with the xselect.c versions.
1502         * allout-widgets.el: Add missing license notice.
1504 2012-02-11  Glenn Morris  <rgm@gnu.org>
1506         * select.el (x-get-selection-internal, x-own-selection-internal)
1507         (x-disown-selection-internal):
1508         * x-dnd.el (x-get-selection-internal): Update declarations.
1510         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1512         * window.el (window-sides-slots):
1513         * tool-bar.el (tool-bar-position):
1514         * term/xterm.el (xterm-extra-capabilities):
1515         * ses.el (ses-self-reference-early-detection):
1516         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1517         (verilog-auto-wire-type)
1518         (verilog-auto-delete-trailing-whitespace)
1519         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1520         (verilog-auto-tieoff-declaration):
1521         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1522         (sql-oracle-statement-starters, sql-oracle-scan-on):
1523         * progmodes/prolog.el (prolog-align-comments-flag)
1524         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1525         (prolog-left-indent-regexp, prolog-paren-indent-p)
1526         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1527         (prolog-types, prolog-mode-specificators)
1528         (prolog-determinism-specificators, prolog-directives)
1529         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1530         (prolog-electric-dot-flag)
1531         (prolog-electric-dot-full-predicate-template)
1532         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1533         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1534         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1535         (prolog-program-switches, prolog-prompt-regexp)
1536         (prolog-debug-on-string, prolog-debug-off-string)
1537         (prolog-trace-on-string, prolog-trace-off-string)
1538         (prolog-zip-on-string, prolog-zip-off-string)
1539         (prolog-use-standard-consult-compile-method-flag)
1540         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1541         (prolog-imenu-max-lines, prolog-info-predicate-index)
1542         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1543         (prolog-char-quote-workaround):
1544         * progmodes/cc-vars.el (c-defun-tactic):
1545         * net/tramp.el (tramp-encoding-command-interactive)
1546         (tramp-local-end-of-line):
1547         * net/soap-client.el (soap-client):
1548         * net/netrc.el (netrc-file):
1549         * net/gnutls.el (gnutls):
1550         * minibuffer.el (completion-category-overrides)
1551         (completion-cycle-threshold)
1552         (completion-pcm-complete-word-inserts-delimiters):
1553         * man.el (Man-name-local-regexp):
1554         * mail/feedmail.el (feedmail-display-full-frame):
1555         * international/characters.el (glyphless-char-display-control):
1556         * eshell/em-ls.el (eshell-ls-date-format):
1557         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1558         (lisp-lambda-list-keyword-parameter-indentation)
1559         (lisp-lambda-list-keyword-parameter-alignment):
1560         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1561         * dired-x.el (dired-omit-verbose):
1562         * cus-theme.el (custom-theme-allow-multiple-selections):
1563         * calc/calc.el (calc-highlight-selections-with-faces)
1564         (calc-lu-field-reference, calc-lu-power-reference)
1565         (calc-note-threshold):
1566         * battery.el (battery-mode-line-limit):
1567         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1568         (archive-7z-update):
1569         * allout.el (allout-prefixed-keybindings)
1570         (allout-unprefixed-keybindings)
1571         (allout-inhibit-auto-fill-on-headline)
1572         (allout-flattened-numbering-abbreviation):
1573         * allout-widgets.el (allout-widgets-auto-activation)
1574         (allout-widgets-icons-dark-subdir)
1575         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1576         (allout-widgets-theme-dark-background)
1577         (allout-widgets-theme-light-background)
1578         (allout-widgets-item-image-properties-emacs)
1579         (allout-widgets-item-image-properties-xemacs)
1580         (allout-widgets-run-unit-tests-on-load)
1581         (allout-widgets-time-decoration-activity)
1582         (allout-widgets-hook-error-post-time)
1583         (allout-widgets-track-decoration):
1584         Add missing :version tags to new defcustoms and defgroups.
1586         * progmodes/sql.el (sql-ansi-statement-starters)
1587         (sql-oracle-statement-starters): Add custom type.
1589         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1590         (prolog-system-version): Give it a type.
1592 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
1594         * term/pc-win.el (x-select-text, x-selection-owner-p)
1595         (x-own-selection-internal, x-disown-selection-internal)
1596         (x-get-selection-internal): Sync doc strings and argument lists
1597         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
1599 2012-02-11  Leo Liu  <sdl.web@gmail.com>
1601         * progmodes/python.el (python-end-of-statement): Fix infinite
1602         loop.  (Bug#10788)
1604 2012-02-10  Glenn Morris  <rgm@gnu.org>
1606         * international/mule-cmds.el (unify-8859-on-encoding-mode)
1607         (unify-8859-on-decoding-mode): Properly mark as obsolete.
1609 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1611         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1612         about SMTP before checking the From header.
1614         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
1615         into own function for reuse by emacsbug.el.
1617 2012-02-10  Leo Liu  <sdl.web@gmail.com>
1619         * subr.el (condition-case-unless-debug): Rename from
1620         condition-case-no-debug.  All callers changed.
1621         (with-demoted-errors): Fix caller.
1623         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1624         * nxml/rng-valid.el (rng-do-some-validation):
1625         * emacs-lisp/package.el (package-refresh-contents)
1626         (package-menu-execute):
1627         * desktop.el (desktop-create-buffer):
1628         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1630 2012-02-10  Glenn Morris  <rgm@gnu.org>
1632         * textmodes/bibtex.el:
1633         Add missing :version tags for new/changed defcustoms.
1635         * files.el (remote-file-name-inhibit-cache): Doc fixes.
1637 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
1639         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1640         (smtpmail-via-smtp): Use it, or fall back on the From address.
1641         (smtpmail-send-it): Ditto.
1643 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1645         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1646         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
1647         (byte-compile-tmp-var): New const.
1648         (byte-compile-defvar): Use it to minimize .elc size.
1649         Just use `defvar' rather than simulate it (bug#10761).
1651 2012-02-09  Glenn Morris  <rgm@gnu.org>
1653         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
1655         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1656         Add :version tags.
1658         * progmodes/compile.el (compilation-error-screen-columns)
1659         (compilation-first-column, compilation-filter-start): Doc fixes.
1661         * vc/log-view.el (log-view-toggle-entry-display):
1662         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1664         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1665         (report-emacs-bug-can-use-xdg-email):
1666         (report-emacs-bug-insert-to-mailer): Doc fixes.
1667         (report-emacs-bug): Message fix.
1669         * net/browse-url.el (browse-url-can-use-xdg-open)
1670         (browse-url-xdg-open): Doc fixes.
1672         * electric.el (electric-indent-mode, electric-pair-mode)
1673         (electric-layout-rules, electric-layout-mode): Doc fixes.
1674         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1676 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
1678         * server.el (server-unselect-display): Don't inadvertently kill
1679         the current buffer.  (Bug#10729)
1681 2012-02-08  Glenn Morris  <rgm@gnu.org>
1683         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1684         (sql-list-table): Doc fixes.
1686         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1687         Comment out (does nothing).
1689         * completion.el (dynamic-completion-mode):
1690         * dirtrack.el (dirtrack-debug-mode):
1691         * electric.el (electric-layout-mode):
1692         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1693         * face-remap.el (text-scale-mode, buffer-face-mode):
1694         * iimage.el (iimage-mode):
1695         * image-mode.el (image-transform-mode):
1696         * minibuffer.el (completion-in-region-mode):
1697         * scroll-lock.el (scroll-lock-mode):
1698         * simple.el (next-error-follow-minor-mode):
1699         * tar-mode.el (tar-subfile-mode):
1700         * tooltip.el (tooltip-mode):
1701         * vcursor.el (vcursor-use-vcursor-map):
1702         * wid-browse.el (widget-minor-mode):
1703         * emulation/tpu-edt.el (tpu-edt-mode):
1704         * emulation/tpu-extras.el (tpu-cursor-free-mode):
1705         * international/iso-ascii.el (iso-ascii-mode):
1706         * language/thai-util.el (thai-word-mode):
1707         * mail/supercite.el (sc-minor-mode):
1708         * net/goto-addr.el (goto-address-mode):
1709         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1710         * progmodes/cwarn.el (cwarn-mode):
1711         * progmodes/flymake.el (flymake-mode):
1712         * progmodes/glasses.el (glasses-mode):
1713         * progmodes/hideshow.el (hs-minor-mode):
1714         * progmodes/pascal.el (pascal-outline-mode):
1715         * textmodes/enriched.el (enriched-mode):
1716         * vc/smerge-mode.el (smerge-mode):
1717         Doc fixes (minor mode argument).
1719 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
1721         * ls-lisp.el (ls-lisp-sanitize): New function.
1722         (ls-lisp-insert-directory): Use it to fix or remove any elements
1723         in file-alist with missing attributes.  (Bug#4673)
1725 2012-02-07  Alan Mackenzie  <acm@muc.de>
1727         Fix spurious recognition of c-in-knr-argdecl.
1729         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1730         putative K&R region.
1732 2012-02-07  Alan Mackenzie  <acm@muc.de>
1734         * progmodes/cc-engine.el (c-forward-objc-directive):
1735         Prevent looping in "#pragma mark @implementation".
1737 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
1739         * notifications.el (notifications-on-closed-signal): Make `reason'
1740         optional.  (Bug#10744)
1742 2012-02-07  Glenn Morris  <rgm@gnu.org>
1744         * emacs-lisp/easy-mmode.el (define-minor-mode):
1745         Doc fixes for the macro and the mode it defines.
1747         * image.el (imagemagick-types-inhibit): Doc fix.
1749         * cus-start.el (imagemagick-render-type): Add it.
1751 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1753         * progmodes/cc-mode.el
1754         (c-standard-font-lock-fontify-region-function): Set the default at
1755         load time, too, so that `font-lock-fontify-buffer' can be called
1756         without setting up the entire mode first.  This fixes a bug in
1757         `mm-inline-text' with C MIME parts.
1759 2012-02-06  Chong Yidong  <cyd@gnu.org>
1761         * simple.el (list-processes--refresh): Delete exited processes
1762         (Bug#8094).
1764         * comint.el (comint-next-prompt): next-single-char-property-change
1765         and prev-single-char-property-change never return nil (Bug#8657).
1767         * custom.el (defcustom): Doc fix (Bug#9711).
1769 2012-02-05  Chong Yidong  <cyd@gnu.org>
1771         * cus-edit.el (custom-variable-reset-backup): Quote the value
1772         before storing it in the customized-value property (Bug#6712).
1773         (custom-display): Add a customization type tag.
1774         (custom-buffer-create-internal): Improve tooltip message.
1776         * wid-edit.el (widget-field-value-get): New optional arg to
1777         suppress trailing whitespace truncation.
1778         (character): Use it (Bug#2689).
1780 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
1782         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1783         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1785 2012-02-05  Chong Yidong  <cyd@gnu.org>
1787         * cus-edit.el (custom-variable-value-create): For mismatched
1788         types, show the current value (Bug#7600).
1790         * custom.el (defcustom): Doc fix.
1792 2012-02-05  Glenn Morris  <rgm@gnu.org>
1794         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1796 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
1798         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1799         (pp-buffer): Use `ignore-errors', `looking-at-p'.
1800         (pp-last-sexp): Use `looking-at-p'.
1802 2012-02-04  Glenn Morris  <rgm@gnu.org>
1804         * files.el (revert-buffer):
1805         Doc fix (mention revert-buffer-in-progress-p).
1807         * emacs-lisp/ert-x.el (ert-simulate-command):
1808         Check deferred-action-list (which is obsolete) is bound.
1810         * subr.el (with-wrapper-hook): Doc fixes.
1812         * simple.el (filter-buffer-substring-functions)
1813         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1815 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
1817         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1818         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
1820 2012-02-04  Leo Liu  <sdl.web@gmail.com>
1822         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1824 2012-02-04  Glenn Morris  <rgm@gnu.org>
1826         * image.el (image-extension-data): Add obsolete alias.
1828         * isearch.el (isearch-update): Doc fix.
1830         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1832         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1834 2012-02-03  Glenn Morris  <rgm@gnu.org>
1836         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
1837         (image-animate-timeout): Doc fix.
1839         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1841 2012-02-02  Glenn Morris  <rgm@gnu.org>
1843         * server.el (server-auth-dir): Doc fix.
1844         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
1846         * subr.el (run-mode-hooks): Doc fix.
1848 2012-02-02  Juri Linkov  <juri@jurta.org>
1850         * image-mode.el (image-toggle-display-image): Remove tautological
1851         `major-mode' from the `derived-mode-p' test.
1853 2012-02-02  Kenichi Handa  <handa@m17n.org>
1855         * composite.el (compose-region): Cancel previous change.
1857 2012-02-02  Kenichi Handa  <handa@m17n.org>
1859         * composite.el (compose-region, compose-string): Signal error for
1860         a null string component (Bug#6988).
1862 2012-02-01  Chong Yidong  <cyd@gnu.org>
1864         * view.el (view-buffer-other-window, view-buffer-other-frame):
1865         Handle special modes like view-buffer (Bug#10650).
1866         (view-buffer): Simplify.
1868         * frame.el (set-frame-font): Tweak meaning of third argument.
1870         * dynamic-setting.el (font-setting-change-default-font):
1871         Use set-frame-font (Bug#9982).
1873 2012-02-01  Glenn Morris  <rgm@gnu.org>
1875         * progmodes/compile.el (compilation-internal-error-properties):
1876         Respect compilation-first-column in the "*compilation*" buffer.
1878         * emacs-lisp/easy-mmode.el (define-minor-mode):
1879         Relax :variable's test for a named function.
1881 2012-01-31  Alan Mackenzie  <acm@muc.de>
1883         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1884         off by one error.
1886 2012-01-31  Chong Yidong  <cyd@gnu.org>
1888         * frame.el (set-frame-font): New arg ALL-FRAMES.
1890         * menu-bar.el (menu-set-font): Use set-frame-font.
1892         * faces.el (face-spec-reset-face): Don't apply unspecified
1893         attribute values to the default face.
1895 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
1897         * progmodes/cwarn.el (cwarn): Remove dead link.
1898         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1899         Remove * from defcustom docstrings.
1900         (turn-on-cwarn-mode): Make obsolete.
1901         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1902         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1904 2012-01-31  Glenn Morris  <rgm@gnu.org>
1906         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1907         Fix :variable handling of mode a symbol not equal to modefun.
1908         Allow named functions to be used as the cdr of :variable.
1910 2012-01-30  Glenn Morris  <rgm@gnu.org>
1912         * emacs-lisp/authors.el (authors-fixed-entries):
1913         Remove reference to deleted file rnewspost.el.
1915 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
1917         * window.el (window-with-parameter): Remove unused variable `windows'.
1918         (window--side-check): Remove unused variable `code'.
1919         (window--resize-siblings): Remove unused variable `first'.
1920         (adjust-window-trailing-edge): Remove unused variable `failed'.
1921         (window-deletable-p, window--delete): Remove unused variable `buffer'.
1922         Use `let', not `let*'.
1923         (balance-windows-2): Remove unused variable `found'.
1924         (window--state-put-2): Remove unused variable `splits'.
1925         (window-state-put): Remove unused variable `selected'.
1926         (same-window-p): Use `string-match-p'.
1927         (display-buffer-assq-regexp): Remove unused variable `value'.
1928         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1929         Mark argument ALIST as ignored.
1930         (pop-to-buffer): Remove unused variable `old-window'.
1932 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
1934         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1935         and .lzma compressed files.
1937 2012-01-29  Chong Yidong  <cyd@gnu.org>
1939         * frame.el (window-system-default-frame-alist): Doc fix.
1941         * dynamic-setting.el (font-setting-change-default-font): Don't
1942         change the default face if SET-FONT argument is non-nil (Bug#9982).
1944 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
1946         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1948 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
1950         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1951         breakpoints in files outside current directory (Bug#6098).
1953 2012-01-29  Chong Yidong  <cyd@gnu.org>
1955         * progmodes/python.el: Require ansi-color at top-level.
1957         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1958         Define and use in Emacs Lisp mode (Bug#9360).
1959         (lisp-mode-abbrev-table): Add doc.
1960         (lisp-mode-variables): Don't set local-abbrev-table.
1961         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1963 2012-01-28  Roland Winkler  <winkler@gnu.org>
1965         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1967 2012-01-28  Roland Winkler  <winkler@gnu.org>
1969         * textmodes/bibtex.el (bibtex-entry-alist): New function.
1970         (bibtex-set-dialect): Use it.  Either set global values of
1971         dialect-dependent variables or bind these variables buffer-locally
1972         (Bug#10254).
1973         (bibtex-mode): Call bibtex-set-dialect via
1974         hack-local-variables-hook.
1975         (bibtex-dialect): Update docstring.
1976         Add safe-local-variable predicate.
1977         (bibtex-entry-alist, bibtex-field-alist): Initialize via
1978         bibtex-set-dialect.
1979         (bibtex-mode-map): Define menu for each dialect.
1980         (bibtex-entry): Fix docstring.
1982 2012-01-28  Chong Yidong  <cyd@gnu.org>
1984         * eshell/esh-arg.el (eshell-quote-argument): New function.
1986         * eshell/esh-ext.el (eshell-invoke-batch-file):
1987         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1988         first arg to eshell-parse-command (Bug#10523).
1990 2012-01-28  Drew Adams  <drew.adams@oracle.com>
1992         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1993         `default-directory' is non-nil.
1995 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
1997         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1998         line that displays system-configuration-options.  (Bug#9924)
2000 2012-01-28  Drew Adams  <drew.adams@oracle.com>
2002         * descr-text.el (describe-char): Show information about POS, in
2003         addition to information about the character at POS.  Improve and
2004         update the doc string.  Change "code point" to "code point in
2005         charset", to avoid confusion with the character's Unicode code
2006         point shown above that.  (Bug#10129)
2008 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
2010         * descr-text.el (describe-char): Show the raw character, not only
2011         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
2012         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2013         for the reasons.
2015 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
2017         * emacs-lisp/package.el (package-install):
2018         Run package-refresh-contents if there is no archive yet (Bug#9798).
2020 2012-01-28  Chong Yidong  <cyd@gnu.org>
2022         * emacs-lisp/package.el (package-maybe-load-descriptor):
2023         New function, split from package-maybe-load-descriptor.
2024         (package-maybe-load-descriptor): Use it.
2025         (package-download-transaction): Fully load required packages
2026         inside the loop, so that `require' calls work (Bug#10593).
2027         (package-install): No need to call package-initialize now.
2029 2012-01-28  Chong Yidong  <cyd@gnu.org>
2031         * simple.el (deactivate-mark): Doc fix (Bug#8614).
2033         * tooltip.el (tooltip-mode): Doc fix.
2034         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2036         * frame.el (set-cursor-color): Doc fix (Bug#352).
2038         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2039         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2041         * cus-edit.el (custom-buffer-create-internal): Fix search button
2042         action (Bug#10542).
2043         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2045 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
2047         * dired.el (dired-mark-files-regexp):
2048         Include any subdirectory components.  (Bug#10445)
2050 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
2052         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2053         Handle [host]:port syntax.  (Bug#10533)
2055 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
2057         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2059 2012-01-26  Glenn Morris  <rgm@gnu.org>
2061         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2062         * term.el (term-raw-escape-map): Use Control-X-prefix.
2063         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
2065 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
2067         * window.el (window-state-get, window--state-get-1): Don't deal
2068         with fixed-sizeness of windows.  Simplify code.
2070 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
2072         * window.el (window--state-get-1, window--state-put-2):
2073         Don't save and restore the mark.
2075 2012-01-25  Chong Yidong  <cyd@gnu.org>
2077         * custom.el (custom-variable-p): Doc fix.
2079 2012-01-25  Glenn Morris  <rgm@gnu.org>
2081         * dired.el (dired-goto-file): Handle some of the more common
2082         characters that `ls -b' escapes.  (Bug#10596)
2084         * progmodes/compile.el (compilation-next-error-function):
2085         Respect compilation-first-column in the "*compilation*" buffer.
2086         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
2088         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
2090 2012-01-24  Glenn Morris  <rgm@gnu.org>
2092         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
2094 2012-01-24  Julien Danjou  <julien@danjou.info>
2096         * color.el (color-rgb-to-hsl): Fix value computing.
2097         (color-hue-to-rgb): New function.
2098         (color-hsl-to-rgb): New function.
2099         (color-clamp, color-saturate-hsl, color-saturate-name)
2100         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2101         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2103 2012-01-24  Glenn Morris  <rgm@gnu.org>
2105         * vc/vc-rcs.el (vc-rcs-create-tag):
2106         * vc/vc-sccs.el (vc-sccs-create-tag):
2107         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
2109 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
2111         * eshell/esh-util.el (eshell-read-hosts-file):
2112         Skip comment lines.  (Bug#10549)
2114         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
2116 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
2118         * subr.el (display-delayed-warnings): Doc fix.
2119         (collapse-delayed-warnings): New function to collapse identical
2120         adjacent warnings.
2121         (delayed-warnings-hook): Add it.
2123 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
2125         * net/tramp.el (tramp-action-login): Set connection property "login-as".
2127         * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2128         properties, when "login-as" is set.
2130         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2131         (tramp-default-user-alist): Don't add "pscp".
2132         (tramp-do-copy-or-rename-file-out-of-band): Use connection
2133         property "login-as", if set.  (Bug#10530)
2135 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
2137         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2138         "plink1" and "psftp".  (Bug#10530)
2140 2012-01-21  Kenichi Handa  <handa@m17n.org>
2142         * international/mule-cmds.el (prefer-coding-system): Show a
2143         warning message if the default value of file-name-coding-system
2144         was not changed.
2146 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
2148         * windmove.el (windmove-reference-loc):
2149         Fix windmove-reference-loc miscalculation.
2151 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
2153         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2154         default unit.
2156 2012-01-21  Glenn Morris  <rgm@gnu.org>
2158         * international/mule.el (auto-coding-alist): Add .tbz.
2160         * files.el (local-enable-local-variables): Doc fix.
2161         (inhibit-local-variables-regexps): Rename from
2162         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
2163         Doc fix.  Add some extensions from auto-coding-alist.
2164         (inhibit-local-variables-suffixes):
2165         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
2166         (inhibit-local-variables-p):
2167         New function, extracted from set-auto-mode-1.
2168         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
2169         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
2170         (hack-local-variables): Doc fix.  Make the mode-only case
2171         respect enable-local-variables and friends.
2172         Respect inhibit-local-variables-regexps for file-locals, but
2173         not for directory-locals.
2174         (set-visited-file-name):
2175         Take account of inhibit-local-variables-regexps.
2176         Whether it applies may change as the file name is changed.
2177         * jka-cmpr-hook.el (jka-compr-install):
2178         * jka-compr.el (jka-compr-uninstall):
2179         Update for inhibit-first-line-modes-suffixes name change.
2181 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
2183         * help-macro.el (make-help-screen): Temporarily restore original
2184         binding for minor-mode-map-alist (Bug#10454).
2186 2012-01-19  Julien Danjou  <julien@danjou.info>
2188         * color.el (color-name-to-rgb): Use the white color to find the max
2189         color component value and return correctly computed values.
2190         (color-name-to-rgb): Add missing float conversion for max value.
2192 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
2194         * window.el (window--state-get-1, window-state-get): Do not use
2195         special state value for window-persistent-parameters.
2196         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
2197         (window--state-put-2): Reset all window parameters to nil before
2198         assigning values of persistent parameters.
2200 2012-01-18  Alan Mackenzie  <acm@muc.de>
2202         Eliminate sluggishness and hangs in fontification of "semicolon
2203         deserts".
2205         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2206         Change value 10000 -> 3000.
2207         (c-state-safe-place): Reformulate so it doesn't stack up an
2208         infinite number of wrong entries in c-state-nonlit-pos-cache.
2209         (c-determine-limit-get-base, c-determine-limit): New functions to
2210         determine backward search limits disregarding literals.
2211         (c-find-decl-spots): Amend commenting.
2212         (c-cheap-inside-bracelist-p): New function which detects "={".
2214         * progmodes/cc-fonts.el
2215         (c-make-font-lock-BO-decl-search-function): Give a limit to a
2216         backward search.
2217         (c-font-lock-declarations): Fix an occurrence of point being
2218         undefined.  Check additionally for point being in a bracelist or
2219         near a macro invocation without a semicolon so as to avoid a
2220         fruitless time consuming search for a declarator.  Give a more
2221         precise search limit for declarators using the new
2222         c-determine-limit.
2224 2012-01-18  Glenn Morris  <rgm@gnu.org>
2226         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2227         (set-auto-mode): Doc fixes.
2229 2012-01-17  Glenn Morris  <rgm@gnu.org>
2231         * isearch.el (search-nonincremental-instead): Fix doc typo.
2233         * dired.el (dired-insert-directory): Handle newlines in directory name.
2234         (dired-build-subdir-alist): Unescape newlines in directory name.
2236 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
2238         * net/tramp.el (tramp-local-end-of-line): New defcustom.
2239         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2240         (tramp-action-terminal): Use it.  (Bug#10530)
2242 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * minibuffer.el (completion--replace): Strip properties (bug#10062).
2246 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
2248         * window.el (window-state-ignored-parameters): Remove variable.
2249         (window--state-get-1): Rename argument MARKERS to IGNORE.
2250         Handle persistent window parameters.  Make copy of clone-of
2251         parameter only if requested.  (Bug#10348)
2252         (window--state-put-2): Install a window parameter only if it has
2253         a non-nil value or an existing parameter shall be overwritten.
2255 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
2257         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2259 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
2261         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2262         don't pass the (nil) value of `upnode' to string-match.
2264 2012-01-14  Chong Yidong  <cyd@gnu.org>
2266         * startup.el (command-line): Fix X resource class for cursorColor.
2267         Fix values recognized by the cursorBlink resource.
2269 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
2271         * epg.el (epg--make-temp-file): Avoid permission race condition
2272         when running on old Emacs versions (bug#10403).
2274 2012-01-14  Glenn Morris  <rgm@gnu.org>
2276         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2278 2012-01-13  Alan Mackenzie  <acm@muc.de>
2280         Fix filling for when filladapt mode is enabled.
2282         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2283         c-mask-paragraph, pass in `fill-paragraph' rather than
2284         `fill-region-as-paragraph'.  (This is a reversion of a previous
2285         change.)
2286         * progmodes/cc-mode.el (c-basic-common-init):
2287         Make fill-paragraph-handle-comment buffer local and set it to nil.
2289 2012-01-13  Glenn Morris  <rgm@gnu.org>
2291         * dired.el (dired-switches-escape-p): New function.
2292         (dired-insert-directory): Use dired-switches-escape-p.
2293         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
2295         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
2297 2012-01-12  Glenn Morris  <rgm@gnu.org>
2299         * mail/sendmail.el (mail-mode): Update paragraph-separate for
2300         changes in adaptive-fill-regexp.  (Bug#10276)
2302 2012-01-11  Alan Mackenzie  <acm@muc.de>
2304         Fix Emacs bug #10463 - put `widen's around the critical spots.
2306         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2307         widen around each invocation of c-state-pp-to-literal.  Remove an
2308         unused let variable.
2310 2012-01-11  Glenn Morris  <rgm@gnu.org>
2312         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
2313         Doc fix.
2315 2012-01-10  Chong Yidong  <cyd@gnu.org>
2317         * net/network-stream.el (network-stream-open-starttls):
2318         Avoid emitting a confusing error message when the server gives a bad
2319         response to the capability command.
2321 2012-01-10  Glenn Morris  <rgm@gnu.org>
2323         * mail/unrmail.el (unrmail): Tweak previous change.
2325 2012-01-09  Chong Yidong  <cyd@gnu.org>
2327         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2329 2012-01-08  Alan Mackenzie  <acm@muc.de>
2331         Optimise font locking in long enum definitions.
2333         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2334         arm to a cond form to handle enums.
2335         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2336         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2338 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2340         * files.el (move-file-to-trash): Preserve default file modes on error.
2341         (Bug#10401)
2343 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345         * faces.el (set-face-attribute): Clarify the meaning of the nil
2346         frame (bug#10294).
2348         * subr.el (with-selected-frame): Mention that the selected frame
2349         is restored (bug#9980).
2351         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2352         (bug#9759).
2354         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
2355         (password-read): Don't autoload unused function.
2357 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
2359         * progmodes/which-func.el (which-func-mode): Turn into a
2360         non-interactive function and mark as obsolete (bug#10428).
2362 2012-01-06  Chong Yidong  <cyd@gnu.org>
2364         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2365         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2366         functions, along with 1 and -1.
2368 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
2370         * time.el (display-time-load-average)
2371         (display-time-default-load-average): Doc fixes.  See the thread
2372         starting at
2373         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2374         for the details.
2376 2012-01-06  Glenn Morris  <rgm@gnu.org>
2378         * mail/unrmail.el (unrmail): Give an explicit error if the input file
2379         has no messages.  (Bug#10377)
2381         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2382         than Info-edit.  (Bug#10385)
2384         * time.el (display-time-load-average, display-time-next-load-average):
2385         Doc fixes.
2387         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2388         local setting of buffer-read-only to the input buffer.  (Bug#10419)
2390         * calendar/calendar.el (calendar-mode):
2391         Locally set scroll-margin to 0.  (Bug#10379)
2393 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
2395         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
2397 2012-01-05  Glenn Morris  <rgm@gnu.org>
2399         * eshell/em-unix.el (diff-no-select): Autoload it.
2400         (eshell/diff): Use diff-no-select.  (Bug#10420)
2402 2012-01-05  Chong Yidong  <cyd@gnu.org>
2404         * shell.el (shell-dynamic-complete-functions): Revert last change.
2405         (shell-command-completion-function): New function.
2406         (shell-completion-vars): Use it to implement
2407         shell-completion-execonly (Bug#10417).
2409         * custom.el (enable-theme): Don't set custom-safe-themes.
2411         * cus-theme.el (custom-theme-merge-theme):
2412         Ignore custom-enabled-themes and custom-safe-themes.
2414 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
2416         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2417         first prompt in `sql-interacive-mode'.
2418         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
2419         keywords.
2420         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
2421         (sql-product-interactive): Bug fix: Set `sql-buffer' in
2422         context of original buffer.  Invoke `sql-login-hook'.
2424 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
2426         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2427         letters in cite-prefix.
2429 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2433 2012-01-03  Chong Yidong  <cyd@gnu.org>
2435         * shell.el (shell-dynamic-complete-functions):
2436         Put pcomplete-completions-at-point, so as to try
2437         comint-filename-completion first (Bug#10417).
2439 2012-01-02  Richard Stallman  <rms@gnu.org>
2441         * battery.el (battery-status-function):
2442         Detect when to use battery-yeeloong-sysfs.
2443         (battery-echo-area-format): Add string for Yeeloong.
2444         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2445         (battery-yeeloong-sysfs): New function.
2447 2012-01-02  Chong Yidong  <cyd@gnu.org>
2449         * dirtrack.el (dirtrack-list): Eliminate unused third element.
2450         (dirtrack): Merge code for handling relative filenames in prompt
2451         from shell-dir-cookie-watcher.
2452         (dirtrack-debug-message): New arg to avoid excess format calls.
2454         * shell.el (shell-dir-cookie-re): Variable deleted.
2455         (shell-dir-cookie-watcher): Function deleted.
2456         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2457         with dirtrack-mode.
2459 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
2461         * term/w32-win.el (dynamic-library-alist) <gnutls>:
2462         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
2463         libgnutls-26.dll.
2465 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
2467         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2469 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
2471         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2472         headers of non-MIME messages, when rmail-enable-mime is non-nil.
2474 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
2476         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2477         also for alternative shells.
2478         (tramp-open-connection-setup-interactive-shell): Check, whether
2479         the shell is a busybox.
2480         (tramp-send-command): Don't suppress multiple prompts for
2481         busyboxes, it hurts.
2483 2011-12-28  Chong Yidong  <cyd@gnu.org>
2485         * progmodes/gdb-mi.el (gdb-get-source-file-list)
2486         (gdb-get-source-file): Move mode line update to
2487         gdb-get-source-file (Bug#10087).
2489 2011-12-25  Chong Yidong  <cyd@gnu.org>
2491         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2492         gud-gdb-marker-filter without taking it as an argument.
2493         (gud-gdb-run-command-fetch-lines): Caller changed.
2494         (gud-gdb-completion-function): New variable.
2495         (gud-gdb-completion-at-point): Use it.
2496         (gud-gdb-completions-1): Split from gud-gdb-completions.
2498         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2499         function as separate arguments.
2500         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2501         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2502         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2503         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2504         (gdb-stopped, def-gdb-auto-update-trigger)
2505         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
2506         (gdb-get-changed-registers, gdb-get-main-selected-frame):
2507         Callers changed.
2508         (gud-gdbmi-completions): New function.
2509         (gdb): Use it for generating the completion table.
2511 2011-12-24  Alan Mackenzie  <acm@muc.de>
2513         Introduce a mechanism to widen the region used in context font
2514         locking.  Use this to protect declarations from losing their contexts.
2516         * progmodes/cc-langs.el (c-before-font-lock-functions):
2517         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
2518         (c-before-context-fontification-functions): New defvar, a list of
2519         functions to be run just before context (etc.) font locking.
2521         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
2522         New, functionality extracted from
2523         c-neutralize-syntax-in-and-mark-CPP.
2524         (c-in-after-change-fontification): New variable.
2525         (c-after-change): Set c-in-after-change-fontification.
2526         (c-set-fl-decl-start): Rejig its interface, so it can be called
2527         from both after-change and context fontifying.
2528         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2529         New functions.
2530         (c-standard-font-lock-fontify-region-function): New variable.
2531         (c-font-lock-fontify-region): New function.
2533 2011-12-24  Juri Linkov  <juri@jurta.org>
2535         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2536         (Bug#10348)
2538 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
2540         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2541         existence of source file.  (Bug#10325)
2543 2011-12-23  Alan Mackenzie  <acm@muc.de>
2545         Fix unstable fontification inside templates.
2547         * progmodes/cc-langs.el (c-before-font-lock-functions):
2548         Newly created from the singular version.  The (c c++ objc) entry now
2549         additionally has c-set-fl-decl-start.  The other languages (apart
2550         from AWK) have that as a single entry.
2552         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2553         The functionality for "local" declarations has been extracted to
2554         c-set-fl-decl-start.
2556         * progmodes/cc-mode.el (c-common-init, c-after-change):
2557         Changes due to pluralisation of c-before-font-lock-functions.
2558         (c-set-fl-decl-start): New function, extracted from
2559         c-font-lock-enclosing-decls and enhanced.
2561 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
2563         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2565 2011-12-22  Juri Linkov  <juri@jurta.org>
2567         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
2569 2011-12-22  Chong Yidong  <cyd@gnu.org>
2571         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2573 2011-12-21  Drew Adams  <drew.adams@oracle.com>
2575         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
2577 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
2579         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2581 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2583         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
2584         highlighting and support.  Fix up comments for capitalization.
2585         (cfengine-mode-debug): New var.
2586         (cfengine3-mode): Change the modeline indicator to "CFE3".
2587         (cfengine3-font-lock-keywords): Improve defun highlighting.
2588         (cfengine2-actions): Rename from `cfengine-actions'.
2589         (cfengine2-font-lock-keywords): Rename from
2590         `cfengine-font-lock-keywords'.
2591         (cfengine2-imenu-expression): Rename from
2592         `cfengine-imenu-expression'.
2593         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2594         (cfengine2-beginning-of-defun): Rename from
2595         `cfengine-beginning-of-defun'.
2596         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2597         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2598         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
2599         modeline indicator to "CFE2".
2600         (cfengine-mode): Defalias to `cfengine-auto-mode'.
2601         (cfengine-mode-abbrevs): Mark obsolete.
2603 2011-12-21  Chong Yidong  <cyd@gnu.org>
2605         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2606         filename argument.
2608 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
2610         * window.el (window-normalize-buffer-to-display): Remove.
2611         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2613 2011-12-19  Chong Yidong  <cyd@gnu.org>
2615         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2616         Don't signal an error in a predicate function; return non-nil.
2617         (vc-dir-mark-file): Move the error here.
2618         (vc-dir-mark-unmark): If acting on the region, keep going if one
2619         of the entries cannot be marked/unmarked.
2620         (vc-dir-mark-all-files): If current entry is a directory, mark
2621         only child files, as documented.
2623 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2625         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2626         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2627         addition.
2629 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
2631         * term/ns-win.el (ns-get-selection-internal)
2632         (ns-store-selection-internal): Declare.
2633         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2634         Declare as obsolete.
2635         (ns-get-pasteboard, ns-paste-secondary):
2636         Use ns-get-selection-internal.
2637         (ns-set-pasteboard,  ns-copy-including-secondary):
2638         Use ns-store-selection-internal.
2640 2011-12-17  Chong Yidong  <cyd@gnu.org>
2642         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
2643         (vc-deduce-fileset): Doc fix.
2645 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
2647         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2649 2011-12-13  Sam Steingold  <sds@gnu.org>
2651         * man.el (Man-getpage-in-background): When running under a
2652         window-system, ignore $MANWIDTH and $COLUMNS.
2654 2011-12-15  Kenichi Handa  <handa@m17n.org>
2656         * language/ethio-util.el: Change coding tag to utf-8-emacs.
2657         (setup-ethiopic-environment-internal): Comment out key-binding for
2658         ethio-toggle-punctuation.
2660 2011-12-13  Alan Mackenzie  <acm@muc.de>
2662         Add the switch statement to AWK Mode.
2664         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
2665         "default" to the keywords regexp.
2667         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
2668         expression as the rest.
2669         (c-nonlabel-token-key): Allow string literals for AWK.
2670         Refactor for the other modes.
2672         Large brace-block initialisation makes CC Mode slow: Fix.
2673         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
2674         routines.  Limit backward searching in c-font-lock-enclosing.decl.
2676         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2677         pp-state and literal type in addition to the limits.
2678         (c-state-safe-place): New defun, extracted from c-state-literal-at.
2679         (c-state-literal-at): Use the above new defun.
2680         (c-slow-in-literal, c-fast-in-literal): Remove.
2681         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
2683         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2684         being in a literal.  Add a limit for backward searching.
2686         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2687         c-slow-in-literal.
2689 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2691         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2693 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
2695         * window.el (delete-other-windows): Use correct frame in call to
2696         window-with-parameter.
2698 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
2700         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2701         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2702         (makefile-gmake-statements, makefile-makepp-statements):
2703         Use it and add new makepp keywords.
2704         (makefile-makepp-font-lock-keywords): Add new patterns.
2705         (makefile-match-function-end): Match new [...] and [[...]].
2707 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
2709         * ses.el (ses-call-printer-return, ses-cell-property-get)
2710         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2711         (ses-create-cell-variable, ses-reset-header-string)
2712         (ses-cell-set-formula, ses-repair-cell-reference-all)
2713         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2714         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2715         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2716         (ses-aset-with-undo, ses-load, ses-truncate-cell)
2717         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2718         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2719         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2720         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2721         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2722         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2723         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2724         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2726 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2728         * ses.el: The overall change is to add cell renaming, that is
2729         setting fancy names for cell symbols other than name matching
2730         "\\`[A-Z]+[0-9]+\\'" regexp .
2731         (ses-create-cell-variable): New defun.
2732         (ses-relocate-formula): Relocate formulas only for cells the
2733         symbols of which are not renamed, i.e. symbols whose names do not
2734         match regexp "\\`[A-Z]+[0-9]+\\'".
2735         (ses-relocate-all): Relocate values only for cells the symbols of
2736         which are not renamed.
2737         (ses-load): Create cells variables as the (ses-cell ...) are read,
2738         in order to check row col consistency with cell symbol name only
2739         for cells that are not renamed.
2740         (ses-replace-name-in-formula): New defun.
2741         (ses-rename-cell): New defun.
2743 2011-12-11  Chong Yidong  <cyd@gnu.org>
2745         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2746         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2748 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
2750         * window.el (other-window): Fix docstring.
2752 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
2754         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
2755         `from' or `to' address before taking its substring.
2756         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
2757         encoded name is chopped in the middle of the encoded string, and
2758         thus displayed encoded.
2760 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
2762         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2764 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
2766         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
2767         to use texinfo-update-node and commands that call it if the
2768         Texinfo file uses @node lines without next/prev/up pointers.
2769         Correct outdated description about texinfo-master-menu.
2770         (texinfo-all-menus-update, texinfo-master-menu)
2771         (texinfo-update-node, texinfo-every-node-update)
2772         (texinfo-multiple-files-update): Doc fix.  Warn against updating
2773         all the @node lines.
2774         (texinfo-master-menu): Only call texinfo-update-node if the prefix
2775         argument is numeric.  Explain better in the doc string what the
2776         function really does.
2777         (texinfo-insert-master-menu-list): Improve the error message
2778         displayed if there's no menu in the Top node.
2779         (Bug#2975)  See also this thread:
2780         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2782 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
2784         * speedbar.el (speedbar-supported-extension-expressions):
2785         Add .adb and .ads, commonly used for Ada source code (bug#10256).
2787 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
2789         * printing.el (pr-mode-alist):
2790         * simple.el (filter-buffer-substring-functions)
2791         (completion-list-insert-choice-function):
2792         * window.el (window-with-parameter, window-atom-root)
2793         (window-sides-slots, window-size-fixed, window-min-delta)
2794         (window-max-delta, window--resize-mini-window)
2795         (window--resize-child-windows-normal, window-tree)
2796         (delete-other-windows, quit-window, split-window)
2797         (display-buffer-record-window, special-display-buffer-names)
2798         (special-display-regexps, special-display-popup-frame)
2799         (same-window-p, split-window-sensibly)
2800         (display-buffer-overriding-action, display-buffer-alist)
2801         (display-buffer-base-action, display-buffer, switch-to-buffer)
2802         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2803         (fit-window-to-buffer, recenter-positions)
2804         (mouse-autoselect-window-state, mouse-autoselect-window-select):
2805         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2806         and remove unneeded backslashes in docstrings.
2808 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2810         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2812         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2813         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2814         end in ".mk".
2815         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2816         when reading the makefile (bug#10116).
2818 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2820         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2821         (bug#10116).
2823 2011-12-06  Glenn Morris  <rgm@gnu.org>
2825         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2827 2011-12-06  Chong Yidong  <cyd@gnu.org>
2829         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2831 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2833         * textmodes/table.el (table-shorten-cell): Fix typo.
2835 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
2837         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2839 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
2841         * descr-text.el (describe-char): Fix display of strong
2842         right-to-left characters and directional embeddings and overrides.
2844         * simple.el (what-cursor-position): Fix display of codepoints of
2845         strong right-to-left characters.
2847 2011-12-05  Chong Yidong  <cyd@gnu.org>
2849         * faces.el (read-color): Doc fix.
2851 2011-12-05  Glenn Morris  <rgm@gnu.org>
2853         * align.el (align--set-marker): Add doc-string.
2854         Don't try to move something that is not a marker.  (Bug#10216)
2856 2011-12-04  Glenn Morris  <rgm@gnu.org>
2858         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2859         overly zealous deletion of trailing whitespace.
2861 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
2863         * server.el (server-delete-client): On Windows, do not try to delete
2864         the only terminal.
2865         (server-process-filter): On Windows, treat requests for a tty frame as
2866         if they were for a GUI frame if the running server is in GUI mode.
2868 2011-12-03  Glenn Morris  <rgm@gnu.org>
2870         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
2872 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2874         * electric.el: Streamline electric-indent's hook.
2875         (electric-indent-chars): Revert to simple list.
2876         (electric-indent-functions): New var.
2877         (electric-indent-post-self-insert-function): Use it.
2879         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2880         there's no inferior buffer (bug#10196).
2881         (prolog-consult-compile): Don't use toggle-read-only.
2883 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
2885         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2886         interrupt.  (Bug#10187)
2888 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2891         (bug#9160).
2893         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2894         (bug#10191).
2896 2011-12-02  Juri Linkov  <juri@jurta.org>
2898         * info.el (Info-search): Display "end of manual" when Isearch
2899         reaches the end of single-file Info manual.  (Bug#9918)
2901 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
2903         * isearch.el (isearch-message-prefix): Run the input method part
2904         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
2906 2011-12-02  Juri Linkov  <juri@jurta.org>
2908         * isearch.el (isearch-occur): Use `word-search-regexp' for
2909         `isearch-word'.
2910         (isearch-search-and-update): Add condition for `isearch-word' and
2911         call `word-search-regexp'.  (Bug#10145)
2913 2011-12-01  Glenn Morris  <rgm@gnu.org>
2915         * eshell/em-hist.el (eshell-hist-initialize):
2916         Handle eshell-history-size nil and HISTSIZE set or unset.
2917         (eshell-history-file-name, eshell-history-size): Fix custom type.
2919 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2923 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
2925         * progmodes/verilog-mode.el (verilog-pretty-expr):
2926         Rework verilog-pretty-expr to handle new assignment operators in system
2927         verilog, such as += *= and the like.
2928         (verilog-assignment-operator-re): Regular expression to find the
2929         assigment operator in a verilog assignment.
2930         (verilog-assignment-operation-re): Regular expression to find an
2931         assignment statement for pretty-expr.
2932         (verilog-in-attribute-p): Query returns true if point is in an
2933         attribute context; used to skip these for expression line up from
2934         pretty-expr.
2935         (verilog-in-parameter-p): Query returns true if point is in an
2936         parameter definition context; used to skip these for expression
2937         line up from pretty-expr.
2938         (verilog-in-parenthesis-p): Query returns true if point is in a
2939         parenthetical expression, specifically ( ) but not [ ] or { };
2940         used by pretty-expr.
2941         (verilog-just-one-space): If there is no space, don't add one.
2942         (verilog-get-lineup-indent-2): Specifically skip just attribute
2943         contexts for expression lineup, rather than skipping all
2944         parenthetical expressions.
2945         (verilog-calculate-indent): Fix comment, and fix indent.
2946         (verilog-do-indent): Indent declarations in lists (suggested by
2947         Joachim Lechner).
2948         (verilog-mode-abbrev-table): Populate abbrev mode with the various
2949         skeleton items.
2950         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2951         by Alain Mellan).
2953 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
2955         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2956         parameters with embedded comments.  Reported by Ray Stevens.
2957         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2958         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2959         Reported by Tim Holt.
2960         (verilog-auto): Fix AUTOing a upper module then AUTOing module
2961         instantiated by upper module causing wrong expansion until AUTOed a
2962         second time.  Reported by K C Buckenmaier.
2963         (verilog-diff-auto): Fix showing .* as a difference when
2964         `verilog-auto-star-save' off.  Reported by Dan Dever.
2965         (verilog-auto-reset, verilog-read-always-signals)
2966         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2967         temporary signals in reset list if
2968         verilog-auto-reset-blocking-in-non is nil, and match assignment
2969         style to each signal's assignment type, bug381.
2970         Reported by Thomas Esposito.
2971         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2972         (verilog-uvm-statement-re): Support UVM indentation and
2973         highlighting, with old OVM keywords only.
2974         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
2975         Support AUTOTIEOFF creating non-wire data types.
2976         Suggested by Jonathan Greenlaw.
2977         (verilog-auto-insert-lisp, verilog-delete-to-paren)
2978         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2979         (verilog-inject-sense, verilog-read-inst-pins)
2980         (verilog-read-sub-decls, verilog-read-sub-decls-line):
2981         Fix mismatching parenthesis inside commented out code when deleting
2982         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
2983         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2984         non-numeric vector width.  Reported by Alex Reed.
2985         (verilog-auto-ascii-enum): Add "onehot" option to work around not
2986         detecting signals with parameter widths.  Reported by Alex Reed.
2987         (verilog-auto-delete-trailing-whitespace):
2988         With `verilog-auto-delete-trailing-whitespace' remove trailing
2989         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
2990         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2991         Fix verilog-scan-cache corruption when running user AUTO expansion
2992         hooks that call indentation routines.
2993         (verilog-simplify-range-expression): Fix typo ignoring lower case
2994         identifiers.
2995         (verilog-delete-auto): Fix delete-autos to also remove user created
2996         automatics, as long as they start with AUTO.
2997         (verilog-batch-diff-auto, verilog-diff-auto)
2998         (verilog-diff-function): Add `verilog-diff-auto' and bind to
2999         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
3000         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3001         (verilog-in-paren-quick, verilog-re-search-backward-quick)
3002         (verilog-re-search-forward-quick, verilog-syntax-ppss):
3003         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
3004         is disabled and its cache will get corrupt, causing AUTOS not to
3005         expand.  Instead use only -quick functions.
3006         (verilog-scan-region): Fix scanning over escaped quotes.
3007         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3008         (verilog-re-search-backward-quick)
3009         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3010         related functions now ignore strings, to fix misparsing of strings
3011         with magic comments embedded in them.
3012         (verilog-read-auto-template):
3013         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3014         Reported by Brad Dobbie.
3015         (verilog-read-auto-template):
3016         Fix 'verilog-auto-inst-template-numbers' with comments.
3017         Reported by Brad Dobbie.
3018         (verilog-auto-inst, verilog-auto-inst-param)
3019         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3020         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
3021         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
3022         debugging templates without merge conflicts, bug357.
3023         Reported by Brad Dobbie.
3024         (verilog-read-auto-template):
3025         Fix verilog-auto-inst-template-numbers with multiple templates.
3026         Reported by Brad Dobbie.
3027         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3028         abbrevs so user won't be asked to save.
3029         (verilog-read-auto-lisp-present): Fix to start at beginning of
3030         buffer in case called outside of verilog-auto.
3031         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3032         to "X-2".  Reported by Matthew Myers.
3033         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3034         all inputs from module templates.  Reported by Leith Johnson.
3035         (verilog-module-inside-filename-p): Fix locating programs as with
3036         modules.
3037         (verilog-auto-inst-port): Fix vl-width expressions when using
3038         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
3039         (verilog-decls-get-regs, verilog-decls-get-signals,
3040         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3041         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3042         verilog-read-decls): Combine reg and wire structures into one var
3043         structure to represent SystemVerilog concepts.
3044         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3045         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
3046         (verilog-auto-wire-type, verilog-insert-definition):
3047         Add verilog-auto-wire-type and AUTOLOGIC to support using
3048         SystemVerilog "logic" keyword instead of "wire"/"reg".
3049         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3050         to declares outputs that also have assignments (presumably in an
3051         ifdef or generate if so there's not a driver conflict).
3052         Reported by Matthew Myers.
3053         (verilog-auto-declare-nettype, verilog-insert-definition):
3054         Add verilog-auto-declare-nettype to fix declarations using
3055         `default_nettype none.  Reported by Julian Gorfajn.
3056         (verilog-read-always-signals-recurse, verilog-read-decls)
3057         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3058         malformed end statement, bug325.  Reported by Joshua Wise and
3059         Andrew Drake.
3060         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3061         (verilog-inst-comment-re): Fix not deleting Interfaced comment
3062         when expanding .* in interfaces, bug320.
3063         Reported by Pierre-David Pfister.
3064         (verilog-read-module-name): Fix import statements between module
3065         name and open parenthesis, bug317.
3066         Reported by Pierre-David Pfister.
3067         (verilog-simplify-range-expression): Fix simplification of
3068         multiplications inside AUTOWIRE connections, bug303.
3069         (verilog-auto-inst-port): Support parameter expansion in
3070         multidimensional arrays.
3071         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3072         after "assert property".  Reported by Julian Gorfajn.
3073         (verilog-simplify-range-expression): Fix "couldn't merge" errors
3074         with multiplication, bug303.
3075         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3076         Reported by Jan Frode Lonnum.
3078 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
3080         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3081         (hfy-shell-file-name, hfy-shell):
3082         * international/fontset.el (x-decompose-font-name): Fix typos.
3084 2011-11-29  Ken Brown  <kbrown@cornell.edu>
3086         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3087         (gdb-version): Remove defvar.
3088         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3089         (gdb-gud-context-command, gdb-non-stop-handler)
3090         (gdb-current-context-command, gdb-stopped): Use it.
3091         (gdb-init-1): Enable pretty printing here.
3092         (gdb-non-stop-handler): Don't enable pretty-printing here.
3093         Check to see if the target supports non-stop mode; if not, turn off
3094         non-stop mode.  Use the following.
3095         (gdb-check-target-async): New defun.
3096         (gud-watch, gdb-stopped): Fix whitespace.
3097         (gdb-get-source-file): Don't try to display the source file if
3098         `gdb-main-file' is nil.
3100 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3102         * align.el: Try to generate fewer markers (bug#10047).
3103         (align--set-marker): New macro.
3104         (align-region): Use it.
3106 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3108         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3110 2011-11-29  Chong Yidong  <cyd@gnu.org>
3112         * indent.el (indent-for-tab-command, indent-according-to-mode):
3113         Doc fix.
3114         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
3116 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
3118         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3119         aware of remote file names.  (Bug#10124)
3121 2011-11-29  Chong Yidong  <cyd@gnu.org>
3123         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3125 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3127         * files.el (find-file): Don't use force-same-window (bug#10144).
3128         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3129         use pop-to-buffer if the selected window can't be used.
3130         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3132 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
3134         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3135         special-mode-map.
3137 2011-11-28  Chong Yidong  <cyd@gnu.org>
3139         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3141 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
3143         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3144           gdb-get-source-file-list on gdb-create-source-file-list.
3146 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
3148         * whitespace.el (whitespace-newline): Use a different foreground
3149         color for 16-color light-background displays.
3151 2011-11-24  Chong Yidong  <cyd@gnu.org>
3153         * window.el (display-buffer--special-action): Doc fix.
3155 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
3157         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3158         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3159         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3160         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3161         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3162         (avl-tree-stack-first):
3163         * emacs-lisp/cconv.el (cconv--analyse-use):
3164         * net/gnutls.el (gnutls-negotiate): Fix typos.
3166 2011-11-24  Glenn Morris  <rgm@gnu.org>
3168         * lpr.el (lpr-windows-system, lpr-lp-system):
3169         * mail/binhex.el (binhex-begin-line):
3170         * progmodes/grep.el (grep-history, grep-find-history):
3171         * textmodes/flyspell.el:
3172         * vc/pcvs-defs.el (cvs-global-menu):
3173         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3174         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3175         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3177         * net/tls.el: Fix case of "GnuTLS".
3179         * paths.el (rmail-file-name): Format doc-string for make-docfile.
3181         * version.el (emacs-build-system): Give it a doc-string.
3183 2011-11-24  Juri Linkov  <juri@jurta.org>
3185         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3187 2011-11-24  Glenn Morris  <rgm@gnu.org>
3189         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3190         if called on a non-mime message just toggle the headers.  (Bug#8006)
3192 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3194         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3195         (allout-lead-with-comment-string, allout-structure-deleted-hook)
3196         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3197         (allout-rebullet-heading, allout-open-sibtopic)
3198         (allout-toggle-current-subtree-encryption)
3199         (allout-toggle-subtree-encryption, allout-encrypt-string)
3200         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3201         (allout-distinctive-bullets-string, allout-auto-activation):
3202         * window.el (window-normalize-buffer-to-display):
3203         * progmodes/verilog-mode.el (verilog-batch-indent):
3204         * textmodes/bibtex.el (bibtex-field-braces-opt)
3205         (bibtex-field-strings-opt):
3206         * vc/cvs-status.el (cvs-tree-merge):
3207         Fix typos.
3209 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
3211         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3212         `non-essential' to t, in order to avoid remote connections.
3214 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
3216         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3217         On MS-DOS and MS-Windows, compare with loaddefs.el
3218         case-insensitively.
3220 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
3222         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
3224 2011-11-23  Glenn Morris  <rgm@gnu.org>
3226         * paths.el (rmail-file-name): Reformat the doc-string so that it
3227         is picked up.
3229         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3230         (rmail-auto-file): Ignore case in the "special" field names,
3231         as mail-fetch-field does for all others.
3233         * mail/rmail.el (rmail-forward):
3234         * mail/rmailkwd.el (rmail-set-label):
3235         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3236         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
3238         * mail/rmail.el (rmail-current-message): Doc fix.
3240         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
3242 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3244         * server.el (server-eval-and-print): Allow C-g (bug#6585).
3246 2011-11-22  Glenn Morris  <rgm@gnu.org>
3248         * mail/rmailmm.el (test-rmail-mime-handler)
3249         (test-rmail-mime-bulk-handler)
3250         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3252 2011-11-21  Juri Linkov  <juri@jurta.org>
3254         * calc/calc.el (calc-read-key-sequence):
3255         Let-bind `input-method-function' to nil.  (Bug#10018)
3257 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3260         Tell the caller that the next line needs recomputation, even
3261         though it doesn't start a sexp (bug#10094).
3263 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3265         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3267 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3270         Use force-same-window.
3272 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3274         * descr-text.el (describe-char-unicode-data):
3275         * json.el (json-string-escape):
3276         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3277         (Footnote-unicode, Footnote-style-p):
3278         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3280 2011-11-20  Chong Yidong  <cyd@gnu.org>
3282         * window.el (replace-buffer-in-windows): Restore interactive spec.
3284 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3286         * electric.el (electric-indent-mode): Fix last change (too optimistic).
3288         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3289         (byte-compile-global-not-obsolete-vars): New var.
3290         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3291         Use it.
3292         (byte-compile-warn-obsolete): Align text with the one in *Help*.
3294 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3296         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3297         * progmodes/pascal.el (electric-pascal-equal):
3298         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3299         * xml.el (xml-substitute-special): Fix typos.
3301 2011-11-20  Glenn Morris  <rgm@gnu.org>
3303         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3304         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3305         Doc fixes.
3306         (rmail-decode-mime-charset): Mark as obsolete.
3308         * mail/rmailsum.el (rmail-message-regexp-p-1):
3309         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3310         Before using mime functions, check they are set.  (Bug#10077)
3312 2011-11-19  Juri Linkov  <juri@jurta.org>
3314         * info.el (Info-finder-find-node): Use `package--builtins' instead
3315         of `package-alist'.  Use node names formed by the pattern "Keyword "
3316         and the keyword name.
3318 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
3320         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
3322 2011-11-19  Juri Linkov  <juri@jurta.org>
3324         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3325         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
3326         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3327         `old-history', `old-history-forward'.  Add let-binding
3328         `window-selected'.  Remove calls to `kill-buffer',
3329         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
3330         before calling `Info-find-node', so `Info-find-node-2' will reread
3331         the Info file.  Restore window positions only when `window-selected'
3332         is non-nil.
3334 2011-11-19  Juri Linkov  <juri@jurta.org>
3336         * isearch.el (isearch-lazy-highlight-new-loop):
3337         Remove condition `(not isearch-error)'.  (Bug#9918)
3339         * misearch.el (multi-isearch-search-fun): Add condition
3340         `(not bound)' to ignore lazy-highlighting search.
3341         Add the search-failed message "end of multi" when the end of
3342         multi-sequence is reached.  Uncapitalize the search-failed
3343         message "Repeat for next buffer".
3345         * info.el (Info-search): Add the search-failed message
3346         "end of the manual" when the end of the manual is reached
3347         in Isearch mode.
3349 2011-11-19  Juri Linkov  <juri@jurta.org>
3351         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3352         Use non-destructive `remove' instead of `delete' because
3353         `Info-history-list' stored to `Info-isearch-initial-history-list' in
3354         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3356 2011-11-19  Juri Linkov  <juri@jurta.org>
3358         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3359         to nil instead of binding `search-ring' and `regexp-search-ring'.
3360         (Bug#9185)
3362 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
3364         * simple.el (line-move): Force movement by logical lines for any
3365         hscrolled window, not only when auto-hscroll-mode is on.
3366         (line-move-visual): Update doc string to that effect.  (Bug#10076)
3368 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
3370         * language/european.el (macintosh): Define as alias for mac-roman.
3372 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
3374         * mail/rmailmm.el (rmail-mime-display-header)
3375         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3376         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3377         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3378         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3379         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3380         of a raw aref.
3381         (rmail-mime-entity-segment): To get past the tagline, move forward
3382         2 more lines, to account for the 2 empty lines that precede and
3383         follow the line with the buttons.
3384         (rmail-mime-update-tagline): Move one more line, to get past the
3385         empty line that follows the buttons in the tagline.  (Bug#9520)
3387 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
3389         * window.el (window-max-delta-1, window-min-delta-1)
3390         (window-min-size-1, window-state-get-1, window-state-put-1)
3391         (window-state-put-2): Use "window--" prefix.
3393 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * emacs-lisp/smie.el: Improve warnings and conflict detection.
3396         (smie-warning-count): New var.
3397         (smie-set-prec2tab): Use it.
3398         (smie-bnf->prec2): Improve warnings.  Add docstring.
3399         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3400         (smie-bnf--set-class): New function.
3401         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
3402         corner case.
3404         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3405         (compilation-error-properties, compilation-move-to-column):
3406         Handle compilation-first-column while in the target buffer.
3408         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3409         Don't hardcode point-min==1.
3411         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3412         (eshell-rewrite-for-command): Remove workaround.
3413         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3414         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3415         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3417         * files-x.el (modify-file-local-variable): Obey commenting conventions.
3419 2011-11-17  Glenn Morris  <rgm@gnu.org>
3421         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3422         Ignore buffer-local generated-autoload-file if it is the same
3423         as the global value.  (Bug#10049)
3425 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
3427         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3428         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3429         (reftex-toc-previous-heading, reftex-toc-max-level)
3430         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3431         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3432         (reftex-toc-do-promote, reftex-toc-promote-prepare)
3433         (reftex-toc-promote-action, reftex-toc-extract-section-number)
3434         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3435         (reftex-toc-rename-label, reftex-toc-visit-location)
3436         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3437         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3438         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3439         leaving "*toc*" only for references to the buffer.
3441 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
3443         * window.el (window-resize, delete-window, split-window):
3444         Replace window-splits by window-combination-resize.
3445         * cus-start.el (window-splits): Replace by window-combination-resize.
3447 2011-11-17  Glenn Morris  <rgm@gnu.org>
3449         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3450         Make bash entry derive from sh entry, not shell entry.
3452 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
3454         * net/tramp-cache.el (tramp-flush-file-property): Flush also
3455         properties of linked files.  (Bug#9879)
3457         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3458         local file name.
3460 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3462         * menu-bar.el (menu-bar-file-menu):
3463         * printing.el (pr-ps-utility):
3464         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3465         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3466         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3467         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3468         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3469         (icalendar--convert-cyclic-to-ical)
3470         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3471         (icalendar--convert-ical-to-diary)
3472         (icalendar--convert-recurring-to-diary)
3473         (icalendar--convert-non-recurring-all-day-to-diary)
3474         (icalendar-import-format-sample):
3475         * progmodes/idlw-shell.el (idlwave-shell-mode):
3476         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3477         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3478         (vhdl-ps-print-init): Fix typos.
3480 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
3482         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3483         FSF and collapse date sequence, obscure author/maintainer email address
3484         better, remove extra version line, track relocation of author's webpage.
3486         * progmodes/python.el (python-pdbtrack-input-prompt)
3487         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3488         regular python pdb prompts.  Adjustments shamelessly taken exactly as
3489         suggested in EmacsWiki page (tiny change):
3490         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
3492 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3494         * expand.el (expand-pos, expand-index, expand-point):
3495         Remove redundant info from docstring.
3496         (expand-add-abbrevs): Doc fix.
3497         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3498         (expand-sample-perl-mode-expand-list): Fix typos.
3500         * net/dbus.el (dbus-event-member-name):
3501         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3502         * term/pc-win.el (msdos-create-frame-with-faces):
3503         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3505 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
3507         * window.el (split-window, window-state-get-1)
3508         (window-state-put-1, window-state-put-2): Rename occurrences of
3509         window-nest to window-combination-limit.
3510         * cus-start.el (window-nest): Rename to window-combination-limit.
3512 2011-11-16  Chong Yidong  <cyd@gnu.org>
3514         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3515         regexp (Bug#10033).
3517 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3519         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3520         `completing-read' will remove *Completions* and will preserve
3521         current-buffer for us.
3522         (tmm-add-prompt): Users of *Completions* will always (re)set its
3523         major mode.
3524         (tmm-old-comp-map): Remove.
3526 2011-11-16  Glenn Morris  <rgm@gnu.org>
3528         * mail/rmailedit.el: Require rmailmm when compiling.
3529         (rmail-old-mime-state): New declaration.
3530         (rmail-edit-current-message): If editing a mime message,
3531         edit the "raw" message from the mbox buffer.
3532         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
3534 2011-11-15  Glenn Morris  <rgm@gnu.org>
3536         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3537         which wasn't being used.  Add optional arg to force given state.
3538         (rmail-mime): Add optional arg to force given state.
3540 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3542         * allout.el (allout-encryption-plaintext-sanitization-regexps):
3543         * frame.el (display-mm-dimensions-alist):
3544         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3545         (outline-move-subtree-down):
3546         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3547         (newsticker--treeview-do-get-node):
3548         * net/quickurl.el (quickurl-list-buffer-name):
3549         * progmodes/dcl-mode.el (dcl-mode):
3550         * progmodes/gdb-mi.el (gdb-mapcar*):
3551         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3553 2011-11-15  Glenn Morris  <rgm@gnu.org>
3555         * mail/rmail.el (rmail-file-coding-system): It's only ever used
3556         in a boolean sense, so just make it a boolean, and fix the doc.
3557         (rmail-show-mime-function, rmail-mime-feature)
3558         (rmail-require-mime-maybe): Doc fixes.
3559         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3561         * mail/rmailmm.el (rmail-show-mime): Doc fix.
3563 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3565         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3566         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3567         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3568         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3570 2011-11-15  Glenn Morris  <rgm@gnu.org>
3572         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3573         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3574         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3575         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3576         (rmail-mime, rmail-show-mime): Doc fixes.
3578         * term/ns-win.el (mode-line-frame-identification):
3579         Leave it alone.  (Bug#10051)
3581         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
3583         * mail/rmailout.el (rmail-output-to-rmail-buffer):
3584         Handle empty buffers.  (Bug#9978)
3586 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
3588         * international/mule.el (define-charset):
3589         * mail/rmailmm.el (rmail-mime-find-header-encoding):
3590         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3591         * progmodes/verilog-mode.el (verilog-backward-token):
3592         * textmodes/ispell.el (lookup-words):
3593         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3595 2011-11-14  Glenn Morris  <rgm@gnu.org>
3597         * progmodes/executable.el
3598         (executable-make-buffer-file-executable-if-script-p):
3599         Handle file-modes returning nil.
3601         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3602         message - not necessary, and causes problems.  (Bug#9831)
3604         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3606         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3608         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3609         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
3610         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3612 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
3614         * window.el (window-resize, delete-window): Use window-splits
3615         variable instead of function.
3616         (window-state-get-1, window-state-put-2, window-state-put):
3617         Don't deal with windows' splits status.
3619 2011-11-12  Glenn Morris  <rgm@gnu.org>
3621         * apropos.el (apropos-do-all, apropos-library, apropos-value)
3622         (apropos-documentation): Doc fixes.
3624 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
3626         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3627         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3629 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3631         * electric.el (electric-indent-post-self-insert-function): Make it
3632         possible for a char to only indent in some circumstances.
3633         (electric-indent-mode): Simplify.
3635 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
3637         * window.el (windows-with-parameter): Remove unused function.
3638         (windows-at-side): Rename to window-at-side-list.
3639         (window-check, window-atom-check, window-atom-check-1)
3640         (window-side-check, window-size-ignore, window-size-fixed-1)
3641         (window-in-direction-2): Prefix with "window--".
3642         (window-tree-1): Rename to window--subtree, fix doc-string.
3644 2011-11-11  Glenn Morris  <rgm@gnu.org>
3646         * subr.el (eval-after-load): If FILE is already loaded,
3647         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
3649 2011-11-10  Glenn Morris  <rgm@gnu.org>
3651         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3652         Call svn via vc-svn-command rather than vc-do-command.
3653         (vc-svn-command): Add --non-interactive.  (Bug#9993)
3654         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3656         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3657         Add toggle-read-only.  (Bug#7292)
3658         * files.el (toggle-read-only): Mention that it should only
3659         be used interactively.  (Bug#10006)
3661 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3664         Adjust regexp for OCaml warnings.
3666         * electric.el (electric-pair-post-self-insert-function): Let user
3667         turn it off buffer-locally (bug#9932).
3669         * progmodes/python.el (python-beginning-of-statement):
3670         Rewrite (bug#2703).
3672         * progmodes/compile.el: Better handle TABs (bug#9749).
3673         (compilation-internal-error-properties)
3674         (compilation-next-error-function): Obey the target buffer's
3675         compilation-error-screen-columns.
3677 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
3679         * progmodes/meta-mode.el: Remove obsolete comments.
3680         (meta-right-comment-regexp, meta-ignore-comment-regexp):
3681         Fix typos in docstrings.
3683 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
3685         * window.el (window-size-fixed-p): Rewrite doc-string.
3686         (window-resizable-p): Rename to window--resizable-p.  Update callers.
3687         (window--resizable): New function.  Make all callers of
3688         window-resizable call window--resizable instead.
3689         (window-resizable): Rewrite in terms of window--resizable.
3691 2011-11-08  Glenn Morris  <rgm@gnu.org>
3693         * progmodes/delphi.el (delphi-mode-syntax-table):
3694         Let define-derived-mode define a proper syntax table.  (Bug#9994)
3696 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3698         * window.el: Stay away from defsubst.
3699         (window-list-no-nils): Remove.
3700         (window-state-get-1, window-state-get): Use backquote instead.
3702 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3704         * emacs-lisp/find-func.el (find-function-read):
3705         Fix incorrect use of default argument in `completing-read'.
3707 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
3709         * window.el (display-buffer-function, special-display-function):
3710         Mention display-buffer-record-window but do not mention
3711         help-setup parameter in doc-strings.
3712         (window-min-delta): Fix doc-string typo.
3714 2011-11-08  Chong Yidong  <cyd@gnu.org>
3716         * window.el (window-total-height, window-total-width): Doc fix.
3717         (window-body-size): Move from C.
3718         (window-body-height, window-body-width): Move to C.
3720 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3722         * window.el: Make special-display like display-buffer-alist (bug#9532).
3723         (display-buffer--special-action): New function, morphed
3724         from display-buffer--special.
3725         (display-buffer): Use it to handle special-display-buffers at higher
3726         priority (just after display-buffer-alist).
3727         (display-buffer-fallback-action, display-buffer--other-frame-action)
3728         (pop-to-buffer-same-window): Remove display-buffer--special.
3730 2011-11-07  Glenn Morris  <rgm@gnu.org>
3732         * calendar/cal-menu.el (cal-menu-set-date-title):
3733         Do nothing if not in a calendar.  (Bug#9976)
3735 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3737         * files.el (find-file): Always use selected-window.
3739 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
3741         * window.el (window-combinations): Make WINDOW argument
3742         mandatory.  Rewrite doc-string.
3743         (walk-window-subtree, window-atom-check, window-min-delta)
3744         (window-max-delta, window--resize-this-window)
3745         (window--resize-root-window-vertically, window-tree)
3746         (balance-windows, window-state-put): Rewrite doc-strings as to
3747         not mention the term "subwindow".
3748         (window--resize-subwindows-skip-p): Rename to
3749         window--resize-child-windows-skip-p.
3750         (window--resize-subwindows-normal): Rename to
3751         window--resize-child-windows-normal.
3752         (window--resize-subwindows): Rename to
3753         window--resize-child-windows.
3754         (window-or-subwindow-p): Rename to window--in-subtree-p.
3756 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
3758         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3759         Ensure that mbox format messages end in two newlines (Bug#9974).
3761 2011-11-06  Chong Yidong  <cyd@gnu.org>
3763         * window.el (window-combination-p): Function deleted; its
3764         side-effect is not used in any existing code.
3765         (window-combinations, window-combined-p): Call window-*-child
3766         directly.
3768 2011-11-05  Chong Yidong  <cyd@gnu.org>
3770         * window.el (window-valid-p): Rename from window-any-p.
3771         (window-size-ignore, window-state-get): Callers changed.
3772         (window-normalize-window): Rename from window-normalize-any-window.
3773         New arg LIVE-ONLY, replacing window-normalize-live-window.
3774         (window-normalize-live-window): Delete.
3775         (window-combination-p, window-combined-p, window-combinations)
3776         (walk-window-subtree, window-atom-root, window-min-size)
3777         (window-sizable, window-sizable-p, window-size-fixed-p)
3778         (window-min-delta, window-max-delta, window-resizable)
3779         (window-resizable-p, window-full-height-p, window-full-width-p)
3780         (window-current-scroll-bars, window-point-1, set-window-point-1)
3781         (window-at-side-p, window-in-direction, window-resize)
3782         (adjust-window-trailing-edge, maximize-window, minimize-window)
3783         (window-deletable-p, delete-window, delete-other-windows)
3784         (record-window-buffer, unrecord-window-buffer)
3785         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3786         (quit-window, split-window, window-state-put)
3787         (set-window-text-height, fit-window-to-buffer)
3788         (shrink-window-if-larger-than-buffer): Callers changed.
3790 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
3792         * mail/rmail.el (rmail-simplified-subject): Decode subject with
3793         rfc2047-decode-string.
3794         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3795         warnings.
3797         * window.el (window-body-height, window-body-width): Mention in
3798         the doc string that the return values are in frame's canonical
3799         units.  (Bug#9949)
3801 2011-11-03  Alan Mackenzie  <acm@muc.de>
3803         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3804         change in cc-engine.el.
3806 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3808         * window.el (switch-to-buffer): Use `force-same-window' interactively.
3810 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
3812         * window.el (quit-window): Call unrecord-window-buffer after
3813         showing another buffer in the window.  (Bug#9937)
3814         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
3816 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
3818         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3819         Accept status with more than 9 shelves.  (Bug#9935)
3820         Reported by Colin D Bennett <colin@gibibit.com>.
3822 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
3824         * help.el (with-help-window): Don't reference
3825         temp-buffer-show-specifiers in doc-string.
3827 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
3829         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3830         menu-item.
3832 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3834         * whitespace.el: New version 13.2.2.
3835         (whitespace-newline-mode): Disable properly.  Reported by Sarah
3836         <EmacsWiki>.
3838 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
3840         * net/newst-treeview.el: Remove "Time-stamp".
3841         (newsticker--group-manage-orphan-feeds): Do not call
3842         newsticker--treeview-tree-update.
3843         (newsticker-treeview-update, newsticker-treeview):
3844         Call newsticker--treeview-tree-update if necessary.
3846 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
3848         * window.el (window-iso-combination-p, window-iso-combined-p)
3849         (window-iso-combinations): Remove "iso-" infix.
3850         Suggested by Chong Yidong.
3851         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3852         (window-max-delta-1, window-resize, window--resize-siblings)
3853         (window--resize-this-window, adjust-window-trailing-edge)
3854         (split-window, balance-windows-1)
3855         (shrink-window-if-larger-than-buffer):
3856         * calendar/calendar.el (calendar-generate-window):
3857         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3859 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3861         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3862         in place (bug#9907).
3863         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3864         (eshell-rewrite-if-command, eshell-rewrite-for-command)
3865         (eshell-structure-basic-command, eshell-rewrite-while-command)
3866         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3867         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3868         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3869         (eshell-do-pipelines-synchronously, eshell-eval-command):
3870         Use backquotes and prefer setq to set.
3871         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3872         (eshell-macrop): Use functionp.
3873         (eshell-do-eval): Handle multiple expressions in `while' body.
3875 2011-10-30  Chong Yidong  <cyd@gnu.org>
3877         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3878         instead of set-mark (Bug#9810).
3880 2011-10-30  Chong Yidong  <cyd@gnu.org>
3882         * window.el (split-window-below, split-window-right): Rename from
3883         split-window-above-each-other and split-window-side-by-side
3884         respectively.  All callers changed.
3885         (split-window-sensibly, split-window-sensibly): Use them.
3886         (split-window-keep-point): Doc fix.
3888         * isearch.el: Add isearch-scroll property to split-window-below
3889         and split-window-right.
3891         * follow.el (follow-mode):
3892         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3893         * progmodes/ada-xref.el (ada-gdb-application):
3894         * emulation/vip.el (vip-buffer-in-two-windows):
3895         * image-dired.el (image-dired-dired-with-window-configuration):
3896         * dired-x.el (dired-do-find-marked-files):
3897         * dired.el (dired-pop-to-buffer):
3898         * bs.el (bs--show-with-configuration):
3899         * vc/emerge.el (emerge-setup-windows):
3900         * textmodes/two-column.el (2C-two-columns):
3901         * textmodes/reftex-toc.el (reftex-toc):
3902         * progmodes/gdb-mi.el (gdb-setup-windows):
3903         * progmodes/fortran.el (fortran-window-create):
3904         * net/newst-treeview.el (newsticker--treeview-window-init):
3905         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3906         * emulation/tpu-edt.el (tpu-gold-map):
3907         * emulation/crisp.el (crisp-mode-map):
3908         * calendar/calendar.el (calendar-basic-setup): Callers changed.
3910 2011-10-29  Chong Yidong  <cyd@gnu.org>
3912         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3914         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3916         * textmodes/flyspell.el (flyspell-word): Fix char offset for
3917         forged Ispell output (Bug#7904).
3919         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3921 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3923         * doc-view.el: Avoid ugly errors about not finding nil.
3924         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3925         (doc-view-dvipdf-program, doc-view-unoconv-program)
3926         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3927         Avoid nil or absolute file name as default value.
3928         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3930 2011-10-28  Alan Mackenzie  <acm@muc.de>
3932         * progmodes/cc-defs.el (c-version): -> 5.32.2.
3934 2011-10-28  Alan Mackenzie  <acm@muc.de>
3936         Amend the handling of c-beginning/end-of-defun in nested declaration
3937         scopes.
3939         * progmodes/cc-vars.el (c-defun-tactic): Move here from
3940         cc-langs.el.  Change it to a defcustom.
3942         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3943         cc-vars.el.
3945         * progmodes/cc-engine.el (c-beginning-of-statement-1):
3946         Prevent "class foo : bar" being spuriously recognized as a label.
3948         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
3949         Add parameter `inclusive' (to include enclosing braces in the region).
3950         (c-widen-to-enclosing-decl-scope): New function.
3951         (c-while-widening-to-decl-block): New macro.
3952         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3953         outward for defun boundaries, and correspondingly change symbol
3954         `respect-enclosure' to `go-outward'.
3955         (c-declaration-limits): Change algorithm to report only the "innermost"
3956         defun's boundaries.
3958 2011-10-28  Deniz Dogan  <deniz@dogan.se>
3960         * net/rcirc.el (rcirc-mode): Use hard newlines.
3962 2011-10-28  Alan Mackenzie  <acm@muc.de>
3964         Amend to indent and fontify macros "which include their own semicolon"
3965         correctly, using the "virtual semicolon" mechanism.
3967         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
3969         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3970         Recode to scan one line at a time rather than having \n and \r
3971         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
3972         (c-forward-label): Amend for virtual semicolons.
3973         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
3975         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3976         of the new C macros.
3978         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
3979         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3980         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
3981         (c-opt-cpp-macro-define): Make into a full language variable.
3982         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3983         AWK Mode (including \n, \r) removed, no longer needed.
3985         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3986         Invoke c-make-macro-with-semi-re.
3988         * progmodes/cc-vars.el (c-macro-with-semi-re):
3989         (c-macro-names-with-semicolon): New variables.
3990         (c-make-macro-with-semi-re): New function.
3992 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * vc/log-edit.el: Fill empty field rather than adding new one.
3995         (log-edit-add-field): New function.
3996         (log-edit-insert-changelog): Use it.
3998 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
4000         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4002 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4004         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4005         (gdb--check-interpreter): New function.
4006         (gdb): Use it.
4008 2011-10-27  Glenn Morris  <rgm@gnu.org>
4010         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4011         (least-positive-float, least-negative-float)
4012         (least-positive-normalized-float, least-negative-normalized-float)
4013         (float-epsilon, float-negative-epsilon):
4014         Remove unnecessary declarations.
4016         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4017         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4018         (least-positive-float, least-negative-float)
4019         (least-positive-normalized-float, least-negative-normalized-float)
4020         (float-epsilon, float-negative-epsilon): Add doc-strings,
4021         based on those in cl.texi.
4023         * files.el (set-visited-file-name): If the major-mode changed,
4024         reload the local variables.  (Bug#9796)
4026 2011-10-27  Chong Yidong  <cyd@gnu.org>
4028         * subr.el (change-major-mode-after-body-hook): New hook.
4029         (run-mode-hooks): Run it.
4031         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4032         Use change-major-mode-before-body-hook.
4034         * simple.el (fundamental-mode):
4035         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4036         change introducing fundamental-mode-hook.
4038 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
4040         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
4042 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
4044         * ido.el (ido-file-name-all-completions-1): Do not require
4045         tramp.el explicitly.  (Bug#7583)
4047 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4049         * progmodes/octave-mod.el:
4050         * progmodes/octave-inf.el: Update maintainer.
4052 2011-10-26  Chong Yidong  <cyd@gnu.org>
4054         * subr.el (with-wrapper-hook): Rewrite doc.
4056 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
4058         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
4059         filenames "/method:foo:".  (Bug#9793)
4061 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4063         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4064         (bug#9865).
4066 2011-10-24  Glenn Morris  <rgm@gnu.org>
4068         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
4070 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
4072         * notifications.el: Add the requirement of a running D-Bus session
4073         bus to the Commentary.
4075 2011-10-24  Juri Linkov  <juri@jurta.org>
4077         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4078         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4079         (Bug#9364)
4081 2011-10-24  Juri Linkov  <juri@jurta.org>
4083         * info.el (Info-following-node-name-re): Add newline to the list
4084         of allowed characters for leading space.  (Bug#9824)
4086 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4088         * progmodes/octave-inf.el (inferior-octave-mode-map):
4089         Fix C-c C-h binding.
4090         * progmodes/octave-mod.el (octave-help): Remove.
4092 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
4094         Sync with Tramp 2.2.3.
4096         * net/tramp-cache.el (top): Pacify byte-compiler using
4097         `init-file-user' and `site-run-file'.
4099         * net/trampver.el: Update release number.
4101 2011-10-23  Chong Yidong  <cyd@gnu.org>
4103         * files.el (toggle-read-only): Remove obsolete comment about
4104         version control.
4106         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4107         for toggle-read-only.  Note that this hasn't called vc-next-action
4108         since 2008-05-02, though it wasn't documented at the time.
4110         * vc/ediff-init.el (ediff-toggle-read-only-function):
4111         Use toggle-read-only.
4113 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
4115         Fix bug #9560, sporadic wrong indentation; improve instrumentation
4116         of c-parse-state.
4118         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4119         correct faulty logical expression.
4120         (c-parse-state-state, c-record-parse-state-state):
4121         (c-replay-parse-state-state): New defvar/defuns.
4122         (c-debug-parse-state): Use new functions.
4124 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
4126         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
4127         last fix.  Use window-in-direction correctly.
4129 2011-10-21  Chong Yidong  <cyd@gnu.org>
4131         * progmodes/idlwave.el (idlwave-mode):
4132         * progmodes/vera-mode.el (vera-mode): No need to set
4133         require-final-newline; that's done in prog-mode.
4134         Suggested by Stefan Monnier.
4136 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
4138         * mouse.el (mouse-drag-window-above)
4139         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4140         (mouse-drag-mode-line-1, mouse-drag-header-line)
4141         (mouse-drag-vertical-line-rightward-window): Remove.
4142         (mouse-drag-line): New function.
4143         (mouse-drag-mode-line, mouse-drag-header-line)
4144         (mouse-drag-vertical-line): Call mouse-drag-line.
4145         * window.el (window-at-side-p, windows-at-side): New functions.
4147 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
4149         * tar-mode.el (tar-grind-file-mode):
4150         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
4152 2011-10-21  Chong Yidong  <cyd@gnu.org>
4154         * progmodes/idlwave.el (idlwave-mode):
4155         * progmodes/vera-mode.el (vera-mode):
4156         Use mode-require-final-newline.
4158 2011-10-20  Glenn Morris  <rgm@gnu.org>
4160         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
4162 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
4164         * emulation/cua-base.el (cua-set-mark): Fix case of string.
4166 2011-10-20  Chong Yidong  <cyd@gnu.org>
4168         * emulation/cua-base.el (cua-mode):
4169         * mail/footnote.el (footnote-mode):
4170         * mail/mailabbrev.el (mail-abbrevs-mode):
4171         * net/xesam.el (xesam-minor-mode):
4172         * progmodes/bug-reference.el (bug-reference-mode):
4173         * progmodes/cap-words.el (capitalized-words-mode):
4174         * progmodes/compile.el (compilation-minor-mode)
4175         (compilation-shell-minor-mode):
4176         * progmodes/gud.el (gud-tooltip-mode):
4177         * progmodes/hideif.el (hide-ifdef-mode):
4178         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4179         * progmodes/subword.el (subword-mode):
4180         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4181         * progmodes/which-func.el (which-function-mode):
4182         * term/tvi970.el (tvi970-set-keypad-mode):
4183         * term/vt100.el (vt100-wide-mode):
4184         * textmodes/flyspell.el (flyspell-mode):
4185         * textmodes/ispell.el (ispell-minor-mode):
4186         * textmodes/nroff-mode.el (nroff-electric-mode):
4187         * textmodes/paragraphs.el (use-hard-newlines):
4188         * textmodes/refill.el (refill-mode):
4189         * textmodes/reftex.el (reftex-mode):
4190         * textmodes/rst.el (rst-minor-mode):
4191         * textmodes/sgml-mode.el (html-autoview-mode)
4192         (sgml-electric-tag-pair-mode):
4193         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4194         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4195         * emulation/crisp.el (crisp-mode):
4196         * emacs-lisp/eldoc.el (eldoc-mode):
4197         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4198         minor mode behavior.
4200 2011-10-19  Juri Linkov  <juri@jurta.org>
4202         * descr-text.el (describe-char): Add #x2010 and #x2011 to
4203         the list of hard-coded chars with escape-glyph face.
4205 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4209 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
4211         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4212         running process.
4214 2011-10-19  Glenn Morris  <rgm@gnu.org>
4216         * vc/vc-bzr.el (vc-bzr-after-dir-status):
4217         Ignore ignored files.  (Bug#9726)
4219 2011-10-19  Chong Yidong  <cyd@gnu.org>
4221         Doc fix for minor modes, stating that an omitted argument enables
4222         the mode unconditionally when called from Lisp.
4224         * abbrev.el (abbrev-mode):
4225         * allout.el (allout-mode):
4226         * autoinsert.el (auto-insert-mode):
4227         * autoarg.el (autoarg-mode, autoarg-kp-mode):
4228         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4229         (global-auto-revert-mode):
4230         * battery.el (display-battery-mode):
4231         * composite.el (global-auto-composition-mode)
4232         (auto-composition-mode):
4233         * delsel.el (delete-selection-mode):
4234         * desktop.el (desktop-save-mode):
4235         * dired-x.el (dired-omit-mode):
4236         * dirtrack.el (dirtrack-mode):
4237         * doc-view.el (doc-view-minor-mode):
4238         * double.el (double-mode):
4239         * electric.el (electric-indent-mode, electric-pair-mode):
4240         * emacs-lock.el (emacs-lock-mode):
4241         * epa-hook.el (auto-encryption-mode):
4242         * follow.el (follow-mode):
4243         * font-core.el (font-lock-mode):
4244         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4245         * help.el (temp-buffer-resize-mode):
4246         * hilit-chg.el (highlight-changes-mode)
4247         (highlight-changes-visible-mode):
4248         * hi-lock.el (hi-lock-mode):
4249         * hl-line.el (hl-line-mode, global-hl-line-mode):
4250         * icomplete.el (icomplete-mode):
4251         * ido.el (ido-everywhere):
4252         * image-file.el (auto-image-file-mode):
4253         * image-mode.el (image-minor-mode):
4254         * iswitchb.el (iswitchb-mode):
4255         * jka-cmpr-hook.el (auto-compression-mode):
4256         * linum.el (linum-mode):
4257         * longlines.el (longlines-mode):
4258         * master.el (master-mode):
4259         * mb-depth.el (minibuffer-depth-indicate-mode):
4260         * menu-bar.el (menu-bar-mode):
4261         * minibuf-eldef.el (minibuffer-electric-default-mode):
4262         * mouse-sel.el (mouse-sel-mode):
4263         * msb.el (msb-mode):
4264         * mwheel.el (mouse-wheel-mode):
4265         * outline.el (outline-minor-mode):
4266         * paren.el (show-paren-mode):
4267         * recentf.el (recentf-mode):
4268         * reveal.el (reveal-mode, global-reveal-mode):
4269         * rfn-eshadow.el (file-name-shadow-mode):
4270         * ruler-mode.el (ruler-mode):
4271         * savehist.el (savehist-mode):
4272         * scroll-all.el (scroll-all-mode):
4273         * scroll-bar.el (scroll-bar-mode):
4274         * server.el (server-mode):
4275         * shell.el (shell-dirtrack-mode):
4276         * simple.el (auto-fill-mode, transient-mark-mode)
4277         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4278         (line-number-mode, column-number-mode, size-indication-mode)
4279         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4280         * strokes.el (strokes-mode):
4281         * time.el (display-time-mode):
4282         * t-mouse.el (gpm-mouse-mode):
4283         * tool-bar.el (tool-bar-mode):
4284         * tooltip.el (tooltip-mode):
4285         * type-break.el (type-break-mode-line-message-mode)
4286         (type-break-query-mode):
4287         * view.el (view-mode):
4288         * whitespace.el (whitespace-mode, whitespace-newline-mode)
4289         (global-whitespace-mode, global-whitespace-newline-mode):
4290         * xt-mouse.el (xterm-mouse-mode): Doc fix.
4292         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4293         Fix autogenerated docstring.
4295 2011-10-19  Juri Linkov  <juri@jurta.org>
4297         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4298         by checking environment variables "DESKTOP_SESSION" and
4299         "XDG_CURRENT_DESKTOP".  (Bug#9779)
4301 2011-10-19  Juri Linkov  <juri@jurta.org>
4303         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4304         (browse-url-chromium-program, browse-url-chromium-arguments):
4305         New defcustoms.
4306         (browse-url-default-browser): Check for `browse-url-chromium' and
4307         call `browse-url-chromium-program'.
4308         (browse-url-chromium): New command.  (Bug#9779)
4310 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
4312         * facemenu.el (list-colors-duplicates): On Windows, detect more
4313         duplicates by assuming that only colors matching "^System" are
4314         special "system colors".  (Bug#9722)
4316 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4318         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4319         to distinguish the author from the committer.
4321 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
4323         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4325 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
4327         * international/mule.el (sgml-html-meta-auto-coding-function):
4328         Add support for detecting encoding in HTML5 specified only as
4329         <meta charset="UTF-8">.  Implementation just makes http-equiv and
4330         content-type parts from HTML4 encoding string optional.  (Bug#9716)
4332 2011-10-18  Glenn Morris  <rgm@gnu.org>
4334         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
4336 2011-10-18  Chong Yidong  <cyd@gnu.org>
4338         * faces.el (cursor): Doc fix.
4340 2011-10-17  Chong Yidong  <cyd@gnu.org>
4342         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4344 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
4346         * dirtrack.el (dirtrack): Support shell buffers with path
4347         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
4349 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
4351         * json.el: Bump version to 1.3 and note change in History.
4352         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4354 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * comint.el (comint-insert-input, comint-send-input)
4357         (comint-get-old-input-default, comint-backward-matching-input)
4358         (comint-next-prompt): Use nil instead of `input' for field property of
4359         past user input (bug#114).
4361         * minibuffer.el (completion--replace): Inherit surrounding properties
4362         (bug#114).
4363         (minibuffer-complete-and-exit): Use it.
4365         * comint.el (comint--table-subvert): Quote the all-completions output
4366         (bug#9160).
4368 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
4370         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4372         * menu-bar.el (menu-bar-file-menu): Add entry for making new
4373         window on right of selected.  (Bug#9350) Reword other window
4374         entries and separate them from frame entries.
4376 2011-10-15  Glenn Morris  <rgm@gnu.org>
4378         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4379         Doc fixes.
4381 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
4383         * net/network-stream.el (network-stream-open-starttls):
4384         Improve detection of failure due to lack of TLS support.
4386         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4387         putting the input text in front and in bold.
4389 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4391         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4393         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4394         empty buffer.
4396         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4397         unread-command-events rather than pushing yet-another event.
4399 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
4401         * mail/sendmail.el (sendmail-query-once): Improve the wording of
4402         the explanation of the possible choices.  Make the options passed
4403         to completing-read shorter.
4405 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4407         * textmodes/flyspell.el (flyspell-large-region): Make sure
4408         extended character mode is used if defined (Bug#1339).
4410 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
4412         * simple.el (what-cursor-position): Fix the display of the
4413         character info for LRE, LRO, RLE, and RLO characters by appending
4414         an invisible PDF.
4416 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4419         even in case of error; add debug spec; simplify data flow.
4420         (with-timeout-handler): Remove.
4422 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
4424         Fix Bug#6019, Bug#9315.
4426         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4427         complete `buffer-file-name', the local file name part could look
4428         remotely (for example on VMS).
4430         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4431         `tramp-run-real-handler'.
4432         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4433         already quoted by '"'.
4435         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4436         Let `file-name-handler-alist' be nil, the local file name part
4437         could look remotely (for example on VMS).
4439 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4441         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4442         from here...
4443         (flyspell-post-command-hook): ...to here.
4445 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4447         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4448         if not needed.
4449         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
4450         using completion.  Protect against "slow" callers.
4451         Remove the "message hack".
4453 2011-10-11  Juri Linkov  <juri@jurta.org>
4455         * isearch.el (isearch-lazy-highlight-word): New variable.
4456         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4457         Use it.  (Bug#9727)
4459 2011-10-11  Glenn Morris  <rgm@gnu.org>
4461         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4462         like f90-previous-statement does.
4464 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4466         * eshell/eshell.el (eshell-command): History should be saved
4467         only in interactive use, to avoid error.
4469 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4471         * minibuffer.el (completion-file-name-table): Fix last change,
4472         i.e. ignore normal errors but not the other ones.
4474 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
4476         * window.el (special-display-buffer-names)
4477         (special-display-regexps): Remove some remnants of earlier
4478         changes from doc-strings.
4479         (quit-windows-on): New function.
4481         * vc/vc.el (vc-revert, vc-rollback):
4482         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4483         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
4484         (Bug#6183) (Bug#7074) (Bug#7447)
4486 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
4488         * window.el (frame-auto-hide-function): Add version tag.
4489         (Bug#9699)
4491 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
4493         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4494         condition.
4496 2011-10-09  Leo Liu  <sdl.web@gmail.com>
4498         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4499         (Bug#9701)
4501 2011-10-08  Glenn Morris  <rgm@gnu.org>
4503         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4504         before the first code statement zero indent.  (Bug#9690)
4506 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
4508         * simple.el (count-words-region): Always count in the region.
4509         Report the number of lines and characters too.
4510         (count-words): New command, which counts in the buffer if the
4511         region is inactive, as count-words-region used to.
4512         (count-words--message): New function.  Handle plurals.
4513         (count-lines-region): Make it an alias for count-words-region.
4515         * bindings.el (esc-map): Replace count-lines-region with
4516         count-words-region.
4518 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
4520         * window.el (window--delete): Delete dedicated frame
4521         unconditionally when argument KILL is non-nil.  (Bug#9699)
4522         (switch-to-buffer): Fix doc-string typo.
4524 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4526         * eshell/eshell.el (eshell-command): Avoid using hooks.
4528 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
4530         * bindings.el ([M-left],[M-right]): Bind to left-word and
4531         right-word respectively.
4533 2011-10-07  Glenn Morris  <rgm@gnu.org>
4535         * cus-start.el (debug-on-quit): Fix custom type.
4537 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539         * subr.el (define-key-after): Clarify that the function is not
4540         useful for non-menu keymaps.
4542         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4544 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4546         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
4547         in current minibuffer (Fix bug with recursive minibuffers).
4549 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
4551         * progmodes/gdb-mi.el (gdb): Doc fix.
4553 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
4555         * window.el (frame-auto-hide-function): New option replacing
4556         frame-auto-delete.  Suggested by Stefan Monnier.
4557         (window--delete): Call frame-auto-hide-function instead of
4558         investigating frame-auto-delete.
4559         (window-point-1, set-window-point-1): New functions.
4560         (window-in-direction, record-window-buffer, window-state-get-1)
4561         (display-buffer-record-window): Use window-point-1 instead of
4562         window-point.
4563         (set-window-buffer-start-and-point): Use set-window-point-1.
4565 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4569 2011-10-05  Glenn Morris  <rgm@gnu.org>
4571         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4572         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
4574 2011-10-05  Leo Liu  <sdl.web@gmail.com>
4576         * subr.el (read-char-choice): Fix argument to buffer-live-p which
4577         works with buffer object.
4579 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4581         * mpc.el (mpc-tool-bar-map): Add labels.
4583 2011-10-04  Glenn Morris  <rgm@gnu.org>
4585         * calendar/holidays.el (calendar-check-holidays): Doc fix.
4587 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
4589         * window.el (window--delete): New function.
4590         (frame-auto-delete): Resuscitate option.
4591         (bury-buffer, replace-buffer-in-windows)
4592         (quit-window): Rewrite using window--delete.
4593         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4594         Pass display-buffer-mark-dedicated to window--display-buffer-2
4595         (Bug#9639).
4597 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4599         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4600         returns a list (bug#9554).  Add remote file name completion.
4601         * comint.el (comint--table-subvert): Curry and get quote&unquote
4602         functions as arguments.
4603         (comint--complete-file-name-data): Adjust call accordingly.
4604         * pcomplete.el (pcomplete--table-subvert): Remove.
4605         (pcomplete-completions-at-point): Use comint--table-subvert instead.
4607         * minibuffer.el (completion-table-case-fold): Use currying.
4608         (completion--styles-type, completion--cycling-threshold-type):
4609         New constants.
4610         (completion-styles, completion-category-overrides)
4611         (completion-cycle-threshold): Use them.
4612         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4613         completion-table-case-fold.
4615 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
4617         * minibuffer.el (completion-category-overrides): Fix type of styles
4618         and add more user friendly tags (bug#9660).
4620 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4622         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4623         (mule-input-method-string): New widget.
4624         (default-input-method, language-info-custom-alist): Use it.
4626 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * pcomplete.el: Require comint.
4629         (pcomplete--common-suffix): Remove.
4630         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4631         (pcomplete--table-subvert): Sync with comint--table-subvert.
4632         (pcomplete--entries): Use comint-completion-file-name-table.
4633         * comint.el (comint-unquote-filename): Simplify.
4634         (comint-completion-file-name-table): New function (bug#9616).
4635         (comint--complete-file-name-data): Use it.
4637         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4638         (pcmpl-gnu-tar-buffer): Remove.
4639         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
4640         around.  Make sure pcomplete-suffix-list is only changed temporarily.
4641         Don't look inside the tar's file if it's too large.
4643 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
4645         * cus-edit.el (custom-mode-map):
4646         * epa.el (epa-key-list-mode-map):
4647         * man.el (Man-mode-map):
4648         * startup.el (splash-screen-keymap):
4649         * simple.el (special-mode-map): Use scroll-up-command and
4650         scroll-down-command.
4652         * progmodes/idlw-help.el (idlwave-help-mode-map):
4653         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4654         * net/newst-plainview.el (newsticker-mode-map):
4655         * emulation/ws-mode.el (wordstar-mode-map):
4656         * emulation/vi.el (vi-com-map):
4657         * calc/calc-graph.el (calc-graph-show-dumb):
4658         * term/sun.el (terminal-init-sun):
4659         * term/ns-win.el (global-map):
4660         * progmodes/grep.el (grep-mode-map):
4661         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4662         * mail/rmail.el (rmail-mode-map):
4663         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4665         * custom.el (custom-safe-themes, load-theme): Treat value of t for
4666         custom-safe-themes as special.
4668 2011-10-01  Julien Danjou  <julien@danjou.info>
4670         * notifications.el (notifications-notify): Fix docstring.
4672 2011-10-01  Per Starbäck  <per@starback.se>
4674         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
4676 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
4678         * startup.el (command-line-1): Fix last fix by inserting
4679         initial-scratch-message into *scratch* before displaying it.
4680         (Bug#9605) and (Bug#9636)
4682 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
4684         * simple.el (line-move): If auto-hscroll-mode is disabled and the
4685         window is hscrolled, move by logical lines.  (Bug#9607)
4686         (line-move-visual): Update the doc string to the above effect.
4688 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
4690         * window.el (display-buffer-record-window): When WINDOW is the
4691         selected window use `point' instead of `window-point'.  (Bug#9626)
4693         * startup.el (command-line-1): Use insert-before-markers when
4694         inserting initial-scratch-message.  (Bug#9605)
4696         * help.el (help-window): Remove variable.
4698 2011-09-29  Glenn Morris  <rgm@gnu.org>
4700         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4702 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
4704         * descr-text.el (describe-char-categories): Accept category
4705         descriptions more than one line long.
4707 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4709         * simple.el (delete-trailing-whitespace): Fix last change.
4711         * progmodes/perl-mode.el (perl-syntax-propertize-function):
4712         Don't confuse "y => 3" as the beginning of a `y' operation.
4714         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4715         object has more than 4 slots (bug#9613).
4717 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
4719         * subr.el (with-output-to-temp-buffer):
4720         * net/quickurl.el (quickurl, quickurl-browse-url):
4721         Fix typos in docstrings.
4723 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
4725         * minibuffer.el (completion-styles)
4726         (completion-category-overrides): Cross reference each other in doc
4727         strings.
4729 2011-09-27  Glenn Morris  <rgm@gnu.org>
4731         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4732         to split-string.  (Bug#9606)
4734 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4737         (bug#9615).
4739 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
4741         * emacs-lisp/package.el (list-packages): Fix echo area message.
4743 2011-09-27  Leo Liu  <sdl.web@gmail.com>
4745         * ido.el (ido-read-internal): Accept cons cell HIST arg.
4747 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
4749         * net/dbus.el (dbus-unregister-object): Don't release services for
4750         registered signals.  (Bug#9581)
4752 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4754         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4755         function that picks between cfengine 2 and 3 support
4756         automatically.  Update docs accordingly.
4758 2011-09-22  Kenichi Handa  <handa@m17n.org>
4760         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4761         ZERO.
4762         (indian-itrans-v5-table-for-tamil): New variable.
4763         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4765 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
4767         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4768         that's true if the current command involved collapsing of text.
4769         It's reset to false at the beginning of the next command.
4770         (allout-post-command-business): Move the cursor to the beginning
4771         of entry if the cursor is hidden and collapsing activity just
4772         happened.
4774 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
4776         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4777         tracking (Bug#9541).
4779 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
4781         * net/newst-reader.el (newsticker-html-renderer)
4782         (newsticker-show-news): Automatically load html rendering package
4783         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
4784         because w3m-fill-column is let-bound" and the error "Symbol's value
4785         as variable is void: w3m-fill-column".
4787 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
4789         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4790         Release services only if they are defined.  (Bug#9581)
4792 2011-09-23  Richard Stallman  <rms@gnu.org>
4794         * textmodes/paragraphs.el (forward-sentence): For backwards case,
4795         distinguish start of paragraph from start of its text.
4797         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4799         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4800         (rmail-generate-viewer-buffer): Put that hook on view buffer.
4801         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4803 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
4805         * international/mule-diag.el (mule-diag): Insert a newline after
4806         each fontset description.
4808 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4810         * simple.el (delete-trailing-whitespace):
4811         Document last change; simplify.
4813 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
4815         * simple.el (delete-trailing-whitespace): Also delete
4816         extra newlines at the end of the buffer.
4818         * textmodes/picture.el: Make motion commands obey shift-select-mode.
4819         (picture-newline): Use forward-line so as to ignore fields.
4821 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4823         * subr.el (with-wrapper-hook): Fix edebug spec.
4825 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4828         (bug#4538).
4830 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
4832         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4833         Fix nasty bug using wrong cached values.
4835 2011-09-23  Alan Mackenzie  <acm@muc.de>
4837         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4839 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
4841         * window.el (pop-to-buffer): Ensure right window is selected if we
4842         chose another frame.
4844 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
4846         * simple.el (what-cursor-position): Use get-char-property-change
4847         and next-single-char-property-change, to be able to show display
4848         properties that come from overlays as well as text properties.
4850 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
4852         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4854         * cmuscheme.el (run-scheme, switch-to-scheme):
4855         * cus-edit.el (customize-group, custom-buffer-create)
4856         (customize-browse):
4857         * info.el (info):
4858         * shell.el (shell):
4859         * mail/sendmail.el (mail):
4860         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4862 2011-09-22  Richard Stallman  <rms@gnu.org>
4864         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4865         move back only to line beg, don't move back over blank lines.
4867 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
4869         * files.el (copy-directory): Set directory attributes only in case
4870         they could be retrieved from the source directory.  (Bug#9565)
4872 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
4874         * progmodes/hideshow.el (hs-looking-at-block-start-p)
4875         (hs-find-block-beginning, hs-hide-level-recursive):
4876         Ignore strings as well as comments.  (Bug#9502)
4878 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
4880         * progmodes/sql.el (sql-comint-postgres):
4881         Convert port number to a string.  (Bug#9566)
4883 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
4885         * window.el (quit-window): Undedicate window when switching to
4886         previous buffer.  Reported by Thierry Volpiatto
4887         <thierry.volpiatto@gmail.com>.
4888         (special-display-popup-frame): When popping up a new frame reset
4889         its previous buffers to nil.  Simplify code.
4891 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
4893         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4894         and process filter, as done also in `shell-command'.
4896 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
4898         * window.el (set-window-buffer-start-and-point):
4899         Call set-window-start with NOFORCE argument t.
4900         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4901         (quit-window): Reword doc-string.  Handle new format of
4902         quit-restore parameter.  Don't delete window if it has a
4903         previous buffer we can show instead of the present one.
4904         (display-buffer-record-window): Rewrite using a new format for
4905         the quit-restore window parameter
4906         (special-display-popup-frame, display-buffer-same-window)
4907         (display-buffer-reuse-window, display-buffer-pop-up-frame)
4908         (display-buffer-pop-up-window, display-buffer-use-some-window):
4909         Adapt symbol passed to display-buffer-record-window.
4910         * help.el (help-window-setup): Handle new format of quit-restore
4911         parameter.
4913 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * faces.el (face-list): Fix docstring (bug#9564).
4917         * window.el (display-buffer--action-function-custom-type):
4918         Don't include internal functions in the Custom interface.
4920 2011-09-20  Juri Linkov  <juri@jurta.org>
4922         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4923         (Info-forward-node, Info-backward-node, Info-next-preorder)
4924         (Info-last-preorder): Use it.  (Bug#9528)
4926 2011-09-20  Juri Linkov  <juri@jurta.org>
4928         * info.el (Info-last-preorder): Visit last menu item only when
4929         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4931 2011-09-20  Julien Danjou  <julien@danjou.info>
4933         * password-cache.el (password-cache-remove): Remove entries even if the
4934         value is nil, so that password with a nil value (negative caching) is
4935         possible to invalidate.
4937 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
4939         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4940         all whitespace around breakpoint.  (Bug#9553)
4941         (f90-find-breakpoint): Only break at whitespace inside a comment.
4943 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * minibuffer.el (completion-file-name-table): Keep track of errors.
4946         (completion-table-with-predicate): Handle the case where pred1 is nil.
4947         * pcomplete.el (pcomplete-completions-at-point): Simplify.
4949 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4951         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4952         (debugger-return-value): Signal an error if the debugging context does
4953         not await any return value.
4955         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4956         * image-mode.el (image-toggle-display-text)
4957         (image-toggle-display-image): Stay away from evil `intangible'.
4959 2011-09-19  Leo Liu  <sdl.web@gmail.com>
4961         * replace.el (occur-revert-arguments): Make it permanent-local.
4962         (occur-mode): Don't call font-lock-defontify.
4964 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
4966         * net/ldap.el (ldap-search-internal): Don't push empty search
4967         result (Bug#9508).
4969 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4971         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4973 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
4975         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4976         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4978 2011-09-18  Juri Linkov  <juri@jurta.org>
4980         * buff-menu.el (Buffer-menu-mode-map):
4981         * dired.el (dired-mode-map):
4982         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4983         (lisp-interaction-mode-map):
4984         * emacs-lisp/package.el (package-menu-mode-map):
4985         * epa.el (epa-key-list-mode-map):
4986         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4987         (menu-bar-options-menu):
4988         * outline.el (outline-mode-menu-bar-map):
4989         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4990         * vc/vc-dir.el (vc-dir-menu-map):
4991         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4992         Capitalize non-function content words in menu item strings.
4994         * dired.el (dired-mode-map): Add menu item for
4995         `image-dired-dired-toggle-marked-thumbs'.
4997 2011-09-18  Juri Linkov  <juri@jurta.org>
4999         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5000         to `isearch-case-fold-search' and restore its original value
5001         after the `isearch-mode' call.
5003 2011-09-18  Juri Linkov  <juri@jurta.org>
5005         * progmodes/grep.el (grep-process-setup): Don't check code for 1
5006         because `zgrep' returns 1 for successful matches (bug#9226).
5008 2011-09-18  Juri Linkov  <juri@jurta.org>
5010         * info.el (Info-extract-menu-node-name): Check the second match
5011         for empty string (second test-case of bug#9528).
5012         (Info-last-preorder): Let-bind `Info-history' to nil to not add
5013         intermediate nodes to the history (first test-case of bug#9528).
5015 2011-09-18  Juri Linkov  <juri@jurta.org>
5017         * info.el (Info-mode-syntax-table): New variable.
5018         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
5020 2011-09-18  Juri Linkov  <juri@jurta.org>
5022         * info.el (Info-file-supports-index-cookies):
5023         Increment line-beginning-position's arg from 3 to 4 because makeinfo
5024         outputs one more line for long file names (bug#4142).
5026 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
5028         * newcomment.el (comment-normalize-vars): If prompting for
5029         comment-start, set comment-start-skip too (Bug#8424).
5031 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
5033         * icomplete.el: Fix previous fix of Bug#5849.
5034         (icomplete-mode): Don't set completion-show-inline-help.
5035         (icomplete-minibuffer-setup): Set completion-show-inline-help
5036         locally during icompletion.
5038 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
5040         * woman.el (woman2-process-escapes): Don't delete unrecognized
5041         escapes (Bug#7843).
5043         * files.el (inhibit-first-line-modes-regexps): Add image files.
5044         (hack-local-variables-prop-line): Return nil for malformed
5045         prop-lines (Bug#9044).
5047 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
5049         * net/tramp.el (top): Don't require 'shell.
5050         (tramp-methods): Fix docstring.
5051         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
5052         Return complete remote file name.  Handle "smb" case.
5053         Use `tramp-tmpdir', if defined for the respective method.
5054         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5056         * net/tramp-compat.el (top): Require 'shell.
5058         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5059         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5060         `tramp-current-host'.
5061         (tramp-get-remote-tmpdir): Remove.
5063         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5064         `tramp-tmpdir' entries.
5065         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5066         (tramp-smb-handle-file-attributes): Ignore errors.
5067         (tramp-smb-wait-for-output): Check also for process end.
5069 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5072         when sending QUIT (bug#9312).
5074 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
5076         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5077         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5078         occur-mode-display-occurrence.
5079         (occur-edit-mode): Add usage message.
5080         (occur-cease-edit): New command.
5081         (occur-after-change-function): Use text properties to find the
5082         position of the prefix text.
5083         (occur-engine): Set stickiness of prefix text properties.
5085 2011-09-17  Glenn Morris  <rgm@gnu.org>
5087         * progmodes/etags.el (complete-tag):
5088         Fix call to completion-in-region.  (Bug#9526)
5090 2011-09-17  Juri Linkov  <juri@jurta.org>
5092         * textmodes/ispell.el (ispell-word): Add to the error message
5093         the word, ispell program name and current dictionary (bug#9121).
5094         (ispell-tex-arg-end): Capitalize "error" in the error message.
5096 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
5098         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5099         check.  (Bug#4251)
5101 2011-09-17  Juri Linkov  <juri@jurta.org>
5103         * window.el (window-safe-min-height, window-safe-min-width):
5104         Fix typos (followup to bug#9522).
5106 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
5108         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5110 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
5112         * simple.el (line-move): If goal-column is set, move by logical
5113         lines, not by display lines.  (Bug#971)
5114         (next-line, previous-line, goal-column, line-move-visual): Doc fix
5115         to reflect the above change.
5117 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5119         * image.el (imagemagick-register-types): Use regexp-opt.
5121 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
5123         * window.el (display-buffer-base-action): Rename from
5124         display-buffer-default-action.  Make default value empty.
5125         (display-buffer-overriding-action): Convert to defvar.
5126         (display-buffer-fallback-action): New var.
5128 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
5130         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5131         declaration.
5132         (package--add-to-archive-contents): If there is a duplicate entry
5133         with an older version, remove it.
5134         (package-menu-mark-delete, package-menu-mark-install)
5135         (package-menu-mark-unmark): Make unused args optional.
5136         (package-menu-mark-obsolete-for-deletion):
5137         Use package-menu-get-status instead of a regexp search.
5138         (package-menu-get-status): Use tabulated-list-entry.
5139         (package-menu-mark-upgrades): New command.
5140         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
5141         (package-menu-execute): Do installation before deletion.
5142         (package-menu-refresh, package-menu-execute): Use derived-mode-p
5143         instead of checking major-mode.
5144         (package-menu--find-upgrades): New function.
5146 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5149         passwords in the log buffer.
5150         (smtpmail-process-filter): Update the process marker so that the
5151         "broken by peer" status message is inserted in the right place.
5153 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5155         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5156         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5157         bibtex-completion-at-point-function.
5158         (bibtex-completion-at-point-function): Use them.
5160         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5162         * mpc.el (mpc-constraints-tag-lookup): New function.
5163         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5164         also to browser "album|playlist".
5166 2011-09-14  Juri Linkov  <juri@jurta.org>
5168         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
5169         (isearch-edit-string): Use length of `isearch-string' when
5170         `isearch-fail-pos' returns nil.
5171         (isearch-message): Remove duplicate code and call
5172         `isearch-fail-pos' with arg `t'.
5174 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
5176         * replace.el (occur-mode-goto-occurrence): Don't force using other
5177         window (Bug#9499).
5179         * dired-aux.el (dired-do-chmod): Don't provide initial input.
5181 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
5183         * window.el (display-buffer-window): Remove.
5184         (display-buffer-record-window): Use help-setup window parameter
5185         instead of variable display-buffer-window.
5186         (display-buffer-function, special-display-buffer-names)
5187         (special-display-function): Mention help-setup parameter instead
5188         of display-buffer-window in doc-string.
5189         * help.el (help-window-setup): New argument help-window.
5190         Use help-window-setup parameter instead of display-buffer-window.
5191         Reword some messages.
5192         (with-help-window): Pass window used for displaying the buffer
5193         to help-window-setup.  Don't set display-buffer-window.
5195 2011-09-13  Glenn Morris  <rgm@gnu.org>
5197         * emacs-lisp/debug.el (debugger-make-xrefs):
5198         Preserve point.  (Bug#9462)
5200 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
5202         * window.el (window-deletable-p): Use next-frame.
5204 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
5206         * window.el (window-auto-delete): Remove.
5207         (window-deletable-p): Remove argument FORCE.  Don't deal with
5208         dedication and previous buffers.
5209         (switch-to-prev-buffer): Don't delete window.
5210         (delete-windows-on): Delete a window's frame if and only if the
5211         window is dedicated.
5212         (replace-buffer-in-windows): Delete buffer's window or frame if
5213         and only if window is dedicated.
5214         (quit-window): Handle quit-restore as before last change.
5215         (bury-buffer): Delete window only if window-deletable-p returns t.
5217 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
5219         * window.el (window-deletable-p): Never delete the last frame on a
5220         given terminal.
5222 2011-09-13  Glenn Morris  <rgm@gnu.org>
5224         * help.el (describe-key-briefly): Copy previous standard-output change.
5226 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
5228         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
5230 2011-09-13  Glenn Morris  <rgm@gnu.org>
5232         * emacs-lisp/lisp-mode.el (lisp-indent-function):
5233         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5235 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
5237         * dired-aux.el (dired-mark-read-string): Don't return default
5238         value on empty input (Bug#9361).
5239         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5240         Omit initial minibuffer contents.
5241         (dired-do-chmod): Signal an error on empty input.
5242         (dired-mark-read-string): Don't return default on empty input.
5244         * files.el (file-modes-symbolic-to-number): Doc fix.
5246 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5248         * international/mule-cmds.el (ucs-completions): Remove.
5249         (read-char-by-name): Use complete-with-action instead; add metadata.
5251 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5253         * window.el (display-buffer--action-function-custom-type)
5254         (display-buffer--action-custom-type): New vars.
5255         (display-buffer-alist, display-buffer-default-action)
5256         (display-buffer-overriding-action): Add defcustom types.
5258         * frame.el (delete-other-frames): Doc fix (Bug#276).
5260 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5264 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5266         Change modes that used same-window-* vars to use switch-to-buffer.
5268         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5269         Use switch-to-buffer.
5271         * cus-edit.el (customize-group, custom-buffer-create)
5272         (customize-browse, custom-buffer-create-other-window):
5273         Use switch-to-buffer or switch-to-buffer-other-window.
5275         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5276         (Info-prev, Info-up, Info-speedbar-goto-node)
5277         (info-display-manual): Use switch-to-buffer.
5278         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5280         * mail/sendmail.el (mail): Use switch-to-buffer.
5281         (mail-recover): Use switch-to-buffer-other-window.
5283         * cmuscheme.el (run-scheme, switch-to-scheme):
5284         * ielm.el (ielm):
5285         * shell.el (shell):
5286         * net/rlogin.el (rlogin):
5287         * net/telnet.el (telnet, rsh):
5288         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5290 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
5292         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5294 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5297         so don't mention it (bug#9301).
5298         (dired-sort-toggle-or-edit): Clarify string further.
5300         * faces.el (face-spec-set-match-display): Make `(type graphic)'
5301         match `x', `w32' and `ns', like the manual says (bug#9029).
5303         * subr.el (eval-after-load): Doc string clarification (bug#9125).
5304         (process-kill-buffer-query-function): Mention the buffer name in
5305         the query.
5307         * image-mode.el (image-next-line): The line parameter is mandatory
5308         (bug#9258).
5310         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5311         which can be useful (bug#9301).
5313         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5315         * subr.el (match-string): Mention that the current buffer should
5316         be the same as the search was done in (bug#9282).
5318         * facemenu.el: Disable the remove-* commands if the mark isn't
5319         active (bug#9162).
5321 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
5323         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5324         of display-buffer.
5325         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5327         * replace.el (occur-mode-goto-occurrence)
5328         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5329         and display-buffer.
5331         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5332         display-buffer.
5334         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5335         special-display and same-window variables.
5336         (mail-other-window): Use switch-to-buffer-other-window.
5337         (mail-other-frame): USe switch-to-buffer-other-frame.
5339         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5340         Use display-buffer-other-frame.
5341         (gdb-display-gdb-buffer): Use pop-to-buffer.
5343         * progmodes/gud.el (gud-goto-info): Use info-other-window.
5345         * progmodes/python.el: Don't set same-window-buffer-names.
5347         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5349         * window.el (display-buffer-alist): Add *Python*.
5351 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
5353         * window.el (display-buffer-alist): Add entry for buffers
5354         previously handled same-window-*.
5355         (display-buffer-alist, display-buffer-default-action)
5356         (display-buffer-overriding-action): Mark as risky.
5357         (display-buffer-alist): Document action function changes.
5358         (display-buffer--same-window-action)
5359         (display-buffer--other-frame-action): New variables.
5360         (switch-to-buffer, display-buffer-other-frame): Use them.
5361         (display-buffer): Rename reuse-frame entry to reusable-frames.
5362         (display-buffer-reuse-selected-window): Function deleted.
5363         (display-buffer-reuse-window): Handle reusable-frames alist entry.
5364         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5365         (display-buffer-special): New function.
5366         (display-buffer--maybe-pop-up-frame-or-window): Rename from
5367         display-buffer-reuse-or-pop-window.  Split off special-display
5368         part into display-buffer-special.
5369         (display-buffer-use-some-window): Don't perform any special
5370         pop-up-frames handling.
5371         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
5372         (display-buffer--maybe-same-window): Rename from
5373         display-buffer-maybe-same-window.
5375         * info.el: Don't set same-window-regexps.
5376         (info-setup): New function.
5377         (info-other-window, info): Call it.
5379         * cus-edit.el: Don't set same-window-regexps.
5380         (customize-group): New argument.
5381         (customize-group-other-window): Use it.
5382         (customize-face, customize-face-other-window): Likewise.
5383         (custom-buffer-create-other-window): Use pop-to-buffer directly.
5385         * net/rlogin.el:
5386         * net/telnet.el:
5387         * progmodes/gud.el: Don't set same-window-regexps.
5389         * cmuscheme.el:
5390         * ielm.el:
5391         * shell.el:
5392         * mail/sendmail.el:
5393         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5395 2011-09-10  Juri Linkov  <juri@jurta.org>
5397         * isearch.el (isearch-edit-string): Remove obsolete mention of
5398         `C-w' (`isearch-yank-word-or-char') from docstring.
5399         (isearch-query-replace): Fix typo in docstring (bug#9466).
5401 2011-09-10  Juri Linkov  <juri@jurta.org>
5403         * paren.el (show-paren-function): Don't show escaped parens.
5404         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
5406 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5408         * mail/sendmail.el (mml-to-mime, mml-attach-file)
5409         (mm-default-file-encoding): Remove autoload forms, they are
5410         replaced with autoload cookies in mml.el and mm-encode.el.
5411         (mail-add-attachment): New command.
5412         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5413         (mail-mode): Mention mail-insert-file and mail-add-attachment in
5414         the doc string.
5415         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5417 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
5419         * simple.el (count-words-region): Use buffer if there's no region
5420         (bug#9429).
5422 2011-09-09  Juri Linkov  <juri@jurta.org>
5424         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5425         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5426         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
5428 2011-09-09  Alan Mackenzie  <acm@muc.de>
5430         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5431         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
5433 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
5435         Fix for Savannah bug#9392.
5436         * simple.el (mail-encode-mml): New defvar.
5438         * mail/rmail.el (mail-encode-mml): Add a defvar.
5439         (rmail-enable-mime-composing): Default to t.
5440         (rmail-forward): Use MIME method of forwarding only if both
5441         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5442         Set mail-encode-mml non-nil if the MIME method was used.
5444         * mail/sendmail.el (mml-to-mime): Add autoload form.
5445         (mail-encode-mml): Add a defvar.
5446         (mail-mode): Make mail-encode-mml buffer-local and initialize it
5447         to nil.
5448         (mail-send): If mail-encode-mml is non-nil, run the outgoing
5449         message through mml-to-mime, and reset mail-encode-mml to nil.
5451 2011-09-09  Glenn Morris  <rgm@gnu.org>
5453         * woman.el (woman-if-body): When processing an .el block,
5454         do not delete the next .el block as well.  (Bug#9447)
5455         (woman-special-characters): Add oq, cq, and hy characters.
5457 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
5459         * window.el (window-deletable-p): Make sure window is live before
5460         invoking window-prev-buffers.
5462 2011-09-08  Leo Liu  <sdl.web@gmail.com>
5464         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
5466 2011-09-08  Juri Linkov  <juri@jurta.org>
5468         * progmodes/compile.el (compilation-environment): Make it
5469         a defcustom (bug#8340).
5471 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
5473         * window.el (frame-auto-delete): Rename to window-auto-delete.
5474         Make it control auto-deletion of windows and/or frames.
5475         (window-deletable-p): New argument FORCE.  Rewrite conditions
5476         for deleting window/frame.  (Bug#9419)
5477         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5478         Rewrite handling of case when window/frame can be deleted.
5479         (delete-windows-on): Call window-deletable-p with new FORCE
5480         argument t.  (Bug#9456)
5482 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
5484         * help-mode.el (help-mode): Restore autoload.
5486 2011-09-07  Juri Linkov  <juri@jurta.org>
5488         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5489         `compilation-environment'.  Set buffer-local
5490         `compilation-environment' to `thisenv' later after (funcall mode).
5491         (Bug#8340)
5493         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
5494         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5495         instead of replacing its value.  (Bug#8340)
5497 2011-09-07  Juri Linkov  <juri@jurta.org>
5499         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5500         based on text properties put by `grep-filter' instead of matching
5501         escape sequences.
5502         (grep-mode): Set buffer-local `compilation-error-screen-columns'
5503         to the value of `grep-error-screen-columns' (bug#9438).
5505 2011-09-07  Juri Linkov  <juri@jurta.org>
5507         * simple.el (next-error-highlight, next-error-highlight-no-select):
5508         Doc fix (bug#9432).
5510 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5512         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5513         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
5515 2011-09-07  Leo Liu  <sdl.web@gmail.com>
5517         * net/rcirc.el (rcirc-mode): Conditionally initialize
5518         rcirc-input-ring.
5520 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5522         * emacs-lisp/find-func.el (find-function-C-source): Only set
5523         find-function-C-source-directory after checking that we found a source
5524         file there (bug#9440).
5526 2011-09-06  Alan Mackenzie  <acm@muc.de>
5528         * isearch.el (isearch-other-meta-char): Wherever a key list is
5529         unread, "unread" the prefix arg, too.  This fixes bug #8901.
5531 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
5533         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5535 2011-09-05  Juri Linkov  <juri@jurta.org>
5537         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5539 2011-09-05  Juri Linkov  <juri@jurta.org>
5541         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5542         keeping point where processing of grep matches begins, and
5543         continue to delete remaining escape sequences from the same point.
5544         (grep-filter): Make leading zero optional in "0?1;31m" because
5545         git-grep emits "\033[1;31m" escape sequences unlike expected
5546         "\033[01;31m" as GNU Grep does (bug#9408).
5547         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5549 2011-09-05  Juri Linkov  <juri@jurta.org>
5551         * subr.el (y-or-n-p): Capitalize "yes".
5553 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
5555         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
5556         `tramp-cache-unload-hook' where appropriate.
5557         (tramp-methods): Rename `tramp-remote-sh' to
5558         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
5559         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5561         * net/tramp-sh.el (top): Don't require 'shell.
5562         (tramp-methods): Add `tramp-remote-shell' and
5563         `tramp-remote-shell-args' entries.
5564         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5565         (tramp-sh-handle-shell-command): Remove.
5566         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5567         Use `tramp-remote-shell'.
5569 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
5571         * mail/sendmail.el (sendmail-query-once-function): Delete.
5572         (sendmail-query-once): Save directly to send-mail-function.
5573         Update message-send-mail-function too.
5575         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5577 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
5579         * progmodes/python.el (python-mode-map): Use correct function to
5580         start python interpreter from menu-bar (as reported by Geert
5581         Kloosterman).
5582         (inferior-python-mode-map): Fix typo.
5583         (python-shell-map): Remove.
5585 2011-09-03  Deniz Dogan  <deniz@dogan.se>
5587         * net/rcirc.el (rcirc-print): Simplify code for
5588         rcirc-scroll-show-maximum-output.  There is no need to walk
5589         through all windows to find the right one.
5591 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
5593         * help.el (help-return-method): Doc fix.
5595 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
5597         * window.el (window-deletable-p): Don't return a non-nil value
5598         when there's a buffer that was shown in the window before.
5599         (Bug#9419)
5600         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5601         Set window's previous buffers to nil.
5603 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
5605         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5606         newline before and after the tag line, so it doesn't interfere
5607         with determining the paragraph direction of bidirectional text.
5609 2011-09-03  Leo Liu  <sdl.web@gmail.com>
5611         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
5613 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
5615         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
5616         (pop-to-buffer): Change interactive spec.  Pass second argument
5617         directly to display-buffer.
5618         (display-buffer): Fix interactive spec.  Use functionp to
5619         distinguish between a function and a list of functions.
5621         * abbrev.el (edit-abbrevs):
5622         * arc-mode.el (archive-extract):
5623         * autoinsert.el (auto-insert):
5624         * bookmark.el (bookmark-bmenu-list):
5625         * files.el (find-file):
5626         * view.el (view-buffer):
5627         * progmodes/compile.el (compilation-goto-locus):
5628         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5630 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
5632         * window.el (display-buffer-alist): Doc fix.
5633         (display-buffer): Add docstring.  Don't treat
5634         display-buffer-default specially.
5635         (display-buffer-reuse-selected-window)
5636         (display-buffer-same-window, display-buffer-maybe-same-window)
5637         (display-buffer-reuse-window, display-buffer-pop-up-frame)
5638         (display-buffer-pop-up-window)
5639         (display-buffer-reuse-or-pop-window)
5640         (display-buffer-use-some-window): New functions.
5641         (display-buffer-default-action): Use them.
5642         (display-buffer-default): Delete.
5643         (pop-to-buffer-1): Fix choice of actions.
5645 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5647         * minibuffer.el (completion--insert-strings): Don't get confused by
5648         completion entries that end with an LF char.
5650 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
5652         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5654 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
5656         * window.el (display-buffer): Restore interactive spec.
5657         (display-buffer-same-window, display-buffer-other-window):
5658         New functions.
5659         (pop-to-buffer-1): New function.  Use the above.
5660         (pop-to-buffer, pop-to-buffer-same-window): Use it.
5661         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
5663         * view.el (view-buffer-other-window, view-buffer-other-frame):
5664         Just use pop-to-buffer.
5666 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5668         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
5670 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
5672         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
5674 2011-08-31  Richard Stallman  <rms@gnu.org>
5676         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5677         of the separation of rmail-view-buffer from rmail-buffer.
5678         If you say no to "replace original", the decrypt is in the
5679         view buffer.  If you say yes, the decrypt goes into the
5680         rmail buffer also.
5682 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
5684         * window.el (display-buffer-window): Rewrite doc-string.
5685         (display-buffer-record-window): New function.
5686         (display-buffer-macro-specifiers)
5687         (display-buffer-even-window-sizes, display-buffer-set-height)
5688         (display-buffer-set-width, display-buffer-in-window)
5689         (display-buffer-reuse-window, display-buffer-split-specifiers)
5690         (display-buffer-side-specifiers, display-buffer-split-window-1)
5691         (display-buffer-split-window, display-buffer-split-atom-window)
5692         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5693         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5694         (display-buffer-other-window-means-other-frame)
5695         (display-buffer-normalize-special)
5696         (display-buffer-normalize-default)
5697         (display-buffer-normalize-argument)
5698         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5699         (display-buffer-normalize-specifiers, display-buffer-frame)
5700         (display-buffer-same-window, display-buffer-same-frame)
5701         (display-buffer-other-window)
5702         (display-buffer-same-frame-other-window)
5703         (display-buffer-other-frame, pop-to-buffer-same-window)
5704         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5705         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5706         (switch-to-buffer-same-frame)
5707         (switch-to-buffer-other-window-same-frame)
5708         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5709         (display-buffer-alist-set-1, display-buffer-alist-set-2)
5710         (display-buffer-alist-set): Remove.
5711         (display-buffer-function, special-display-buffer-names)
5712         (special-display-regexps, special-display-function):
5713         In doc-string refer to display-buffer-window and quit-restore
5714         parameter.
5715         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5716         (special-display-frame-alist, special-display-popup-frame)
5717         (same-window-buffer-names, same-window-regexps, same-window-p)
5718         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5719         (split-window-preferred-function, split-height-threshold)
5720         (split-width-threshold, window-splittable-p)
5721         (split-window-sensibly, window--try-to-split-window)
5722         (window--frame-usable-p, even-window-heights)
5723         (window--even-window-heights, window--display-buffer-1)
5724         (window--display-buffer-2, display-buffer-other-frame):
5725         Restore old Emacs 23 code, order and doc-strings where applicable.
5726         (display-buffer-default, display-buffer-assq-regexp): New functions.
5727         (display-buffer-alist): Rewrite doc-string.
5728         (display-buffer-default-action)
5729         (display-buffer-overriding-action): New variables.
5730         (display-buffer, switch-to-buffer): Rewrite.
5731         (pop-to-buffer): Restore Emacs 23 behavior but use
5732         window-normalize-buffer-to-display.
5733         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5734         Restore Emacs 23 behavior but use
5735         window-normalize-buffer-to-switch-to.
5736         (pop-to-buffer-same-window): Rewrite.
5737         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5738         Rewrite using Emacs 23 options.
5740 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
5742         * net/tramp.el (tramp-root-regexp): Remove.
5743         (tramp-completion-file-name-regexp-unified)
5744         (tramp-completion-file-name-regexp-separate)
5745         (tramp-completion-file-name-regexp-url): Don't use leading volume
5746         letter on win32 systems.  (Bug#5303, Bug#9311)
5747         (tramp-drop-volume-letter): Simplify definition.
5748         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5750 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5752         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5753         (bug#9356).
5755 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
5757         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5759 2011-08-29  Juri Linkov  <juri@jurta.org>
5761         * isearch.el (isearch-done): Don't display message "Mark saved"
5762         when arg `edit' is non-nil to prevent its flicker in the echo area.
5764 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
5766         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5767         obsolete packages for deletion.
5769 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
5771         * help-mode.el (help-mode-map): Add special-mode-map to parent.
5772         (help-mode): Derive help-mode from special-mode.  Don't invoke
5773         view-mode from help-mode.
5774         (help-xref-override-view-map): Remove.
5775         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5776         view-mode is not used anymore.
5778 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
5780         * server.el (server-port): Doc fix.
5782         * cus-theme.el (custom-theme-choose-mode): Inherit from
5783         special-mode (Bug#9124).
5784         (custom-theme-choose-mode-map): Add special-mode to parent.
5786 2011-08-28  Alan Mackenzie  <acm@muc.de>
5788         * progmodes/cc-fonts.el
5789         (c-make-font-lock-BO-decl-search-function): New function.
5790         (c-basic-matchers-after - "Fontify the clauses after various
5791         keywords"): Extract the three keyword lists for the 3 erroneous
5792         constructs from the list of four, and use the new function above
5793         in place of an old one.
5795 2011-08-28  Deniz Dogan  <deniz@dogan.se>
5797         * net/rcirc.el (rcirc-insert-prev-input)
5798         (rcirc-insert-next-input): Remove unused argument.
5800 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5802         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5804 2011-08-27  Alan Mackenzie  <acm@muc.de>
5806         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5807         handle function pointer parameters properly.
5809 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
5811         * window.el (display-buffer-reuse-window): Fix case where
5812         selected window was reused with non-nil OTHER-WINDOW argument.
5813         (Bug#9381)
5815 2011-08-27  Deniz Dogan  <deniz@dogan.se>
5817         * net/rcirc.el (rcirc-check-auth-status): Adding support for
5818         oftc's NickServ messages.
5820 2011-08-27  Glenn Morris  <rgm@gnu.org>
5822         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
5824 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
5826         * emacs-lisp/package.el (package-install): Call package-initialize
5827         if called interactively.
5829 2011-08-26  Leo Liu  <sdl.web@gmail.com>
5831         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
5833 2011-08-25  Juri Linkov  <juri@jurta.org>
5835         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5836         `search-whitespace-regexp' (bug#9364).
5838 2011-08-25  Juri Linkov  <juri@jurta.org>
5840         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5841         `regexp-search-ring' to their global values to protect from
5842         updating by `read-from-minibuffer' (bug#9185).
5844 2011-08-25  Juri Linkov  <juri@jurta.org>
5846         * textmodes/ispell.el (ispell-command-loop): Add newline
5847         at the end of the "Use option `i'..." line.
5849 2011-08-25  Juri Linkov  <juri@jurta.org>
5851         * battery.el (display-battery-mode): If `battery-status-function'
5852         or `battery-mode-line-format' is nil, display the message and set
5853         `display-battery-mode' to nil (bug#9363).
5855 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
5857         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5858         bidi-string-mark-left-to-right; they are unnecessary now.
5860 2011-08-25  Deniz Dogan  <deniz@dogan.se>
5862         * net/quickurl.el: Documentation typo fixes.
5864 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
5866         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5868 2011-08-25  Glenn Morris  <rgm@gnu.org>
5870         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5872         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5873         (smtpmail-via-smtp): Handle nil response from smtp.
5875 2011-08-24  Juri Linkov  <juri@jurta.org>
5877         * proced.el (proced-marked): Inherit from `error' instead of
5878         `font-lock-warning-face'.
5880         * ibuffer.el (ibuffer-marked-face): Change default face from
5881         `font-lock-warning-face' to `warning'.
5882         (ibuffer-deletion-face): Change default face from
5883         `font-lock-type-face' to `error'.
5885         * battery.el (battery-update): Use the face `error' instead of
5886         `font-lock-warning-face' (bug#6117).
5888 2011-08-24  Juri Linkov  <juri@jurta.org>
5890         * faces.el (success): Change face color from "Green3" to
5891         "ForestGreen" on light background (bug#9353).
5893 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
5895         * window.el (quit-window): Rename from quit-restore-window.
5896         Use same arglist as old quit-window.
5897         (frame-auto-delete): Doc fix.
5899         * view.el (view-mode-exit): Use quit-window.
5901 2011-08-24  Juri Linkov  <juri@jurta.org>
5903         * isearch.el (isearch-ring-adjust1): Start visiting previous
5904         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5905         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5906         for empty search string (when the last search string is reused
5907         automatically) to adjust the isearch ring to the last element and
5908         prepare the correct index for further M-p commands (bug#9185).
5910 2011-08-24  Kenichi Handa  <handa@m17n.org>
5912         * international/ucs-normalize.el: If decomposition property of
5913         CHAR is the default one (i.e. a list of CHAR itself), treat it as
5914         nil.
5915         (nfd, nfkd): Likewise.
5917 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5919         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5920         from process filters aren't reliably transmitted to the surrounding
5921         accept-process-output.
5922         (mpc-proc-check): New function.
5923         (mpc-proc-sync): Use it (bug#8293)
5925 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5928         Add compatibility functions (bug#9313).
5930 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
5932         * cus-start.el (all): Add entry for bidi-paragraph-direction.
5934         * international/uni-bidi.el: Regenerate.
5936 2011-08-23  Kenichi Handa  <handa@m17n.org>
5938         * international/charprop.el:
5939         * international/uni-bidi.el:
5940         * international/uni-category.el:
5941         * international/uni-combining.el:
5942         * international/uni-comment.el:
5943         * international/uni-decimal.el:
5944         * international/uni-decomposition.el:
5945         * international/uni-digit.el:
5946         * international/uni-lowercase.el:
5947         * international/uni-mirrored.el:
5948         * international/uni-name.el:
5949         * international/uni-numeric.el:
5950         * international/uni-old-name.el:
5951         * international/uni-titlecase.el:
5952         * international/uni-uppercase.el: Regenerate.
5954 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
5956         * help.el (help-window-setup): Fix message displayed when other
5957         window is reused.  (Bug#9341)
5959 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5961         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5962         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5964         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5965         Mark obsolete.
5966         * shell.el (shell-parse-pcomplete-arguments): New function.
5967         (shell-completion-vars): Use it instead (bug#9160).
5969 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5971         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5972         strings and comments (bug#9333).
5974         * emacs-lisp/debug.el (debug-arglist): New function.
5975         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
5976         (debug-on-entry-1): Handle interpreted closures (bug#9120).
5978 2011-08-22  Juri Linkov  <juri@jurta.org>
5980         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5981         Revert regexp that highlights output switches to its old
5982         pre-2010-10-28 value and remove one `?' from it (bug#9319).
5984         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5985         to check for empty output (bug#9226).
5987 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
5989         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5990         symbol-constituent as the default, as that stops font-lock from
5991         working properly (Bug#8843).
5993 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5996         `coding-system-for-*' around the process open call to avoid
5997         auth-source side effects.
5998         (smtpmail-try-auth-methods): Expand the secret password.
5999         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6000         probe hangs.
6002 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
6004         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6006         * emacs-lisp/find-func.el (find-function-noselect): New arg
6007         lisp-only.
6009         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6010         signal an error for built-in functions (Bug#6664).
6012 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6014         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6015         (smtpmail-try-auth-methods): Use it.
6017 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
6019         * font-lock.el (font-lock-fontify-region)
6020         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6021         (font-lock-default-unfontify-buffer)
6022         (font-lock-default-fontify-region)
6023         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6025         * progmodes/compile.el (compilation-error-properties):
6026         Fix confusion between file struct and message struct (Bug#9319).
6027         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6028         `ant' regexp.
6030         * net/browse-url.el (browse-url-firefox): Don't call
6031         browse-url-firefox-sentinel unless using -remote (Bug#9328).
6033 2011-08-20  Glenn Morris  <rgm@gnu.org>
6035         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6037         * tutorial.el (tutorial--default-keys): Update some default bindings.
6039         * files.el (hack-local-variables): Fully ignore case for "mode:".
6041 2011-08-20  Alan Mackenzie  <acm@muc.de>
6043         Resolve invalid use of a regexp in regexp-opt.
6045         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6046         detection for a java annotation.
6048         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
6049         detection for a java annotation.
6051         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6052         handling for java.
6053         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6055 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
6057         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6058         (Bug#9274).
6060 2011-08-20  Alan Mackenzie  <acm@muc.de>
6062         Fontify CPP expressions correctly when starting in the middle of
6063         such a construct.  Mainly for when jit-lock etc. starts a chunk
6064         here.
6066         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
6067         variable.
6068         (c-make-font-lock-search-form): New function, extracted from
6069         c-make-font-lock-search-function.
6070         (c-make-font-lock-search-function): Use the above function.
6071         (c-make-font-lock-context-search-function): New function.
6072         (c-cpp-matchers): Enhance the preprocessor expression case with
6073         the above function
6074         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6075         which takes an expression.
6077         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6079 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
6081         * window.el (display-buffer-reuse-window)
6082         (display-buffer-pop-up-window): Don't reuse or split a side
6083         window.
6085 2011-08-19  Glenn Morris  <rgm@gnu.org>
6087         * files.el (hack-local-variables-prop-line, hack-local-variables):
6088         Downcase "Mode:".  (Bug#9331)
6090 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
6092         * international/characters.el: Add L and R categories.
6094         * subr.el (bidi-string-mark-left-to-right): Rename from
6095         string-mark-left-to-right.  Use category search.
6097         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6099 2011-08-18  Juri Linkov  <juri@jurta.org>
6101         * faces.el (error, warning, success): New faces with definitions
6102         copied from old default values of `font-lock-warning-face',
6103         `compilation-warning', `compilation-info' (bug#6117).
6105         * font-lock.el (font-lock-warning-face): Inherit from `error'.
6107         * progmodes/compile.el (compilation-error): Inherit from `error'.
6108         (compilation-warning): Inherit from `warning'.
6109         (compilation-info): Inherit from `success'.
6111         * dired.el (dired-marked): Inherit from `warning'.
6112         (dired-flagged): Inherit from `error'.
6114 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116         * mail/smtpmail.el (auth-source): Require to avoid problems with
6117         binding variables (bug#9298).  Also clean up some unused
6118         autoloads.
6120         * net/network-stream.el (network-stream-open-starttls):
6121         Support using starttls.el without using gnutls-cli.
6123 2011-08-17  Juri Linkov  <juri@jurta.org>
6125         * progmodes/grep.el (rgrep): Handle the case when
6126         `grep-find-command' is a cons cell (bug#9278).
6128 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
6130         * window.el (display-buffer-pop-up-frame): Run frame creation
6131         function with BUFFER current (as special-display-popup-frame
6132         does).  Reported by Drew Adams.
6134 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
6136         * epa-mail.el: Simplify GnuPG group expansion using
6137         epg-expand-group.
6138         (epa-mail-group-alist, epa-mail-group-modtime)
6139         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6140         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6141         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6142         Remove.
6144 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
6146         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6148 2011-08-16  Alan Mackenzie  <acm@muc.de>
6150         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6151         Correct, to avoid the inside of macros.
6153 2011-08-16  Richard Stallman  <rms@gnu.org>
6155         * epa-mail.el: Handle GnuPG group definitions.
6156         (epa-mail-group-alist, epa-mail-group-modtime)
6157         (epa-mail-gnupg-conf-file): New variables.
6158         (epa-mail-parse-groups, epa-mail-sync-groups)
6159         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6160         (epa-mail-expand-recipients): New functions.
6161         (epa-mail-encrypt): Call epa-mail-expand-recipients.
6163         * mail/rmail.el (rmail-epa-decrypt): New command.
6165         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6166         Don't bind buffer-read-only, just inhibit-read-only.
6167         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6168         (epa-decrypt-armor-in-region): Make error message clearer.
6170 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6172         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6173         and "a2b" to "ab" for `prefix'.
6175 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
6177         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6178         filter groups.
6179         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
6180         Fourquet (Bug#8804).
6182 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
6184         * startup.el (argi): Declare as global variable (bug#9275).
6186 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
6188         * subr.el (string-mark-left-to-right): Search the entire string
6189         for RTL script, not just the terminating character.  Doc fix.
6191 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6193         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6194         New function.
6195         (js--regexp-literal, js-syntax-propertize-function): Remove.
6196         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6197         (js-mode-map): Don't rebind electric keys.
6198         (js-insert-and-indent): Remove.
6199         (js-mode): Setup electric-layout and electric-indent instead.
6201         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6203 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
6205         * epa.el (epa-progress-callback-function): Fix the logic of
6206         displaying progress.
6207         * epa-file.el (epa-file-insert-file-contents): Make progress
6208         display more user-friendly.
6209         (epa-file-write-region): Ditto.
6211 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
6213         * subr.el (string-mark-left-to-right): New function.
6215         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6216         Use string-mark-left-to-right.
6217         (list-buffers-noselect): Caller changed.
6219         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6220         Use string-mark-left-to-right.
6221         (tabulated-list-print): Recenter after moving point.
6223 2011-08-10  Juri Linkov  <juri@jurta.org>
6225         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6226         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6227         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6229 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
6231         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6232         (Bug#7554).
6234 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
6236         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6237         character.  (Bug#6594)
6239 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
6241         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6242         (image-dired--with-db-file): New macro.
6243         (image-dired-write-tags, image-dired-remove-tag)
6244         (image-dired-create-gallery-lists, image-dired-write-comments)
6245         (image-dired-get-comment, image-dired-mark-tagged-files)
6246         (image-dired-list-tags, image-dired-gallery-generate): Use it.
6247         (image-dired-gallery-generate): Use insert-file-contents.
6249         * time.el (display-time-world-list, display-time-world-display):
6250         * time-stamp.el (time-stamp-string):
6251         * vc/add-log.el (add-change-log-entry): Use setenv instead of
6252         set-time-zone-rule (Bug#7337).
6254 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
6256         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6257         (epg-error-to-string, epg-errors-to-string): New function.
6258         (epg-wait-for-completion): Reverse errors list.
6259         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6260         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6261         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6262         (epg-sign-keys, epg-generate-key-from-file)
6263         (epg-generate-key-from-string): Format errors by using
6264         epg-errors-to-string (bug#9255).
6265         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6267 2011-08-07  Juri Linkov  <juri@jurta.org>
6269         * faces.el (list-faces-display): Remove extra angle bracket
6270         from `help-mode-map'.
6272         * info.el (Info-history-toc-nodes): Doc fix.
6274         * longlines.el (longlines-mode): Doc fix.
6276 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6278         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6279         of statements and in a few more cases (bug#9183).
6281         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6282         New functions.
6283         (cl-transform-lambda): Use them (bug#9239).
6285 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
6287         * window.el (display-buffer-same-window)
6288         (display-buffer-same-frame, display-buffer-other-window)
6289         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6290         (pop-to-buffer-other-window)
6291         (pop-to-buffer-same-frame-other-window)
6292         (pop-to-buffer-other-frame): Make them defuns.
6293         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6295 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6297         * subr.el (make-composed-keymap): Move from C.  Change calling
6298         convention, and improve docstring to bring attention to a subtle point.
6299         * minibuffer.el (completing-read-default): Adjust accordingly.
6301 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
6303         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6304         (tramp-open-shell): Use `tramp-shell-quote-argument'.
6306         * net/trampver.el: Update release number.
6308 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6310         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6311         "in" (bug#9190).
6313 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6315         * mail/sendmail.el (sendmail-query-once): Restore the current
6316         buffer after querying (bug#9074).
6318         * dired.el (dired-flagged): Use different faces for marked and
6319         flagged files (bug#6117).
6321         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6322         (bug#4433).
6324         * ido.el (ido-mode): Switch off the message if called
6325         non-interactively.
6327         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6328         before 587, since it appears that that's more likely to work for
6329         more people.
6331         * cus-edit.el (custom-file): When running under emacs -q, always
6332         refuse to save the customizations, even if the .emacs file doesn't
6333         exist.
6335         * info.el: Remove the `Info-beginning-of-buffer' function
6336         (bug#8325).
6338         * net/network-stream.el (network-stream-open-starttls):
6339         Use `starttls-available-p' to see whether starttls.el can be used.
6341 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
6343         * window.el (display-buffer-in-window): Don't set dedicated status
6344         of window here (Bug#9215).
6345         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6346         (display-buffer-pop-up-side-window)
6347         (display-buffer-in-side-window): Set dedicated status of window here.
6349 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6352         before binding generated-autoload-file.
6354 2011-08-01  Deniz Dogan  <deniz@dogan.se>
6356         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6358 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
6360         Sync with Tramp 2.2.2.
6362         * net/trampver.el: Update release number.
6364 2011-07-30  Juri Linkov  <juri@jurta.org>
6366         * dired-aux.el (dired-touch-initial): Remove function.
6367         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6368         current time, and `default' to the last modification time of the
6369         current marked file (bug#6887).
6371 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
6373         * simple.el (goto-line): Use string-to-number to provide a
6374         numeric argument to read-number (bug#9163).
6376 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
6378         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6379         connection process, it could be nil.
6381 2011-07-27  Leo Liu  <sdl.web@gmail.com>
6383         Simplify url handling in rcirc-mode.
6385         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6386         (rcirc-browse-url-at-mouse): Remove.
6387         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6389 2011-07-26  Alan Mackenzie  <acm@muc.de>
6391         Fontify bitfield declarations properly.
6393         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6394         (c-symbol-chars): Now exported as a lang variable.
6395         (c-not-primitive-type-keywords): New lang variable.
6397         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6398         QT keyword "more" to prevent "more slots: ...." being spuriously
6399         parsed as a bitfield declaration.
6401         * progmodes/cc-engine.el (c-beginning-of-statement-1):
6402         Refactor and enhance to handle bitfield declarations.
6403         (c-punctuation-in): New function.
6404         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6405         declarations properly.
6407 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
6409         * calendar/icalendar.el (icalendar--all-events): Take care of
6410         multiple vcalendars in a single file.
6411         (icalendar--convert-float-to-ical): Checkdoc fixes.
6413 2011-07-25  Deniz Dogan  <deniz@dogan.se>
6415         * image.el (insert-image): Clarifying docstring.
6417 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
6419         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6420         `tramp-send-command-and-check' if there is no error.
6421         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6423 2011-07-22  Alan Mackenzie  <acm@muc.de>
6425         Prevent cc-langs.elc being loaded at run time.
6427         * progmodes/cc-mode.el: Remove two autoload forms which loaded
6428         cc-langs.
6430         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
6431         "(require 'cc-langs)".  Quote a form so it will evaluate at
6432         (cc-mode's) compilation time.
6434 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
6436         * net/tramp.el (tramp-file-name-handler): Avoid recursive
6437         loading.  (Bug#9114)
6439 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
6441         * window.el (display-buffer-pop-up-window)
6442         (display-buffer-pop-up-side-window)
6443         (display-buffer-in-side-window): Call display-buffer-set-height
6444         and display-buffer-set-width after setting the new window's
6445         buffer so `fit-window-to-buffer' and friends work on the right buffer.
6447 2011-07-20  Sam Steingold  <sds@gnu.org>
6449         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6450         (etags-tags-included-tables): Call `convert-standard-filename' on
6451         the file names contained in TAGS so that windows Emacs can handle
6452         TAGS files created by cygwin ctags.
6454 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6457         which apparently didn't work.
6459 2011-07-19  Roland Winkler  <winkler@gnu.org>
6461         * proced.el (proced-send-signal): For *Marked Processes* buffer
6462         put point at beginning of buffer.
6464 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
6466         * proced.el (proced-format): Make header lines align with the text
6467         (bug#1779).
6469 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471         * view.el (view-buffer): Allow running in `special' modes if we're
6472         visiting a file (bug#8615).
6474 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
6476         * window.el (display-buffer-alist-of-strings-p)
6477         (display-buffer-alist-set-1, display-buffer-alist-set-2):
6478         New functions.
6479         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6480         more accurately.
6482 2011-07-18  Alan Mackenzie  <acm@muc.de>
6484         Fontify declarators properly when, e.g., a jit-lock chunk begins
6485         inside a declaration.
6487         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6489         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6490         New function.
6491         (c-complex-decl-matchers): Insert reference to
6492         c-font-lock-enclosing-decls.
6494         * progmodes/cc-engine.el (c-backward-single-comment):
6495         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6496         to nil around calls to (forward-comment -1).
6498 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6500         * image.el (put-image): Doc typo fix.
6502         * progmodes/etags.el (tags-search): Doc typo fix.
6504         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6505         password if we get errors 550 to 554.
6507 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6509         * net/gnutls.el (gnutls-log-level): Remove.
6511         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6512         indentation character (bug#6380).
6514         * files.el (buffer-offer-save): Made permanently local (bug#6241).
6516         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6517         to clarify what the problem is (bug#4291).
6519         * simple.el (current-kill): Clarify what
6520         `interprogram-paste-function' does (bug#7500).
6521         (auto-fill-mode): Document `auto-fill-function' in relation to
6522         `auto-fill-mode' (bug#2470).
6524 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
6526         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6527         method if slot is read-only (bug#9035).
6529 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
6531         * frame.el (select-frame-set-input-focus): New argument NORECORD.
6532         * window.el (pop-to-buffer): Select window used even if it was
6533         selected before, see discussion of (Bug#8615), (Bug#6954).
6534         Pass argument NORECORD on to select-frame-set-input-focus.
6536 2011-07-15  Glenn Morris  <rgm@gnu.org>
6538         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
6539         Respect help-form.
6541 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
6543         * net/gnutls.el (gnutls-min-prime-bits): New variable.
6544         (gnutls-negotiate): Use it.
6546 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548         * net/gnutls.el (gnutls-negotiate):
6549         Upcase `gnutls-algorithm-priority'.
6551 2011-07-15  Glenn Morris  <rgm@gnu.org>
6553         * jka-compr.el (jka-compr-verbose): Move from here...
6554         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
6555         Add missing :version tag.
6556         * info.el: No need to require jka-compr when compiling.
6558 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560         * net/gnutls.el (gnutls-algorithm-priority): New variable.
6561         (gnutls-negotiate): Use it.
6563         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6565         * info.el (Info-beginning-of-buffer): New command.
6566         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6567         announcing `b' as the key (bug#8325).
6568         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
6570         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6572         * international/mule-cmds.el
6573         (describe-specified-language-support): Make the error message
6574         clearer (bug#8905).
6576         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6578         * isearch.el (isearch-barrier): Add a doc string, since it's
6579         mentioned in a function doc string (bug#8678).
6581 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
6583         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6584         buffer argument (Bug#9083) and self-identifying label argument.
6586 2011-07-15  Glenn Morris  <rgm@gnu.org>
6588         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
6590 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592         * man.el (Man-fontify-manpage): Fix message when formatting the
6593         man page (bug#7929).
6595 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
6597         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6598         argument LRM; if non-nil, append an invisible LRM character to the
6599         buffer name.
6600         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6601         last argument non-nil, when formatting buffer names.
6602         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6603         paragraph direction.
6605 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6607         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6608         the man page name (bug#7929).
6610         * image.el (put-image): Mention the `put-image' overlay property
6611         (bug#7834).
6613         * scroll-bar.el (set-scroll-bar-mode): Mention that
6614         `scroll-bar-mode' lists the values (bug#7772).
6616         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6617         command (bug#7729).
6619         * rect.el (apply-on-rectangle): Return the point after the last
6620         operation.
6621         (string-rectangle): Go to the point after the last operation
6622         (bug#7522).
6624         * printing.el (pr-toggle-region): Clarify the documentation
6625         slightly (bug#7493).
6627         * time.el (display-time-update):
6628         Allow `display-time-mail-function' to return nil (bug#7158).
6629         Fix suggested by Detlev Zundel.
6631         * vc/diff.el (diff): Clarify the order the file names are read
6632         (bug#7111).
6634         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6635         the doc string (bug#7015).
6637         * font-lock.el (font-lock-maximum-decoration): Mention what
6638         numeric levels mean (bug#6935).
6640         * startup.el (initial-buffer-choice): Don't mention the `none'
6641         selection, which is against policy.
6643 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
6645         * window.el (display-buffer-normalize-special):
6646         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
6648 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
6650         * subr.el (version<, version<=, version=): Mention "-CVS" and
6651         "-12345" alpha version numbers.
6653 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
6655         * bindings.el: Add advertised binding for set-mark-command
6656         (Bug#5772).
6658 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
6660         * bindings.el (mode-line-other-buffer):
6661         * bookmark.el (bookmark-bmenu-2-window):
6662         * bs.el (bs-cycle-next, bs-cycle-previous):
6663         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6664         switch-to-buffer.
6666         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6667         Delete.
6669 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
6671         * follow.el (follow-debug-message, follow-redisplay):
6672         * jka-cmpr-hook.el (with-auto-compression-mode):
6673         Fix typos in docstrings.
6675 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677         * subr.el (with-silent-modifications): Clarify somewhat what the
6678         macro inhibits (bug#6525).
6680         * simple.el (eval-expression): Note what it does if called
6681         interactively (bug#6495).
6683 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
6685         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6686         Use pop-to-buffer buffer-or-name if it is nil.
6688         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6689         Remove switch-to-buffer.
6691 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693         * files.el (make-directory): Clarify that an error will be raised
6694         if there's an error (bug#6397).
6696         * startup.el (initial-buffer-choice): Add `none' as a choice
6697         (bug#6234).
6699         * subr.el (add-hook): Clarify section about buffer-local hooks
6700         (bug#6218).
6702         * dired.el (dired-flagged): Clarify doc string (bug#6117).
6704 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
6706         * tabify.el (untabify): Preserve the current column so that point
6707         doesn't move (bug#6032).
6709 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6712         Rewrite to avoid awkward possessive "s" (bug#5986).
6714 2011-07-13  Glenn Morris  <rgm@gnu.org>
6716         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
6717         (dired-insert-directory): Give a message the first time
6718         if ls is found not to support --dired.
6720 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722         * simple.el (toggle-truncate-lines): Clarify what is toggled
6723         (bug#5580).  Text by Drew Adams.
6725 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
6727         * simple.el (blink-matching-open): Make the error message from the
6728         last change less verbose.
6730 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
6732         * font-lock.el (font-lock-comment-face): Use the high contrast
6733         "yellow" color for font-lock-comment-face on low color terminals
6734         using a dark background color (bug#4221).
6736 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738         * dired.el (dired-insert-set-properties): Make the doc string
6739         reflect what it does now (bug#5325).
6741         * simple.el (blink-matching-open): Say that we were unable to find
6742         the match within the limit, if we're limited (bug#5122).
6744         * international/mule-cmds.el (prefer-coding-system): Add an
6745         example (bug#4869).
6747         * progmodes/etags.el (tags-search): Document `file-list-form'
6748         (bug#4731).
6750 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
6752         * net/browse-url.el (browse-url-default-browser)
6753         (browse-url-browser-function): Make the default browser choice a
6754         bit more logical (bug#4300).  Also clean up the doc string.
6756 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
6758         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6759         binary endings (bug#4440).
6761 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6763         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6764         which can be pretty annoying (bug#8971).
6766         * jka-compr.el (jka-compr-verbose): New variable, and use
6767         throughout (bug#8971).
6769         * info.el (Info-find-file): Fall back on the installation
6770         directory if we can't find the info node anywhere else.
6772 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
6774         * vc/vc.el (vc-revert-file):
6775         Don't set file time-stamp in the past.  (Bug#5181)
6777 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779         * files.el (after-find-file): Give a better error message when
6780         trying to find a symlink that points to a file that doesn't exist
6781         (bug#4398).
6783         * progmodes/cc-vars.el: Remove (probably) misleading comment
6784         (bug#4396).
6786 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
6788         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6790 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
6792         * mouse-sel.el: Hack restoring functionality, while keeping
6793         compatibility with 2010-07-03 changes to mouse selection.
6794         (mouse-sel-primary-overlay): New var.
6795         (mouse-sel-selection-alist): Use it.
6796         (mouse-sel-mode): Doc fix; remove points that are default features
6797         of mouse.el.
6799 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
6801         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6802         Fix previous fix (bug#2490).
6804 2011-07-12  Roland Winkler  <winkler@gnu.org>
6806         * textmodes/bibtex.el (bibtex-initialize):
6807         Use pop-to-buffer-same-window.
6808         (bibtex-search-entries): Fix interactive call.
6810 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6813         Fontise bytecomp Error lines more correctly (bug#2490).
6814         Fix suggested by Johan BockgÃ¥rd.
6816         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6818         * dired-x.el (dired-guess-default): Use `delete-dups'.
6820 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
6822         * dired.el (dired-mark-prompt):
6823         * dired-aux.el (dired-read-shell-command): Doc fix.
6825 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827         * mail/sendmail.el (sendmail-query-once):
6828         Use `customize-save-variable' unconditionally, now that it works under
6829         emacs -Q.
6831         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6833         * cus-edit.el (custom-file): Take an optional no-error variable.
6834         (customize-save-variable): Set the variable, and give a warning if
6835         running under "emacs -q".
6837 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
6839         * loadhist.el (unload-feature-special-hooks):
6840         Add `auto-coding-functions', `fill-nobreak-predicate' and
6841         `find-directory-functions' (bug#5327).
6843 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6845         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6847         * cus-edit.el (custom-guess-name-alist): -alist variables should
6848         use the `alist' type (bug#3120).  Suggested by Drew Adams.
6850         * printing.el: Add documentation to all the `pr-toggle-' commands.
6852 2011-07-11  Leo Liu  <sdl.web@gmail.com>
6854         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6855         backends where it makes sense (bug#2623).
6857 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859         * dired-x.el (dired-guess-default): Remove duplicate shell command
6860         entries (bug#2028).
6861         (dired-guess-default): Fix grammar in doc string (bug#2028).
6862         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
6864         * subr.el (remove-duplicates): New conveniency function.
6866 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6869         (bug#1526).
6871 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
6873         * window.el (display-buffer-normalize-default): Don't invert
6874         meaning of even-window-heights.  Reported by Eli Zaretskii
6875         <eliz@gnu.org>.
6877 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
6879         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6881 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
6883         * window.el (display-buffer): Fix arguments to
6884         display-buffer-reuse-window in last change.
6886         * faces.el (link): Use a less saturated blue on light backgrounds.
6888         * startup.el (fancy-startup-text, fancy-about-text)
6889         (fancy-startup-tail): Use font-lock faces, for background safety.
6891 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
6893         * emulation/viper-cmd.el (viper-change-state-to-vi):
6894         Limit triggering of abbrev expansion (Bug#9038).
6896 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
6898         * window.el (display-buffer-default-specifiers): Remove.
6899         (display-buffer-macro-specifiers): Remove default specifiers.
6900         (display-buffer-alist): Default to nil.
6901         (display-buffer-reuse-window): New optional argument other-window.
6902         (display-buffer-pop-up-window): Allow splitting internal
6903         windows.  Check whether a live window was created.
6904         (display-buffer-other-window-means-other-frame)
6905         (display-buffer-normalize-arguments): Rename to
6906         display-buffer-normalize-argument and rewrite.  Set the
6907         other-window specifier.
6908         (display-buffer-normalize-special): New function.
6909         (display-buffer-normalize-options): Rename to
6910         display-buffer-normalize-default and rewrite.
6911         (display-buffer-normalize-options-inhibit): Remove.
6912         (display-buffer-normalize-specifiers): Rewrite.
6913         (display-buffer): Process other-window specifier and call
6914         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
6915         more faithfully.
6916         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
6917         (display-buffer-alist-set): Don't handle 'unset default values.
6918         (display-buffer-in-window, display-buffer-alist-set):
6919         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
6920         <tassilo@member.fsf.org>.
6922 2011-07-09  Leo Liu  <sdl.web@gmail.com>
6924         * register.el (insert-register): Restore accidental change on
6925         2011-06-26.  (Bug#9028)
6927 2011-07-09  Glenn Morris  <rgm@gnu.org>
6929         * subr.el (remq): Handle the empty list.  (Bug#9024)
6931 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
6933         * mail/sendmail.el (send-mail-function): No longer delay custom
6934         initialization.
6935         * custom.el (custom-initialize-delay): Doc fix.
6937 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6939         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6941 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
6943         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6944         human-friendly prompt.
6946 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6948         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6949         provided by a particular plugin.
6951 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6954         save customizations (with "emacs -Q"), just set the variable
6955         instead of erroring out.
6957         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6959 2011-07-08  Juri Linkov  <juri@jurta.org>
6961         * arc-mode.el (archive-zip-expunge, archive-zip-update)
6962         (archive-zip-update-case): Use 7z if found by `executable-find'.
6963         The order of searching the available programs is the same as in
6964         `archive-zip-extract' (bug#8968).
6966 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
6968         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6969         (menu-bar-options-menu): Tweak descriptions.
6971 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6973         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6974         menu items into verb phrases (bug#1421).  Also refill to fit under
6975         80 columns.
6977 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
6979         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6980         (Info-read-node-name): Doc fix (Bug#1084).
6982         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6983         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6984         (end-of-sexp, beginning-of-sexp)
6985         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6986         (forward-symbol, forward-same-syntax, word-at-point)
6987         (sentence-at-point): Doc fix (Bug#1144).
6989 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6992         should cover it (bug#1281).
6994         * cus-edit.el (custom-show): Mark as obsolete.
6996         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
6997         negotiation fails, then possibly try again with a non-encrypted
6998         connection (bug#9017).
7000         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7001         be used.
7003 2011-07-07  Richard Stallman  <rms@gnu.org>
7005         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7006         property, and handle its changed format.
7007         Look for the correct line number.
7008         Use file's line contents (but not past first =) to find
7009         correct line in message.
7011 2011-07-07  Kenichi Handa  <handa@m17n.org>
7013         * international/characters.el (build-unicode-category-table):
7014         Delete it.
7015         (unicode-category-table): Set it by unicode-property-table-internal.
7017         * international/mule-cmds.el (char-code-property-alist): Move to
7018         to src/chartab.c.
7019         (get-char-code-property): Call unicode-property-table-internal to
7020         load a file.  Call get-unicode-property-internal where necessary.
7021         (put-char-code-property): Call unicode-property-table-internal to
7022         load a file.  Call put-unicode-property-internal where necessary.
7023         put-unicode-property-internal where necessary.
7024         (char-code-property-description):
7025         Call unicode-property-table-internal to load a file.
7027         * international/charprop.el:
7028         * international/uni-bidi.el:
7029         * international/uni-category.el:
7030         * international/uni-combining.el:
7031         * international/uni-comment.el:
7032         * international/uni-decimal.el:
7033         * international/uni-decomposition.el:
7034         * international/uni-digit.el:
7035         * international/uni-lowercase.el:
7036         * international/uni-mirrored.el:
7037         * international/uni-name.el:
7038         * international/uni-numeric.el:
7039         * international/uni-old-name.el:
7040         * international/uni-titlecase.el:
7041         * international/uni-uppercase.el: Regenerate.
7043         * loadup.el: Load international/charprop.el before
7044         international/characters.
7046 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
7048         * window.el (next-buffer, previous-buffer): Signal an error if
7049         called from a minibuffer window.
7051         * bindings.el: Revert 2011-07-04 change.
7053 2011-07-06  Richard Stallman  <rms@gnu.org>
7055         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7056         (rmail-mime-insert-bulk, rmail-mime-insert-text):
7057         Treat markers like ints.
7058         (rmail-mime-entity): Doc fix.
7060 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7062         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7063         defcustom again for backwards compatibility.
7065         * simple.el (shell-command-on-region): Fill.
7067         * dired-aux.el (dired-kill-line): Add a doc string.
7069         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7070         to "\\sw\\|\\s_" (bug#358).
7072         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7073         (dired-unmark-backward): Ditto.
7074         (dired-flag-backup-files): Ditto.
7076         * dired-x.el (dired-mark-sexp): Ditto.
7078 2011-07-06  Richard Stallman  <rms@gnu.org>
7080         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7081         (rmail-mime-entity): New arg TRUNCATED.
7082         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7083         New functions.
7084         (rmail-mime-save): Warn if entity is truncated.
7085         (rmail-mime-toggle-hidden): Likewise, for showing.
7086         (rmail-mime-process-multipart): Record when an entity is truncated.
7088         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7089         if ENTITY is a string.
7091 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
7094         of faces when `M-C-x'-ing their definitions (bug#8378).
7095         Also clean up the code slightly.
7097         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
7098         because that makes the colors go away.
7100         * mail/sendmail.el (send-mail-function): Change the default to
7101         `sendmail-query-once'.
7102         (sendmail-query-once): Add an autoload cookie.
7104         * net/network-stream.el (network-stream-open-starttls): Try using
7105         a plain connection even if the server offered STARTTLS, and we
7106         kinda wanted to use it, if Emacs doesn't have any STARTTLS
7107         capability.  This should make smtpmail.el work in slightly more
7108         configurations.
7110 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
7112         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7113         New defun.
7114         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7116 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
7118         * progmodes/sql.el: Version 3.0
7119         (sql-product-alist): Add product :completion-object,
7120         :completion-column, and :statement attributes.
7121         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
7122         (sql-mode-syntax-table): Mark all punctuation.
7123         (sql-font-lock-keywords-builder): Temporarily remove fallback on
7124         ansi keywords.
7125         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
7126         (sql-mode-oracle-font-lock-keywords): Improve.
7127         (sql-oracle-show-reserved-words): New function for development.
7128         (sql-product-font-lock): Simplify for source code buffers.
7129         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7130         New functions.
7131         (sql-highlight-product): Set product specific syntax table.
7132         (sql-mode-map): Add statement movement functions.
7133         (sql-ansi-statement-starters, sql-oracle-statement-starters):
7134         New variable.
7135         (sql-statement-regexp, sql-beginning-of-statement)
7136         (sql-end-of-statement, sql-signum): New functions.
7137         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
7138         (sql-show-sqli-buffer): Bug fix.
7139         (sql-interactive-mode): Store connection data as buffer local.
7140         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
7141         with sql-interactive-mode.
7142         (sql-save-connection): Save buffer local settings.
7143         (sql-connection-menu-filter): Change menu entry name.
7144         (sql-product-interactive): Bug fix.
7145         (sql-preoutput-hold): New variable.
7146         (sql-interactive-remove-continuation-prompt): Bug fixes.
7147         (sql-debug-redirect): New variable.
7148         (sql-str-literal): New function.
7149         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
7150         Redesign.
7151         (sql-oracle-save-settings, sql-oracle-restore-settings)
7152         (sql-oracle-list-all, sql-oracle-list-table): New functions.
7153         (sql-completion-object, sql-completion-column)
7154         (sql-completion-sqlbuf): New variables.
7155         (sql-build-completions-1, sql-build-completions)
7156         (sql-try-completion): New functions.
7157         (sql-read-table-name): Use them.
7158         (sql-contains-names): New buffer local variable.
7159         (sql-list-all, sql-list-table): Use it.
7160         (sql-oracle-completion-types): New variable.
7161         (sql-oracle-completion-object, sql-sqlite-completion-object)
7162         (sql-postgres-completion-object): New functions.
7164 2011-07-06  Glenn Morris  <rgm@gnu.org>
7166         * window.el (pop-to-buffer): Doc fix.
7168 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
7170         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7172 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
7174         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7176         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
7178 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
7180         * button.el (button): Inherit from link face.  Suggested by Dan
7181         Nicolaescu.
7183 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7185         * progmodes/gdb-mi.el: Fit in 80 columns.
7186         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7187         switch-to-buffer.
7189         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7190         if imenu is simply not configured (bug#8941).
7192 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
7194         * allout.el (allout-post-undo-hook): New allout outline-change
7195         event hook to signal undo activity.
7196         (allout-post-command-business): Run allout-post-undo-hook if an
7197         undo just occurred.
7198         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7199         * allout-widgets.el (allout-widgets-after-undo-function):
7200         Ensure the integrity of the current item's decoration after it has been
7201         in the vicinity of an undo.
7202         (allout-widgets-mode): Include allout-widgets-after-undo-function
7203         on the new allout-post-undo-hook.
7205 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7207         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7208         Let define-derived-mode define it.
7209         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7210         cycles of abbrev-table inheritance (bug#8998).
7212 2011-07-05  Roland Winkler  <winkler@gnu.org>
7214         * textmodes/bibtex.el: Add support for biblatex.
7215         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7216         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7217         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7218         (bibtex-entry-alist, bibtex-field-alist): New variables.
7219         (bibtex-entry-field-alist): Obsolete alias for
7220         bibtex-BibTeX-entry-alist.
7221         (bibtex-entry-alist, bibtex-field-alist): New widgets.
7222         (bibtex-set-dialect): New command.
7223         (bibtex-entry-type, bibtex-entry-head)
7224         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7225         Bind via bibtex-set-dialect.
7226         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7227         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7228         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7229         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7230         Define via bibtex-set-dialect.
7231         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7232         Obey bibtex-no-opt-remove-re.
7233         (bibtex-vec-push, bibtex-vec-incr): New functions.
7234         (bibtex-format-entry, bibtex-field-list)
7235         (bibtex-print-help-message, bibtex-validate)
7236         (bibtex-search-entries): Use new format of bibtex-entry-alist.
7238 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * progmodes/compile.el (compilation-goto-locus):
7241         * net/tramp-cmds.el (tramp-append-tramp-buffers):
7242         * bs.el (bs-cycle-next, bs-cycle-previous):
7243         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7244         * bindings.el (mode-line-other-buffer):
7245         * autoinsert.el (auto-insert):
7246         * arc-mode.el (archive-extract):
7247         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7249 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
7251         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7252         Fix check of `emacs-lock-unlockable-modes'.
7253         Coerce true values of `emacs-lock--try-unlocking' to t.
7255 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
7257         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7258         * emacs-lock.el: New file.
7260 2011-07-05  Julien Danjou  <julien@danjou.info>
7262         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7263         than `boundp' to check if face is set.
7265 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
7267         * register.el (registerv-make):
7268         * window.el (window-min-height): Fix typos in docstrings.
7270 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
7272         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7273         Update doc string.
7275 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
7277         * server.el (server-execute): Catch quit and call
7278         `server-return-error' to pass the error back to emacsclient and
7279         close the connection (bug#8942).
7281 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
7283         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7284         insecure exception for current topic.  Also note that auto-saves
7285         are handled differently.
7287         (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7288         State variables for tracking auto-save inhibition situation.
7290         (allout-write-contents-hook-handler): Rename from
7291         'allout-write-file-hook-handler', and describe how it depends on
7292         write-contents-functions sensitivity to non-nil value to prevent
7293         file write.
7295         (allout-auto-save-hook-handler): Remove.  auto-save does not check
7296         this in individual buffers, only in the starting buffer, so this
7297         is not the right way for us to inhibit auto-save in a buffer
7298         according to its condition.
7300         (allout-mode): Use new allout-write-contents-hook-handler, and
7301         only with write-contents-functions.  Remove auto-save provisions -
7302         they're implemented elsewhere.
7304         (allout-before-change-handler): If undo is in progress, note that
7305         for attention of allout-post-command-business.
7307         (allout-post-command-business): If the command we're following was
7308         an undo, check for change in the status of encrypted items and
7309         adjust auto-save inhibitions accordingly.
7311         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7312         according to whether there are or aren't any plain-text topics
7313         pending encryption.
7315         (allout-inhibit-auto-save-info-for-decryption):
7316         Adjust buffer-saved-size and some allout state to inhibit auto-saves
7317         if there are plain-text topics pending encryption.
7319         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7320         buffer-saved-size and some allout state to not inhibit auto-saves
7321         if there are no longer any plain-text topics pending encryption.
7323         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7324         No longer provide for exemption of the current topic.
7326 2011-07-04  Juri Linkov  <juri@jurta.org>
7328         Add 7z operations to delete and save changed members (bug#8968).
7329         * arc-mode.el (archive-7z-expunge, archive-7z-update):
7330         New defcustoms.
7331         (archive-7z-write-file-member): New function.
7332         (archive-7z-summarize): Fix the number of dashes in the
7333         listing output.
7335 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7337         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7338         (bug#8958).
7340 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
7342         * bindings.el: Ignore next-buffer and previous-buffer in
7343         minibuffer-local-map.
7345         * font-lock.el (font-lock-builtin-face): Change light background
7346         color to dark slate blue (Bug#6693).
7348 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7350         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7352 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7354         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7355         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7356         Add switch-to-buffer.
7358 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360         * isearch.el (isearch-search-fun-function): Clarify further the
7361         meaning of the function returned.
7363 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
7365         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7367         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7368         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7369         Use it.
7370         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
7371         `tramp-default-remote-path' does not exist.
7372         (tramp-send-command-and-read): New optional argument NOERROR.
7373         (tramp-open-connection-setup-interactive-shell)
7374         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7375         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7376         (tramp-process-sentinel): Flush also process' connection property.
7377         (tramp-sh-handle-start-file-process): Do not set process
7378         sentinel.  It is done now ...
7379         (tramp-maybe-open-connection): ... here.  (Bug#8929)
7381 2011-07-04  MON KEY  <monkey@sandpframing.com>
7383         * play/animate.el (animate-string): Doc fixes and allow changing
7384         the buffer name (bug#5417).
7386 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388         * play/animate.el (animation-buffer-name): Rename from *animate*.
7390 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7392         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7393         This is simpler and helps future-proof the code.
7394         (timer-until): Use time-subtract and float-time.
7395         (timer--time-less-p): Use time-less-p.
7397 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
7399         * type-break.el (timep): Use the value of `float-time' to avoid a
7400         byte-compiler warning.
7402         * server.el (server-eval-and-print): Return any result, even nil.
7404 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7406         * type-break.el: Accept time formats that the builtins accept.
7407         (timep, type-break-time-difference): Accept any format that
7408         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7409         This is simpler and helps future-proof the code.
7410         (type-break-time-difference): Round rather than ignoring
7411         subseconds components.
7413 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415         * info.el (Info-apropos-matches): Make non-interactive, since it
7416         doesn't seem to do anything useful as a command (bug#8829).
7418 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
7420         * frame.el (frame-background-mode, frame-set-background-mode):
7421         Move from faces.el.
7422         (frame-default-terminal-background): New function.
7424         * custom.el (custom-push-theme): Don't record faces in `changed'
7425         theme; this doesn't work correctly for per-frame face settings.
7426         (disable-theme): Use face-set-after-frame-default to reset faces.
7427         (custom--frame-color-default): New function.
7429 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431         * dired.el (dired-flagging-regexp): Remove unused variable
7432         (bug#8769).
7434 2011-03-29  Kevin Ryde  <user42@zip.com.au>
7436         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7437         `perl-Test2' extend to match possible "fail #N" rep count
7438         (bug#8377).
7440 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7443         `smtpmail-via-smtp' now returns the error instead of nil.
7445         * isearch.el (isearch-search-fun-function): Clarify the doc string
7446         (bug#8101).
7448 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
7450         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7451         unnecessary spaces (bug#8987).
7453 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7455         * net/network-stream.el (open-network-stream): Use the
7456         :end-of-capability command thoughout.
7458 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7460         * net/network-stream.el (open-network-stream): Add the
7461         :end-of-capability command parameter, used by pop3.el.
7463 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7467         * fringe.el (fringe-query-style): Remove redundant text " (type ?
7468         for list)" (bug#6475).
7470         * files.el (file-expand-wildcards): Ignore non-readable
7471         sub-directories while trying to find matches instead of signaling
7472         an error (bug#6297).
7474         * man.el (Man-reference-regexp): Allow matching possible
7475         word-wrapped references (bug#6289).
7477         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7478         for consistency with the other vc buffers (bug#6197).
7479         (vc-checkin): Ditto.
7481         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7483         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7485 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487         * custom.el (defcustom): Clarify that :set is only used in the
7488         Customize user interface (bug#6089).
7490         * progmodes/flymake.el (flymake-mode): If the buffer isn't
7491         associated with a file, refuse to run instead of erroring out
7492         (bug#6084).
7494         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7495         the doc string, since it appears that using `fill-column' always
7496         controls the width (bug#7845).
7498         * simple.el (shell-command-on-region): Say where the error output
7499         went if `shell-command-default-error-buffer' is set (bug#6857).
7501 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
7503         * allout.el (allout-yank-processing): Adjust cursor position for
7504         backwards-deleted space.
7506         (allout-rebullet-heading): Register changes with
7507         allout-exposure-changed-hook, so the modified topic is properly
7508         decorated.
7510 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7512         * minibuffer.el (completion-in-region): Document PREDICATE
7513         (bug#7136).
7515         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7516         of keyword/argument pairs (bug#6904).
7518         * replace.el (multi-occur):
7519         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
7521 2011-07-02  Drew Adams  <drew.adams@oracle.com>
7523         * dired.el (dired-mark-if): Make the message about whether it's
7524         marking or unmarking clearer (bug#8523).
7526 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528         * disp-table.el (display-table-print-array): New function.
7529         (describe-display-table): Use it to print the vectors more pretty
7530         (Bug#8859).
7532 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
7534         * window.el (window-state-get-1): Don't assign clone numbers.
7535         Add clone-of item to list of window parameters.
7536         (window-state-put-2): Don't process clone numbers.
7537         (display-buffer-alist): Fix doc-string.
7539 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7541         * subr.el (remq): Don't allocate if it's not needed.
7542         (keymap--menu-item-binding, keymap--menu-item-with-binding)
7543         (keymap--merge-bindings): New functions.
7544         (keymap-canonicalize): Use them to refine the canonicalization.
7545         * minibuffer.el (minibuffer-local-completion-map)
7546         (minibuffer-local-must-match-map): Move initialization from C.
7547         (minibuffer-local-filename-completion-map): Move initialization from C;
7548         don't inherit from anything here.
7549         (minibuffer-local-filename-must-match-map): Make obsolete.
7550         (completing-read-default): Use make-composed-keymap to combine
7551         minibuffer-local-filename-completion-map with either
7552         minibuffer-local-must-match-map or
7553         minibuffer-local-filename-completion-map.
7555 2011-07-01  Glenn Morris  <rgm@gnu.org>
7557         * type-break.el (type-break-time-sum): Use dolist.
7559         * textmodes/flyspell.el (flyspell-word-search-backward):
7560         Replace CL function.
7562 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7564         * mouse.el (mouse--strip-first-event): New function.
7565         (function-key-map): Use it to map fringe clicks to normal clicks
7566         by default.
7568         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7569         (vc-bzr-revision-completion-table): Add support for annotate and date.
7571         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7572         inherit from parent.
7574 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
7577         (dired-show-file-type): Doc fixup (bug#8818).
7579         * dired.el (dired-mode): Fix up the doc string as suggested by
7580         Drew Adams (bug#8817).
7582         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7583         cookie, since the manual says that it should be possible to add
7584         this function to `find-file-hook' (bug#8709).
7586 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
7588         * progmodes/cfengine.el: Moved all cfengine3.el functionality
7589         here.  Noted Ted Zlatanov as the maintainer.
7590         (cfengine-common-settings, cfengine-common-syntax): New functions
7591         to set up common things between `cfengine-mode' and
7592         `cfengine3-mode'.
7593         (cfengine3-mode): New mode.
7594         (cfengine3-defuns cfengine3-defuns-regex
7595         (cfengine3-class-selector-regex cfengine3-category-regex)
7596         (cfengine3-vartypes cfengine3-font-lock-keywords)
7597         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
7598         (cfengine3-indent-line): Add from cfengine3.el.
7600 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
7602         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7604         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7606 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
7608         * window.el (same-window-buffer-names, same-window-regexps)
7609         (same-window-p, special-display-frame-alist)
7610         (special-display-popup-frame, special-display-function)
7611         (special-display-buffer-names, special-display-regexps)
7612         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7613         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7614         (split-window-preferred-function, split-height-threshold)
7615         (split-width-threshold, even-window-heights)
7616         (display-buffer-mark-dedicated, window-splittable-p)
7617         (split-window-sensibly, window-safely-shrinkable-p):
7618         Un-obsolete.
7619         (display-buffer): Don't spread args with function specifier
7620         because special-display-popup-frame won't like it.
7622 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7624         Time-stamp simplifications and fixes.
7625         These improve accuracy slightly, and future-proof the code
7626         against some potential changes to current-time format.
7628         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7629         by using time-since and float-time.
7631         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7632         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
7633         + NNN microseconds".
7635         * type-break.el (type-break-time-sum): Rewrite using time-add.
7637         * play/hanoi.el (hanoi-current-time-float): Remove.
7638         All uses replaced by float-time.
7640         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7641         This yields a more-accurate answer.
7642         (rng-time-to-float): Remove; no longer needed.
7644         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7646         * calendar/timeclock.el (timeclock-seconds-to-time):
7647         Defalias to seconds-to-time, since they're the same thing.
7649         * emacs-lisp/elp.el (elp-elapsed-time):
7650         * emacs-lisp/benchmark.el (benchmark-elapse):
7651         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7653 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * window.el (bury-buffer): Don't iconify the only frame.
7656         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7657         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
7659 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
7661         * eshell/em-smart.el (eshell-smart-display-navigate-list):
7662         Add mouse-yank-primary.
7664 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
7666         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7668 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7670         * emacs-lisp/find-func.el (find-library--load-name): New fun.
7671         (find-library-name): Use it to find relative load names when provided
7672         absolute file name (bug#8803).
7674 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676         * textmodes/flyspell.el (flyspell-word): Consider words that
7677         differ only in case as potential doublons (bug#5687).
7679         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7680         Remove two rather uninteresting debugging-like messages to make
7681         debbugs.el more silent.
7683         * comint.el (comint-password-prompt-regexp): Accept "Response" as
7684         a password-like phrase.
7686 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
7688         * progmodes/cc-guess.el: New file.
7690         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
7692         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7693         derived from `c-basic-common-init'.
7695         * progmodes/cc-mode.el (top-level): Require cc-guess.
7696         (c-basic-common-init): Use `cc-choose-style-for-mode'.
7698 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
7700         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7702 2011-06-30  Alan Mackenzie  <acm@muc.de>
7704         * progmodes/cc-engine.el (c-guess-continued-construct):
7705         Correct the handling of template-args-cont, particularly for when font
7706         lock is disabled.  Name this case as "CASE G".
7708 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
7710         * allout.el (allout-yank-processing): Fix injection of extra space
7711         between bullet and non-whitespace character in first topic when
7712         pasting, ensuring that the actual spacing in the pasted topic
7713         following the bullet char is preserved.  This extra space was
7714         causing pasted encrypted topics to get a decrypted status even
7715         when the content was actually still encrypted.  Now the decryption
7716         status from before the paste is preserved.
7718         (allout-flag-region): Set all allout overlays so they evaporate
7719         when reduced to zero length (evanescent), to prevent overlay
7720         leakage.
7722 2011-06-30  Glenn Morris  <rgm@gnu.org>
7724         * w32-fns.el (w32-charset-info-alist): Declare.
7726         * find-dired.el (find-grep-options): Simplify.
7728         * term/ns-win.el (ns-set-resource): Declare.
7730         * ses.el (row, col): Declare dynamic variables honestly.
7732         * textmodes/reftex-parse.el (index-tags): Declare.
7734 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
7736         * cus-edit.el (customize-push-and-save): New function.
7738         * files.el (hack-local-variables-confirm): Use it.
7740         * custom.el (load-theme): New arg NO-CONFIRM.
7741         Use customize-push-and-save (Bug#8720).
7742         (custom-enabled-themes): Doc fix.
7744         * cus-theme.el (customize-create-theme)
7745         (custom-theme-merge-theme): Callers to load-theme changed.
7747 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749         * thingatpt.el (thing-at-point-short-url-regexp): Require that
7750         short URLs have at least one dot in them (bug #7614).
7752         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7753         nil, because using a pty is apparently too slow (bug #895).
7755 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757         * mail/sendmail.el (sendmail-query-once): New function.
7758         (sendmail-query-once-function): New variable.
7760 2011-06-29  Glenn Morris  <rgm@gnu.org>
7762         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7764         * ses.el (top-level): Require cl when compiling.
7765         (ses-set-localvars): Fix error statement.
7766         Call it at compile time to silence a storm of warnings.
7768 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
7770         * window.el (normalize-live-buffer): Rename to
7771         window-normalize-buffer.
7772         (normalize-live-frame): Rename to window-normalize-frame.
7773         (normalize-any-window): Rename to window-normalize-any-window.
7774         (normalize-live-window): Rename to window-normalize-live-window.
7775         (make-window-atom): Rename to window-make-atom.
7776         (window-resize-reset): Rename to window--resize-reset.
7777         (window-resize-reset-1): Rename to window--resize-reset-1.
7778         (resize-mini-window): Rename to window--resize-mini-window.
7779         (resize-subwindows-skip-p): Rename to
7780         window--resize-subwindows-skip-p.
7781         (resize-subwindows-normal): Rename to
7782         window--resize-subwindows-normal.
7783         (resize-subwindows): Rename to window--resize-subwindows.
7784         (resize-other-windows): Rename to window--resize-siblings.
7785         (resize-this-window): Rename to window--resize-this-window.
7786         (resize-root-window): Rename to window--resize-root-window.
7787         (resize-root-window-vertically): Rename to
7788         window--resize-root-window-vertically.
7789         (normalize-buffer-to-display): Rename to
7790         window-normalize-buffer-to-display.
7791         (normalize-buffer-to-switch-to): Rename to
7792         window-normalize-buffer-to-switch-to.
7793         Correspondingly update all callers of the functions listed
7794         above.
7795         (display-buffer-alist, display-buffer-normalize-arguments)
7796         (display-buffer-normalize-options, display-buffer)
7797         (display-buffer-alist-set): Use "function" instead of
7798         "fun-with-args".
7800 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
7802         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7803         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
7804         debbugs.gnu.org.  Mention acknowledgment email.
7806 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7808         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7809         buffer multibyteness, since it shouldn't matter.
7811 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
7813         * window.el (display-buffer-in-side-window): Handle dedicated
7814         windows as in display-buffer-reuse-window.
7815         (display-buffer-normalize-alist): Use value of override
7816         specifier.
7817         (display-buffer-normalize-specifiers): Use value of
7818         other-window-means-other-frame specifier.
7819         (display-buffer-alist): Rewrite some texts in widgets.
7820         (display-buffer): Spread arguments when calling function
7821         specified by fun-with-args.
7823 2011-06-28  Deniz Dogan  <deniz@dogan.se>
7825         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7826         Unnest `let'.
7828         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7829         selectors (Bug#5732).
7830         (css-proprietary-nmstart-re): Use `regexp-opt'.
7832 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
7834         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7835         (eshell-ls-date-format): New defcustom.
7836         (eshell-ls-file): Use it.
7838 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7840         * help-fns.el (describe-variable): Fix message for terminal-local vars.
7842 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7844         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7845         (ange-ftp-make-tmp-name): New arg.
7846         (ange-ftp-file-local-copy): Use it.
7848 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
7850         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7851         no-conversion (Bug#8870).
7853 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
7855         * window.el (window-right, window-left, window-child)
7856         (window-child-count, window-last-child)
7857         (window-iso-combination-p, walk-window-tree-1)
7858         (window-atom-check-1, window-tree-1, delete-window)
7859         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7860         new naming conventions - window-vchild, window-hchild,
7861         window-next and window-prev are now called window-top-child,
7862         window-left-child, window-next-sibling and window-prev-sibling
7863         respectively.
7864         (resize-window-reset): Rename to window-resize-reset.
7865         (resize-window-reset-1): Rename to window-resize-reset-1.
7866         (resize-window): Rename to window-resize.
7867         (window-min-height, window-min-width)
7868         (resize-mini-window, resize-this-window, resize-root-window)
7869         (resize-root-window-vertically, adjust-window-trailing-edge)
7870         (enlarge-window, shrink-window, maximize-window)
7871         (minimize-window, delete-window, quit-restore-window)
7872         (split-window, balance-windows, balance-windows-area-adjust)
7873         (balance-windows-area, window-state-put-2)
7874         (display-buffer-even-window-sizes, display-buffer-set-height)
7875         (display-buffer-set-width, set-window-text-height)
7876         (fit-window-to-buffer): Rename all "resize-window" prefixed
7877         calls to use the "window-resize" prefix convention.
7878         (display-buffer-alist): Fix symbol for label specifier.
7879         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7880         corresponding specifier.
7881         Reported by Juanma Barranquero <lekktu@gmail.com>.
7883 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7885         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7886         convention.
7887         (ses-call-printer): Does not pass an empty string to formatter when the
7888         cell is empty to keep from barking printer Calc math-format-value.
7890 2011-06-27  Richard Stallman  <rms@gnu.org>
7892         * battery.el (battery-mode-line-limit): New variable.
7893         (battery-update): Handle it.
7895         * mail/rmailmm.el (rmail-mime-process-multipart):
7896         Handle truncated messages.
7898 2011-06-27  Glenn Morris  <rgm@gnu.org>
7900         * progmodes/flymake.el (flymake-err-line-patterns):
7901         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
7903 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7905         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
7906         (ses--clean-!, ses--clean-_): New functions.
7907         (ses-range): Add configurability of readout order, and conversion
7908         to Calc vector.
7910         * ses.el (ses-repair-cell-reference-all): New function.
7911         (ses-cell-symbol): Set macro as safe, so that it can be used in
7912         formulas.
7914         * ses.el: Update cycle detection algorithm.
7915         (ses-localvars): Add ses--Dijkstra-attempt-nb and
7916         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
7917         (ses-set-localvars): New function.
7918         (ses-make-cell): Add property-list as a cell element.
7919         (ses-cell-property-get-fun, ses-cell-property-get)
7920         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
7921         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7922         New functions.
7923         (ses-cell-property-set, ses-cell-property-pop)
7924         (ses-cell-property-get-handle): New macro.
7925         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7926         New aliases, used for code readability.
7927         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7928         cycle detection.
7929         (ses-self-reference-early-detection): New defcustom.
7930         (ses-formula-references): Robustify against self-referring cells.
7931         (ses-mode): Use ses-set-localvars.
7932         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7933         before lauching the update processing.
7934         (ses-initialize-Dijkstra-attempt): New function.
7935         (ses-recalculate-cell): Update for cycle detection based on
7936         Dijkstra algorithm.
7938         * ses.el: Fix commenting and indenting convention.
7940 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7942         * bs.el (bs-cycle-next): Complete last change.
7944 2011-06-27  Drew Adams  <drew.adams@oracle.com>
7946         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7948 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7950         * net/network-stream.el (network-stream-open-starttls):
7951         Don't re-get capabilities unless we've reestablished connection.
7952         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7954         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7955         to binary to possibly avoid line encoding issues on Windows (among
7956         other things).
7958 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7960         * net/network-stream.el (open-network-stream): Return an :error
7961         saying what the problem was, if possible.
7963         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7964         server.
7966         * net/network-stream.el (network-stream-open-starttls): If we
7967         wanted to use STARTTLS, and the server offered it, but we weren't
7968         able to because we had no STARTTLS support, then close the connection.
7969         (open-network-stream): Return an :error element, if present.
7971 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
7973         * hl-line.el (hl-line-sticky-flag): Doc fix.
7974         (global-hl-line-sticky-flag): New option (Bug#8323).
7975         (global-hl-line-highlight): Obey it.
7977         * vc/vc.el (vc-revert-show-diff): Default to t.
7979 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
7981         * allout-widgets.el (allout-widgets-post-command-business):
7982         Stop decorating intermediate isearch matches.  They're not being
7983         undecorated when an isearch is continued past, and isearch
7984         automatically collapses them.  This leads to "widget leaks", where
7985         decorated items accumulate in collapsed areas.  Lines with lots of
7986         hidden widgets can slow down cursor travel, substantially.
7987         Too much complicated machinery would be needed to ensure undecoration,
7988         so we're doing without this nicety.
7990         (allout-widgets-tally-string): Don't try to do a hash-table-count
7991         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
7992         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7993         *Messages* when allout-widgets-maintain-tally is t.
7995 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
7997         * window.el (display-buffer-normalize-argument): Rename to
7998         display-buffer-normalize-arguments.  Handle special meaning of
7999         LABEL argument.  Respect special-display-function when popping up
8000         a new frame.  Fix code searching for a window showing the buffer
8001         on another frame.
8002         (display-buffer-normalize-specifiers):
8003         Call display-buffer-normalize-arguments.
8004         (display-buffer-in-window): Don't undedicate the window if its
8005         buffer remains the same.
8006         Reported by Drew Adams <drew.adams@oracle.com>.
8007         (display-buffer-alist): Add choice for same-window macro
8008         specfier.
8009         (display-buffer): Mention special meaning of LABEL argument in
8010         doc-string.  Fix quoting.  Don't pop up a new frame even as
8011         fallback.
8013 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
8015         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8016         avoid deleting the current window in some cases (bug#8911).
8018 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
8020         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8021         (Bug#8934)
8023 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025         * net/network-stream.el (network-stream-open-starttls):
8026         Use built-in TLS support if `gnutls-available-p' is true.
8027         (network-stream-open-tls): Ditto.
8029 2011-06-26  Leo Liu  <sdl.web@gmail.com>
8031         * register.el (registerv): New struct.
8032         (registerv-make): New function.
8033         (jump-to-register, describe-register-1, insert-register):
8034         Support the jump-func, print-func and insert-func slot of a registerv
8035         struct.  (Bug#8415)
8037 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
8039         * vc/vc.el (vc-revert-show-diff): New defcustom.
8040         (vc-diff-internal): New arg specifying diff buffer.
8041         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
8042         reuse an existing *vc-diff* buffer (Bug#8927).
8044         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8046 2011-06-26  Glenn Morris  <rgm@gnu.org>
8048         * progmodes/f90.el (f90-critical-indent): New option.
8049         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8050         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8051         (f90-mode): Doc fix.
8052         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8053         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8054         (f90-beginning-of-block, f90-next-block, f90-indent-region)
8055         (f90-match-end): Handle block, critical.
8057 2011-06-25  Glenn Morris  <rgm@gnu.org>
8059         * calendar/diary-lib.el (diary-included-files): Doc fix.
8060         (diary-include-files): New function, extracted from
8061         diary-include-other-diary-files and diary-mark-included-diary-files.
8062         (diary-include-other-diary-files, diary-mark-included-diary-files):
8063         Just call diary-include-files.
8064         (diary-mark-entries): Reset diary-included-files on first call.
8066         * calendar/diary-lib.el (diary-mark-entries)
8067         (diary-mark-included-diary-files):
8068         Visit included diary-files in temp buffers.
8070         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8071         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8072         (f90-start-block-re, f90-imenu-generic-expression)
8073         (f90-looking-at-program-block-start, f90-no-block-limit):
8074         Add support for submodules.
8076         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8077         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
8079 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
8081         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8082         buffer-file-type before setting its value, to avoid disastrous
8083         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
8085 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
8087         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8089         * ses.el (ses-unload-function):
8090         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8092         * proced.el (proced-unload-function):
8093         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8095 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
8097         * server.el (server-create-window-system-frame): Add parameters arg.
8098         (server-process-filter): Doc fix.  Handle frame-parameters.
8100 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
8102         Fix bug#8730, bug#8781.
8104         * loadhist.el (unload--set-major-mode): New function.
8105         (unload-feature): Use it.
8107         * progmodes/python.el (python-after-info-look): Add autoload cookie.
8108         (python-unload-function): New function.
8110 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8114 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
8116         * net/browse-url.el (browse-url-firefox-program): Add icecat to
8117         the candidates list.
8119 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
8121         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8123 2011-06-23  Richard Stallman  <rms@gnu.org>
8125         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8126         (rmail-variables): Set next-error-move-function.
8127         (rmail-what-message): Take argument POS.
8128         (rmail-next-error-move): New function.
8130 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8133         messages for adjacent non-terminals.
8135 2011-06-23  Richard Stallman  <rms@gnu.org>
8137         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
8138         (rmail-show-message-1): Preserve buffer modified flag.
8139         (rmail-start-mail): Don't specify use of rmail-mail-return;
8140         that's done by mail-bury now.
8141         (rmail-mail-return): Handle arg NEWBUF.
8143 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
8145         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8146         SIZE is a number.
8148 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
8150         * window.el (get-lru-window, get-mru-window)
8151         (get-largest-window): Never return a minibuffer window.
8152         (display-buffer-pop-up-window): Fix a bug that could lead to
8153         reusing the minibuffer window.
8154         (display-buffer): Pass original specifier argument to
8155         display-buffer-function instead of the normalized one.
8156         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8158 2011-06-22  Leo Liu  <sdl.web@gmail.com>
8160         * minibuffer.el (completing-read-function)
8161         (completing-read-default): Move from minibuf.c
8163 2011-06-22  Richard Stallman  <rms@gnu.org>
8165         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8166         to Rmail even if not started by a special Rmail command.
8168         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8169         Copy the buffer currently showing just one message.
8171 2011-06-22  Roland Winkler  <winkler@gnu.org>
8173         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8174         (bibtex-clean-entry): First delete the old key so that a
8175         customized algorithm for generating the new key does not get
8176         confused by the old key.
8177         (bibtex-url): Obey regexp of first step.
8178         (bibtex-search-entries): Do not use add-to-list with local
8179         list-var.
8181 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8184         stored a user name, then query for the password first, instead of
8185         waiting for SMTP to give an error message and the trying again.
8187 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
8189         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8190         BUFFER in call-process.
8192 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8195         QUIT twice.
8196         (smtpmail-try-auth-methods): Require user name and password from
8197         auth-source.
8199 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
8201         * window.el (display-buffer-default-specifiers)
8202         (display-buffer-alist): Remove entries for pop-up-frame-alist.
8203         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8204         (split-window): Normalize SIDE argument (Bug#8916).
8206         * frame.el (pop-up-frame-alist, pop-up-frame-function)
8207         (special-display-frame-alist, special-display-popup-frame):
8208         Remove duplicate declarations.  These are now in window.el.
8210 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212         * mail/smtpmail.el (smtpmail-via-smtp):
8213         Set :use-starttls-if-possible so that we always use STARTTLS if the
8214         server supports it.  SMTP servers that support STARTTLS commonly
8215         require it.
8217         * net/network-stream.el (network-stream-open-starttls): Support
8218         upgrading to STARTTLS always, even if we don't have built-in support.
8219         (open-network-stream): Add the :always-query-capabilities keyword.
8221         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8222         upgrades with `open-network-stream', and rely solely on
8223         auth-source for all credentials.  Big changes throughout the file,
8224         but in particular:
8225         (smtpmail-auth-credentials): Remove.
8226         (smtpmail-starttls-credentials): Remove.
8227         (smtpmail-via-smtp): Check for servers saying they want AUTH after
8228         MAIL FROM, too.
8230         * net/network-stream.el (network-stream-open-starttls):
8231         Provide support for client certificates both for external and built-in
8232         STARTTLS.
8233         (auth-source): Require.
8234         (open-network-stream): Document the :client-certificate keyword.
8235         (network-stream-certificate): Change cert-cert to cert and
8236         cert-key to key.
8238 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
8240         * net/tramp-cache.el (top): Don't load the persistency file when
8241         "emacs -Q" has been called.
8243 2011-06-21  Tim Harper  <timcharper@gmail.com>
8245         * term/ns-win.el (ns-initialize-window-system):
8246         Set application-specific `ApplePressAndHoldEnabled' system
8247         resource to NO as it is not yet supported by the NS port.
8249 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
8251         * misc.el (list-dynamic-libraries--refresh): Compute header here...
8252         (list-dynamic-libraries): ...not here.
8254 2011-06-21  Leo Liu  <sdl.web@gmail.com>
8256         * subr.el (sha1): Implement sha1 using secure-hash.
8258 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
8260         * window.el (display-buffer-alist): In default value do not
8261         enforce searching a window on any but the selected frame.
8262         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8263         (display-buffer-select-window): Remove function.
8264         (display-buffer-in-window): When a window on another frame gets
8265         reused, do not select it any more but just raise its frame if
8266         necessary (Bug#8851) and (Bug#8856).
8267         (display-buffer-normalize-options): Handle pop-up-frames related
8268         options more faithfully.
8269         (pop-to-buffer): Don't rely on `display-buffer' selecting the
8270         window if it is on another frame.
8271         (display-buffer-alist, display-buffer-default-specifiers):
8272         Don't make new frame unsplittable by default.
8273         (display-buffer-normalize-argument): Fix doc-string typo and use
8274         'same-frame-other-window instead of 'other-window when associating
8275         with display-buffer-macro-specifiers.
8277 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8279         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8280         New functions.
8281         (5x5-mode-map, 5x5-mode-menu): Bind them.
8282         (5x5-draw-grid): Tweak the solver's rendering.
8284 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8286         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8287         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8289 2011-06-21  Drew Adams  <drew.adams@oracle.com>
8291         * menu-bar.el: Use function variable instead of switch-to-buffer.
8292         (menu-bar-select-buffer-function): New variable.
8293         (menu-bar-update-buffers): Use it (bug#8876).
8295 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8297         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8298         variable's status.
8300 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
8302         * x-dnd.el (x-dnd-version-from-flags)
8303         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8304         and long as number (Bug#8899).
8305         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8307 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
8310         (completion-try-completion, completion-all-completions): Compute the
8311         metadata argument if it's missing; make it optional (bug#8795).
8313         * wid-edit.el: Use lex-bind and move towards completion-at-point.
8314         (widget-complete): Use new :completion-function property.
8315         (widget-completions-at-point): New function.
8316         (default): Use :completion-function instead of :complete.
8317         (widget-default-completions): Rename from widget-default-complete;
8318         Rewrite.
8319         (widget-string-complete, widget-file-complete, widget-color-complete):
8320         Remove functions.
8321         (file, symbol, function, variable, coding-system, color):
8322         * international/mule-cmds.el (default-input-method, charset)
8323         (language-info-custom-alist):
8324         * cus-edit.el (face): Use new property :completions.
8326         * progmodes/pascal.el (pascal-completions-at-point): New function.
8327         (pascal-mode): Use it.
8328         (pascal-mode-map): Use completion-at-point.
8329         (pascal-toggle-completions): Make obsolete.
8330         (pascal-complete-word, pascal-show-completions):
8331         * progmodes/octave-mod.el (octave-complete-symbol):
8332         Redefine as obsolete alias.
8333         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8334         Signal absence of completion info for old Octave,
8335         (inferior-octave-complete): Redefine as obsolete alias.
8336         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8337         (meta-completions-at-point): Rename from meta-complete-symbol and
8338         adapt it for use on completion-at-point-functions.
8339         (meta-common-mode): Use it.
8340         (meta-looking-at-backward, meta-match-buffer): Remove.
8341         (meta-complete-symbol): Redefine as obsolete alias.
8342         (meta-common-mode-map): Use completion-at-point.
8343         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8344         (makefile-mode-map): Use completion-at-point.
8345         (makefile-completions-at-point): Rename from makefile-complete and
8346         adapt it for use on completion-at-point-functions.
8347         (makefile-mode): Use it.
8348         (makefile-complete): Redefine as obsolete alias.
8350 2011-06-20  Deniz Dogan  <deniz@dogan.se>
8352         * net/rcirc.el: Delete trailing whitespaces once and for all.
8354 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
8356         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8358 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
8360         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8362         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8364 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
8366         * window.el (display-buffer-other-window-means-other-frame):
8367         Call display-buffer-normalize-alist.
8368         (display-buffer-normalize-specifiers-1): Rename to
8369         display-buffer-normalize-argument.  New argument other-frame.
8370         Rewrite.
8371         (display-buffer-normalize-specifiers-2): Rename to
8372         display-buffer-normalize-options.
8373         (display-buffer-normalize-alist-1): New function.
8374         (display-buffer-normalize-specifiers-3): Rename to
8375         display-buffer-normalize-alist.
8376         Call display-buffer-normalize-alist-1.
8377         (display-buffer-normalize-options-inhibit): New variable.
8378         (display-buffer-normalize-specifiers): Rewrite calling
8379         display-buffer-normalize-alist,
8380         display-buffer-normalize-argument, and
8381         display-buffer-normalize-options.  Don't call the latter if
8382         display-buffer-normalize-options-inhibit is non-nil.
8383         (frame-auto-delete): New option.
8384         (window-deletable-p): Use frame-auto-delete.
8385         (window-list-no-nils, window-state-ignored-parameters)
8386         (window-state-get-1, window-state-get, window-state-put-list)
8387         (window-state-put-1, window-state-put-2, window-state-put):
8388         New functions.
8389         (display-buffer-normalize-options): Move special-display-p group
8390         after pop-up-frame group (Bug#8851) and (Bug#8856).
8392 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
8394         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8395         groups (Bug#8776).
8396         (rx-submatch-n): New function.
8397         (rx): Document it.
8399         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8400         (Bug#8768).
8402         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8404         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8406         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8407         anytime existing face settings are present (Bug#8889).
8409         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8410         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8411         Remove unused argument.
8413 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
8415         * window.el (display-buffer-default-specifiers):
8416         Remove pop-up-frame.  Add pop-up-window-min-height,
8417         pop-up-window-min-width, and another reuse-window specifier
8418         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
8419         (display-buffer-normalize-specifiers-2):
8420         Handle split-height-threshold and split-width-threshold also when
8421         pop-up-windows is unset.  Add a reuse-window specifier for the
8422         case popping up a new window fails.
8423         (special-display-popup-frame): Remove double quoting.
8424         (display-buffer-normalize-specifiers-1): Fix thinko.
8426 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8428         * shell.el (shell-completion-vars): Set pcomplete-termination-string
8429         according to comint-completion-addsuffix.
8431         * pcomplete.el: Convert to lexical binding and fix bug#8819.
8432         (pcomplete-suffix-list): Mark as obsolete.
8433         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8434         pcomplete-seen in the closure.
8435         (pcomplete-comint-setup): Setup completion-at-point as well.
8436         (pcomplete--entries): New function.
8437         (pcomplete--env-regexp): New var.
8438         (pcomplete-entries): Rewrite to work with partial-completion and
8439         without relying on pcomplete-suffix-list.
8440         (pcomplete-pare-list): Remove, unused.
8442 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
8444         * window.el (display-buffer-alist): Set pop-up-window-min-height
8445         and pop-up-window-min-width in default value.  Reported by
8446         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
8447         other-window-means-other-frame.
8448         (display-buffer-macro-specifiers): Comment out entry for
8449         other-window specifier.
8450         (display-buffer-other-window-means-other-frame): New function.
8451         (display-buffer-normalize-specifiers-1): New arguments
8452         buffer-name and label.  Treat other-window case specially.
8453         (display-buffer-normalize-specifiers-2): Treat other-window case
8454         specially.
8455         (display-buffer-normalize-specifiers-3): New function.
8456         (display-buffer-normalize-specifiers):
8457         Call display-buffer-normalize-specifiers-3.
8459 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
8461         * window.el (same-window-p): Fix two typos introduced when
8462         adding with-no-warnings.
8463         (display-buffer-normalize-specifiers-1): Don't check
8464         pop-up-frames for 'unset initialization.
8465         (display-buffer-normalize-specifiers-2): Major rewrite using
8466         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8467         (pop-up-frames, display-buffer-reuse-frames)
8468         (display-buffer-mark-dedicated): Don't initialize to 'unset.
8469         Suggested by David Engster <deng@randomsample.de>.
8470         (even-window-heights): Initialize to 'unset.
8471         (display-buffer-alist-set): Handle new 'unset initializations.
8472         (display-buffer-macro-specifiers): Don't pop up a new frame in the
8473         other window case.
8475 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
8477         * window.el (display-buffer-normalize-specifiers-1):
8478         Respect current value of pop-up-frames for most reasonable values of
8479         second argument of display-buffer (Bug#8865).
8480         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8481         (switch-to-buffer-other-window-same-frame)
8482         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
8483         Adams (Bug#8875).
8484         (display-buffer): Don't check noninteractive when calling
8485         display-buffer-pop-up-frame.
8486         (display-buffer-pop-up-frame): Never pop up a frame in
8487         noninteractive mode (Bug#8857).
8488         (enlarge-window, shrink-window): Don't report an error when the
8489         window can't be resized as requested (Bug#8862).
8491 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8495         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8497         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8499 2011-06-15  Alan Mackenzie  <acm@muc.de>
8501         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8502         for declarators, disable knr checking to speed up for normal files.
8503         2: Refactor, replacing a sequence of nested if forms by a cond form.
8505 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507         * net/network-stream.el (open-network-stream): Add the keyword
8508         :always-query-capabilities for the case where you want to force a
8509         `plain' network connection, but the protocol still requires the
8510         capabilitiy command (i.e., SMTP and EHLO).
8512         * subr.el (process-live-p): Rename from `process-alive-p' for
8513         consistency with other `-live-p' functions.
8515 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8517         * window.el (same-window-buffer-names, same-window-regexps)
8518         (special-display-frame-alist, special-display-popup-frame)
8519         (special-display-function, special-display-buffer-names)
8520         (special-display-regexps, pop-up-frame-alist)
8521         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8522         (pop-up-windows, split-window-preferred-function)
8523         (split-height-threshold, split-width-threshold, even-window-heights)
8524         (display-buffer-mark-dedicated): Don't encourage the use of
8525         display-buffer-alist from Elisp code.
8527 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8529         * progmodes/python.el (python-mode): Derive from prog-mode.
8530         * progmodes/ps-mode.el (ps-mode):
8531         * progmodes/mixal-mode.el (mixal-mode):
8532         * progmodes/cfengine.el (cfengine-mode):
8533         * progmodes/ld-script.el (ld-script-mode): Likewise.
8535 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
8537         * window.el (display-buffer-alist): Trim default value to avoid
8538         popping up a new frame (Bug#8857) or reusing an arbitrary window
8539         on another frame.
8540         (display-buffer): Do not fall back on popping up a new frame in
8541         batch mode (Bug#8857).
8543 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
8545         * cus-theme.el (describe-theme-1): Use custom-theme-p.
8546         (custom-theme-summary): New function.
8547         (customize-themes): Use it.
8549 2011-06-13  Glenn Morris  <rgm@gnu.org>
8551         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8553 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
8555         * help.el (help-window): Remove variable.
8556         (help-window-point-marker, temp-buffer-max-height)
8557         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8558         (help-print-return-message): Don't set help-window.
8559         (resize-temp-buffer-window): Rewrite cod eand doc-string.
8560         (help-window-setup-finish): Remove.
8561         (help-window-display-message, help-window-setup)
8562         (with-help-window): Major rewrite based on new
8563         display-buffer-window variable.
8565         * help-mode.el (help-mode-finish): Remove help-window related
8566         code.
8568         * view.el (view-exits-all-viewing-windows): Remove reference to
8569         view-return-to-alist in doc-string.
8570         (view-return-to-alist): Make obsolete.
8571         (view-buffer): Call pop-to-buffer-same-window and remove
8572         undo-window code.
8573         (view-buffer-other-window): Call pop-to-buffer-other-window and
8574         simplify code.  Ignore second argument.
8575         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8576         simplify code.  Ignore second argument.
8577         (view-return-to-alist-update): Make obsolete.
8578         (view-mode-enter): Rename second argument to QUIT-RESTORE.
8579         Rewrite using quit-restore window parameters.
8580         (view-mode-exit): Rename second argument to EXIT-ONLY.
8581         Rewrite using quit-restore-window.
8582         (View-exit, View-exit-and-edit, View-leave, View-quit)
8583         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8584         appropriate arguments.
8585         (view-end-message): Use quit-restore window parameter.
8587         * window.el (display-buffer-function): Rewrite doc-string.
8588         (display-buffer-window, display-buffer-alist): New variables.
8589         (display-buffer-split-specifiers)
8590         (display-buffer-side-specifiers)
8591         (display-buffer-macro-specifiers): New constants.
8592         (display-buffer-even-window-sizes, display-buffer-set-height)
8593         (display-buffer-set-width, display-buffer-select-window)
8594         (display-buffer-in-window, display-buffer-reuse-window)
8595         (display-buffer-split-window-1, display-buffer-split-window)
8596         (display-buffer-split-atom-window, display-buffer-pop-up-window)
8597         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8598         (display-buffer-in-side-window, normalize-buffer-to-display)
8599         (display-buffer-normalize-specifiers-1)
8600         (display-buffer-normalize-specifiers-2)
8601         (display-buffer-normalize-specifiers, display-buffer-frame):
8602         New functions.
8603         (display-buffer): Major rewrite.
8604         (display-buffer-other-window, display-buffer-other-frame)
8605         (pop-to-buffer, switch-to-buffer-other-window)
8606         (switch-to-buffer-other-frame): Rewrite.
8607         (display-buffer-same-window, display-buffer-same-frame)
8608         (display-buffer-same-frame-other-window)
8609         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8610         (pop-to-buffer-other-window)
8611         (pop-to-buffer-same-frame-other-window)
8612         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8613         (switch-to-buffer-other-window-same-frame): New functions.
8614         (same-window-p, special-display-p): Rewrite disabling warnings.
8615         Make obsolete.
8616         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8617         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8618         Make obsolete
8619         (same-window-buffer-names, same-window-regexps)
8620         (special-display-frame-alist, special-display-popup-frame)
8621         (special-display-function, special-display-buffer-names)
8622         (special-display-regexps, pop-up-frame-alist)
8623         (pop-up-frame-function, split-window-preferred-function)
8624         (split-height-threshold, split-width-threshold)
8625         (even-window-heights): Make obsolete.
8627 2011-06-12  Glenn Morris  <rgm@gnu.org>
8629         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
8630         Misc simplifications.
8632 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
8634         * window.el (window-safely-shrinkable-p): Restore function which
8635         was inadvertently removed in change from 2011-06-11.  Declare as
8636         obsolete.
8638         * calendar/calendar.el (calendar-generate-window):
8639         Use window-iso-combined-p instead of combination of one-window-p and
8640         window-safely-shrinkable-p.
8642 2011-06-12  Glenn Morris  <rgm@gnu.org>
8644         * progmodes/fortran.el (fortran-mode-syntax-table):
8645         * progmodes/f90.el (f90-mode-syntax-table):
8646         Set % to punctuation.  (Bug#8820)
8647         (f90-find-tag-default): Remove, no longer needed.
8649 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
8651         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8653 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
8655         * image.el (image-animated-p): Return animation delay in seconds.
8656         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8657         (image-animate-timeout): Remove DELAY argument.  Don't assume
8658         every subimage has the same delay; get it from image-animated-p.
8659         (image-animate): Caller changed.
8661 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
8663         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8664         to ignored backtrace functions.
8666 2011-06-11  Glenn Morris  <rgm@gnu.org>
8668         * calendar/appt.el (appt-disp-window-function): Doc fix.
8669         (appt-check): Handle overlapping appointments.  (Bug#8337)
8671 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
8673         * window.el (window-tree-1, window-tree): New functions, moving
8674         the latter to window.el.
8675         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8676         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8677         (bw-refresh-edges): Remove.
8678         (balance-windows-1, balance-windows-2): New functions.
8679         (balance-windows): Rewrite in terms of window tree functions,
8680         balance-windows-1 and balance-windows-2.
8681         (bw-adjust-window): Remove.
8682         (balance-windows-area-adjust): New function with functionality of
8683         bw-adjust-window but using resize-window.
8684         (set-window-text-height): Rewrite doc-string.
8685         Use normalize-live-window and resize-window.
8686         (enlarge-window-horizontally, shrink-window-horizontally):
8687         Rename argument to DELTA.
8688         (window-buffer-height): New function.
8689         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8690         Rewrite using new window resize routines.
8691         (kill-buffer-and-window, mouse-autoselect-window-select):
8692         Use ignore-errors instead of condition-case.
8693         (quit-window): Call delete-frame instead of delete-windows-on
8694         for the only buffer on frame.
8696 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
8698         * loadup.el (top-level): Load window before files for the sake
8699         of replace-buffer-in-windows.
8701         * files.el (read-buffer-to-switch)
8702         (switch-to-buffer-other-window)
8703         (switch-to-buffer-other-frame, display-buffer-other-frame):
8704         Move to window.el.
8706         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8707         (previous-buffer): Move to window.el.
8709         * bindings.el (unbury-buffer): Move to window.el.
8711         * window.el (delete-other-windows-vertically): Move after
8712         definition of delete-other-windows.
8713         (other-window, delete-windows-on, replace-buffer-in-windows):
8714         Move here from window.c.
8715         (record-window-buffer, unrecord-window-buffer)
8716         (set-window-buffer-start-and-point, switch-to-prev-buffer)
8717         (switch-to-next-buffer): New functions.
8718         (get-next-valid-buffer, last-buffer, next-buffer): Move here
8719         from simple.el.  Call switch-to-next-buffer.
8720         (previous-buffer): Move here from simple.el.
8721         Call switch-to-prev-buffer.
8722         (bury-buffer): Move here from buffer.c.  Switch to previous
8723         buffer when window cannot be deleted.
8724         (unbury-buffer): Move here from bindings.el.
8725         (ctl-x-map): Move binding for other-window from window.c to
8726         here.
8727         (read-buffer-to-switch, switch-to-buffer-other-window)
8728         (switch-to-buffer-other-frame): Move here from files.el.
8729         (normalize-buffer-to-switch-to): New functions.
8730         (switch-to-buffer): Move here from buffer.c.
8731         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
8733 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
8735         * window.el (window-min-height, window-min-width): Move here
8736         from window.c.  Add defcustoms and rewrite doc-strings.
8737         (resize-mini-window, resize-window): New functions.
8738         (adjust-window-trailing-edge, enlarge-window, shrink-window):
8739         Move here from window.c.
8740         (maximize-window, minimize-window): New functions.
8741         (delete-window, delete-other-windows, split-window): Move here
8742         from window.c.
8743         (window-split-min-size): New function.
8744         (split-window-keep-point): Mention split-window-above-each-other
8745         instead of split-window-vertically.
8746         (split-window-above-each-other, split-window-vertically):
8747         Rename split-window-vertically to split-window-above-each-other
8748         and provide defalias for old definition.
8749         (split-window-side-by-side, split-window-horizontally):
8750         Rename split-window-horizontally to split-window-side-by-side
8751         and provide defalias for the old definition.
8752         (ctl-x-map): Move bindings for delete-window,
8753         delete-other-windows and enlarge-window here from window.c.
8754         Replace bindings for split-window-vertically and
8755         split-window-horizontally by bindings for
8756         split-window-above-each-other and split-window-side-by-side.
8758         * cus-start.el (all): Remove entries for window-min-height and
8759         window-min-width.  Add entries for window-splits and
8760         window-nest.
8762 2011-06-09  Glenn Morris  <rgm@gnu.org>
8764         * calendar/appt.el (appt-mode-line): New function.
8765         (appt-check, appt-disp-window): Use it.
8767         * files.el (hack-one-local-variable-eval-safep):
8768         Allow minor-modes with explicit +/-1 arguments.
8770 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
8772         * term/xterm.el (xterm): Add defgroup.
8773         (xterm-extra-capabilities): Add defcustom to supply known xterm
8774         capabilities, skip querying them, or query them (default).
8775         (terminal-init-xterm): Use it.
8776         (terminal-init-xterm-modify-other-keys): New function to set up
8777         modifyOtherKeys support to simplify `terminal-init-xterm'.
8779 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
8781         * window.el (resize-window-reset, resize-window-reset-1)
8782         (resize-subwindows-skip-p, resize-subwindows-normal)
8783         (resize-subwindows, resize-other-windows, resize-this-window)
8784         (resize-root-window, resize-root-window-vertically)
8785         (window-deletable-p, window-or-subwindow-p)
8786         (frame-root-window-p): New functions.
8788 2011-06-09  Glenn Morris  <rgm@gnu.org>
8790         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8791         (ange-ftp-get-files): Use it.
8793 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8795         * mail/sendmail.el (mail-recover-1, mail-recover):
8796         * files.el (recover-file, recover-session):
8797         Handle dired-listing-switches not being just a single short option.
8799 2011-06-09  Glenn Morris  <rgm@gnu.org>
8801         * calendar/appt.el (appt-display-message, appt-disp-window):
8802         Handle lists of appointments.
8804 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
8806         * window.el (one-window-p): Move down in code.
8807         Rewrite doc-string.
8808         (window-current-scroll-bars): Rewrite doc-string.
8809         Normalize live window argument.
8810         (walk-windows, get-window-with-predicate, count-windows):
8811         Rewrite doc-string.  Use window-list-1.
8812         (window-in-direction-2, window-in-direction, get-mru-window):
8813         New functions.
8815 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
8817         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8818         Doc fix (Bug#8713).
8820 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
8822         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8824 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
8826         * loadhist.el (unload-feature-special-hooks):
8827         Add `comint-output-filter-functions'.
8829 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
8831         * calendar/appt.el (appt-check): Move some initializations into the let.
8833 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
8835         * window.el (window-height): Defalias to window-total-height.
8836         (window-width): Defalias to window-body-width.
8838 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
8840         * image-mode.el (image-toggle-animation): New command.
8841         (image-mode-map): Bind it to RET.
8842         (image-mode): Update message.
8843         (image-toggle-display-image): Avoid a spurious cache flush.
8844         (image-transform-rotation): Doc fix.
8845         (image-transform-properties): Return quickly in the normal case.
8846         (image-animate-loop): Rename from image-animate-max-time.
8848         * image.el (image-animate-max-time): Move to image-mode.el.
8849         (create-animated-image): Remove unnecessary function.
8850         (image-animate): Rename from image-animate-start.  New arg.
8851         (image-animate-stop): Remove; just use image-animate-timer.
8852         (image-animate-timer): Use car-safe.
8853         (image-animate-timeout): Rename argument.
8855 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
8857         * window.el (get-lru-window, get-largest-window): Move here from
8858         window.c.  Rename first argument to ALL-FRAMES.
8859         Rephrase doc-strings.
8860         (get-buffer-window-list): Rewrite using window-list-1.
8861         Rephrase doc-string.
8862         (window-safe-min-height, window-safe-min-width): New constants.
8863         (window-size-ignore, window-min-size, window-min-size-1)
8864         (window-sizable, window-sizable-p, window-size-fixed-1)
8865         (window-size-fixed-p, window-min-delta-1, window-min-delta)
8866         (window-max-delta-1, window-max-delta, window-resizable)
8867         (window-resizable-p, window-total-height, window-total-width)
8868         (window-body-width): New functions.
8869         (window-full-height-p, window-full-width-p): Rewrite using
8870         window-total-size.
8871         (window-body-height): Rewrite using window-body-size.
8873 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
8875         * window.el (window-right, window-left, window-child)
8876         (window-child-count, window-last-child, window-any-p)
8877         (normalize-live-buffer, normalize-live-frame)
8878         (normalize-any-window, normalize-live-window)
8879         (window-iso-combination-p, window-iso-combined-p)
8880         (window-iso-combinations)
8881         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8882         (windows-with-parameter, window-with-parameter)
8883         (window-atom-root, make-window-atom, window-atom-check-1)
8884         (window-atom-check, window-side-check, window-check):
8885         New functions.
8886         (ignore-window-parameters, window-sides, window-sides-vertical)
8887         (window-sides-slots): New variables.
8888         (window-size-fixed): Move down in code.  Minor doc-string fix.
8890 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
8892         * comint.el (comint-dynamic-complete-as-filename)
8893         (comint-dynamic-complete-filename): Correctly call
8894         completion-in-region.
8896 2011-06-05  Deniz Dogan  <deniz@dogan.se>
8898         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8899         in last change.
8901 2011-06-05  Deniz Dogan  <deniz@dogan.se>
8903         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8904         (rcirc): Use it to prompt for encryption.
8906 2011-06-05  Roland Winkler  <winkler@gnu.org>
8908         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8909         (bibtex-search-entries): New command bound to C-c C-a.
8910         (bibtex-display-entries): New function.
8912 2011-06-05  Roland Winkler  <winkler@gnu.org>
8914         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8915         (bibtex-insert-kill): After yanking insert newline if necessary.
8916         (bibtex-initialize): Call bibtex-string-files-init only once.
8917         (bibtex-mode): Do not call easy-menu-add.
8918         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8919         (bibtex-yank): Set arg properly if nil.
8921 2011-06-05  Roland Winkler  <winkler@gnu.org>
8923         * textmodes/bibtex.el (bibtex-search-entry-globally):
8924         New variable.
8925         (bibtex-search-entry): Use it.
8927 2011-06-05  Roland Winkler  <winkler@gnu.org>
8929         * textmodes/bibtex.el (bibtex-entry-format): New option
8930         sort-fields.
8931         (bibtex-format-entry, bibtex-reformat): Honor this option.
8932         (bibtex-parse-entry): Return fields in proper order.
8934 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
8936         * doc-view.el (doc-view-remove-if): Move computation of result out
8937         of `dolist' to silence misleading lexical-binding warning.
8939 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
8941         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8942         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8944 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
8946         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8947         "SunOS 5.10".
8949 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
8951         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8952         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8953         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8954         (tramp-parse-putty):
8955         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8956         (tramp-completion-function-alist-ssh)
8957         (tramp-completion-function-alist-telnet)
8958         (tramp-completion-function-alist-su)
8959         (tramp-completion-function-alist-putty): Set `tramp-autoload'
8960         cookie.
8962         * net/tramp-ftp.el:
8963         * net/tramp-sh.el:
8964         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8965         load "tramp.el" `tramp-set-completion-function'.
8967 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8969         * shell.el: Require and use pcomplete.
8970         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8971         (shell-completion-vars): Set pcomplete-default-completion-function.
8973 2011-06-04  Deniz Dogan  <deniz@dogan.se>
8975         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8976         `memq' (Bug#8799).
8978 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8980         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8982 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
8984         * bs.el (bs--mark-unmark, bs--nth-wrapper):
8985         * mpc.el (mpc-select-extend, mpc-songpointer-context):
8986         * vc/log-view.el (log-view-beginning-of-defun):
8987         * vc/smerge-mode.el (smerge-apply-resolution-patch)
8988         (smerge-refine-forward, smerge-refine-chopup-region):
8989         Silence warning for unused `dotimes' counter variables.
8991 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8993         * net/tramp.el (tramp-with-progress-reporter): Rename from
8994         with-progress-reporter.  Use `declare'.
8995         * net/tramp-smb.el:
8996         * net/tramp-sh.el:
8997         * net/tramp-gvfs.el: Update all uses.
8999 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
9001         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9002         buffer isn't killed before making it current.
9004 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9006         Silence various byte-compiler warnings.
9007         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9008         `access-type' and new obsolescence format.
9009         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9010         new format.
9011         (byte-compile-check-variable): New `access-type' argument.
9012         Only warn if the access-type is obsolete.
9013         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9014         (byte-compile-variable-set): Adjust callers.
9015         * help-fns.el (describe-variable): Adjust to new obsolescence format.
9016         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9017         setting it as obsolete.
9018         * simple.el (minibuffer-completing-symbol):
9019         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9020         access as obsolete.
9021         * minibuffer.el (minibuffer-completing-file-name): Don't make it
9022         obsolete yet.
9023         * international/quail.el (quail-mouse-choose-completion): Remove unused
9024         code referring to obsolete var.
9025         (quail-choose-completion-string): Remove.
9026         * server.el (server-clients-with, server-kill-buffer-query-function)
9027         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9028         * proced.el (proced-send-signal):
9029         * emacs-lisp/lisp.el (lisp-complete-symbol):
9030         Replace completion-annotate-function with completion-extra-properties.
9032 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9034         * simple.el (goto-line): Use read-number.
9035         (overriding-map-is-bound): Remove.
9036         (saved-overriding-map): Change default.
9037         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9038         Take the map as argument.
9039         (universal-argument, negative-argument, digit-argument): Use it.
9040         (restore-overriding-map): Adjust.
9041         (do-auto-fill): Use fill-forward-paragraph.
9042         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9044         * minibuffer.el (minibuffer-inactive-mode-map): New var.
9045         (minibuffer-inactive-mode): New major mode.
9046         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9047         the *Messages* buffer" hack.
9048         (mouse-popup-menubar): Don't burp if the event is a normal key.
9050         Miscellaneous tweaks.
9051         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9052         lexical scoping as in subr.el's dolist and dotimes.
9053         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9054         Silence compiler warning.
9055         * thingatpt.el (forward-whitespace): Trivial coding style fix.
9056         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9057         * international/ccl.el (ccl-compile): Trivial simplification.
9058         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9059         * emacs-lisp/testcover.el (testcover-end): Remove spurious
9060         `printflag' argument.
9061         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9062         Purecopy the whole obsolescence data.
9064 2011-06-01  Leo Liu  <sdl.web@gmail.com>
9066         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9067         improve doc-string as suggested by Marco Pessotto
9068         <melmothx@gmail.com>.
9069         (rcirc-print): Fix last change.
9071 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9073         * minibuffer.el (complete-with-action): Return nil for the metadata and
9074         boundaries of non-functional tables.
9075         (completion-table-dynamic): Return nil for the metadata.
9076         (completion-table-with-terminator): Add default case, using
9077         complete-with-action.
9078         (completion--metadata): New function.
9079         (completion-all-sorted-completions, minibuffer-completion-help): Use it
9080         to try and avoid pathological performance problems.
9081         (completion--embedded-envvar-table): Return `category' metadata.
9083 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085         * subr.el (process-alive-p): New tiny convenience function.
9087 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9089         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9090         content but also its previous major mode.
9092 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
9094         * emacs-lisp/debug.el (debug): Restore the previous content of the
9095         *Backtrace* buffer when we exit with C-M-c.
9097 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9099         * minibuffer.el: Add metadata method to completion tables.
9100         (completion-category-overrides): New defcustom.
9101         (completion-metadata, completion--field-metadata)
9102         (completion-metadata-get, completion--styles)
9103         (completion--cycle-threshold): New functions.
9104         (completion-try-completion, completion-all-completions):
9105         Add `metadata' argument to choose completion-styles.
9106         (completion--do-completion): Use metadata to choose cycling.
9107         (completion-all-sorted-completions): Use metadata for sorting.
9108         Remove :completion-cycle-penalty which is not needed any more.
9109         (completion--try-word-completion): Add `metadata' argument.
9110         (minibuffer-completion-help): Check metadata for annotation function
9111         and sorting.
9112         (completion-file-name-table): Return `category' metadata.
9113         (minibuffer-completing-file-name): Make obsolete.
9114         * simple.el (minibuffer-completing-symbol): Make obsolete.
9115         * icomplete.el (icomplete-completions): Pass new `metadata' param to
9116         completion-try-completion.
9118 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9120         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9122 2011-05-30  Leo Liu  <sdl.web@gmail.com>
9124         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
9125         (rcirc-print): Decode all incoming messages (bug#8744).
9126         (rcirc-decode-coding-system): Allow value nil for automatic coding
9127         system detection.
9129 2011-06-01  Glenn Morris  <rgm@gnu.org>
9131         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9133 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
9135         * image.el (image-animate-max-time): Allow nil and t values.
9136         Default to nil.
9137         (create-animated-image): Doc fix.
9138         (image-animate-start): Remove second arg; just use
9139         image-animate-max-time.
9140         (image-animate-timeout): Doc fix.  Args changed.
9142         * image-mode.el (image-toggle-display-image): Ensure that the
9143         image spec passed to the animate timer is the same object as in
9144         the buffer's display property (Bug#6981).
9145         (image-transform-properties): Doc fix.
9147         * image.el (image-animate-max-time): Default to nil.
9149 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
9151         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9152         entire buffer list (Bug#8184).
9154 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
9156         * image.el (imagemagick-types-inhibit)
9157         (imagemagick-register-types): Doc fix.
9159 2011-05-29  Deniz Dogan  <deniz@dogan.se>
9161         * net/rcirc.el (rcirc): Use the user's stored encryption method by
9162         default.
9164 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
9166         * select.el: Don't perform clipboard-manager saving in hooks;
9167         leave the hooks empty.
9169 2011-05-28  Leo Liu  <sdl.web@gmail.com>
9171         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9172         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
9173         (occur-edit-mode): New major mode (Bug#8463).
9174         (occur-after-change-function): New function.
9175         (occur-engine): Give Occur tags a read-only property.
9177 2011-05-28  Kevin Ryde  <user42@zip.com.au>
9179         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9181 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
9183         * bindings.el (help-echo): Make the initial non-indicator dash
9184         empty on graphical terminals (Bug#7295).
9186         * files.el (auto-mode-alist): Move config rule after the
9187         in-stripping one (Bug#8547).
9189         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9191         * startup.el (normal-splash-screen): Remove gratuitous mode-line
9192         setting (Bug#8740).
9194 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
9196         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9197         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9198         (Bug#8539).
9200 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
9202         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9204 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
9206         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9207         (hs-hide-block-at-point, hs-find-block-beginning)
9208         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9209         (Bug#8279).
9211 2011-05-28  Glenn Morris  <rgm@gnu.org>
9213         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
9215 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
9217         * help-fns.el (describe-function-1): If the function is a derived
9218         major mode, print the parent mode.
9220         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9221         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9223 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9225         * minibuffer.el (completion--capf-wrapper): Check applicability before
9226         returning non-nil for non-exclusive completion data.
9227         * progmodes/etags.el (tags-completion-at-point-function):
9228         * info-look.el (info-lookup-completions-at-point): Mark as
9229         non-exclusive.
9230         (info-complete): Adjust accordingly.
9232         * info-look.el: Convert to lexical-binding and completion-at-point.
9233         (info-lookup-completions-at-point): New function.
9234         (info-complete): Use it and completion-in-region.
9236 2011-05-28  Drew Adams  <drew.adams@oracle.com>
9238         * isearch.el: Let M-e start with point at the first mismatched char.
9239         (isearch-fail-pos): New function.
9240         (isearch-edit-string): Use it.
9242 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
9244         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9246 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
9248         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
9249         traversal functions for avl-trees.
9250         (avl-tree--stack): New struct.
9251         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9252         (avl-tree-enter): Add optional `updatefun' arg.
9253         (avl-tree--do-enter): Add optional `updatefun' arg.
9254         Change return value.
9255         (avl-tree-delete): Add optional `test' and `nilflag' args.
9256         (avl-tree--do-delete): Add `test' and `nilflag' args.
9257         Change return value.
9258         (avl-tree-member): Add optional `nilflag'
9259         (avl-tree-member-p): New function.
9260         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9261         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9262         (avl-tree-stack-empty-p): New functions.
9264         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9265         avl-tree--del-balance1 and make it work both ways.
9266         (avl-tree--del-balance2): Remove.
9267         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9268         make it work both ways.
9269         (avl-tree--enter-balance2): Remove.
9270         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9271         New macros.
9272         (avl-tree--mapc, avl-tree-map): Add direction argument.
9274 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
9276         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9278 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
9280         * select.el: Support clipboard managers with built-in function
9281         x-clipboard-manager-save, via delete-frame-functions and
9282         kill-emacs-hook.
9283         (xselect-convert-to-targets): Add MULTIPLE target to list.
9284         (xselect-convert-to-save-targets): New function.
9286 2011-05-27  Kenichi Handa  <handa@m17n.org>
9288         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9289         let-binding rfc2047-encode-encoded-words to nil.
9291 2011-05-27  Glenn Morris  <rgm@gnu.org>
9293         * mail/emacsbug.el: Don't require url-util.
9295         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
9297         * files.el (set-auto-mode):
9298         Also respect mode: entries at the end of the file.  (Bug#8586)
9300 2011-05-26  Glenn Morris  <rgm@gnu.org>
9302         * files.el (hack-local-variables-prop-line, hack-local-variables):
9303         Downcase mode names, as seems to be traditional.
9304         (hack-local-variables, hack-local-variables-apply): Doc fixes.
9306         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9307         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
9309 2011-05-25  Julien Danjou  <julien@danjou.info>
9311         * textmodes/rst.el (rst-define-level-faces): Do not define face
9312         symbol if it is already defined.
9314 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9316         * play/5x5.el (5x5-new-game, 5x5-randomize):
9317         Reset 5x5-solver-output to nil when a new grid is cast.
9318         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9319         these debugging traces, as defmacro breaks the compiled code.
9321 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
9323         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9325 2011-05-24  Leo Liu  <sdl.web@gmail.com>
9327         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9328         (vc-bzr-sha1): Adapt.
9330         * sha1.el: Remove.  Function `sha1' is now builtin.
9332         * bindings.el: Provide sha1 feature.
9334 2011-05-24  Kenichi Handa  <handa@m17n.org>
9336         * mail/sendmail.el: Require `rfc2047'.
9337         (mail-insert-from-field): Do not perform RFC2047 encoding.
9338         (mail-encode-header): New function.
9339         (sendmail-send-it): Set buffer-file-coding-system of the work
9340         buffer to the return value of select-message-coding-system.
9341         Call mail-encode-header.
9343         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9345 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
9347         * mail/supercite.el (sc-default-cite-frame):
9348         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
9350 2011-05-24  Glenn Morris  <rgm@gnu.org>
9352         * progmodes/python.el (brm-menu): Declare.
9354         * emulation/viper.el (viper-set-hooks): Declare.
9356         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9357         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9358         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9359         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9360         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9361         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9363 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9365         Add an :exit-function for completion-at-point.
9367         * minibuffer.el (completion--done): New fun.
9368         (completion--do-completion): Use it.  New arg `expect-exact'.
9369         (minibuffer-complete, minibuffer-complete-word): Don't output message,
9370         since completion--do-completion does it for us now.
9371         (minibuffer-force-complete): Use completion--done and
9372         completion--replace.  Handle sole-completion case with more care.
9373         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9374         (completion-extra-properties): New var.
9375         (completion-annotate-function): Make obsolete.
9376         (minibuffer-completion-help): Adjust accordingly.
9377         Use completion-list-insert-choice-function.
9378         (completion-at-point, completion-help-at-point):
9379         Bind completion-extra-properties.
9380         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9381         * simple.el (completion-list-insert-choice-function): New var.
9382         (completion-setup-function): Preserve it.
9383         (choose-completion): Pay attention to it, shuffle the code a bit.
9384         (choose-completion-string): New arg `insert-function'.
9386         * textmodes/bibtex.el: Convert to lexical binding.
9387         (bibtex-mode-map): Use completion-at-point.
9388         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9389         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9390         (bibtex-complete): Define as obsolete alias.
9391         (bibtex-complete-internal): Remove.
9392         (bibtex-format-entry): Remove unused sub-group in regexp.
9393         * shell.el (shell--command-completion-data)
9394         (shell-environment-variable-completion):
9395         * pcomplete.el (pcomplete-completions-at-point):
9396         * comint.el (comint--complete-file-name-data): Use :exit-function
9397         instead of completion-table-with-terminator so it also works for
9398         choose-completion.
9400 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9402         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9404         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9405         (bug#8710).
9407         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9409 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
9411         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9412         customization variable and implement: If non-nil, auto-fill will
9413         be inhibited while on topic's header line.
9415 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9417         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
9418         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
9419         always have a solution in grid size = 5 cases.
9420         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9421         (5x5-solver-output, 5x5-log-buffer): New vars.
9422         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9423         Make these variables buffer local to achieve 5x5 multi-session-ness.
9424         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9425         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9426         (5x5-solve-suggest): New funs.
9427         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9428         randomize a grid so that we ensure that there is always a solution.
9429         (5x5-make-random-grid): Allow other movement than flipping.
9431 2011-05-23  Kevin Ryde  <user42@zip.com.au>
9433         * emacs-lisp/advice.el (ad-read-advised-function):
9434         Use `function-called-at-point' as the default, if it has
9435         advice and passes PREDICATE.
9437 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9440         byte-compile-lambda if it's actually a lambda.
9442         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9443         Fix function quoting.  Use backquote better.
9445 2011-05-22  Yuanle Song  <sylecn@gmail.com>
9447         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9448         matching (Bug#8516).
9450 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
9452         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9453         different face (Bug#8178).
9455 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
9457         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9458         defface (Bug#8144).
9460 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9462         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9463         funcall as well (bug#8712).  Warn when performing those conversions.
9464         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9466         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9468 2011-05-22  Glenn Morris  <rgm@gnu.org>
9470         * files.el (hack-local-variables-prop-line): Small simplifications.
9471         (hack-local-variables, hack-local-variables-prop-line):
9472         If MODE-ONLY, return the mode, rather than just `t'.
9474 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9476         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9478 2011-05-21  Glenn Morris  <rgm@gnu.org>
9480         * files.el (hack-local-variables-prop-line, hack-local-variables):
9481         If only interested in the mode, don't bother doing the other stuff.
9483         * image-mode.el (image-after-revert-hook):
9484         Redraw all frames on which the image is visible.  (Bug#8567)
9486         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
9488         * wid-edit.el (widget-checklist-match-inline):
9489         Fix 2011-04-19 change.  (Bug#8649)
9491 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9494         Also allow singlespace after single-letter capitals followed by a dot.
9496         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9497         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9499 2011-05-20  Nix  <nix@esperi.org.uk>
9501         * files.el (basic-save-buffer-2):
9502         Fix handling of break-hardlink-on-save with non-existent files.
9504 2011-05-19  Deniz Dogan  <deniz@dogan.se>
9506         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9507         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
9509 2011-05-19  Glenn Morris  <rgm@gnu.org>
9511         * progmodes/f90.el (f90-type-def-re):
9512         Handle "type, bind(c)".  (Bug#8691)
9514         * emacs-lisp/autoload.el (batch-update-autoloads):
9515         Set autoload-excludes by parsing loadup.el rather than Makefiles.
9517 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
9519         * net/tramp.el (tramp-process-actions): Set "first-password-request"
9520         property for the correct connection in case of multihops.
9522 2011-05-18  Glenn Morris  <rgm@gnu.org>
9524         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
9525         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9527         Rationalize calendar handling of day and month abbrev-arrays.
9528         * calendar/calendar.el (calendar-customized-p): New function.
9529         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9530         (calendar-day-name-array, calendar-month-name-array): Doc fix.
9531         Add :set function.
9532         (calendar-abbrev-length, calendar-day-abbrev-array)
9533         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9534         (calendar-day-abbrev-array, calendar-month-abbrev-array):
9535         Elements may no longer be nil.
9536         (calendar-day-name, calendar-month-name):
9537         Update for changed nature of abbrev arrays.
9538         * calendar/diary-lib.el (diary-name-pattern):
9539         Update for changed nature of abbrev arrays.
9540         (diary-mark-entries-1): Update calendar-make-alist calls.
9541         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9542         * calendar/cal-html.el (cal-html-day-abbrev-array):
9543         Simply inherit from calendar-day-abbrev-array.
9545 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * progmodes/grep.el (grep-mode): Disable default
9548         compilation-directory-matcher setting (bug#8684).
9550 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
9552         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9553         instead of "head" and "tail".  There were problems with SunOS 5.9,
9554         and it performs better.
9556 2011-05-17  Glenn Morris  <rgm@gnu.org>
9558         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9560         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9561         Replace obsolete function.
9563         * shell.el (pcomplete-parse-arguments-function): Declare.
9565         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9566         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9567         (appt-check): Doc fixes.
9568         (appt-disp-window-function, appt-delete-window-function):
9569         Remove needless special case in custom :type.
9570         (appt-display-count): Default to 0, not nil.
9571         (appt-check): Reset appt-display-count to 0, not nil.
9573 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
9575         * progmodes/python.el (python-font-lock-keywords):
9576         Add the Python 3.X keyword "nonlocal" (bug#8639).
9578 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9580         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9582 2011-05-16  Kevin Ryde  <user42@zip.com.au>
9584         * info-look.el (makefile-automake-mode): New setups, looking in
9585         automake manual, then makefile-mode.
9586         (makefile-mode): Remove automake manual, have it just in
9587         makefile-automake-mode since there's various things different or
9588         not relevant to plain make.
9589         (makefile-mode): Remove "other-modes" non-existent automake-mode,
9590         believe a hypothetical automake-mode would go to makefile-mode,
9591         not the other way around.
9593 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
9595         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9596         hunk-end tags (Bug#8672).
9598         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9599         vc-annotate-show-diff-revision-at-line (Bug#8671).
9601 2011-05-14  Glenn Morris  <rgm@gnu.org>
9603         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9604         in the middle of an existing one with multiple authors.  (Bug#8645)
9605         (change-log-font-lock-keywords): Also handle multiple author lines
9606         with leading tabs.  (Bug#8644)
9608         * calendar/appt.el (appt-check): Rename some local variables.
9609         Some simplification/reordering.
9611         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9612         (feedmail-sendmail-f-doesnt-sell-me-out)
9613         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9614         (feedmail-debug-sit-for, feedmail-queue-express-hook)
9615         (feedmail-queue-runner-message-sender): Set :version.
9616         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9617         (bbdb-dwim-net-address, vm-mail): Declare.
9618         (feedmail-binmail-gnulinuxish-template):
9619         Rename from feedmail-binmail-linuxish-template.
9620         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9621         Use insert-buffer-substring.
9623 2011-05-14  Bill Carpenter  <bill@carpenter.org>
9625         * mail/feedmail.el (feedmail-patch-level): Increase.
9626         (feedmail-debug): New custom group.
9627         (feedmail-confirm-outgoing-timeout)
9628         (feedmail-sendmail-f-doesnt-sell-me-out)
9629         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9630         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9631         (feedmail-sender-line, feedmail-from-line)
9632         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
9633         (feedmail-spray-this-address)
9634         (feedmail-spray-address-fiddle-plex-list)
9635         (feedmail-queue-use-send-time-for-date)
9636         (feedmail-queue-use-send-time-for-message-id)
9637         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9638         (feedmail-buffer-eating-function):
9639         Doc fixes.
9640         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9641         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9642         (feedmail-message-action-scroll-down): New functions.
9643         (feedmail-queue-directory, feedmail-queue-draft-directory):
9644         Use expand-file-name.
9645         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9646         Remove C-v help entry.
9647         (feedmail-queue-buffer-file-name): New variable.
9648         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9649         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9650         (feedmail-message-action-send-strong, feedmail-message-action-edit)
9651         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9652         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9653         (feedmail-message-action-toggle-spray)
9654         (feedmail-run-the-queue-no-prompts)
9655         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9656         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9657         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9658         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9659         (feedmail-envelope-deducer, feedmail-fiddle-from)
9660         (feedmail-fiddle-sender, feedmail-default-date-generator)
9661         (feedmail-fiddle-date, feedmail-fiddle-message-id)
9662         (feedmail-fiddle-spray-address)
9663         (feedmail-fiddle-list-of-spray-fiddle-plexes)
9664         (feedmail-fiddle-list-of-fiddle-plexes)
9665         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9666         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9667         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9668         Change default.  Doc fix.
9669         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9670         (feedmail-binmail-linuxish-template): New constant.
9671         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
9672         Respect feedmail-sendmail-f-doesnt-sell-me-out.
9673         (feedmail-send-it): Add debug call.
9674         Use feedmail-queue-buffer-file-name, and
9675         feedmail-send-it-immediately-wrapper.
9676         (feedmail-message-action-send): Add debug call.
9677         Use feedmail-send-it-immediately-wrapper.
9678         (feedmail-queue-express-to-queue): Add debug call.
9679         Run feedmail-queue-express-hook.
9680         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
9681         (feedmail-message-action-help-blat):
9682         Rename from feedmail-queue-send-edit-prompt-help-first.
9683         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
9684         Check line-endings.  Handle errors better.
9685         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9686         Doc fix.  Add debug call.
9687         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
9688         Use feedmail-queue-send-edit-prompt-inner.
9689         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9690         (feedmail-queue-send-edit-prompt-inner): New function, extracted
9691         from feedmail-queue-send-edit-prompt.
9692         (feedmail-queue-send-edit-prompt-help)
9693         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9694         (feedmail-tidy-up-slug): Add debug call.
9695         Respect feedmail-queue-slug-suspect-regexp.
9696         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9697         (feedmail-dump-message-to-queue): Add debug call.
9698         Expand queue-directory.
9699         (feedmail-dump-message-to-queue): Change message slightly.
9700         Use feedmail-say-chatter.
9701         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
9702         (feedmail-send-it-immediately-wrapper): New function.
9703         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
9704         Insert empty string rather than newline.  Handle full-frame case.
9705         Use catch/throw.  Use feedmail-say-chatter.
9706         (feedmail-fiddle-from): Try mail-host-address.
9707         (feedmail-default-message-id-generator): Doc fix.
9708         Bind system-time-locale.  Handle missing end.
9709         (feedmail-fiddle-x-mailer): Add debug call.
9710         Handle feedmail-x-mailer-line being nil.
9711         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9712         Add debug call.  Use buffer-substring-no-properties.
9713         (feedmail-say-debug, feedmail-say-chatter): New functions.
9714         (feedmail-find-eoh): Give an explicit error.
9716 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
9718         * net/newst-treeview.el (newsticker-treeview-face): Change default
9719         family from helvetica to sans.
9720         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
9721         etc/images/newsticker.
9723         * net/newst-reader.el (newsticker-feed-face): Change default
9724         family from helvetica to sans.
9726         * net/newst-plainview.el (newsticker-new-item-face)
9727         (newsticker-old-item-face, newsticker-immortal-item-face)
9728         (newsticker-obsolete-item-face, newsticker-date-face)
9729         (newsticker-statistics-face): Change default family from
9730         helvetica to sans.
9731         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
9732         etc/images/newsticker.
9734         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9735         (newsticker--process-auto-mark-filter-match): : Tell user about
9736         auto-marking.
9738 2011-05-13  Didier Verna  <didier@xemacs.org>
9740         Common Lisp indentation improvements on defmethod and lambda-lists.
9741         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9742         TODO entries.
9743         (lisp-lambda-list-keyword-parameter-indentation)
9744         (lisp-lambda-list-keyword-parameter-alignment)
9745         (lisp-lambda-list-keyword-alignment): New customizable user options.
9746         (lisp-indent-defun-method): Improve docstring.
9747         (extended-loop-p): Fix comment.
9748         (lisp-indent-lambda-list-keywords-regexp): New variable.
9749         (lisp-indent-lambda-list): New function.
9750         (lisp-indent-259): Use it.
9751         (lisp-indent-defmethod): Support for more than one
9752         method qualifier and properly indent methods lambda-lists.
9753         (defgeneric): Provide a missing common-lisp-indent-function property.
9755 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9757         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9758         bounds for the empty string (bug#8667).
9760 2011-05-13  Glenn Morris  <rgm@gnu.org>
9762         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9764         * mail/sendmail.el (sendmail-program): Try executable-find first.
9765         (sendmail-send-it): `sendmail-program' cannot be unbound.
9767         * calendar/appt.el (appt-make-list): Simplify.
9768         (appt-time-msg-list): Doc fix.
9769         (appt-check): Change mode-line message at the time of the appointment.
9771 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
9773         * progmodes/ld-script.el (ld-script-keywords)
9774         (ld-script-builtins): Update keywords list.
9776 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9778         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9780         * shell.el (shell-completion-vars): New function.
9781         (shell-mode):
9782         * simple.el (read-shell-command): Use it.
9783         (blink-matching-open): No need for " [...]" in minibuffer-message.
9785 2011-05-12  Glenn Morris  <rgm@gnu.org>
9787         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9788         (appt-check): Simplify.
9790 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
9792         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
9793         literal "/dev/null".
9795 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9797         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9798         Fix typo.
9800 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
9802         * progmodes/which-func.el (which-function):
9803         Use add-log-current-defun instead of add-log-current-defun-function,
9804         which might not be defined (Bug#8260).
9806 2011-05-12  Glenn Morris  <rgm@gnu.org>
9808         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9809         Let byte-compile-initial-macro-environment always take precedence.
9811 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9813         * net/rcirc.el: Add support for SSL/TLS connections.
9814         (rcirc-server-alist): New field `encryption'.
9815         (rcirc): Check `encryption' settings.
9816         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
9817         Merge make-local-variable into `set'.
9818         (rcirc--connection-open-p): New function.
9819         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9820         the process is not a network process (e.g. running gnutls-cli).
9821         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9822         Make rcirc-(en|de)code-coding-system local here.
9823         (rcirc-mode): Merge make-local-variable into `set'.
9824         (rcirc-parent-buffer): Make permanent buffer-local.
9825         (rcirc-multiline-minor-mode): Don't do it here.
9826         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9827         there's no server buffer.
9829 2011-05-11  Glenn Morris  <rgm@gnu.org>
9831         * newcomment.el (comment-kill): Prefix "unused" local.
9833         * term/w32console.el (get-screen-color): Declare.
9835         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9836         Handle symbol elements of byte-compile-initial-macro-environment.
9838 2011-05-10  Leo Liu  <sdl.web@gmail.com>
9840         * bookmark.el (bookmark-bmenu-mode-map):
9841         Bind bookmark-bmenu-search to `/'.
9843         * mail/footnote.el: Convert to utf-8 encoding.
9844         (footnote-unicode-string, footnote-unicode-regexp): New variable.
9845         (Footnote-unicode): New function.
9846         (footnote-style-alist): Add unicode style to the list.
9847         (footnote-style): Doc fix.
9849 2011-05-10  Jim Meyering  <meyering@redhat.com>
9851         Fix doubled-word typos.
9852         * international/quail.el (quail-insert-kbd-layout): and and -> and
9853         * kermit.el: and and -> and
9854         * net/ldap.el (ldap-search-internal): to to -> to
9855         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9856         * progmodes/js.el (js-mode): and and -> and
9857         * textmodes/artist.el (artist-move-to-xy): at at -> at
9858         (artist-draw-region-trim-line-endings): if if -> if
9859         And Safetyc -> Safety.
9860         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9862 2011-05-10  Glenn Morris  <rgm@gnu.org>
9863             Stefan Monnier  <monnier@iro.umontreal.ca>
9865         * files.el (hack-one-local-variable-eval-safep):
9866         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
9868 2011-05-10  Glenn Morris  <rgm@gnu.org>
9870         * calendar/diary-lib.el (diary-list-entries-hook)
9871         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9872         (diary-nongregorian-marking-hook, diary-list-entries)
9873         (diary-include-other-diary-files, diary-mark-entries)
9874         (diary-mark-included-diary-files): Doc fixes.
9876 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
9878         * misc.el: Require tabulated-list.el during compilation.
9880 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
9882         * progmodes/compile.el (compilation-start):
9883         Run compilation-filter-hook for the async case too.
9884         (compilation-filter-hook): Doc fix.
9886 2011-05-09  Deniz Dogan  <deniz@dogan.se>
9888         * wdired.el: Remove outdated installation comment.  Fix usage
9889         comment.
9891 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
9893         * misc.el: Implement new command `list-dynamic-libraries'.
9894         (list-dynamic-libraries--loaded-only-p): New variable.
9895         (list-dynamic-libraries--refresh): New function.
9896         (list-dynamic-libraries): New command.
9898 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
9900         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9901         Fix the ant regexp to handle end-line and end-column info from jikes.
9902         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
9903         higher priority to avoid clobbering by gnu.
9905 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
9907         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9908         if the face has existing theme settings (Bug#8454).
9910 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
9912         * progmodes/perl-mode.el (perl-imenu-generic-expression):
9913         Only match variables declared via `my' or `our' (Bug#8261).
9915         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9916         special file names `.' and `..' (Bug#8259).
9918 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
9920         * progmodes/grep.el (grep-mode-font-lock-keywords):
9921         Remove buffer-changing entries.
9922         (grep-filter): New function.
9923         (grep-mode): Add it to compilation-filter-hook.
9925         * progmodes/compile.el (compilation-filter-hook)
9926         (compilation-filter-start): New defvars.
9927         (compilation-filter): Call compilation-filter-hook prior to
9928         updating the process mark.
9930 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9932         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9934 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
9936         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9937         mailclient-send-it even if window-system is nil.  (Bug#8595)
9939         * term/w32console.el (terminal-init-w32console):
9940         Call get-screen-color and use its output to set the frame
9941         background-mode.  (Bug#8597)
9943 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9945         Make bytecomp.el understand that defmethod defines funs (bug#8631).
9946         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9947         New functions.
9948         (defgeneric, eieio--defmethod): Use them.
9949         (eieio-defgeneric): Remove.
9950         (defmethod): Call defgeneric in a way visible to the byte-compiler.
9952 2011-05-07  Glenn Morris  <rgm@gnu.org>
9954         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9955         Use let rather than let*.
9956         (timeclock-find-discrep): Remove unused local.
9958         * calendar/diary-lib.el (diary-comment-start): Doc fix.
9960         * calendar/appt.el (appt-time-msg-list): Doc fix.
9962 2011-05-06  Noah Friedman  <friedman@splode.com>
9964         * apropos.el (apropos-print-doc): Only use
9965         emacs-lisp-docstring-fill-column when it is bound to an integer,
9966         per that variable's documentation.
9968 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9970         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
9971         and warnings are not silently discarded (e.g. use -d instead of -P).
9973 2011-05-06  Glenn Morris  <rgm@gnu.org>
9975         * calendar/appt.el (appt-message-warning-time): Doc fix.
9976         (appt-warning-time-regexp): New option.
9977         (appt-make-list): Respect appt-message-warning-time.
9979         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9980         New options.
9981         (diary-add-to-list): Strip comments from the displayed string.
9982         (diary-mode): Set comment-start and comment-end.
9984         * vc/diff-mode.el (smerge-refine-subst): Declare.
9985         (diff-refine-hunk): Don't require smerge-mode when compiling.
9987 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
9989         * simple.el (list-processes): Return nil as the docstring says.
9991 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
9993         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9994         to "".
9995         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9996         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9997         determining of binary transfer.  (Bug#7383)
9999 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
10001         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10002         Fix port computation bug.  (Bug#8618)
10004 2011-05-05  Glenn Morris  <rgm@gnu.org>
10006         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10008         * simple.el (shell-dynamic-complete-functions)
10009         (comint-dynamic-complete-functions): Declare.
10011         * net/network-stream.el (gnutls-negotiate):
10012         * simple.el (tabulated-list-print): Fix declarations.
10014         * progmodes/gud.el (syntax-symbol, syntax-point):
10015         Remove unnecessary and incorrect declarations.
10017         * emacs-lisp/check-declare.el (check-declare-scan):
10018         Handle byte-compile-initial-macro-environment in bytecomp.el
10020 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10022         Fix earlier half-done eieio-defmethod change (bug#8338).
10023         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10024         Streamline and change calling convention.
10025         (defmethod): Adjust accordingly and simplify.
10026         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10027         new eieio--defmethod.
10028         (slot-boundp): Minor CSE simplification.
10030 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
10032         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10033         (glasses-make-readable): Use glasses-separate-capital-groups.
10035 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
10037         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10038         (warning-series): Doc fix.
10039         (display-warning): Don't try to create the buffer if we just found it.
10041 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
10043         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10044         (autoload-find-generated-file): New function.
10045         (generate-file-autoloads): Bind generated-autoload-file to
10046         buffer-file-name.
10047         (update-file-autoloads, update-directory-autoloads):
10048         Use autoload-find-generated-file.  If called interactively, prompt for
10049         output file (Bug#7989).
10050         (batch-update-autoloads): Doc fix.
10052 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
10054         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10056 2011-05-04  Glenn Morris  <rgm@gnu.org>
10058         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10059         function, so it follows changes in calendar-date-style.
10060         (diary-fancy-date-matcher): New function.
10061         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10062         (diary-fancy-font-lock-fontify-region-function):
10063         Use diary-fancy-date-pattern as a function.
10065         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10066         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
10068 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
10070         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10071         instead of positional arguments.  Allow :keylist and :crlfiles
10072         arguments.
10073         (open-gnutls-stream): Call it.
10075         * net/network-stream.el (network-stream-open-starttls): Adjust to
10076         call `gnutls-negotiate' with :process and :hostname arguments.
10078 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10080         * minibuffer.el (completion--message): New function.
10081         (completion--do-completion, minibuffer-complete)
10082         (minibuffer-force-complete, minibuffer-complete-word): Use it.
10083         (completion--do-completion): Don't ignore completion-auto-help when in
10084         icomplete-mode.
10086         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10087         internal encoding (e.g. tibetan zero is not whitespace).
10088         (global-whitespace-mode): Prefer save-current-buffer.
10089         (whitespace-trailing-regexp): Remove useless save-match-data.
10090         (whitespace-empty-at-bob-regexp): Minor simplification.
10092 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
10094         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10096 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10098         * textmodes/ispell.el (ispell-add-per-file-word-list):
10099         Use `concat' to create string for insertion.
10101 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10103         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10104         Avoid open-line which runs post-self-insert-hook.
10105         (bibtex-fill-entry): Remove unused `end' var.
10107 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
10109         * textmodes/ispell.el (ispell-add-per-file-word-list):
10110         Protect against `nil' value of `comment-start' (Bug#8579).
10112 2011-05-03  Leo Liu  <sdl.web@gmail.com>
10114         * isearch.el (isearch-yank-pop): New command.
10115         (isearch-mode-map): Bind it to `M-y'.
10116         (isearch-forward): Mention it.
10118 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10120         * simple.el (minibuffer-complete-shell-command): Remove.
10121         (minibuffer-local-shell-command-map): Use completion-at-point.
10122         (read-shell-command): Setup completion vars here instead.
10123         (read-expression-map): Bind TAB to symbol completion.
10125         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10126         error directly rather via storing it into `results'.
10128 2011-05-02  Leo Liu  <sdl.web@gmail.com>
10130         * vc/diff.el: Fix description.
10132 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134         * server.el (server-eval-at): New function.
10136 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138         * net/network-stream.el (open-network-stream): Take a :nowait
10139         parameter and pass it on to `make-network-process'.
10140         (network-stream-open-plain): Ditto.
10142 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
10144         * faces.el (face-spec-set-match-display): Don't match toolkit
10145         options on terminal frames.
10147 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10149         * progmodes/pascal.el: Use lexical binding.
10150         (pascal-mode-map): Remove author preferences.
10152         * pcomplete.el (pcomplete-std-complete): Don't abuse
10153         completion-at-point.
10155 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
10157         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10158         removing code that has been dead since 1991 or so.
10160         * startup.el (command-line): When warning about "_emacs", use a
10161         delayed warning to allow the user to filter it out.
10163 2011-04-28  Deniz Dogan  <deniz@dogan.se>
10165         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10166         user has not joined.
10168 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10170         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10171         aren't any completions at point.
10173 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
10175         * subr.el (display-delayed-warnings): New function.
10176         (delayed-warnings-hook): New variable.
10178 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10180         * minibuffer.el (completion-at-point, completion-help-at-point):
10181         Don't presume that a given completion-at-point-function will always
10182         use the same calling convention.
10184         * pcomplete.el (pcomplete-completions-at-point):
10185         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
10186         pcomplete-seen is non-nil.
10187         (pcomplete-comint-setup): Also recognize the new comint/shell
10188         completion functions.
10189         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10190         pcomplete-seen is non-nil.
10192 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
10194         * calendar/icalendar.el (diary-lib): Add require statement.
10195         (icalendar--create-uid): Read out a uid from a text-property on
10196         the first character in the entry.  This allows for code to add its
10197         own uid to the entry.
10198         (icalendar--convert-float-to-ical): Add export of
10199         `diary-float'-entries save for those with the optional DAY
10200         argument.
10202 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
10204         * subr.el (shell-quote-argument): Use alternate escaping strategy
10205         when we spot a variable reference in a string.
10207 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
10209         * cus-start.el (all): Define customization for debug-on-event.
10211 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
10213         * subr.el (shell-quote-argument): Escape correctly under Windows.
10215 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10217         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10219 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
10221         * net/tramp.el (tramp-process-actions): Add POS argument.
10222         Delete region between POS and (pos).
10224         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10225         Use `nil' position in `tramp-process-actions' call.
10226         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10228         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10229         position in `tramp-process-actions' call.
10231         * net/trampver.el: Update release number.
10233 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10235         * custom.el (defcustom): Obey lexical-binding.
10237         Fix octave-inf completion problems reported by Alexander Klimov.
10238         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10239         Inherit from octave-mode-syntax-table.
10240         (inferior-octave-mode): Set info-lookup-mode.
10241         (inferior-octave-completion-at-point): New function.
10242         (inferior-octave-complete): Use it and completion-in-region.
10243         (inferior-octave-dynamic-complete-functions): Use it as well, and use
10244         comint-filename-completion.
10245         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10246         symbol elements which shouldn't be word elements.
10247         (octave-font-lock-keywords, octave-beginning-of-defun)
10248         (octave-function-header-regexp): Adjust regexps accordingly.
10249         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10251 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
10253         * net/gnutls.el (gnutls-errorp): Declare before first use.
10255 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
10257         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10258         verify-error, and verify-hostname-error parameters.  Check whether
10259         default trustfile exists before going to use it.  Add missing
10260         argument to gnutls-message-maybe call.  Return value.
10261         Reported by Claudio Bley <claudio.bley@gmail.com>.
10262         (open-gnutls-stream): Add usage example.
10264         * net/network-stream.el (network-stream-open-starttls): Give host
10265         parameter to `gnutls-negotiate'.
10266         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
10267         * subr.el (shell-quote-argument): Escape correctly under Windows.
10269 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
10271         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10272         Use correct match group (bug#8438).
10274 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
10276         * emacs-lisp/package.el (package-built-in-p): Fix typo.
10277         (package-menu--generate): New arg specifying packages to show.
10278         (package-menu-refresh, package-menu-execute, list-packages):
10279         Callers changed.
10280         (package-show-package-list): New function, replacing deleted
10281         package--list-packages (renamed because it is non-internal).
10283         * finder.el (finder-list-matches): Use package-show-package-list
10284         instead of deleted package--list-packages.
10286         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10287         Based on a previous implementation by Juanma Barranquero (Bug#8366).
10288         (vc-annotate-mode-map): Bind it to RET.
10290 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
10292         * progmodes/etags.el (next-file): Don't use set-buffer to change
10293         buffers (Bug#8478).
10295 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
10297         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10299         * apropos.el (apropos-label-face): Avoid variable-pitch face.
10300         (apropos-accumulator): Doc fix.
10301         (apropos-function, apropos-macro, apropos-command)
10302         (apropos-variable, apropos-face, apropos-group, apropos-widget)
10303         (apropos-plist): Add face property.
10304         (apropos-symbols-internal): Fix indentation.
10305         (apropos-print): Simplify help, and recognize apropos-multi-type.
10306         (apropos-print-doc): Use button-type-get to extract the button's
10307         face property.  Fill docstring (Bug#8352).
10309 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
10311         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10313         * play/mpuz.el (mpuz-silent): Doc fix.
10314         (mpuz-mode-map): Use mapc.
10315         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10316         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10317         Fix typos in docstrings.
10319         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10320         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10322         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10324 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
10326         * minibuffer.el (completion--do-completion): Avoid the "Next char
10327         not unique" prompt if icomplete-mode is enabled (Bug#5849).
10329         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10330         mouse-2 into unread-command-events, it is interpreted correctly.
10332         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
10333         (image-toggle-display): Doc fix.
10335 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
10337         * textmodes/page.el (what-page): Use line-number-at-pos to
10338         calculate line number (Bug#6825).
10340 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
10342         * eshell/esh-mode.el (find-tag-interactive): Declare function.
10343         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10344         Pass argument NO-DEFAULT to `find-tag-interactive'.
10346 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
10348         Lexical-binding cleanup.
10350         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10351         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10352         * progmodes/ada-prj.el (ada-prj-initialize-values)
10353         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10354         (ada-prj-show-value):
10355         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10356         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10357         (antlr-invalidate-context-cache, antlr-options-menu-filter)
10358         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10359         * progmodes/bug-reference.el (bug-reference-push-button):
10360         * progmodes/fortran.el (fortran-line-length):
10361         * progmodes/glasses.el (glasses-change):
10362         * progmodes/octave-mod.el (octave-fill-paragraph):
10363         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10364         (python-pdbtrack-grub-for-buffer, python-sentinel):
10365         * progmodes/sql.el (sql-save-connection):
10366         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10367         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10368         Mark unused parameters.
10370         * progmodes/compile.el (compilation--flush-directory-cache)
10371         (compilation--flush-parse, compile-internal): Mark unused parameters.
10372         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10373         (compilation-next-error-function): Remove unused variable `timestamp'.
10375         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10376         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10378         * progmodes/dcl-mode.el (dcl-end-of-command):
10379         Remove unused variable `start'.
10380         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10381         (dcl-option-value-basic, dcl-option-value-offset)
10382         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10383         Mark unused parameters.
10384         (dcl-save-local-variable): Remove unused variable `val'.
10385         (mode): Declare.
10387         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10388         Mark unused parameters.
10389         (delphi-ignore-changes): Move before first use.
10390         (delphi-charset-token-at): Remove unused variable `start'.
10391         (delphi-else-start): Remove unused variable `if-count'.
10392         (delphi-comment-block-start, delphi-comment-block-end):
10393         Remove unused variable `kind'.
10394         (delphi-indent-line): Remove unused variable `new-point'.
10396         * progmodes/ebrowse.el (ebrowse-files-list)
10397         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10398         Mark unused parameters.  Don't quote `lambda'.
10399         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10400         Don't quote `lambda'.
10401         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10402         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10403         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10404         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10405         Use `ignore-errors'.
10406         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10407         (ebrowse-view/find-file-and-search-pattern)
10408         (ebrowse-view/find-member-declaration/definition):
10409         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10410         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10411         Rename parameter PREFIX-ARG to PREFIX.
10412         (ebrowse-tags-read-name): Remove unused variables `start' and
10413         `member-info'.
10414         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10415         to `tags-file'.
10417         * progmodes/etags.el (local-find-tag-hook): Declare.
10418         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10419         Mark unused parameters.
10421         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10422         (executable-interpret): Mark unused parameter.
10424         * progmodes/flymake.el (flymake-process-sentinel)
10425         (flymake-after-change-function)
10426         (flymake-create-temp-with-folder-structure)
10427         (flymake-get-include-dirs-dot): Mark unused parameters.
10428         (flymake-safe-delete-directory): Remove unused variable `err'.
10430         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10431         (speedbar-timer-fn, speedbar-line-text)
10432         (speedbar-change-expand-button-char, speedbar-delete-subblock)
10433         (speedbar-center-buffer-smartly): Declare functions.
10434         (gdb-find-watch-expression): Remove unused variable `array'.
10435         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10436         (gdb-starting): Mark unused parameters.
10437         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10438         (gdb-table-string): Remove unused variable `res'.
10439         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10440         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10441         (gdb-display-buffer): Remove unused variable `cur-size'.
10443         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10444         allow lexical-binding compilation.
10445         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10446         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10447         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10448         Mark unused parameters.
10449         (gud-gdb-marker-filter): Remove unused variable `match'.
10450         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10451         lambda expressions and funcall them, instead of using `fset'.
10453         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10454         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10456         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10457         variable `header-beg'; use `let'.
10459         * progmodes/icon.el (indent-icon-exp): Remove unused variables
10460         `restart', `last-sexp' and `at-do'.
10462         * progmodes/js.el (js--debug): Mark unused parameter.
10463         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10464         (js--splice-into-items): Remove unused variable `item'.
10465         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10467         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10468         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10469         (makefile-complete): Remove unused variable `try'.
10470         (makefile-fill-paragraph, makefile-match-function-end):
10471         Mark unused parameters.
10473         * progmodes/octave-inf.el (inferior-octave-complete):
10474         Remove unused variable `proc'.
10475         (inferior-octave-output-digest): Mark unused parameter.
10477         * progmodes/perl-mode.el (perl-calculate-indent):
10478         Remove unused variable `err'.
10480         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10481         (prolog-indent-line): Mark unused parameters.
10482         (prolog-indent-line): Remove unused variable `beg'.
10484         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10485         (reporter-dont-compact-list): Declare.
10487         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10488         Remove unused variable `char'.
10489         (sh-debug): Mark unused parameter.
10490         (sh-get-indent-info): Remove unused variable `start'.
10491         (sh-calculate-indent): Remove unused variable `var'.
10493         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10494         (simula-electric-keyword): Remove unused variable `null'.
10495         (simula-search-backward, simula-search-forward): Remove unused
10496         variables `begin' and `end'.
10498         * progmodes/vera-mode.el (vera-guess-basic-syntax):
10499         Remove unused variable `pos'.
10500         (vera-electric-tab, vera-comment-uncomment-region):
10501         Mark unused parameters.
10502         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10504 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
10506         * emacs-lisp/package.el (package--builtins, package-alist)
10507         (package-load-descriptor, package-built-in-p, package-activate)
10508         (define-package, package-installed-p)
10509         (package-compute-transaction, package-buffer-info)
10510         (package--push): Doc fix.  Distinguish more clearly between
10511         version strings and version lists.
10513 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
10515         Lexical-binding cleanup.
10517         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10518         (5x5-make-mutate-best):
10519         * play/fortune.el (fortune-in-buffer):
10520         * play/gomoku.el (gomoku-init-display):
10521         * play/solitaire.el (solitaire, solitaire-do-check):
10522         * play/tetris.el (tetris-default-update-speed-function):
10523         Mark unused parameters.
10525         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10526         (bubbles--shift): Remove unused variable `char-org'.
10527         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
10528         (bubbles--show-images): Remove unused variable `char'.
10530         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10531         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10532         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10533         (decipher-analyze-buffer): Use ?\s.
10534         (decipher-make-checkpoint): Remove unused variable `mapping'.
10536         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10538         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10539         Remove unused variable `result'; use `let'.
10541         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10542         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10543         (gametree-children-shown-p, gametree-compute-reduced-score):
10544         Use `ignore-errors'.
10546         * play/handwrite.el (ps-lpr-switches): Declare.
10547         (handwrite): Remove unused variables `pmin' and `lastp'.
10549         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10551         * play/landmark.el (landmark-init-display)
10552         (landmark-update-naught-weights): Mark unused parameters.
10553         (landmark-y): Remove unused variable `noise'.  Simplify.
10554         (landmark-human-plays): Remove unused variable `score'.
10556         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10557         (mpuz-try-proposal): Remove unused variable `game'.
10559         * play/zone.el (life-patterns): Declare.
10561 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
10563         * vc/vc.el (ediff-vc-internal): Declare function.
10565 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10567         * shell.el: Use lexical-binding and std completion UI.
10568         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10569         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10570         comint-preoutput-filter-functions rather than on
10571         comint-output-filter-functions.
10572         (shell-command-completion, shell--command-completion-data)
10573         (shell-filename-completion, shell-environment-variable-completion)
10574         (shell-c-a-p-replace-by-expanded-directory): New functions.
10575         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10576         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10577         (shell-dynamic-complete-environment-variable): Use them.
10578         (shell-dynamic-complete-as-environment-variable)
10579         (shell-dynamic-complete-as-command): Remove.
10580         (shell-match-partial-variable): Match past point.
10581         * comint.el: Clean up use of completion-at-point-functions.
10582         (comint-completion-at-point): New function.
10583         (comint-mode): Use it completion-at-point-functions.
10584         (comint-dynamic-complete): Make it obsolete.
10585         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10586         (comint-c-a-p-replace-by-expanded-history): New function.
10587         (comint-dynamic-complete-functions)
10588         (comint-replace-by-expanded-history): Use it.
10589         * minibuffer.el (completion-table-with-terminator): Allow dynamic
10590         termination strings.  Try harder to avoid second try-completion.
10591         (completion-in-region-mode-map): Disable bindings that don't work yet.
10593         * comint.el: Use lexical-binding.  Require CL.
10594         (comint-dynamic-complete-functions): Use comint-filename-completion.
10595         (comint-completion-addsuffix): Tweak custom type.
10596         (comint-filename-completion, comint--common-suffix)
10597         (comint--common-quoted-suffix, comint--table-subvert)
10598         (comint--complete-file-name-data): New functions.
10599         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10600         (comint-dynamic-list-filename-completions): Use them.
10601         (comint-dynamic-simple-complete): Make obsolete.
10603         * minibuffer.el (completion-in-region-mode):
10604         Keep completion-in-region-mode--predicate global.
10605         (completion-in-region--postch):
10606         Assume completion-in-region-mode--predicate is not null.
10608         * progmodes/flymake.el (flymake-start-syntax-check-process):
10609         Obey `dir'.  Simplify.
10611         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10612         we're in VC after all.
10614 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
10616         * vc/vc.el (vc-diff-build-argument-list-internal)
10617         (vc-version-ediff, vc-ediff): New commands.
10618         (vc-version-diff): Use vc-diff-build-argument-list-internal.
10620 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10622         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10623         add sanity check.
10625         * obsolete/erc-hecomplete.el: Make obsolete.
10626         * obsolete/: Standardize obsolescence info in the header.
10628 2011-04-20  Glenn Morris  <rgm@gnu.org>
10630         * calendar/solar.el (solar-horizontal-coordinates):
10631         Use the longitude argument rather than `calendar-longitude'.
10632         (solar-date-next-longitude): Remove unused locals.
10634 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10636         * whitespace.el: New version 13.2.1.
10638 2011-04-20  felix  <EmacsWiki>  (tiny change)
10640         * whitespace.el (global-whitespace-mode): Keep highlight when
10641         switching between major modes on a file.
10643 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10645         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10646         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10647         multi-line comments as well.
10649 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
10651         Lexical-binding cleanup.
10653         * arc-mode.el (archive-mode-revert):
10654         * cmuscheme.el (scheme-interactively-start-process):
10655         * custom.el (custom-initialize-delay):
10656         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10657         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10658         * emacs-lock.el (emacs-lock-clear-sentinel):
10659         * ezimage.el (defezimage):
10660         * follow.el (follow-avoid-tail-recenter):
10661         * fringe.el (set-fringe-mode-1):
10662         * generic-x.el (bat-generic-mode-compile):
10663         * help-mode.el (help-info-variable, help-do-xref)
10664         (help-mode-revert-buffer):
10665         * help.el (view-emacs-todo):
10666         * iswitchb.el (iswitchb-completion-help):
10667         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10668         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10669         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10670         * locate.el (locate-update):
10671         * longlines.el (longlines-encode-region)
10672         (longlines-after-change-function):
10673         * outline.el (outline-isearch-open-invisible):
10674         * ps-def.el (declare-function, charset-dimension, char-width)
10675         (encode-char):
10676         * ps-mule.el (ps-mule-plot-string):
10677         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10678         (recentf-edit-list-select, recentf-edit-list-validate)
10679         (recentf-open-files-action):
10680         * rect.el (delete-whitespace-rectangle-line)
10681         (rectangle-number-line-callback):
10682         * register.el (window-configuration-to-register)
10683         (frame-configuration-to-register):
10684         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10685         * select.el (xselect-convert-to-string, xselect-convert-to-length)
10686         (xselect-convert-to-targets, xselect-convert-to-delete)
10687         (xselect-convert-to-filename, xselect-convert-to-charpos)
10688         (xselect-convert-to-lineno, xselect-convert-to-colno)
10689         (xselect-convert-to-os, xselect-convert-to-host)
10690         (xselect-convert-to-user, xselect-convert-to-class)
10691         (xselect-convert-to-name, xselect-convert-to-integer)
10692         (xselect-convert-to-atom, xselect-convert-to-identity):
10693         * subr.el (declare, ignore, process-kill-without-query)
10694         (text-clone-maintain):
10695         * terminal.el (te-get-char, te-tic-sentinel):
10696         * tool-bar.el (tool-bar-make-keymap):
10697         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10698         * type-break.el (type-break-mode, type-break-noninteractive-query):
10699         * view.el (View-back-to-mark):
10700         * wid-browse.el (widget-browse-action, widget-browse-widget)
10701         (widget-browse-widgets, widget-browse-sexp):
10702         * widget.el (define-widget-keywords):
10703         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10704         Mark unused parameters.
10706         * align.el (align-adjust-col-for-rule): Mark unused parameter.
10707         (align-areas): Remove unused variable `look'.
10708         (align-region): Remove unused variables `real-end' and `pos-list'.
10710         * apropos.el (apropos-score-doc): Remove unused variable `i'.
10712         * bindings.el (mode-line-modified, mode-line-remote):
10713         Mark unused parameters.
10714         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10716         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10717         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10719         * comint.el (comint-history-isearch-pop-state)
10720         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10721         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10722         (comint-substitute-in-file-name): Doc fix.
10724         * completion.el (cmpl-statistics-block): Mark unused parameter.
10725         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10726         (save-completions-to-file, load-completions-from-file):
10727         Remove unused local variable `e'.
10729         * composite.el (compose-chars): Remove unused variable `len'.
10730         (lgstring-insert-glyph): Remove unused variable `g'.
10731         (compose-glyph-string): Remove unused variables `ascent',
10732         `descent', `lbearing' and `rbearing'.
10733         (compose-glyph-string-relative): Remove unused variables
10734         `lbearing', `rbearing' and `wadjust'.
10735         (compose-gstring-for-graphic): Remove unused variables `header',
10736         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
10737         (compose-gstring-for-terminal): Remove unused variables `header'
10738         and `nchars'.  Use `let', not `let*'.
10740         * cus-edit.el (Custom-set, Custom-save, custom-reset)
10741         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10742         (Custom-buffer-done, custom-buffer-create-internal)
10743         (custom-browse-visibility-action, custom-browse-group-tag-action)
10744         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10745         (widget-magic-mouse-down-action, custom-toggle-parent)
10746         (custom-add-parent-links, custom-toggle-hide-variable)
10747         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10748         (custom-toggle-hide-face, face, hook, custom-group-link-action)
10749         (custom-face-menu-create, custom-variable-menu-create, get)
10750         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10751         (custom-reset-standard-save-and-update): Remove unused variable `value'.
10752         (customize-apropos): Remove unused variable `tests'.
10753         (custom-group-value-create): Remove unused variable `hidden-p'.
10754         (sort-fold-case): Declare.
10756         * cus-theme.el (custom-reset-standard-faces-list)
10757         (custom-reset-standard-variables-list): Declare.
10758         (customize-create-theme, custom-theme-revert, custom-theme-write)
10759         (custom-theme-choose-mode, customize-themes, custom-theme-save):
10760         Mark unused parameters.
10762         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10764         * delim-col.el (delimit-columns-max): Move defvar before first use.
10766         * descr-text.el (describe-char-categories): Don't quote `lambda'.
10767         (describe-char): Don't quote `lambda'.  Mark unused parameter.
10769         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10770         (auto-insert): Declare.
10771         (desktop-restore-file-buffer): Rename desktop-* parameters;
10772         mark unused ones.
10773         (desktop-create-buffer): Rename desktop-* parameters and bind them.
10774         (desktop-buffer): Rename desktop-* parameters.
10776         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10777         (dframe-reposition-frame-xemacs, dframe-help-echo)
10778         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10779         Mark unused parameters.
10781         * dired-aux.el (backup-extract-version-start, overwrite-query)
10782         (overwrite-backup-query, rename-regexp-query)
10783         (rename-non-directory-query): Declare.
10784         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10785         (dired-add-entry): Remove unused variable `orig-file-name'.
10786         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10787         Use parameter PRESERVE-TIME instead of accessing dynamic variable
10788         `dired-copy-preserve-time' directly.
10789         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10790         (dired-insert-subdir-newpos): Rename unused variable `pos'.
10792         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10793         (dired-virtual-revert, dired-make-relative-symlink):
10794         Mark unused parameters.
10795         (manual-program): Declare.
10796         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10797         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10798         wrapped in `with-no-warnings' to avoid replacing one warning by another.
10800         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10802         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10804         * echistory.el (electric-history-in-progress, Helper-return-blurb):
10805         Declare.
10807         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10809         * electric.el (Electric-command-loop): Rename parameter
10810         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10812         * expand.el (expand-in-literal): Remove unused variable `here'.
10814         * facemenu.el (facemenu-add-new-color):
10815         Remove unused variable `docstring'.
10817         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10818         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10819         (face-attr-construct): Mark unused parameter.  Doc fix.
10820         (read-color): Remove unused variable `hex-string'.
10822         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10823         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10824         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10825         (display-buffer-other-frame): Remove unused variable `old-window'.
10826         (kill-buffer-hook): Declare.
10827         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10828         Mark unused parameters.
10829         (after-find-file): Pass 1 to `auto-save-mode', not t.
10831         * files-x.el (auto-insert): Declare.
10832         (modify-file-local-variable-prop-line): Remove unused variable `val'.
10834         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
10835         variable `buf'.  Mark unused parameter.
10836         (find-lisp-insert-directory): Mark unused parameter.
10838         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10839         (format-encode-region): Remove unused variables `cur-buf' and `result'.
10840         (format-common-tail): Remove, unused.
10841         (format-deannotate-region): Remove unused variable `loc'.
10842         (format-annotate-region): Remove unused variable `p'.
10843         (format-annotate-single-property-change): Remove unused variables
10844         `default' and `tail'.
10846         * forms.el (read-file-filter): Declare.
10847         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10849         * frame.el (frame-creation-function-alist): Mark unused parameter.
10850         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10852         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10853         Remove unused parameters.
10854         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10855         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10857         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10858         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10859         (hfy-prepare-tag-map): Mark unused parameters.
10860         (htmlfontify-buffer): Use `called-interactively-p'.
10862         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10863         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10864         (ibuffer-do-occur): Mark unused parameters.
10865         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10866         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10868         * ibuffer.el: Don't quote `lambda'.
10869         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10870         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10871         Mark unused parameters.
10873         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10874         (ido-completing-read): Mark unused parameters.
10875         (ido-copy-current-word): Mark unused parameters;
10876         remove unused variable `name'.
10877         (ido-sort-merged-list): Remove unused parameter `dirs'.
10879         * ielm.el (ielm-input-sender): Mark unused parameter.
10880         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10881         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10882         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10883         `ielm-string' as a dynamic variable accessible from the IELM prompt.
10884         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
10886         * image-dired.el (image-dired-display-thumbs): Remove unused
10887         variables `curr-file' and `count'.
10888         (image-dired-remove-tag): Remove unused variable `start'.
10889         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10890         variable `curr-file'
10891         (image-dired-rotate-original): Remove unused variable `temp-file'.
10892         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10893         Remove unused variable `file'.
10894         (image-dired-gallery-generate): Remove unused variable `curr'.
10895         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10897         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10899         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10901         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10903         * isearch.el (minibuffer-history-symbol): Declare.
10904         (isearch-edit-string): Remove unused variable `err'.
10905         (isearch-message-prefix, isearch-message-suffix):
10906         Mark unused parameters.
10908         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10910         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10912         * makesum.el (double-column): Remove unused variable `cnt'.
10914         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10915         (ido-ignore-item-temp-list): Declare.
10917         * mouse-drag.el (mouse-drag-throw): Remove unused variables
10918         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10919         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10920         (mouse-drag-drag): Remove unused variables `mouse-delta' and
10921         `mouse-col-delta'.
10923         * mouse-sel.el (mouse-extend-internal):
10924         Remove unused variable `orig-window-frame'.
10926         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10927         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10928         Move declarations before first use.
10929         (pcomplete-opt): Mark unused parameters; doc fix.
10931         * proced.el (proced-revert): Mark unused parameter.
10932         (proced-send-signal): Remove unused variable `err'.
10934         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10935         Rename parameter PREFIX-ARG to ARG.
10936         (ps-basic-plot-string, ps-basic-plot-whitespace):
10937         Mark unused parameters.
10939         * replace.el (replace-count): Define.
10940         (occur-revert-function): Mark unused parameters.
10941         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10942         (isearch-case-fold-search, isearch-string): Declare.
10943         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10944         bind `case-fold-search'.  Remove unused variables `beg' and `end',
10945         and simplify.
10946         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10947         COUNT and bind `replace-count'.
10948         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10949         to COUNT.
10951         * savehist.el (print-readably, print-string-length): Declare.
10953         * shadowfile.el (shadow-expand-cluster-in-file-name):
10954         Remove unused variable `cluster'.
10955         (shadow-copy-file): Remove unused variable `i'.
10956         (shadow-noquery, shadow-clusters, shadow-site-cluster)
10957         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10958         (shadow-define-literal-group, shadow-define-regexp-group)
10959         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10961         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10962         (shell): Use `called-interactively-p'.
10963         (shell-directory-tracker): Remove unused variable `chdir-failure'.
10965         * simple.el (compilation-context-lines, comint-file-name-quote-list)
10966         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10967         (delete-backward-char): Remove unused variable `ocol'.
10968         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10969         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10970         (event-apply-hyper-modifier, event-apply-shift-modifier)
10971         (event-apply-control-modifier, event-apply-meta-modifier):
10972         Mark unused parameters.
10973         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10974         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10976         * speedbar.el (speedbar-ignored-directory-expressions)
10977         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10978         (speedbar-find-file, speedbar-dir-follow)
10979         (speedbar-directory-buttons-follow, speedbar-tag-find)
10980         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10981         (speedbar-buffers-line-directory, speedbar-buffer-click):
10982         Mark unused parameters.
10983         (speedbar-tag-file): Remove unused variable `mode'.
10984         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10986         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10988         * talk.el (talk): Remove unused variable `display'.
10990         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10991         (tar-write-region-annotate): Mark unused parameter.
10993         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10994         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10995         Declare them, wrapped in `with-no-warnings' to avoid replacing one
10996         warning by another.
10998         * time-stamp.el (time-stamp-string-preprocess):
10999         Remove unused variable `require-padding'.
11001         * tree-widget.el (widget-glyph-enable): Declare.
11002         (tree-widget-action): Mark unused parameter.
11004         * w32-fns.el (x-get-selection): Mark unused parameter.
11005         (autoload-make-program, generated-autoload-file): Declare.
11007         * wdired.el (wdired-revert): Mark unused parameters.
11008         (wdired-xcase-word): Remove unused variable `err'.
11010         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11011         (whitespace-help-scroll): Remove unused variable `data-help'.
11013         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11014         (widget-image-insert, widget-after-change, default)
11015         (widget-default-format-handler, widget-default-notify)
11016         (widget-default-prompt-value, widget-info-link-action)
11017         (widget-url-link-action, widget-function-link-action)
11018         (widget-variable-link-action, widget-file-link-action)
11019         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11020         (widget-field-prompt-internal, widget-field-action, widget-field-match)
11021         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11022         (widget-insert-button-action, widget-delete-button-action, visibility)
11023         (widget-documentation-link-action, widget-documentation-string-action)
11024         (widget-const-prompt-value, widget-regexp-match, symbol)
11025         (widget-coding-system-prompt-value)
11026         (widget-key-sequence-value-to-external, sexp)
11027         (widget-sexp-value-to-internal, character, vector, cons)
11028         (widget-choice-prompt-value, widget-boolean-prompt-value)
11029         (widget-color--choose-action): Mark unused parameters.
11030         (widget-item-match-inline, widget-choice-match-inline)
11031         (widget-checklist-match, widget-checklist-match-inline)
11032         (widget-group-match): Rename parameter VALUES to VALS.
11033         (widget-field-value-set): Remove unused variable `size'.
11034         (widget-color-action): Remove unused variables `value' and `start'.
11036         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
11037         variable `dir'.  Doc fix.
11038         (windmove-find-other-window): Don't pass it.
11040         * window.el (count-windows): Mark unused parameter.
11041         (bw-adjust-window): Remove unused variable `err'.
11043         * woman.el (woman-file-name): Remove unused variable `default'.
11044         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11045         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11046         (global-font-lock-mode): Declare.
11047         (woman-decode-region): Mark unused parameter.
11048         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11050         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11051         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11052         (x-dnd-handle-moz-url): Remove unused variable `title'.
11053         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11055         * xml.el (xml-parse-tag, xml-parse-attlist):
11056         Remove unused variable `pos'.
11058 2011-04-19  Glenn Morris  <rgm@gnu.org>
11060         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11061         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11062         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11063         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11064         * calendar/cal-html.el (cal-html-insert-minical):
11065         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11066         (calendar-mark-date-pattern):
11067         Prefix "unused" locals.
11069         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11070         optional argument `style'.
11072         * calendar/appt.el (appt-make-list):
11073         * calendar/cal-china.el (calendar-chinese-date-string):
11074         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11075         (diary-hebrew-yahrzeit):
11076         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11077         * calendar/calendar.el (calendar-generate-window):
11078         * calendar/time-date.el (time-to-days):
11079         Remove unused local variables.
11081 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
11083         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11084         glyphless-char-display table.
11085         (tabulated-list-glyphless-char-display): New var.
11087 2011-04-18  Sam Steingold  <sds@gnu.org>
11089         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11090         to acknowledgments.
11092 2011-04-17  Glenn Morris  <rgm@gnu.org>
11094         * calendar/diary-lib.el (diary-sexp-entry):
11095         * calendar/holidays.el (holiday-sexp):
11096         Set debug-on-error rather than the removed stack-trace-on-error.
11098 2011-04-16  Glenn Morris  <rgm@gnu.org>
11100         * progmodes/f90.el: Use lexical-binding.
11101         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11103 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11105         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11106         (mail-mode): Setup mailalias completion here instead.
11107         * mail/mailalias.el: Use lexical-binding.
11108         (pattern, mailalias-done): Declare dynamic.
11109         (mail-completion-at-point-function): New function, from mail-complete.
11110         (mail-complete): Use it.
11111         (mail-completion-expand): New function.
11112         (mail-get-names): Use it.
11113         (mail-directory, mail-directory-process, mail-directory-stream):
11114         Don't use `pattern' for lexically bound arg.
11116         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11118         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11119         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11120         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11122         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11123         (byte-save-window-excursion, byte-temp-output-buffer-setup)
11124         (byte-interactive-p): Define them again, for use when inlining
11125         old code.
11127 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
11129         * loadup.el: Use `string-to-number', not `string-to-int'.
11131 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11133         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11134         gud-gdb-complete-command.
11135         (gud-gdb-completions): New function, from gud-gdb-complete-command.
11136         (gud-gdb-completion-at-point): New function.
11137         (gud-gdb-completions): Remove.
11139 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
11141         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11142         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
11143         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11144         whether `executable-find' is bound.
11146         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11148 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11150         * minibuffer.el (completion-in-region-mode-predicate)
11151         (completion-in-region-mode--predicate): New vars.
11152         (completion-in-region, completion-in-region--postch)
11153         (completion-in-region-mode): Use them.
11154         (completion--capf-wrapper): Also return the hook function.
11155         (completion-at-point, completion-help-at-point):
11156         Adjust and provide a predicate.
11158         Preserve arg names for advice of subr and lexical functions (bug#8457).
11159         * help-fns.el (help-function-arglist): Consolidate the subr and
11160         new-byte-code cases.  Add argument `preserve-names' to extract names
11161         from the docstring when needed.
11162         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11163         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11164         (ad-arglist): Use help-function-arglist's new arg.
11165         (ad-definition-type): Use cond.
11167 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
11169         * autorevert.el (auto-revert-handler):
11170         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11171         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11172         Don't quote lambda.
11174         * image-mode.el (image-transform-set-scale):
11175         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11177 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11179         * net/network-stream.el (network-stream-open-starttls): Only do
11180         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
11181         Upgrades via gnutls-cli are too slow to be done opportunistically.
11183 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
11185         * dframe.el (dframe-current-frame): Remove spurious quote.
11187 2011-04-12  Glenn Morris  <rgm@gnu.org>
11189         * calendar/cal-tex.el (cal-tex-end-document):
11190         Try to automatically use latin1 input if needed.
11192         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11193         Don't try to cons a mark onto an empty element.
11195 2011-04-11  Leo Liu  <sdl.web@gmail.com>
11197         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11198         buffers.
11199         (ido-kill-buffer-at-head): Support killing virtual buffers.
11201 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
11203         * minibuffer.el (completion-show-inline-help): New var.
11204         (completion--do-completion, minibuffer-complete)
11205         (minibuffer-force-complete, minibuffer-complete-word):
11206         Inhibit minibuffer messages if completion-show-inline-help is nil.
11208         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11209         to avoid interference from inline help (Bug#5849).
11211 2011-04-10  Leo Liu  <sdl.web@gmail.com>
11213         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11214         Fix typo.
11216 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
11218         * image-mode.el (image-toggle-display-image): Signal an error if
11219         not in Image mode.
11220         (image-transform-mode, image-transform-resize)
11221         (image-transform-set-rotation): Doc fix.
11222         (image-transform-set-resize): Delete.
11223         (image-transform-set-scale, image-transform-fit-to-height)
11224         (image-transform-fit-to-width): Handle image-toggle-display-image
11225         and image-transform-resize directly.
11227 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
11229         * doc-view.el (doc-view-fit-width-to-window)
11230         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11231         New functions for fitting the shown image to the Emacs window size.
11232         (doc-view-mode-map): Add bindings for the new functions.
11234 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
11236         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
11237         Fix typo in docstring.
11239 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
11241         * files.el (file-size-human-readable): Produce one digit after
11242         decimal, like "ls -lh" does.
11244         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11245         the file size representation.
11247         * simple.el (list-processes): If async subprocesses are not
11248         available, error out with a clear error message.
11250 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
11252         * help.el (help-form-show): New function, to be called from C.
11253         Put help-form output in a buffer named differently than *Help*.
11255 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
11257         * files.el (file-size-human-readable): New function.
11259         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11260         computing the representation inline.  Don't require `cl'.
11262 2011-04-08  Glenn Morris  <rgm@gnu.org>
11264         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11266         * net/browse-url.el (browse-url-firefox):
11267         Test system-type, not system-configuration.
11269         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11270         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11271         Use log-edit-empty-buffer-p.  (Bug#7598)
11273         * net/rlogin.el (rlogin-process-connection-type): Simplify.
11274         (rlogin-mode-map): Initialize in the defvar.
11275         (rlogin): Use ignore-errors.
11277         * replace.el (occur-mode-map): Some fixes for menu items.
11279 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11281         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
11283 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
11285         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11286         issuing unused warnings.
11288         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11289         macro directly.
11291         * simple.el: Lisp reimplement of list-processes.  Based on an
11292         earlier reimplementation by Leo Liu, but using tabulated-list.el.
11293         (process-menu-mode): New major mode.
11294         (list-processes--refresh, list-processes):
11295         (process-menu-visit-buffer): New functions.
11297         * files.el (save-buffers-kill-emacs): Don't assume any return
11298         value of list-processes, which is undocumented anyway.
11300 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
11302         * emacs-lisp/tabulated-list.el: New file.
11304         * emacs-lisp/package.el: Use Tabulated List mode.
11305         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11306         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
11307         table format using Tabulated List mode variables.
11308         (package--push): New macro, replacing package-list-maybe-add.
11309         (package-menu--generate): Use package--push.  Renamed from
11310         package--generate-package-list.
11311         (package-menu-refresh, list-packages): Use it.
11312         (package-menu--print-info): Rename from package-print-package.
11313         Return insertion data instead of inserting it directly.
11314         (package-menu-describe-package, package-menu-execute):
11315         Use tabulated-list-get-id.
11316         (package-menu-mark-delete, package-menu-mark-install)
11317         (package-menu-mark-unmark, package-menu-backup-unmark)
11318         (package-menu-mark-obsolete-for-deletion):
11319         Use tabulated-list-put-tag.
11320         (package--list-packages, package-menu-revert)
11321         (package-menu-get-package, package-menu-get-version)
11322         (package-menu-sort-by-column): Functions deleted.
11323         (package-menu-package-list, package-menu-sort-key): Vars deleted.
11324         (package-menu--status-predicate, package-menu--version-predicate)
11325         (package-menu--name-predicate)
11326         (package-menu--description-predicate): Handle arguments in the
11327         Tabulated List format.
11328         (package-list-packages-no-fetch): Call list-packages.
11330 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
11332         * files.el (after-find-file-from-revert-buffer): Remove variable.
11333         (after-find-file): Don't bind it.
11334         (revert-buffer-in-progress-p): New variable.
11335         (revert-buffer): Bind it.
11336         Pass nil for `after-find-file-from-revert-buffer'.
11338         * saveplace.el (save-place-find-file-hook): Use new variable
11339         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11341 2011-04-06  Glenn Morris  <rgm@gnu.org>
11343         * Makefile.in (AUTOGEN_VCS): New variable.
11344         (autoloads): Use $AUTOGEN_VCS.
11346         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11347         * calendar/calendar.el (calendar-mode-map):
11348         Check for toolkit scroll bars.  (Bug#8305)
11350 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
11352         * minibuffer.el (completion-in-region--postch)
11353         (completion-in-region-mode): Remove unnecessary messages.
11355 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
11357         * font-lock.el (font-lock-refresh-defaults):
11358         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11359         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11361         * info.el (Info-directory-list, Info-read-node-name-2)
11362         (Info-split-parameter-string): Doc fixes.
11363         (Info-virtual-nodes): Reflow docstring.
11364         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11365         (Info-apropos-toc-nodes, info-finder, Info-get-token)
11366         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11367         Fix typos in docstrings.
11368         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11369         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11370         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11371         (Info-restore-desktop-buffer): Mark unused parameters.
11372         (Info-directory-find-file, Info-directory-find-node)
11373         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11374         (Info-virtual-index-find-node, Info-apropos-find-file)
11375         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
11376         Mark unused parameters; fix typos in docstrings.
11377         (Info-virtual-index): Remove unused local variable `nodename'.
11379 2011-04-05  Deniz Dogan  <deniz@dogan.se>
11381         * net/rcirc.el: Update my e-mail address.
11382         (rcirc-mode-map): Remove M-o binding.
11384 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
11386         * startup.el (command-line): Save the cursor's theme-face
11387         directly, instead of using face-override-spec.
11389         * custom.el (load-theme): Minor optimization in assigning faces.
11391 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
11393         * help-fns.el (describe-variable): Complete all variables having
11394         documentation, including keywords.
11395         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11397 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
11399         Convert to lexical-binding.
11401         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11402         (bs--get-marked-string, bs--get-modified-string)
11403         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11404         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11405         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11407         * ehelp.el (electric-help-execute-extended)
11408         (electric-help-ctrl-x-prefix):
11409         * hexl.el (hexl-revert-buffer-function):
11410         * linum.el (linum-after-change, linum-after-scroll):
11411         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11413         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11415 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
11417         * epa-dired.el:
11418         * epa-mail.el:
11419         * epa-hook.el:
11420         * epa-file.el:
11421         * epa.el:
11422         * epg.el: Use lexical binding.
11424 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
11426         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11428         * textmodes/flyspell.el (flyspell-word): Recognize default
11429         dictionary case for flyspell-mark-duplications-exceptions.
11430         Use regexp matching for languages.
11431         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11432         default dictionary (Bug#7926).
11434 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
11436         * emacs-lisp/package.el (package--with-work-buffer):
11437         Recognize https URLs.
11439         * net/network-stream.el: Move from gnus/proto-stream.el.
11440         Change prefix to network-stream throughout.
11441         (open-protocol-stream): Merge into open-network-stream, leaving
11442         open-protocol-stream as an alias.  Handle nil BUFFER args.
11444         * subr.el (open-network-stream): Move to net/network-stream.el.
11446 2011-04-02  Glenn Morris  <rgm@gnu.org>
11448         * find-dired.el (find-exec-terminator): New option.
11449         (find-ls-option): Test for -ls support.
11450         (find-ls-subdir-switches): Test for -b in find-ls-option.
11451         (find-dired, find-grep-dired): Doc fixes.
11452         (find-dired): Use find-exec-terminator.
11454         * find-dired.el (find-ls-option, find-ls-subdir-switches)
11455         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11456         (find-name-arg): Remove purecopy.
11458         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11459         (grep-compute-defaults): Check for `-exec COMMAND +' support.
11460         Set grep-find-use-xargs, grep-find-command, and grep-find-template
11461         accordingly.  Don't add the null-device if not needed.
11463         * files.el (save-some-buffers): Doc fix.
11465 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
11467         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11469 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
11471         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11472         Use `dolist' rather than `mapcar'.
11474 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         Add lexical binding.
11478         * subr.el (apply-partially): Use new closures rather than CL.
11479         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11480         (dolist, dotimes): Use slightly different expansion for lexical code.
11481         (functionp): Move to C.
11482         (letrec): New macro.
11483         (with-wrapper-hook): Use it and apply-partially instead of CL.
11484         (eval-after-load): Preserve lexical-binding.
11485         (save-window-excursion, with-output-to-temp-buffer): Turn them
11486         into macros.
11488         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11490         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11491         than the arglist.
11492         (help-add-fundoc-usage): Don't add `Not documented'.
11493         (help-function-arglist): Handle closures, subroutines, and new
11494         byte-code-functions.
11495         (help-make-usage): Remove leading underscores.
11496         (describe-function-1): Handle closures.
11497         (describe-variable): Use special-variable-p for completion.
11499         * files.el (lexical-binding): Declare safe.
11501         * emacs-lisp/pcase.el: Don't use destructuring-bind.
11502         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
11503         (pcase): Add `let' pattern.
11504         Change memoization so it actually works.
11505         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11506         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11507         <let>: New case.
11509         * emacs-lisp/macroexp.el: Use lexical binding.
11510         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
11511         Don't convert ' to #' without checking that it's indeed quoting
11512         a lambda.
11514         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
11515         Use eval-sexp-add-defvars.
11516         (eval-sexp-add-defvars): New fun.
11518         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11520         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11521         Don't autoload.
11522         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11523         than the internal `byte-compile-lambda'.
11524         (defmethod): Don't hide code under quotes.
11525         (eieio-defmethod): New `code' argument.
11527         * emacs-lisp/eieio-comp.el: Remove.
11529         * emacs-lisp/edebug.el (edebug-eval-defun)
11530         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11531         (edebug-toggle): Avoid `eval'.
11533         * emacs-lisp/disass.el (disassemble-internal): Handle new
11534         `closure' objects.
11535         (disassemble-1): Handle new byte codes.
11537         * emacs-lisp/cl.el (pushnew): Silence warning.
11539         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11540         (cl-byte-compile-throw): Remove.
11541         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11543         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11544         closures.
11546         * emacs-lisp/cconv.el: New file.
11548         * emacs-lisp/bytecomp.el: Use lexical binding instead of
11549         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
11550         (byte-compile-initial-macro-environment):
11551         Handle declare-function here.
11552         (byte-compile--lexical-environment): New var.
11553         (byte-stack-ref, byte-stack-set, byte-discardN)
11554         (byte-discardN-preserve-tos): New lap codes.
11555         (byte-interactive-p): Don't use any more.
11556         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11557         New macros.
11558         (byte-compile-lapcode): Use them and handle new lap codes.
11559         (byte-compile-obsolete): Remove.
11560         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11561         (byte-compile-arglist-warn): Check late def of inlinable funs.
11562         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11563         since they should have been expanded by now.
11564         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11565         (byte-compile-from-buffer): Remove unused second arg.
11566         (byte-compile-preprocess): New function.
11567         (byte-compile-toplevel-file-form): New function to distinguish
11568         file-form calls from outside from file-form calls from hunk-handlers.
11569         (byte-compile-file-form): Simplify.
11570         (byte-compile-file-form-defsubst): Remove.
11571         (byte-compile-file-form-defmumble): Simplify now that
11572         byte-compile-lambda always returns a byte-code-function.
11573         (byte-compile): Preprocess.
11574         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11575         Remove, not used any more.
11576         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11577         (byte-compile-make-args-desc): New funs.
11578         (byte-compile-lambda): Handle lexical functions.  Always return
11579         a byte-code-function.
11580         (byte-compile-reserved-constants): New var, to make up room for
11581         closed-over variables.
11582         (byte-compile-constants-vector): Obey it.
11583         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11584         (byte-compile-macroexpand-declare-function): New function.
11585         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11586         byte-code-functions.
11587         (byte-compile-form): Check obsolescence here.
11588         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11589         (byte-compile-variable-ref): Remove.
11590         (byte-compile-dynamic-variable-op): New fun.
11591         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11592         (byte-compile-variable-set): New funs.
11593         (byte-compile-discard): Add 2 args.
11594         (byte-compile-stack-ref, byte-compile-stack-set)
11595         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11596         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11597         macroexpand-all instead.
11598         (byte-compile-quote-form): Remove.
11599         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11600         (byte-compile-bind, byte-compile-unbind): New funs.
11601         (byte-compile-let): Handle let* and lexical binding.
11602         (byte-compile-let*): Remove.
11603         (byte-compile-catch, byte-compile-unwind-protect)
11604         (byte-compile-track-mouse, byte-compile-condition-case):
11605         Handle a new :fun-body form, used for lexical scoping.
11606         (byte-compile-save-window-excursion)
11607         (byte-compile-with-output-to-temp-buffer): Remove.
11608         (byte-compile-defun): Simplify.
11609         (byte-compile-stack-adjustment): New fun.
11610         (byte-compile-out): Use it.
11611         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11613         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11614         handler any more.
11616         * emacs-lisp/byte-opt.el: Use lexical binding.
11617         (byte-inline-lapcode): Remove (to bytecomp).
11618         (byte-compile-inline-expand): Pay attention to inlining to/from
11619         lexically bound code.
11620         (byte-compile-unfold-lambda): Don't handle byte-code-functions
11621         any more.
11622         (byte-optimize-form-code-walker): Don't handle save-window-excursion
11623         any more and don't call compiler-macros.
11624         (byte-compile-splice-in-already-compiled-code): Remove.
11625         (byte-code): Don't inline any more.
11626         (disassemble-offset): Receive `bytes' as argument rather than via
11627         dynamic scoping.
11628         (byte-compile-tag-number): Declare before first use.
11629         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11630         `return' even if make-spliceable.
11631         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11632         obsolete interactive-p.
11633         (byte-optimize-lapcode): Optimize new lap-codes.
11634         Don't trip up on new form of `byte-constant' lap code.
11636         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11638         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11640         * custom.el (custom-initialize-default, custom-declare-variable):
11641         Use `defvar'.
11643         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11644         New variables.
11645         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11646         (COMPILE_FIRST): Add macroexp and cconv.
11647         * makefile.w32-in: Mirror changes in Makefile.in.
11649         * vc/cvs-status.el:
11650         * vc/diff-mode.el:
11651         * vc/log-edit.el:
11652         * vc/log-view.el:
11653         * vc/smerge-mode.el:
11654         * textmodes/bibtex-style.el:
11655         * textmodes/css.el:
11656         * startup.el:
11657         * uniquify.el:
11658         * minibuffer.el:
11659         * newcomment.el:
11660         * reveal.el:
11661         * server.el:
11662         * mpc.el:
11663         * emacs-lisp/smie.el:
11664         * doc-view.el:
11665         * dired.el:
11666         * abbrev.el: Use lexical binding.
11668 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
11670         * info.el (info-display-manual): New function.
11672 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11674         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11676 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
11678         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
11679         an entry for that server in rcirc-authinfo.  (Bug#8385)
11681 2011-03-31  Glenn Morris  <rgm@gnu.org>
11683         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11685         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11687 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
11689         * progmodes/python.el (python-default-interpreter)
11690         (python-python-command-args, python-jython-command-args)
11691         (python-which-shell, python-which-args, python-which-bufname)
11692         (python-file-queue, python-comint-output-filter-function)
11693         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11694         variables and functions.
11696 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11699         (completion-in-region-mode): New minor mode.
11700         (completion-in-region): Use it.
11701         (completion-in-region--data, completion-in-region-mode-map): New vars.
11702         (completion-in-region--postch): New function.
11703         (completion--capf-misbehave-funs, completion--capf-safe-funs):
11704         New vars.
11705         (completion--capf-wrapper): New function.
11706         (completion-at-point): Use it to track well-behavedness of
11707         hook functions.
11708         (completion-help-at-point): New command.
11710 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
11712         * vc/add-log.el (add-change-log-entry): Don't use whitespace
11713         syntax class to search for whitespace on a single line
11714         (Message-ID: <4D938140.4030905@redhat.com>).
11716 2011-03-30  Leo Liu  <sdl.web@gmail.com>
11718         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11719         New commands.
11720         (edit-abbrevs-map): Bind them here.
11721         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
11723 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
11725         * allout.el (allout-hide-by-annotation, allout-flag-region):
11726         Reduce possibility of overlay leakage by making them volatile.
11728         * allout-widgets.el (allout-widgets-tally): Define as nil so the
11729         hash is not shared between buffers.  Mode initialization is
11730         responsible for giving it a useful starting value.
11731         (allout-item-span): Reduce possibility of overlay leakage by
11732         making them volatile.
11733         (allout-widgets-count-buttons-in-region): Add diagnostic function
11734         for tracking down button overlay leaks.
11736 2011-03-29  Leo Liu  <sdl.web@gmail.com>
11738         * ido.el (ido-read-internal): Use the default history var
11739         minibuffer-history if no HISTORY is specified.
11741 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
11743         * net/imap.el (imap-shell-open, imap-process-connection-type):
11744         Use imap-process-connection-type for 'shell' streams as well as
11745         Kerberos, SSL, other subprocesses.
11747 2011-03-28  Leo Liu  <sdl.web@gmail.com>
11749         * abbrev.el (abbrev-table-empty-p): New function.
11750         (prepare-abbrev-list-buffer): Place empty abbrev tables after
11751         nonempty ones.  (Bug#5937)
11753 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
11755         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11757 2011-03-27  Leo Liu  <sdl.web@gmail.com>
11759         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11760         for foreground and background colors.
11761         (ansi-color-make-color-map): Adapt.
11763 2011-03-25  Leo Liu  <sdl.web@gmail.com>
11765         * midnight.el (midnight-time-float): Remove.  Note it calculates
11766         the microsecond component incorrectly and seconds-to-time does the
11767         same job.
11768         Remove redundant (require 'timer).
11770         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11771         (ido-completions): Remove unused arguments.  (Bug#8329)
11773 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11775         * minibuffer.el (completion--flush-all-sorted-completions):
11776         Remove itself from hook.
11777         (completion-at-point): Let the functions perform the completion
11778         immediately and return nil or t.
11779         * comint.el (comint-dynamic-complete-functions): Now identical to
11780         completion-at-point-functions.
11781         (comint-dynamic-list-input-ring): Remove unused var `index'.
11782         (comint--match-partial-filename, comint--unquote&expand-filename):
11783         New funs, split from comint-match-partial-filename.
11784         (comint-dynamic-complete): Use completion-at-point.
11785         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11787 2011-03-24  Drew Adams  <drew.adams@oracle.com>
11789         * thingatpt.el: Support `defun'.
11791 2011-03-23  Leo Liu  <sdl.web@gmail.com>
11793         * abbrevlist.el: Move to obsolete/abbrevlist.el.
11795         * help-mode.el (help-mode-finish): Tweak regexp.
11797 2011-03-23  Glenn Morris  <rgm@gnu.org>
11799         * eshell/esh-opt.el (eshell-eval-using-options):
11800         Do not bind unused local variable `eshell-option-stub'.
11802         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11804 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
11806         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11807         keymap variable in `with-no-warnings' to avoid a warning when the
11808         keymap has been already `defconst'ed.
11810 2011-03-22  Leo Liu  <sdl.web@gmail.com>
11812         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11813         encode all chars in abbrevs; otherwise use emacs-mule or
11814         utf-8-emacs.  (Bug#8308)
11816 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
11818         * simple.el (backward-delete-char-untabify):
11819         Avoid warning about using `delete-backward-char'.
11821         * image.el (image-type-file-name-regexps): Make it variable.
11822         `imagemagick-register-types' modifies it, and the user may want
11823         to add new extensions for known image types.
11824         (imagemagick-register-types): Throw error if not using ImageMagick.
11826 2011-03-22  Leo Liu  <sdl.web@gmail.com>
11828         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11829         located before rcirc-prompt-end-marker.
11830         (rcirc-complete): Error if point is not after rcirc prompt.
11831         Handle the case when table is nil.
11832         (rcirc-user-authenticated): Define to fix compiler warning.
11834 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
11836         * custom.el (custom--inhibit-theme-enable): Make it affect only
11837         custom-theme-set-variables and custom-theme-set-faces.
11838         (provide-theme): Ignore custom--inhibit-theme-enable.
11839         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11840         (custom-enabling-themes): Delete variable.
11841         (enable-theme): Accept only loaded themes as arguments.
11842         Ignore the special custom-enabled-themes variable.
11843         (custom-enabled-themes): Forbid themes from setting this.
11844         Eliminate use of custom-enabling-themes.
11845         (custom-push-theme): Quote "changed" custom var entry.
11847 2011-03-21  Leo Liu  <sdl.web@gmail.com>
11849         * ido.el (ido-read-internal): Add ido-selected to history instead
11850         of user input.
11852 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11854         * subr.el (deferred-action-list, deferred-action-function):
11855         Mark obsolete.
11857 2011-03-21  Leo Liu  <sdl.web@gmail.com>
11859         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11860         change on 2011-02-13 (bug#8309).
11862         * minibuffer.el (read-file-name-function): Change default value.
11863         (read-file-name--defaults): Rename from read-file-name-defaults.
11864         (read-file-name-default): Rename from read-file-name.
11865         (read-file-name): Call read-file-name-function.
11867 2011-03-21  Glenn Morris  <rgm@gnu.org>
11869         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11870         Doc fixes.
11872 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
11874         * cus-theme.el: Add missing provide statement.
11875         (customize-create-theme): Extract theme value correctly.
11876         (custom-theme-visit-theme): Autoload.
11877         (customize-create-theme): Prompt before inserting default faces.
11879 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
11881         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11882         units and musical notes.
11884 2011-03-20  Leo Liu  <sdl.web@gmail.com>
11886         * ido.el (ido-read-internal): Use completing-read-default.
11887         (ido-completing-read): Fix compatibility with completing-read.
11889 2011-03-20  Christian Ohler  <ohler@gnu.org>
11891         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11892         (ert-delete-all-tests): Use `called-interactively-p' rather than
11893         `interactive-p'.
11894         (ert--make-xrefs-region): Respect END.
11896 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
11898         * dired-aux.el (dired-create-directory): Signal an error if the
11899         directory already exists (Bug#8246).
11901         * facemenu.el (list-colors-display): Call list-faces-display
11902         inside with-help-window.
11903         (list-colors-print): Use display property to align the final
11904         column, instead of checking window-width.
11906 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
11908         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
11909         windows-nt systems.
11910         (emerge-protect-metachars): Quote correctly for ms-dos and
11911         windows-nt systems.
11913 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
11915         * info.el (info-initialize): Replace all uses of `:' with
11916         path-separator for compatibility with non-Unix systems.
11917         Cache quoting of path-separator.  (Bug#8258)
11919 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
11921         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11922         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11923         (mouse-avoidance-mode): Fix typos in docstrings.
11925 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
11927         * startup.el (package-subdirectory-regexp): Move from package.el.
11928         Omit \\` and \\', and let callers add them.
11930         * emacs-lisp/package.el (package-strip-version)
11931         (package-load-all-descriptors): Add \\` and \\' to
11932         package-subdirectory-regexp before using it.
11933         (package-untar-buffer): New arg DIR; ensure that file untars only
11934         into this expected directory.  Remove superfluous delete-region.
11935         (package-unpack): Caller changed.
11936         (package-tar-file-info): Use package-subdirectory-regexp.
11938 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11940         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11941         diff-mode-shared-map (bug#8284).
11942         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
11944 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11946         * calendar/time-date.el (format-seconds): Use assoc instead of
11947         assoc-string, since assoc-string doesn't exist in XEmacs.
11949 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
11951         * custom.el (custom-known-themes): Reflow docstring.
11952         (custom-theme-load-path): Fix typo in docstring.
11953         (load-theme): Fix typo in error message.
11954         (custom-available-themes, custom-variable-theme-value):
11955         Use `let', not `let*'.
11957 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
11959         * calc/README: Mention inclusion of musical notes.
11961         * calc/calc-units.el (calc-lu-quant): Rename from
11962         `calc-logunits-quantity'.
11963         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11964         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11965         (calc-db): Rename from `calc-dblevel'.
11966         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11967         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11968         (calc-np): Rename from `calc-nplevel'.
11969         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11970         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11971         (calc-lu-plus): Rename from `calc-logunits-add'.
11972         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11973         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11974         (calc-lu-minus): Rename from `calc-logunits-sub'.
11975         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11976         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11977         (calc-lu-times): Rename from `calc-logunits-mul'.
11978         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11979         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11980         (calc-lu-divide): Rename from `calc-logunits-div'.
11981         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11982         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11984         * calc/calc-ext.el (calc-init-extensions): Update the names of the
11985         functions being autoloaded.
11987         * calc/calc.el (calc-lu-power-reference): Rename from
11988         `calc-logunits-power-reference'.
11989         (calc-lu-field-reference): Rename from
11990         `calc-logunits-field-reference'.
11992         * calc/calc-help.el (calc-l-prefix-help):
11993         Mention musical note functions.
11995 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * minibuffer.el (completion-all-sorted-completions):
11998         Use :completion-cycle-penalty text property if present.
12000 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
12002         * allout.el (allout-yank-processing): Adjust for new rebulleting
12003         regime so bullet being yanked is used without prompting the user
12004         for a choice.
12006 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
12008         * startup.el (command-line): Warn the user that _emacs is deprecated.
12010 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
12012         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12013         (delphi-verbose, delphi-comment-face, delphi-string-face)
12014         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12015         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12016         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12017         (delphi-new-comment-line, delphi-font-lock-defaults)
12018         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12019         Fix typos in docstrings.
12021 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
12023         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
12024         Invert the roles of character and string values for INSTEAD, so a
12025         string is used for the more common case of a defaulting prompt.
12027 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12029         * progmodes/ruby-mode.el (ruby-backward-sexp):
12030         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12031         * play/gamegrid.el (gamegrid-make-face):
12032         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12033         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12034         * notifications.el (notifications-notify):
12035         * net/xesam.el (xesam-search-engines):
12036         * net/quickurl.el (quickurl-list-insert):
12037         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12039 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
12041         * startup.el (command-line): Update package subdirectory regexp.
12043 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12045         * allout.el (allout-abbreviate-flattened-numbering)
12046         (allout-mode-deactivate-hook): Fix up obsolescence "date".
12048         * subr.el (read-char-choice): Only show the cursor after the prompt,
12049         not after the answer.
12051 2011-03-15  Kevin Ryde  <user42@zip.com.au>
12053         * help-fns.el (variable-at-point): Skip leading quotes, if any
12054         (bug#8253).
12056 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12058         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12059         warning message.
12061 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
12063         * shell.el (shell): When called interactively, offer to change the
12064         shell file name on remote hosts.
12066 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12068         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12069         integration for LDAP parameters.  The host, base, user or binddn,
12070         and secret tokens can be specified in a netrc file, for instance.
12071         This is optional because an `auth-source' parameter must be
12072         specified in the search attributes.
12074 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
12076         * help.el (describe-mode): Link to the mode's definition (bug#8185).
12078 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12080         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12081         into declaration.  Remove redundant and harmful binding.
12083 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
12085         * files.el (file-ownership-preserved-p): Pass `integer' as an
12086         explicit 2nd argument to `file-attributes'.  If the file's owner
12087         is the Administrators group on Windows, and the current user is
12088         Administrator, consider that a match.
12090         * server.el (server-ensure-safe-dir): Consider server directory
12091         safe on MS-Windows if its owner is the Administrators group while
12092         the current Emacs user is Administrator.  Use `=' to compare
12093         numerical UIDs, since they could be integers or floats.
12095 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
12097         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12099 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
12101         Sync with Tramp 2.2.1.
12103         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12105         * net/trampver.el: Update release number.
12107 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12109         * progmodes/compile.el (compilation--previous-directory): Fix up
12110         various nil/dead-marker mismatches (bug#8014).
12111         (compilation-directory-properties, compilation-error-properties):
12112         Don't call it at a position past the one we're about to change.
12114         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12115         Disable obsolescence warnings in the file that declares it.
12117 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
12119         * allout-widgets.el (allout-widgets-tally):
12120         Initialize allout-widgets-tally as a hash table rather than nil to
12121         prevent mode-line redisplay warnings.  Also, clarify the module
12122         description and fix a comment typo.
12124 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
12126         * help-fns.el (describe-variable): Don't complete keywords.
12127         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12129 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
12131         * emacs-lisp/package.el (package-version-join): Impose a standard
12132         string representation for pre/alpha/beta version lists.
12133         (package-unpack-single): Standardize the directory name by passing
12134         it through package-version-join.
12135         (package-strip-rcs-id): Accept any version string that does not
12136         signal an error in version-to-list.
12138 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
12140         * simple.el (delete-trailing-whitespace): Return nil for the
12141         benefit of `write-file-functions'.
12143 2011-03-10  Glenn Morris  <rgm@gnu.org>
12145         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12147         * vc/vc-git.el (vc-git-program): New option.
12148         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12149         (vc-git--call): Use it.
12151         * eshell/esh-util.el (eshell-condition-case): Doc fix.
12153         * cus-edit.el (Custom-newline): If no button at point, look
12154         for a subgroup button at start-of-line.  (Bug#2298)
12156         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12158 2011-03-10  Julien Danjou  <julien@danjou.info>
12160         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12161         `cursor-type' is nil.
12163 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
12165         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12167 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
12169         * allout.el: Change so yank of distinctive-bullet items
12170         preserves the existing header prefix, rebulleting it if necessary,
12171         rather than replacing it.  This is necessary for proper operation
12172         of cooperative addons like allout-widgets.
12173         (allout-make-topic-prefix, allout-rebullet-heading):
12174         Change SOLICIT arg to INSTEAD, and interpret additionally a string
12175         value as alternate bullet to be used, instead of prompting the user
12176         for a bullet character.
12178 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
12180         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12181         Do not use `tramp-file-name-port', because this returns also
12182         `tramp-default-port'.
12184 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
12186         * net/rcirc.el (rcirc-handler-001): Remove useless
12187         with-rcirc-process-buffer.
12188         (rcirc-check-auth-status): Swap arguments to string-match.
12190 2011-03-09  Glenn Morris  <rgm@gnu.org>
12192         * shell.el (shell-mode):
12193         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
12195         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12196         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
12198 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
12200         * emacs-lisp/package.el (package-refresh-contents)
12201         (package-menu-execute): Use condition-case-no-debug.
12203 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
12205         * simple.el (shell-command-to-string): Use `process-file'.
12207         * emacs-lisp/package.el (package-tar-file-info): Handle also
12208         remote files.
12210         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12211         Use `equal' for upload base check.
12213 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
12215         * textmodes/texinfo.el (texinfo-environments):
12216         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
12218 2011-03-08  Glenn Morris  <rgm@gnu.org>
12220         * cus-start.el (cursor-in-non-selected-windows):
12221         Fix :set quoting oddness.  (Bug#8192)
12223         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12224         in some setf expressions.  (Bug#2159)
12226 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
12228         * custom.el (custom-available-themes): Return themes in
12229         alphabetical order.
12231 See ChangeLog.15 for earlier changes.
12233 ;; Local Variables:
12234 ;; coding: utf-8
12235 ;; End:
12237   Copyright (C) 2011-2012  Free Software Foundation, Inc.
12239   This file is part of GNU Emacs.
12241   GNU Emacs is free software: you can redistribute it and/or modify
12242   it under the terms of the GNU General Public License as published by
12243   the Free Software Foundation, either version 3 of the License, or
12244   (at your option) any later version.
12246   GNU Emacs is distributed in the hope that it will be useful,
12247   but WITHOUT ANY WARRANTY; without even the implied warranty of
12248   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12249   GNU General Public License for more details.
12251   You should have received a copy of the GNU General Public License
12252   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.