* mail/smtpmail.el (smtpmail-send-command): Send the command and
[emacs.git] / lisp / ChangeLog
blob8e6a3c0f106ee4b4431711a8bfcd1adea94c2120
1 2012-05-09  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
3         * mail/smtpmail.el (smtpmail-send-command): Send the command and
4         the following \r\n using a single `process-send-string', since the
5         Lotus SMTP server refuses to accept any commands if they are sent
6         with two `process-send-string's (bug#11444).
8 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10         * shell.el (shell-parse-pcomplete-arguments): Obey
11         pcomplete-arg-quote-list inside double-quoted args as well (bug#11348).
13 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15         * shell.el (shell-completion-vars): Fix last change (bug#11348).
17 2012-05-07  Chong Yidong  <cyd@gnu.org>
19         * ansi-color.el (ansi-color-process-output): Check for validity of
20         comint-last-output-start before using it.  This avoids a bad
21         interaction with gdb-mi's input/output buffer.
23 2012-05-06  Glenn Morris  <rgm@gnu.org>
25         * files.el (dir-locals-read-from-file):
26         Mention dir-locals in any error message.
28 2012-05-06  Chong Yidong  <cyd@gnu.org>
30         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
31         package (Bug#11410).
33 2012-05-05  Chong Yidong  <cyd@gnu.org>
35         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
36         variables into description.
38 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
40         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
41         shell-delimiter-argument-list (bug#11348).
42         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
44 2012-05-04  Chong Yidong  <cyd@gnu.org>
46         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
47         Nextstep.
49 2012-05-03  Kenichi Handa  <handa@m17n.org>
51         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
52         decoding, and show a warning message without signalling an error
53         (Bug#11282).
55 2012-04-30  Eli Zaretskii  <eliz@gnu.org>
57         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
58         the yanked message in preference to the default value of
59         buffer-file-coding-system.
61 2012-04-30  Martin Rudalics  <rudalics@gmx.at>
63         * window.el (display-buffer--action-function-custom-type):
64         Fix entry.
66 2012-04-27  Alan Mackenzie  <acm@muc.de>
68         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
70 2012-04-27  Chong Yidong  <cyd@gnu.org>
72         * subr.el (read-key): Avoid running filter function when setting
73         up temporary tool bar entries (Bug#9922).
75 2012-04-26  Andreas Schwab  <schwab@linux-m68k.org>
77         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
78         (Bug#11344)
80 2012-04-24  Chong Yidong  <cyd@gnu.org>
82         * select.el (xselect--encode-string): New function, split from
83         xselect-convert-to-string.
84         (xselect-convert-to-string): Use it.
85         (xselect-convert-to-filename, xselect-convert-to-os)
86         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
87         returned strings are properly encoded (Bug#11315).
89 2012-04-22  Chong Yidong  <cyd@gnu.org>
91         * simple.el (delete-active-region): Move to killing custom group.
93 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
95         * progmodes/which-func.el (which-func-current): Quote %
96         characters for mode-line processing.
98 2012-04-21  Chong Yidong  <cyd@gnu.org>
100         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
101         reaching eob (Bug#11286).
103 2012-04-20  Richard Stallman  <rms@gnu.org>
105         Fix logic for returning to and yanking from Rmail buffer.
107         * mail/rmail.el (rmail-start-mail):
108         Pass (rmail-mail-return...) for the return-action.
109         Pass (rmail-yank-current-message...) for the yank-action.
110         (rmail-yank-current-message): New function.
111         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
112         (rmail-reply): Likewise.
113         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
115         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
116         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
117         buffer, not newbuf.
119 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
121         * progmodes/gdb-mi.el (gdb-control-level): New variable.
122         (gdb): Make it buffer-local and init to zero.
123         (gdb-control-commands-regexp): New variable.
124         (gdb-send): Don't wrap in "-interpreter-exec console" if
125         gdb-control-level is positive.  Increment gdb-control-level
126         whenever the command matches gdb-control-commands-regexp, and
127         decrement it each time the command is "end".  (Bug#11279)
129 2012-04-20  Martin Rudalics  <rudalics@gmx.at>
131         * window.el (adjust-window-trailing-edge, enlarge-window)
132         (shrink-window, window-resize):
133         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
134         windows (Bug#11276).
136 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
138         * battery.el (battery-echo-area-format): Display remaining time
139         for sysfs backend too (Bug#11269).
140         (battery-linux-sysfs): Fix conditional for the charge.
142 2012-04-20  Chong Yidong  <cyd@gnu.org>
144         * progmodes/gdb-mi.el (gdb): Revert 2012-04-19 change.
145         (gdb-inferior-io--init-proc): New function.
146         (gdb-init-1): Use it.
147         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
148         responsible for allocating a new pty and hooking it to gdb when
149         the old pty gets an EIO due to process exit.
150         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
151         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
152         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
154 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
156         * window.el (window-min-size, window-sizable, window-min-delta)
157         (window-max-delta, window--resizable, window-resizable)
158         (window-total-size, window-full-height-p, window-full-width-p)
159         (window-in-direction, window--resize-mini-window, window-resize)
160         (window--resize-child-windows-normal)
161         (window--resize-child-windows, window--resize-siblings)
162         (window--resize-this-window, adjust-window-trailing-edge)
163         (enlarge-window, shrink-window): Doc fixes.
165 2012-04-19  Chong Yidong  <cyd@gnu.org>
167         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
168         New function to call delete-process on the gdb-inferior buffer's pty.
169         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
170         pty process (Bug#11273).
171         (gdb-update): New arg to suppress talking to the gdb process.
172         (gdb-done-or-error): Use it.
173         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
174         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
175         sentinel not being called.
177         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
179 2012-04-18  Chong Yidong  <cyd@gnu.org>
181         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
183 2012-04-18  Glenn Morris  <rgm@gnu.org>
185         * net/network-stream.el (open-network-stream): Doc fix.
187 2012-04-17  Chong Yidong  <cyd@gnu.org>
189         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
191 2012-04-16  Alan Mackenzie  <acm@muc.de>
193         Ensure searching for keywords is case sensitive.
195         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
196         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
197         (c-defun-name, c-mark-function, c-cpp-define-name)
198         (c-comment-indent, c-scan-conditionals, c-indent-defun)
199         (c-context-line-break): bind case-fold-search to nil.
201         * progmodes/cc-mode.el (c-font-lock-fontify-region):
202         bind case-fold-search to nil.
204 2012-04-16  Chong Yidong  <cyd@gnu.org>
206         * mail/sendmail.el (mail-bury): Call return action with the right
207         Rmail buffer (Bug#11242).
209 2012-04-15  Chong Yidong  <cyd@gnu.org>
211         * server.el (server-process-filter): Handle corner case where both
212         tty and nowait options are present (Bug#11102).
214 2012-04-15  Glenn Morris  <rgm@gnu.org>
216         * simple.el (process-file-side-effects): Doc fix.
218 2012-04-14  Glenn Morris  <rgm@gnu.org>
220         * international/mule-cmds.el (set-language-environment): Doc fix.
222 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
224         Avoid the use of ((lambda ...) ...) in lexical-binding code.
225         * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
227 2012-04-13  Kim F. Storm  <storm@cua.dk>
229         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
230         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
232 2012-04-12  Chong Yidong  <cyd@gnu.org>
234         * custom.el (custom-theme-set-variables): Doc fix.
236 2012-04-12  Glenn Morris  <rgm@gnu.org>
238         * international/mule.el (set-auto-coding-for-load): Doc fix.
240 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
242         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
243         Reported by Noah Friedman.  Backport from trunk.
245 2012-04-11  Alan Mackenzie  <acm@muc.de>
247         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression):
248         Make imenu work again for Objective C Mode.  Correct the *-index
249         values, these having been disturbed by a previous change in 2011-08.
251         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
252         Correct two search limits.
254 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
256         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
258 2012-04-10  Andreas Schwab  <schwab@linux-m68k.org>
260         * international/characters.el: Fix sorting.
262 2012-04-10  Eli Zaretskii  <eliz@gnu.org>
264         * international/characters.el: Add more missing Latin case pairs.
266 2012-04-10  Andreas Schwab  <schwab@linux-m68k.org>
268         * international/characters.el: Recover lost case pairs.
270 2012-04-10  Glenn Morris  <rgm@gnu.org>
272         * files.el (dir-locals-set-class-variables): Doc fix.
274 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
276         * international/characters.el: Add set-case-syntax-pair call for
277         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
278         counterpart.  (Bug#11209)
280         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
282 2012-04-09  Glenn Morris  <rgm@gnu.org>
284         * calendar/holidays.el (calendar-check-holidays): Doc fix.
286 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
288         * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
289         Hebrew.
291 2012-04-08  Chong Yidong  <cyd@gnu.org>
293         * net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change
294         (Bug#11192).
296 2012-04-07  Glenn Morris  <rgm@gnu.org>
298         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
300 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
302         * minibuffer.el (completion-in-region-mode-map):
303         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
305 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307         * window.el (shrink-window): Mention the `window-min-height'
308         variable in the doc string.
310 2012-04-05  Bastien Guerry  <bzg@altern.org>
312         * color.el (color-lighten-name): Fix typo.
314 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
316         * server.el (server--on-display-p): New function.
317         (server--on-display-p): Use it.
319 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
321         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
322         (bug#11145).
324 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
326         * comint.el (comint--common-quoted-suffix): Check string boundary
327         before comparing (bug#11158).
328         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
330 2012-04-04  Chong Yidong  <cyd@gnu.org>
332         * minibuffer.el (completion-extra-properties): Doc fix.
334         * subr.el (delayed-warnings-hook): Doc fix.
336 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
338         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
339         selection (Bug#11159).
340         (epa-insert-keys): Inform that the default public key will be
341         exported if no key is selected.
343 2012-04-04  Richard Stallman  <rms@gnu.org>
345         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
347 2012-04-03  Chong Yidong  <cyd@gnu.org>
349         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
350         mail-insert-file, not its obsolete alias mail-attach-file.
352 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
354         * notifications.el (notifications-notify): Fix docstring.
356 2012-04-02  Glenn Morris  <rgm@gnu.org>
358         * emacs-lisp/authors.el (authors-aliases): Another addition.
360 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
362         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
363         `tramp-compat-call-process' instead of `tramp-local-call-process'.
364         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
366 2012-04-01  Chong Yidong  <cyd@gnu.org>
368         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
369         Handle root directory properly.
370         (copy-directory): Caller changed.
372         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
373         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
375 2012-03-31  Glenn Morris  <rgm@gnu.org>
377         * term/xterm.el (xterm-extra-capabilities): Doc fix.
379         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
381         * calendar/calendar.el (calendar-window-list)
382         (calendar-hide-window): Restore.  (Bug#11140)
383         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
385         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
387 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
389         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
390         Check if file is a symlink (Bug#10489).
392         * files.el (copy-directory): Likewise.
394 2012-03-30  Chong Yidong  <cyd@gnu.org>
396         * image.el (imagemagick-types-inhibit)
397         (imagemagick-register-types): Doc fix.
399 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
401         * ispell.el (ispell-get-extended-character-mode): Disable
402         extended-char-mode for hunspell. hunspell does not support it and
403         treats ~word as ordinary words in pipe mode.
405 2012-03-30  Glenn Morris  <rgm@gnu.org>
407         * tutorial.el (help-with-tutorial): Ensure local variables don't
408         happen to make the buffer read-only.  (Bug#11127)
410 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
412         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
413         (perl-calculate-indent): Return `noindent' in strings.
415 2012-03-28  Sam Steingold  <sds@gnu.org>
417         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
418         instead of the broken adhockery which does not prevent calendar
419         buffers from being displayed at random after exit.
420         (calendar-window-list, calendar-hide-window): Remove the broken
421         adhockery.
423 2012-03-28  Glenn Morris  <rgm@gnu.org>
425         * replace.el (query-replace-map): Doc fix.
427 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
429         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
430         contents.  (Bug#11109)
432 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
434         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
435         (bug#11077).
436         (avl-tree--check, avl-tree--check-node): New funs.
438 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
440         * window.el (switch-to-visible-buffer): New option.
441         (switch-to-prev-buffer, switch-to-next-buffer):
442         Observe switch-to-visible-buffer.  Make sure that checking for a window
443         showing a buffer already is done on the same frame.
445 2012-03-27  Glenn Morris  <rgm@gnu.org>
447         * startup.el (mail-host-address): Doc fix.
449 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
451         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
452         than 197 variables.
454 2012-03-26  Ami Fischman  <ami@fischman.org>
456         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
458 2012-03-26  Glenn Morris  <rgm@gnu.org>
460         * files.el (save-buffers-kill-emacs): Doc fix.
462         * startup.el (normal-top-level, command-line, command-line-1):
463         Give them doc strings.
465 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
467         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
468         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
470 2012-03-25  Chong Yidong  <cyd@gnu.org>
472         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
473         theme if it was previously enabled before (Bug#11031).
475         * cus-theme.el (custom-theme-write-faces): Retrieve current face
476         spec with custom-face-get-current-spec if its :shown-value is not
477         determined yet (Bug#9337).
478         (customize-create-theme, custom-theme-revert): Doc fixes.
480         * button.el (button-at): Minor addition to docstring.
482 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
484         * vc/vc.el (vc-merge): Fix a prompt.
486 2012-03-24  Chong Yidong  <cyd@gnu.org>
488         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
489         point (Bug#9623).
491         * button.el (button-at): Minor addition to docstring.
493 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * newcomment.el (comment-choose-indent): No space after BOL.
497 2012-03-22  Sam Steingold  <sds@gnu.org>
499         * window.el (switch-to-prev-buffer): Revert last patch because the
500         bug turned out to be an advertised feature (Elisp manual 28.14).
502 2012-03-22  Glenn Morris  <rgm@gnu.org>
504         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
505         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
507 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509         * net/network-stream.el (network-stream-open-starttls): Make error
510         message under Windows be less misleading.
512 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
514         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
515         understands (bug#9942).
517 2012-03-22  Chong Yidong  <cyd@gnu.org>
519         * simple.el (end-of-visible-line): Handle return value of
520         next-single-property-change properly (Bug#9371).
522 2012-03-22  Kenichi Handa  <handa@m17n.org>
524         * international/quail.el (quail-insert-kbd-layout): Fix previous
525         change.  To avoid unwanted bidi reordering, use
526         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
528 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
530         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
531         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
532         (ruby-beginning-of-indent): Be more careful with the difference
533         between word-boundary and symbol boundary.
534         (ruby-mode-syntax-table): Make : a symbol constituent.
536 2012-03-21  Andreas Politz  <politza@fh-trier.de>
538         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
540 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * progmodes/etags.el (tags-completion-at-point-function):
543         Improve last fix.
545         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
547 2012-03-21  Sam Steingold  <sds@gnu.org>
549         * progmodes/etags.el (tags-completion-at-point-function):
550         Avoid the error when point is inside the pattern.
552 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
554         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
555         line (Bug#10855).
557 2012-03-21  Drew Adams  <drew.adams@oracle.com>
559         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
561 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
563         * ido.el (ido-set-current-directory, ido-read-internal)
564         (ido-choose-completion-string, ido-completion-help): Handle nil
565         value of ido-completion-buffer (Bug#11008).
567 2012-03-21  Sam Steingold  <sds@gnu.org>
569         * window.el (switch-to-prev-buffer): Do not switch to a visible
570         window previous buffer, just like with the frame previous buffers.
572 2012-03-21  Chong Yidong  <cyd@gnu.org>
574         * faces.el (make-face, make-empty-face, copy-face):
575         * face-remap.el (face-remap-add-relative, face-remap-set-base):
576         Doc fixes.
578 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * wid-edit.el (widget-complete-field): Remove (bug#11051).
581         (widget-complete): Remove broken use of it.
583 2012-03-20  Chong Yidong  <cyd@gnu.org>
585         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
586         Use string-width and truncate-string-width to handle arbitrary
587         characters.
589 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
591         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
592         to draw rectangles, not squares.  (Regression introduced by revno
593         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
595 2012-03-18  Chong Yidong  <cyd@gnu.org>
597         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
598         it is not yet defined (for temacs).
600 2012-03-18  Leo Liu  <sdl.web@gmail.com>
602         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
604 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
606         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
607         (ispell-choices-win-default-height, ispell-silently-savep)
608         (ispell-dictionary-alist, ispell-encoding8-command)
609         (ispell-check-version, ispell-aspell-find-dictionary)
610         (ispell-valid-dictionary-list, ispell-words-keyword)
611         (ispell-get-word, ispell-internal-change-dictionary)
612         (ispell-region, ispell-skip-region-list)
613         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
614         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
615         (ispell-message-text-end, ispell-message)
616         (ispell-buffer-local-parsing): Doc fix.
618 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
620         * htmlfontify.el: Add support for code block fontification for ODT
621         export (Bug #9914).
622         (hfy-optimisations): Define new option
623         `body-text-only'
624         (hfy-fontify-buffer): Honor above setting.
625         (hfy-begin-span, hfy-end-span): New routines factored out form
626         `hfy-fontify-buffer'.
627         (hfy-begin-span-handler, hfy-end-span-handler): New variables
628         that permit insertion of custom tags.
629         (hfy-fontify-buffer): Use above handlers.
630         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
631         (hfy-face-to-css): Re-defined to be a variable.
632         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
633         over multiple runs. This is made possible by having the caller let
634         bind a special variable `hfy-user-sheet-assoc'.
635         (htmlfontify-string): New defun.
636         (hfy-compile-face-map): Make sure that the last char in the
637         buffer is correctly fontified.
638         (hfy-face-resolve-face): Whitespace only change.
640 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
642         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
643         message more clear.
645 2012-03-16  Leo Liu  <sdl.web@gmail.com>
647         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
649 2012-03-16  Alan Mackenzie  <acm@muc.de>
651         Further optimise the handling of large macros.
653         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
654         limit to a call of `c-literal-limits'.
655         (c-determine-+ve-limit): New function.
656         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
657         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
658         In CASE 5B, restrict a search limit to 500.
659         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
661         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
662         Restrict macro bounds to +-500 from after-change's BEG END.
664 2012-03-16  Leo Liu  <sdl.web@gmail.com>
666         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
668 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
670         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
671         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
673 2012-03-16  Glenn Morris  <rgm@gnu.org>
675         * view.el (view-buffer, view-buffer-other-window)
676         (view-buffer-other-frame): Doc fixes re special mode-class.
678         * subr.el (eval-after-load): If named feature is provided not from
679         a file, run after-load forms.  (Bug#10946)
681         * calendar/calendar.el (calendar-insert-at-column):
682         Handle non-unit-width characters a bit better.  (Bug#10978)
684 2012-03-15  Chong Yidong  <cyd@gnu.org>
686         * emacs-lisp/ring.el (ring-extend): New function.
687         (ring-insert+extend): Extend the ring correctly (Bug#11019).
689         * comint.el (comint-read-input-ring)
690         (comint-add-to-input-history): Grow comint-input-ring lazily.
692 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
695         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
697         * imenu.el: Fix multiple inheritance breakage (bug#9199).
698         (imenu-add-to-menubar): Don't add a redundant index.
699         (imenu-update-menubar): Handle a dynamically composed keymap.
701 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
703         * mail/sendmail.el (mail-encode-header):
704         Bind rfc2047-encode-encoded-words to nil.
706 2012-03-13  Glenn Morris  <rgm@gnu.org>
708         * calendar/calendar.el (calendar-string-spread):
709         Handle non-unit-width characters a bit better.  (Bug#10978)
711 2012-03-13  Leo Liu  <sdl.web@gmail.com>
713         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
714         directory and file as argument (Bug#10822).
716 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
718         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
719         For dynamically generated code, follow $PC.
720         (gdb-disassembly-handler-custom): Handle no function name case.
722 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
724         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
725         * emulation/ws-mode.el (ws-query-replace):
726         * sort.el (sort-regexp-fields):
727         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
729 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * dabbrev.el: Fix cycle completion order (bug#10963).
732         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
733         (dabbrev-completion): Don't use an obarray; provide
734         a cycle-sort-function.
736 2012-03-12  Leo Liu  <sdl.web@gmail.com>
738         * simple.el (kill-new): Use equal-including-properties for comparison.
739         (kill-do-not-save-duplicates): Doc fix.
741 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
743         * dabbrev.el: Fix cycle completion (bug#10963).
744         Use lexical binding and wrap to 80 columns.
745         (dabbrev-completion): Delay computing the list of completions.
747 2012-03-12  Kenichi Handa  <handa@m17n.org>
749         * international/quail.el (quail-insert-kbd-layout): Surround each
750         row by LRO and PDF instead of inserting many LRMs.  Pad the left
751         and right of each non-spacing marks.  Insert invisible space
752         between lower and upper characters to prevent composition.
754 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
756         * minibuffer.el (minibuffer-complete): Don't get confused when the
757         function is run twice via different commands (bug#10958).
758         (complete-with-action): Fix docstring.
760 2012-03-12  Chong Yidong  <cyd@gnu.org>
762         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
763         (nxml-completion-at-point-function): New function.
764         (nxml-mode): Use it.
765         (nxml-bind-meta-tab-to-complete-flag): Default to t.
767         * emacs-lisp/package.el (package-unpack, package-unpack-single):
768         Load generated autoloads file before byte compiling (Bug#10970).
769         (package--make-autoloads-and-compile): New helper fun.
771 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
773         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
775 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
777         * autorevert.el (auto-revert-handler): Ensure, that
778         file-readable-p is applied only for local files or in
779         auto-revert-tail-mode.
781 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
783         * server.el (server-eval-at): Handle non-tcp connections.
784         Decode result string.
786         * server.el (server-msg-size): New constant.
787         (server-reply-print): New function.
788         (server-eval-and-print): Use it.
789         (server-eval-at): Use server-quote-arg and server-unquote-arg.
790         Handle -print-nonl.
792 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
794         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
795         (Bug#10987).
797 2012-03-11  Chong Yidong  <cyd@gnu.org>
799         * simple.el (goto-line): Doc fix (Bug#9938).
801         * subr.el (save-window-excursion): Doc fix (Bug#9979).
803         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
804         when finished (Bug#10963).
806 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
808         * window.el (split-window-below): Fix bug in case where
809         split-window-keep-point is nil (Bug#10971).
811 2012-03-11  Juri Linkov  <juri@jurta.org>
813         * replace.el (replace-highlight): Set isearch-word to nil
814         unconditionally.  (Bug#10887)
816 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
818         * net/mairix.el (mairix-replace-invalid-chars): Rename from
819         mairix-replace-illegal-chars; all callers changed.  Don't remove
820         ^, ~, and = characters: they are meaningful in mairix search specs.
821         (mairix-widget-create-query): Add usage information about mairix
822         search forms: negating words, searching for substrings, etc.
824 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
826         * international/fontset.el (font-encoding-alist): Add an entry for
827         ksx1001 (Bug#5667).
829 2012-03-10  Richard Stallman  <rms@gnu.org>
831         * mail/sendmail.el (mail-encode-header):
832         Set rfc2047-encode-encoded-words.
834         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
836         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
837         view buffer means not swapped.
838         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
839         (rmail-write-region-annotate): Error if real text has disappeared.
841         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
843 2012-03-10  Chong Yidong  <cyd@gnu.org>
845         * emulation/cua-rect.el (cua--init-rectangles):
846         * emulation/cua-base.el (cua--init-keymaps):
847         Add delete-forward-char to remappings (Bug#9666).
849 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
851         * speedbar.el (speedbar-unhighlight-one-tag-line):
852         Avoid unhighlighting due to frame switching (Bug#10275).
854 2012-03-10  Chong Yidong  <cyd@gnu.org>
856         * minibuffer.el (completion-in-region, completion-help-at-point):
857         Give the completion field overlay a high priority (Bug#6830).
859         * dired.el (dired-goto-file): Recognize absolute file name
860         listings (Bug#7126).
861         (dired-goto-file-1): New helper function.
862         (dired-toggle-read-only): Inhibit warnings.
864 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
866         * net/dbus.el: (dbus-property-handler): Return empty array if
867         there are no properties.
869 2012-03-09  Leo Liu  <sdl.web@gmail.com>
871         * savehist.el (savehist-printable): Stricter check for string
872         value (Bug#10937).
874 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
876         * mail/smtpmail.el (smtpmail-send-it):
877         Bind coding-system-for-write to *-unix, so that FCC files are kept in
878         valid mbox format.
880 2012-03-09  Glenn Morris  <rgm@gnu.org>
882         * files.el (dir-locals-find-file):
883         Don't check result is regular, readable.
884         (dir-locals-read-from-file): Demote errors.
886 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
888         * international/quail.el (quail-insert-kbd-layout):
889         Insert invisible LRM characters before each character in a keyboard
890         layout cell, to prevent their reordering by bidi display engine.
891         For details, see the discussion in
892         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
894 2012-03-08  Alan Mackenzie  <acm@muc.de>
896         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
897         the starting position; make it extend the marked region when
898         invoked repeatedly - all under appropriate circumstances.
899         Fixes bugs #5525, #10906.
901 2012-03-08  Glenn Morris  <rgm@gnu.org>
903         * files.el (locate-dominating-file, dir-locals-find-file):
904         Undo 2012-03-06 change.
906 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
908         * international/quail.el (quail-help):
909         Force bidi-paragraph-direction be left-to-right.  See discussion in
910         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
911         for the reason.
913 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
915         Avoid superfluous registering of signals.  (Bug#10807)
917         * notifications.el (notifications-on-action-object)
918         (notifications-on-close-object): New defvars.
919         (notifications-on-action-signal, notifications-on-closed-signal):
920         Unregister the signal if not needed any longer.
921         (notifications-notify): Register `notifications-action-signal' or
922         `notifications-closed-signal', if :on-action or :on-close has been
923         passed as argument.
925 2012-03-07  Chong Yidong  <cyd@gnu.org>
927         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
928         non-X platforms.
930 2012-03-06  Glenn Morris  <rgm@gnu.org>
932         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
933         (x-disown-selection-internal, x-get-selection-internal):
934         Doc fix (add arglist signatures).  (Bug#10783)
936 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
938         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
939         Handle breakpoints with no "type".
941 2012-03-06  Glenn Morris  <rgm@gnu.org>
943         * files.el (locate-dominating-file): Add optional predicate argument.
944         (dir-locals-find-file): Make use of above change.
946 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
948         * info.el (Info-insert-dir): Also try "dir.gz".
950 2012-03-06  Glenn Morris  <rgm@gnu.org>
952         * files.el (dir-locals-find-file):
953         Ignore non-readable or non-regular files.  (Bug#10928)
955         * files.el (locate-dominating-file): Doc fix.
957 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
959         * calendar/calendar.el (calendar-set-mode-line):
960         `getenv' returns a string.  (Bug#10951)
962 2012-03-05  Leo Liu  <sdl.web@gmail.com>
964         * simple.el (backward-delete-char-untabify): Constrain point to
965         field (Bug#10939).
967         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
969 2012-03-05  Chong Yidong  <cyd@gnu.org>
971         * simple.el (count-words): If called from Lisp, return the word
972         count, for symmetry with `count-lines'.  Arglist changed.
973         (count-words--message): Args changed.  Consolidate counting code
974         from count-words and count-words-region.
975         (count-words-region): Caller changed.
976         (count-lines-region): Make it an obsolete alias.
978 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
980         * saveplace.el (save-place-to-alist)
981         (save-place-ignore-files-regexp): Allow value nil to disable this
982         feature.
984 2012-03-04  Chong Yidong  <cyd@gnu.org>
986         * faces.el (face-spec-reset-face): For the default face, reset the
987         attributes to default values (Bug#10748).
989 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
992         previous patch: Check `message-send-mail-function', and not the
993         default function (bug#10897).
995 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
997         * notifications.el (notifications-on-action-signal)
998         (notifications-on-closed-signal): Check for unique service name of
999         incoming event.  Fix error in removing entry.
1000         (top): Register for signals with wildcard service name.
1001         (notifications-notify): Use daemon unique service name for map entries.
1003 2012-03-04  Chong Yidong  <cyd@gnu.org>
1005         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
1007 2012-03-04  Glenn Morris  <rgm@gnu.org>
1009         * abbrev.el (copy-abbrev-table, abbrev-table-p)
1010         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1011         (expand-abbrev, define-abbrev-table): Doc fixes.
1013 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1016         `message-default-send-mail-function' and not `send-mail-function'
1017         when doing the prompting for `sendmail-query-once' before sending
1018         in Message buffers (bug#10897).
1020         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1021         This is inconsistent with all the other stream functions, which leave
1022         the setting up to the higher levels (if so wanted) (bug#10931).
1024 2012-03-02  Alan Mackenzie  <acm@muc.de>
1026         Depessimize the handling of very large macros.
1028         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1029         (c-macro-cache-syntactic): New variables to implement a one
1030         element macro cache.
1031         (c-invalidate-macro-cache): New function.
1032         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1033         Adapt to use the new cache.
1034         (c-state-safe-place): Use better the cache of safe positions.
1035         (c-state-semi-nonlit-pos-cache)
1036         (c-state-semi-nonlit-pos-cache-limit):
1037         New variables for...
1038         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
1039         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
1040         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1041         Use c-state-semi-safe-place.
1043         * progmodes/cc-langs.el (c-get-state-before-change-functions):
1044         Add c-invalidate-macro-cache to the C, C++, Obj entries.
1046 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
1048         * jka-compr.el (jka-compr-call-process):
1049         Apply `file-accessible-directory-p' only when the default directory is
1050         not remote.
1052 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
1054         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
1055         access of FILE2, if FILE1 does not exist.
1057         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1058         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1060         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1061         Add "PAGER=" to `process-environment'.
1063 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
1065         * progmodes/sql.el: Bug fix
1066         (sql-get-login-ext): Save login values in globals.
1067         (sql-get-login): Use new version of `sql-get-login-ext'.
1068         (sql-interactive-mode): Set global `sql-connection' to nil.
1069         (sql-connect): Set global values for connection.
1070         (sql-product-interactive): Save global values as buffer local.
1072 2012-02-29  Leo Liu  <sdl.web@gmail.com>
1074         * abbrev.el (define-abbrevs): Reset sys to nil.
1076 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1078         * files.el (file-equal-p): Rename from `files-equal-p'.
1079         Return nil when one or both files don't exist.
1080         (file-subdir-of-p): Now only top directory must exists,
1081         return nil if it doesn't.
1082         (copy-directory): No need to test with `file-subdir-of-p' after
1083         creating dir.
1084         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1085         to `file-equal-p'.
1087 2012-02-28  Glenn Morris  <rgm@gnu.org>
1089         * shell.el (shell-mode):
1090         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1091         * play/landmark.el (landmark-font-lock-face-O):
1092         * play/handwrite.el (handwrite):
1093         * play/gomoku.el (gomoku-O):
1094         * net/browse-url.el (browse-url-browser-display):
1095         * international/mule.el (define-charset):
1096         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1097         * filesets.el (filesets-find-file-delay):
1098         * eshell/em-xtra.el (eshell-xtra):
1099         * eshell/em-unix.el (eshell-grep):
1100         * emulation/viper.el (viper-mode):
1101         * emacs-lisp/regexp-opt.el (regexp-opt-group):
1102         * emacs-lisp/easymenu.el (easy-menu-define):
1103         * calendar/timeclock.el (timeclock-use-display-time):
1104         * bs.el (bs-mode):
1105         * bookmark.el (bookmark-save-flag):
1106         Doc fix (standardize possessive apostrophe usage).
1108 2012-02-27  Chong Yidong  <cyd@gnu.org>
1110         * emulation/viper-cmd.el (viper-intercept-ESC-key):
1111         Fix key-binding lookup for ESC key (Bug#9146).
1113         * font-lock.el (font-lock-specified-p): Rename from
1114         font-lock-spec-present.  Callers changed.
1116 2012-02-27  Daniel Hackney  <dan@haxney.org>
1118         * emacs-lisp/package.el (package-compute-transaction):
1119         Handle holding a package version to t in package-load-list.
1121 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
1123         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1124         (tramp-get-inode, tramp-get-device): Use cached values.
1126 2012-02-26  Alan Mackenzie  <acm@muc.de>
1128         Check there is a font-lock specification before doing initial
1129         fontification.
1131         * font-core.el (font-lock-mode): Move the conditional from
1132         :after-hook to font-lock-initial-fontify.
1133         (font-lock-default-function): Move the check for a specification
1134         to font-lock-spec-present.
1136         * font-lock.el (font-lock-initial-fontify): Call ...
1137         (font-lock-spec-present): New function.
1139 2012-02-26  Jim Blandy  <jimb@red-bean.com>
1141         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1142         (gdb-send): Apply it to the operand of the '-interpreter-exec
1143         console' command, so that we can pass arguments with (say) quotes
1144         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
1146 2012-02-26  Chong Yidong  <cyd@gnu.org>
1148         * help-fns.el (describe-function-1): Clarify description of
1149         remapping (Bug#10844).
1151         * files.el (files-equal-p): Doc fix.
1152         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
1153         and quit the loop once a mismatch is found.
1155 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
1157         * bs.el (bs--show-with-configuration): Don't throw an error
1158         if the window cannot be split; otherwise, subsequent calls to
1159         bs-show fail, restoring a stale window config.  (Bug#10882)
1161 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
1163         * term/ns-win.el (global-map): Bind ns-drag-file to
1164         ns-find-file (Bug#5855, Bug#10050).
1166 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1168         * calendar/parse-time.el (parse-time-string): Allow extractor to
1169         return nil.
1171 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
1173         * net/tramp.el (tramp-file-name-for-operation):
1174         Add `files-equal-p' and `file-subdir-of-p'.
1176         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1177         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1178         Add COPY-CONTENTS argument.
1180 2012-02-25  Chong Yidong  <cyd@gnu.org>
1182         Add custom groups for VC backends, for consistency with vc-bzr.
1184         * vc/vc-arch.el (vc-arch):
1185         * vc/vc-cvs.el (vc-cvs):
1186         * vc/vc-git.el (vc-git):
1187         * vc/vc-hg.el (vc-hg):
1188         * vc/vc-mtn.el (vc-mtn):
1189         * vc/vc-rcs.el (vc-rcs):
1190         * vc/vc-sccs.el (vc-sccs):
1191         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1192         All relevant defcustoms reassigned.
1194 2012-02-25  Chong Yidong  <cyd@gnu.org>
1196         * newcomment.el (comment-styles): Add autoload (Bug#10868).
1198         * term/x-win.el (x-initialize-window-system): Reduce default for
1199         x-selection-timeout to 5 seconds (Bug#8869).
1201 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1203         * files.el (file-subdir-of-p): Fix typo.
1205 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1207         * files.el (files-equal-p, file-subdir-of-p): New functions.
1208         (copy-directory): Error when trying to copy a directory on itself.
1209         Add missing copy-contents arg to tramp handler.
1210         * dired-aux.el (dired-copy-file-recursive): Same.
1211         (dired-create-files): Modify destination when source is equal to
1212         dest when copying files.
1213         Return also when dest is a subdir of source.  (Bug#10489)
1215 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
1217         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1218         (Bug#10874)
1220 2012-02-23  Alan Mackenzie  <acm@muc.de>
1222         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1223         parameter "after-hook:" to allow the expansion to run code after
1224         the execution of the mode hooks.
1226         * font-lock.el (font-lock-initial-fontify): New function extracted
1227         from font-lock-mode-internal.
1229         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
1230         :after-hook.
1232 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1235         (completion--cache-all-sorted-completions): New function.
1236         (completion-all-sorted-completions): Use it.
1237         (completion--do-completion, minibuffer-force-complete):
1238         Use it to re-instate the flush hook.
1240         * icomplete.el (icomplete-completions): Replace last fix with a better
1241         one (bug#10850).
1243 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
1245         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1246         when it might call us back infinitely (bug#10797).
1248 2012-02-23  Glenn Morris  <rgm@gnu.org>
1250         * minibuffer.el (completion-category-overrides): Doc fix.
1252 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * minibuffer.el (completion-table-with-context): Fix inf-loop.
1255         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1257 2012-02-23  Glenn Morris  <rgm@gnu.org>
1259         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
1260         (authors-obsolete-files-regexps, authors-ignored-files)
1261         (authors-ambiguous-files, authors-renamed-files-alist):
1262         Add more entries.
1264 2012-02-23  Juri Linkov  <juri@jurta.org>
1266         * isearch.el (isearch-occur): Sync interactive spec with occur's
1267         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
1269         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1271 2012-02-22  Juri Linkov  <juri@jurta.org>
1273         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1274         (ucs-insert): Doc fix.  Check for hex digits in the string.
1275         Don't display `nil' in the error message.  (Bug#10857)
1277 2012-02-22  Alan Mackenzie  <acm@muc.de>
1279         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
1281 2012-02-22  Glenn Morris  <rgm@gnu.org>
1283         * ffap.el (ffap-c-path):
1284         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
1286 2012-02-22  Chong Yidong  <cyd@gnu.org>
1288         * custom.el (load-theme): Doc fix.
1290 2012-02-22  Glenn Morris  <rgm@gnu.org>
1292         * dired-x.el (dired-guess-shell-alist-default):
1293         Remove escape sequences from nroff output.  (Bug#172)
1295 2012-02-21  Glenn Morris  <rgm@gnu.org>
1297         * vc/emerge.el (emerge-defvar-local):
1298         Set `permanent-local' property rather than unused `preserved'.
1300         * textmodes/picture.el (picture-delete-char): New alias.
1301         (picture-mode-map): Use it.  (Bug#10860)
1302         (picture-mode): Doc fix.
1304 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
1306         * newcomment.el (uncomment-region-default): Remove unused binding.
1308 2012-02-21  Glenn Morris  <rgm@gnu.org>
1310         * textmodes/picture.el (picture-motion, picture-motion-reverse)
1311         (picture-self-insert, picture-tab-chars): Doc fix.
1312         (picture-mode-map): Fix C-a, C-e.
1314 2012-02-20  Glenn Morris  <rgm@gnu.org>
1316         * emacs-lisp/authors.el (authors-aliases): Add another entry.
1318 2012-02-20  Leo Liu  <sdl.web@gmail.com>
1320         * icomplete.el (icomplete-completions): Check FROM arg before
1321         passing to substring (Bug#10850).
1323 2012-02-19  Chong Yidong  <cyd@gnu.org>
1325         * comint.el: Require ansi-color.
1326         (comint-output-filter-functions): Add ansi-color-process-output.
1328         * ansi-color.el: Don't set comint-output-filter-functions; it is
1329         now in the initial value defined in comint.el.
1330         (ansi-color-apply-face-function): New variable.
1331         (ansi-color-apply-on-region): Use it.
1332         (ansi-color-apply-overlay-face): New function.
1334         * shell.el (shell): No need to require ansi-color.
1335         (shell-mode): Use ansi-color-apply-face-function to highlight
1336         color escapes using font-lock-face property (Bug#10835).
1338 2012-02-19  Chong Yidong  <cyd@gnu.org>
1340         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1341         mode-line formats (Bug#10839).
1343 2012-02-18  Glenn Morris  <rgm@gnu.org>
1345         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1347         * mail/undigest.el (unforward-rmail-message): Doc fix.
1349         * saveplace.el (save-place-ignore-files-regexp): Add :version.
1351 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
1353         * international/characters.el (script-list): Sync with the latest
1354         Unicode Character Database.
1356 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
1358         * international/titdic-cnv.el: Remove duplicate coding tag.
1359         * language/cham.el: Likewise.
1360         * language/tai-viet.el: Likewise.
1362 2012-02-18  Glenn Morris  <rgm@gnu.org>
1364         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1365         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1366         (calendar-bahai-all-holidays-flag, calendar-other-dates):
1367         * calendar/diary-lib.el (diary-abbreviated-year-flag):
1368         * calendar/holidays.el (holiday-bahai-holidays)
1369         (calendar-holidays, list-holidays):
1370         Use utf-8 Bahá'í in doc-strings, menus, etc.
1372 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
1374         * saveplace.el (save-place-ignore-files-regexp): New variable
1375         allowing for excluding files from saving their location of point.
1376         The default value matches the temporary commit message editing
1377         files from Git, SVN, Bazaar, and Mercurial.
1378         (save-place-to-alist): Use it.
1380 2012-02-17  Lawrence Mitchell <wence@gmx.li>
1381             Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * newcomment.el (uncomment-region-default): Don't leave extra space
1384         when an arg is provided (bug#8150).
1386 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1388         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
1390 2012-02-17  Glenn Morris  <rgm@gnu.org>
1392         * net/socks.el: Require network-stream.  (Bug#10599)
1394 2012-02-17  Kenichi Handa  <handa@m17n.org>
1396         * international/charprop.el:
1397         * international/uni-name.el:
1398         * international/uni-old-name.el:
1399         * international/uni-comment.el: Regenerate.
1401 2012-02-16  Glenn Morris  <rgm@gnu.org>
1403         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1404         Interactively in calendar buffer, give an error if not on a date.
1406 2012-02-15  Glenn Morris  <rgm@gnu.org>
1408         * shell.el (shell-delimiter-argument-list):
1409         Revert 2011-02-17 change.  (Bug#8027)
1411 2012-02-15  Chong Yidong  <cyd@gnu.org>
1413         * minibuffer.el (completion-at-point-functions): Doc fix.
1415         * custom.el (defcustom): Doc fix; note use of defvar.
1417 2012-02-15  Glenn Morris  <rgm@gnu.org>
1419         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1420         Doc fixes.
1422 2012-02-14  Glenn Morris  <rgm@gnu.org>
1424         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1426 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1428         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1429         way the ports list is computed.
1430         (smtpmail-query-smtp-server): Prompt the user for a port number if
1431         we can't connect to any of the standard ports (bug#10810).
1433 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1435         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1437 2012-02-13  Glenn Morris  <rgm@gnu.org>
1439         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
1441 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1443         * net/gnutls.el (gnutls-trustfiles): New variable.
1444         (gnutls-negotiate): Use it.
1446 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1448         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1449         does its stuff if Gnus is running.
1451 2012-02-13  Alan Mackenzie  <acm@muc.de>
1453         Fix a loop in c-set-fl-decl-start.
1455         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
1456         c-backward-syntactic-ws actually moves backwards.
1458 2012-02-13  Leo Liu  <sdl.web@gmail.com>
1460         * net/rcirc.el (rcirc-markup-attributes): Move point to the
1461         beginning so that all \C-o chars are removed.
1463 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
1465         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
1467 2012-02-12  Alan Mackenzie  <acm@muc.de>
1469         Fix infinite loop with long macros.
1470         * cc-engine.el (c-state-safe-place): Handle macros properly.
1472 2012-02-12  Chong Yidong  <cyd@gnu.org>
1474         * window.el (display-buffer): Doc fix (Bug#10785).
1476 2012-02-12  Glenn Morris  <rgm@gnu.org>
1478         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1479         (x-disown-selection-internal, x-get-selection-internal):
1480         Sync docs with the xselect.c versions.
1482         * allout-widgets.el: Add missing license notice.
1484 2012-02-11  Glenn Morris  <rgm@gnu.org>
1486         * select.el (x-get-selection-internal, x-own-selection-internal)
1487         (x-disown-selection-internal):
1488         * x-dnd.el (x-get-selection-internal): Update declarations.
1490         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1492         * window.el (window-sides-slots):
1493         * tool-bar.el (tool-bar-position):
1494         * term/xterm.el (xterm-extra-capabilities):
1495         * ses.el (ses-self-reference-early-detection):
1496         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1497         (verilog-auto-wire-type)
1498         (verilog-auto-delete-trailing-whitespace)
1499         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1500         (verilog-auto-tieoff-declaration):
1501         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1502         (sql-oracle-statement-starters, sql-oracle-scan-on):
1503         * progmodes/prolog.el (prolog-align-comments-flag)
1504         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1505         (prolog-left-indent-regexp, prolog-paren-indent-p)
1506         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1507         (prolog-types, prolog-mode-specificators)
1508         (prolog-determinism-specificators, prolog-directives)
1509         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1510         (prolog-electric-dot-flag)
1511         (prolog-electric-dot-full-predicate-template)
1512         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1513         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1514         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1515         (prolog-program-switches, prolog-prompt-regexp)
1516         (prolog-debug-on-string, prolog-debug-off-string)
1517         (prolog-trace-on-string, prolog-trace-off-string)
1518         (prolog-zip-on-string, prolog-zip-off-string)
1519         (prolog-use-standard-consult-compile-method-flag)
1520         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1521         (prolog-imenu-max-lines, prolog-info-predicate-index)
1522         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1523         (prolog-char-quote-workaround):
1524         * progmodes/cc-vars.el (c-defun-tactic):
1525         * net/tramp.el (tramp-encoding-command-interactive)
1526         (tramp-local-end-of-line):
1527         * net/soap-client.el (soap-client):
1528         * net/netrc.el (netrc-file):
1529         * net/gnutls.el (gnutls):
1530         * minibuffer.el (completion-category-overrides)
1531         (completion-cycle-threshold)
1532         (completion-pcm-complete-word-inserts-delimiters):
1533         * man.el (Man-name-local-regexp):
1534         * mail/feedmail.el (feedmail-display-full-frame):
1535         * international/characters.el (glyphless-char-display-control):
1536         * eshell/em-ls.el (eshell-ls-date-format):
1537         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1538         (lisp-lambda-list-keyword-parameter-indentation)
1539         (lisp-lambda-list-keyword-parameter-alignment):
1540         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1541         * dired-x.el (dired-omit-verbose):
1542         * cus-theme.el (custom-theme-allow-multiple-selections):
1543         * calc/calc.el (calc-highlight-selections-with-faces)
1544         (calc-lu-field-reference, calc-lu-power-reference)
1545         (calc-note-threshold):
1546         * battery.el (battery-mode-line-limit):
1547         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1548         (archive-7z-update):
1549         * allout.el (allout-prefixed-keybindings)
1550         (allout-unprefixed-keybindings)
1551         (allout-inhibit-auto-fill-on-headline)
1552         (allout-flattened-numbering-abbreviation):
1553         * allout-widgets.el (allout-widgets-auto-activation)
1554         (allout-widgets-icons-dark-subdir)
1555         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1556         (allout-widgets-theme-dark-background)
1557         (allout-widgets-theme-light-background)
1558         (allout-widgets-item-image-properties-emacs)
1559         (allout-widgets-item-image-properties-xemacs)
1560         (allout-widgets-run-unit-tests-on-load)
1561         (allout-widgets-time-decoration-activity)
1562         (allout-widgets-hook-error-post-time)
1563         (allout-widgets-track-decoration):
1564         Add missing :version tags to new defcustoms and defgroups.
1566         * progmodes/sql.el (sql-ansi-statement-starters)
1567         (sql-oracle-statement-starters): Add custom type.
1569         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1570         (prolog-system-version): Give it a type.
1572 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
1574         * term/pc-win.el (x-select-text, x-selection-owner-p)
1575         (x-own-selection-internal, x-disown-selection-internal)
1576         (x-get-selection-internal): Sync doc strings and argument lists
1577         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
1579 2012-02-11  Leo Liu  <sdl.web@gmail.com>
1581         * progmodes/python.el (python-end-of-statement): Fix infinite
1582         loop.  (Bug#10788)
1584 2012-02-10  Glenn Morris  <rgm@gnu.org>
1586         * international/mule-cmds.el (unify-8859-on-encoding-mode)
1587         (unify-8859-on-decoding-mode): Properly mark as obsolete.
1589 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1591         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1592         about SMTP before checking the From header.
1594         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
1595         into own function for reuse by emacsbug.el.
1597 2012-02-10  Leo Liu  <sdl.web@gmail.com>
1599         * subr.el (condition-case-unless-debug): Rename from
1600         condition-case-no-debug.  All callers changed.
1601         (with-demoted-errors): Fix caller.
1603         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1604         * nxml/rng-valid.el (rng-do-some-validation):
1605         * emacs-lisp/package.el (package-refresh-contents)
1606         (package-menu-execute):
1607         * desktop.el (desktop-create-buffer):
1608         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1610 2012-02-10  Glenn Morris  <rgm@gnu.org>
1612         * textmodes/bibtex.el:
1613         Add missing :version tags for new/changed defcustoms.
1615         * files.el (remote-file-name-inhibit-cache): Doc fixes.
1617 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
1619         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1620         (smtpmail-via-smtp): Use it, or fall back on the From address.
1621         (smtpmail-send-it): Ditto.
1623 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1626         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
1627         (byte-compile-tmp-var): New const.
1628         (byte-compile-defvar): Use it to minimize .elc size.
1629         Just use `defvar' rather than simulate it (bug#10761).
1631 2012-02-09  Glenn Morris  <rgm@gnu.org>
1633         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
1635         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1636         Add :version tags.
1638         * progmodes/compile.el (compilation-error-screen-columns)
1639         (compilation-first-column, compilation-filter-start): Doc fixes.
1641         * vc/log-view.el (log-view-toggle-entry-display):
1642         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1644         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1645         (report-emacs-bug-can-use-xdg-email):
1646         (report-emacs-bug-insert-to-mailer): Doc fixes.
1647         (report-emacs-bug): Message fix.
1649         * net/browse-url.el (browse-url-can-use-xdg-open)
1650         (browse-url-xdg-open): Doc fixes.
1652         * electric.el (electric-indent-mode, electric-pair-mode)
1653         (electric-layout-rules, electric-layout-mode): Doc fixes.
1654         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1656 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
1658         * server.el (server-unselect-display): Don't inadvertently kill
1659         the current buffer.  (Bug#10729)
1661 2012-02-08  Glenn Morris  <rgm@gnu.org>
1663         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1664         (sql-list-table): Doc fixes.
1666         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1667         Comment out (does nothing).
1669         * completion.el (dynamic-completion-mode):
1670         * dirtrack.el (dirtrack-debug-mode):
1671         * electric.el (electric-layout-mode):
1672         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1673         * face-remap.el (text-scale-mode, buffer-face-mode):
1674         * iimage.el (iimage-mode):
1675         * image-mode.el (image-transform-mode):
1676         * minibuffer.el (completion-in-region-mode):
1677         * scroll-lock.el (scroll-lock-mode):
1678         * simple.el (next-error-follow-minor-mode):
1679         * tar-mode.el (tar-subfile-mode):
1680         * tooltip.el (tooltip-mode):
1681         * vcursor.el (vcursor-use-vcursor-map):
1682         * wid-browse.el (widget-minor-mode):
1683         * emulation/tpu-edt.el (tpu-edt-mode):
1684         * emulation/tpu-extras.el (tpu-cursor-free-mode):
1685         * international/iso-ascii.el (iso-ascii-mode):
1686         * language/thai-util.el (thai-word-mode):
1687         * mail/supercite.el (sc-minor-mode):
1688         * net/goto-addr.el (goto-address-mode):
1689         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1690         * progmodes/cwarn.el (cwarn-mode):
1691         * progmodes/flymake.el (flymake-mode):
1692         * progmodes/glasses.el (glasses-mode):
1693         * progmodes/hideshow.el (hs-minor-mode):
1694         * progmodes/pascal.el (pascal-outline-mode):
1695         * textmodes/enriched.el (enriched-mode):
1696         * vc/smerge-mode.el (smerge-mode):
1697         Doc fixes (minor mode argument).
1699 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
1701         * ls-lisp.el (ls-lisp-sanitize): New function.
1702         (ls-lisp-insert-directory): Use it to fix or remove any elements
1703         in file-alist with missing attributes.  (Bug#4673)
1705 2012-02-07  Alan Mackenzie  <acm@muc.de>
1707         Fix spurious recognition of c-in-knr-argdecl.
1709         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1710         putative K&R region.
1712 2012-02-07  Alan Mackenzie  <acm@muc.de>
1714         * progmodes/cc-engine.el (c-forward-objc-directive):
1715         Prevent looping in "#pragma mark @implementation".
1717 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
1719         * notifications.el (notifications-on-closed-signal): Make `reason'
1720         optional.  (Bug#10744)
1722 2012-02-07  Glenn Morris  <rgm@gnu.org>
1724         * emacs-lisp/easy-mmode.el (define-minor-mode):
1725         Doc fixes for the macro and the mode it defines.
1727         * image.el (imagemagick-types-inhibit): Doc fix.
1729         * cus-start.el (imagemagick-render-type): Add it.
1731 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1733         * progmodes/cc-mode.el
1734         (c-standard-font-lock-fontify-region-function): Set the default at
1735         load time, too, so that `font-lock-fontify-buffer' can be called
1736         without setting up the entire mode first.  This fixes a bug in
1737         `mm-inline-text' with C MIME parts.
1739 2012-02-06  Chong Yidong  <cyd@gnu.org>
1741         * simple.el (list-processes--refresh): Delete exited processes
1742         (Bug#8094).
1744         * comint.el (comint-next-prompt): next-single-char-property-change
1745         and prev-single-char-property-change never return nil (Bug#8657).
1747         * custom.el (defcustom): Doc fix (Bug#9711).
1749 2012-02-05  Chong Yidong  <cyd@gnu.org>
1751         * cus-edit.el (custom-variable-reset-backup): Quote the value
1752         before storing it in the customized-value property (Bug#6712).
1753         (custom-display): Add a customization type tag.
1754         (custom-buffer-create-internal): Improve tooltip message.
1756         * wid-edit.el (widget-field-value-get): New optional arg to
1757         suppress trailing whitespace truncation.
1758         (character): Use it (Bug#2689).
1760 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
1762         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1763         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1765 2012-02-05  Chong Yidong  <cyd@gnu.org>
1767         * cus-edit.el (custom-variable-value-create): For mismatched
1768         types, show the current value (Bug#7600).
1770         * custom.el (defcustom): Doc fix.
1772 2012-02-05  Glenn Morris  <rgm@gnu.org>
1774         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1776 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
1778         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1779         (pp-buffer): Use `ignore-errors', `looking-at-p'.
1780         (pp-last-sexp): Use `looking-at-p'.
1782 2012-02-04  Glenn Morris  <rgm@gnu.org>
1784         * files.el (revert-buffer):
1785         Doc fix (mention revert-buffer-in-progress-p).
1787         * emacs-lisp/ert-x.el (ert-simulate-command):
1788         Check deferred-action-list (which is obsolete) is bound.
1790         * subr.el (with-wrapper-hook): Doc fixes.
1792         * simple.el (filter-buffer-substring-functions)
1793         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1795 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
1797         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1798         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
1800 2012-02-04  Leo Liu  <sdl.web@gmail.com>
1802         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1804 2012-02-04  Glenn Morris  <rgm@gnu.org>
1806         * image.el (image-extension-data): Add obsolete alias.
1808         * isearch.el (isearch-update): Doc fix.
1810         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1812         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1814 2012-02-03  Glenn Morris  <rgm@gnu.org>
1816         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
1817         (image-animate-timeout): Doc fix.
1819         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1821 2012-02-02  Glenn Morris  <rgm@gnu.org>
1823         * server.el (server-auth-dir): Doc fix.
1824         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
1826         * subr.el (run-mode-hooks): Doc fix.
1828 2012-02-02  Juri Linkov  <juri@jurta.org>
1830         * image-mode.el (image-toggle-display-image): Remove tautological
1831         `major-mode' from the `derived-mode-p' test.
1833 2012-02-02  Kenichi Handa  <handa@m17n.org>
1835         * composite.el (compose-region): Cancel previous change.
1837 2012-02-02  Kenichi Handa  <handa@m17n.org>
1839         * composite.el (compose-region, compose-string): Signal error for
1840         a null string component (Bug#6988).
1842 2012-02-01  Chong Yidong  <cyd@gnu.org>
1844         * view.el (view-buffer-other-window, view-buffer-other-frame):
1845         Handle special modes like view-buffer (Bug#10650).
1846         (view-buffer): Simplify.
1848         * frame.el (set-frame-font): Tweak meaning of third argument.
1850         * dynamic-setting.el (font-setting-change-default-font):
1851         Use set-frame-font (Bug#9982).
1853 2012-02-01  Glenn Morris  <rgm@gnu.org>
1855         * progmodes/compile.el (compilation-internal-error-properties):
1856         Respect compilation-first-column in the "*compilation*" buffer.
1858         * emacs-lisp/easy-mmode.el (define-minor-mode):
1859         Relax :variable's test for a named function.
1861 2012-01-31  Alan Mackenzie  <acm@muc.de>
1863         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1864         off by one error.
1866 2012-01-31  Chong Yidong  <cyd@gnu.org>
1868         * frame.el (set-frame-font): New arg ALL-FRAMES.
1870         * menu-bar.el (menu-set-font): Use set-frame-font.
1872         * faces.el (face-spec-reset-face): Don't apply unspecified
1873         attribute values to the default face.
1875 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
1877         * progmodes/cwarn.el (cwarn): Remove dead link.
1878         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1879         Remove * from defcustom docstrings.
1880         (turn-on-cwarn-mode): Make obsolete.
1881         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1882         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1884 2012-01-31  Glenn Morris  <rgm@gnu.org>
1886         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1887         Fix :variable handling of mode a symbol not equal to modefun.
1888         Allow named functions to be used as the cdr of :variable.
1890 2012-01-30  Glenn Morris  <rgm@gnu.org>
1892         * emacs-lisp/authors.el (authors-fixed-entries):
1893         Remove reference to deleted file rnewspost.el.
1895 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
1897         * window.el (window-with-parameter): Remove unused variable `windows'.
1898         (window--side-check): Remove unused variable `code'.
1899         (window--resize-siblings): Remove unused variable `first'.
1900         (adjust-window-trailing-edge): Remove unused variable `failed'.
1901         (window-deletable-p, window--delete): Remove unused variable `buffer'.
1902         Use `let', not `let*'.
1903         (balance-windows-2): Remove unused variable `found'.
1904         (window--state-put-2): Remove unused variable `splits'.
1905         (window-state-put): Remove unused variable `selected'.
1906         (same-window-p): Use `string-match-p'.
1907         (display-buffer-assq-regexp): Remove unused variable `value'.
1908         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1909         Mark argument ALIST as ignored.
1910         (pop-to-buffer): Remove unused variable `old-window'.
1912 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
1914         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1915         and .lzma compressed files.
1917 2012-01-29  Chong Yidong  <cyd@gnu.org>
1919         * frame.el (window-system-default-frame-alist): Doc fix.
1921         * dynamic-setting.el (font-setting-change-default-font): Don't
1922         change the default face if SET-FONT argument is non-nil (Bug#9982).
1924 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
1926         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1928 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
1930         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1931         breakpoints in files outside current directory (Bug#6098).
1933 2012-01-29  Chong Yidong  <cyd@gnu.org>
1935         * progmodes/python.el: Require ansi-color at top-level.
1937         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1938         Define and use in Emacs Lisp mode (Bug#9360).
1939         (lisp-mode-abbrev-table): Add doc.
1940         (lisp-mode-variables): Don't set local-abbrev-table.
1941         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1943 2012-01-28  Roland Winkler  <winkler@gnu.org>
1945         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1947 2012-01-28  Roland Winkler  <winkler@gnu.org>
1949         * textmodes/bibtex.el (bibtex-entry-alist): New function.
1950         (bibtex-set-dialect): Use it.  Either set global values of
1951         dialect-dependent variables or bind these variables buffer-locally
1952         (Bug#10254).
1953         (bibtex-mode): Call bibtex-set-dialect via
1954         hack-local-variables-hook.
1955         (bibtex-dialect): Update docstring.
1956         Add safe-local-variable predicate.
1957         (bibtex-entry-alist, bibtex-field-alist): Initialize via
1958         bibtex-set-dialect.
1959         (bibtex-mode-map): Define menu for each dialect.
1960         (bibtex-entry): Fix docstring.
1962 2012-01-28  Chong Yidong  <cyd@gnu.org>
1964         * eshell/esh-arg.el (eshell-quote-argument): New function.
1966         * eshell/esh-ext.el (eshell-invoke-batch-file):
1967         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1968         first arg to eshell-parse-command (Bug#10523).
1970 2012-01-28  Drew Adams  <drew.adams@oracle.com>
1972         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1973         `default-directory' is non-nil.
1975 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
1977         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1978         line that displays system-configuration-options.  (Bug#9924)
1980 2012-01-28  Drew Adams  <drew.adams@oracle.com>
1982         * descr-text.el (describe-char): Show information about POS, in
1983         addition to information about the character at POS.  Improve and
1984         update the doc string.  Change "code point" to "code point in
1985         charset", to avoid confusion with the character's Unicode code
1986         point shown above that.  (Bug#10129)
1988 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
1990         * descr-text.el (describe-char): Show the raw character, not only
1991         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
1992         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1993         for the reasons.
1995 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
1997         * emacs-lisp/package.el (package-install):
1998         Run package-refresh-contents if there is no archive yet (Bug#9798).
2000 2012-01-28  Chong Yidong  <cyd@gnu.org>
2002         * emacs-lisp/package.el (package-maybe-load-descriptor):
2003         New function, split from package-maybe-load-descriptor.
2004         (package-maybe-load-descriptor): Use it.
2005         (package-download-transaction): Fully load required packages
2006         inside the loop, so that `require' calls work (Bug#10593).
2007         (package-install): No need to call package-initialize now.
2009 2012-01-28  Chong Yidong  <cyd@gnu.org>
2011         * simple.el (deactivate-mark): Doc fix (Bug#8614).
2013         * tooltip.el (tooltip-mode): Doc fix.
2014         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2016         * frame.el (set-cursor-color): Doc fix (Bug#352).
2018         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2019         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2021         * cus-edit.el (custom-buffer-create-internal): Fix search button
2022         action (Bug#10542).
2023         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2025 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
2027         * dired.el (dired-mark-files-regexp):
2028         Include any subdirectory components.  (Bug#10445)
2030 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
2032         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2033         Handle [host]:port syntax.  (Bug#10533)
2035 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
2037         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2039 2012-01-26  Glenn Morris  <rgm@gnu.org>
2041         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2042         * term.el (term-raw-escape-map): Use Control-X-prefix.
2043         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
2045 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
2047         * window.el (window-state-get, window--state-get-1): Don't deal
2048         with fixed-sizeness of windows.  Simplify code.
2050 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
2052         * window.el (window--state-get-1, window--state-put-2):
2053         Don't save and restore the mark.
2055 2012-01-25  Chong Yidong  <cyd@gnu.org>
2057         * custom.el (custom-variable-p): Doc fix.
2059 2012-01-25  Glenn Morris  <rgm@gnu.org>
2061         * dired.el (dired-goto-file): Handle some of the more common
2062         characters that `ls -b' escapes.  (Bug#10596)
2064         * progmodes/compile.el (compilation-next-error-function):
2065         Respect compilation-first-column in the "*compilation*" buffer.
2066         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
2068         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
2070 2012-01-24  Glenn Morris  <rgm@gnu.org>
2072         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
2074 2012-01-24  Julien Danjou  <julien@danjou.info>
2076         * color.el (color-rgb-to-hsl): Fix value computing.
2077         (color-hue-to-rgb): New function.
2078         (color-hsl-to-rgb): New function.
2079         (color-clamp, color-saturate-hsl, color-saturate-name)
2080         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2081         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2083 2012-01-24  Glenn Morris  <rgm@gnu.org>
2085         * vc/vc-rcs.el (vc-rcs-create-tag):
2086         * vc/vc-sccs.el (vc-sccs-create-tag):
2087         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
2089 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
2091         * eshell/esh-util.el (eshell-read-hosts-file):
2092         Skip comment lines.  (Bug#10549)
2094         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
2096 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
2098         * subr.el (display-delayed-warnings): Doc fix.
2099         (collapse-delayed-warnings): New function to collapse identical
2100         adjacent warnings.
2101         (delayed-warnings-hook): Add it.
2103 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
2105         * net/tramp.el (tramp-action-login): Set connection property "login-as".
2107         * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2108         properties, when "login-as" is set.
2110         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2111         (tramp-default-user-alist): Don't add "pscp".
2112         (tramp-do-copy-or-rename-file-out-of-band): Use connection
2113         property "login-as", if set.  (Bug#10530)
2115 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
2117         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2118         "plink1" and "psftp".  (Bug#10530)
2120 2012-01-21  Kenichi Handa  <handa@m17n.org>
2122         * international/mule-cmds.el (prefer-coding-system): Show a
2123         warning message if the default value of file-name-coding-system
2124         was not changed.
2126 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
2128         * windmove.el (windmove-reference-loc):
2129         Fix windmove-reference-loc miscalculation.
2131 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
2133         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2134         default unit.
2136 2012-01-21  Glenn Morris  <rgm@gnu.org>
2138         * international/mule.el (auto-coding-alist): Add .tbz.
2140         * files.el (local-enable-local-variables): Doc fix.
2141         (inhibit-local-variables-regexps): Rename from
2142         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
2143         Doc fix.  Add some extensions from auto-coding-alist.
2144         (inhibit-local-variables-suffixes):
2145         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
2146         (inhibit-local-variables-p):
2147         New function, extracted from set-auto-mode-1.
2148         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
2149         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
2150         (hack-local-variables): Doc fix.  Make the mode-only case
2151         respect enable-local-variables and friends.
2152         Respect inhibit-local-variables-regexps for file-locals, but
2153         not for directory-locals.
2154         (set-visited-file-name):
2155         Take account of inhibit-local-variables-regexps.
2156         Whether it applies may change as the file name is changed.
2157         * jka-cmpr-hook.el (jka-compr-install):
2158         * jka-compr.el (jka-compr-uninstall):
2159         Update for inhibit-first-line-modes-suffixes name change.
2161 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
2163         * help-macro.el (make-help-screen): Temporarily restore original
2164         binding for minor-mode-map-alist (Bug#10454).
2166 2012-01-19  Julien Danjou  <julien@danjou.info>
2168         * color.el (color-name-to-rgb): Use the white color to find the max
2169         color component value and return correctly computed values.
2170         (color-name-to-rgb): Add missing float conversion for max value.
2172 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
2174         * window.el (window--state-get-1, window-state-get): Do not use
2175         special state value for window-persistent-parameters.
2176         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
2177         (window--state-put-2): Reset all window parameters to nil before
2178         assigning values of persistent parameters.
2180 2012-01-18  Alan Mackenzie  <acm@muc.de>
2182         Eliminate sluggishness and hangs in fontification of "semicolon
2183         deserts".
2185         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2186         Change value 10000 -> 3000.
2187         (c-state-safe-place): Reformulate so it doesn't stack up an
2188         infinite number of wrong entries in c-state-nonlit-pos-cache.
2189         (c-determine-limit-get-base, c-determine-limit): New functions to
2190         determine backward search limits disregarding literals.
2191         (c-find-decl-spots): Amend commenting.
2192         (c-cheap-inside-bracelist-p): New function which detects "={".
2194         * progmodes/cc-fonts.el
2195         (c-make-font-lock-BO-decl-search-function): Give a limit to a
2196         backward search.
2197         (c-font-lock-declarations): Fix an occurrence of point being
2198         undefined.  Check additionally for point being in a bracelist or
2199         near a macro invocation without a semicolon so as to avoid a
2200         fruitless time consuming search for a declarator.  Give a more
2201         precise search limit for declarators using the new
2202         c-determine-limit.
2204 2012-01-18  Glenn Morris  <rgm@gnu.org>
2206         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2207         (set-auto-mode): Doc fixes.
2209 2012-01-17  Glenn Morris  <rgm@gnu.org>
2211         * isearch.el (search-nonincremental-instead): Fix doc typo.
2213         * dired.el (dired-insert-directory): Handle newlines in directory name.
2214         (dired-build-subdir-alist): Unescape newlines in directory name.
2216 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
2218         * net/tramp.el (tramp-local-end-of-line): New defcustom.
2219         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2220         (tramp-action-terminal): Use it.  (Bug#10530)
2222 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2224         * minibuffer.el (completion--replace): Strip properties (bug#10062).
2226 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
2228         * window.el (window-state-ignored-parameters): Remove variable.
2229         (window--state-get-1): Rename argument MARKERS to IGNORE.
2230         Handle persistent window parameters.  Make copy of clone-of
2231         parameter only if requested.  (Bug#10348)
2232         (window--state-put-2): Install a window parameter only if it has
2233         a non-nil value or an existing parameter shall be overwritten.
2235 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
2237         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2239 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
2241         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2242         don't pass the (nil) value of `upnode' to string-match.
2244 2012-01-14  Chong Yidong  <cyd@gnu.org>
2246         * startup.el (command-line): Fix X resource class for cursorColor.
2247         Fix values recognized by the cursorBlink resource.
2249 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
2251         * epg.el (epg--make-temp-file): Avoid permission race condition
2252         when running on old Emacs versions (bug#10403).
2254 2012-01-14  Glenn Morris  <rgm@gnu.org>
2256         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2258 2012-01-13  Alan Mackenzie  <acm@muc.de>
2260         Fix filling for when filladapt mode is enabled.
2262         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2263         c-mask-paragraph, pass in `fill-paragraph' rather than
2264         `fill-region-as-paragraph'.  (This is a reversion of a previous
2265         change.)
2266         * progmodes/cc-mode.el (c-basic-common-init):
2267         Make fill-paragraph-handle-comment buffer local and set it to nil.
2269 2012-01-13  Glenn Morris  <rgm@gnu.org>
2271         * dired.el (dired-switches-escape-p): New function.
2272         (dired-insert-directory): Use dired-switches-escape-p.
2273         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
2275         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
2277 2012-01-12  Glenn Morris  <rgm@gnu.org>
2279         * mail/sendmail.el (mail-mode): Update paragraph-separate for
2280         changes in adaptive-fill-regexp.  (Bug#10276)
2282 2012-01-11  Alan Mackenzie  <acm@muc.de>
2284         Fix Emacs bug #10463 - put `widen's around the critical spots.
2286         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2287         widen around each invocation of c-state-pp-to-literal.  Remove an
2288         unused let variable.
2290 2012-01-11  Glenn Morris  <rgm@gnu.org>
2292         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
2293         Doc fix.
2295 2012-01-10  Chong Yidong  <cyd@gnu.org>
2297         * net/network-stream.el (network-stream-open-starttls):
2298         Avoid emitting a confusing error message when the server gives a bad
2299         response to the capability command.
2301 2012-01-10  Glenn Morris  <rgm@gnu.org>
2303         * mail/unrmail.el (unrmail): Tweak previous change.
2305 2012-01-09  Chong Yidong  <cyd@gnu.org>
2307         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2309 2012-01-08  Alan Mackenzie  <acm@muc.de>
2311         Optimise font locking in long enum definitions.
2313         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2314         arm to a cond form to handle enums.
2315         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2316         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2318 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2320         * files.el (move-file-to-trash): Preserve default file modes on error.
2321         (Bug#10401)
2323 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325         * faces.el (set-face-attribute): Clarify the meaning of the nil
2326         frame (bug#10294).
2328         * subr.el (with-selected-frame): Mention that the selected frame
2329         is restored (bug#9980).
2331         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2332         (bug#9759).
2334         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
2335         (password-read): Don't autoload unused function.
2337 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
2339         * progmodes/which-func.el (which-func-mode): Turn into a
2340         non-interactive function and mark as obsolete (bug#10428).
2342 2012-01-06  Chong Yidong  <cyd@gnu.org>
2344         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2345         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2346         functions, along with 1 and -1.
2348 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
2350         * time.el (display-time-load-average)
2351         (display-time-default-load-average): Doc fixes.  See the thread
2352         starting at
2353         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2354         for the details.
2356 2012-01-06  Glenn Morris  <rgm@gnu.org>
2358         * mail/unrmail.el (unrmail): Give an explicit error if the input file
2359         has no messages.  (Bug#10377)
2361         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2362         than Info-edit.  (Bug#10385)
2364         * time.el (display-time-load-average, display-time-next-load-average):
2365         Doc fixes.
2367         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2368         local setting of buffer-read-only to the input buffer.  (Bug#10419)
2370         * calendar/calendar.el (calendar-mode):
2371         Locally set scroll-margin to 0.  (Bug#10379)
2373 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
2375         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
2377 2012-01-05  Glenn Morris  <rgm@gnu.org>
2379         * eshell/em-unix.el (diff-no-select): Autoload it.
2380         (eshell/diff): Use diff-no-select.  (Bug#10420)
2382 2012-01-05  Chong Yidong  <cyd@gnu.org>
2384         * shell.el (shell-dynamic-complete-functions): Revert last change.
2385         (shell-command-completion-function): New function.
2386         (shell-completion-vars): Use it to implement
2387         shell-completion-execonly (Bug#10417).
2389         * custom.el (enable-theme): Don't set custom-safe-themes.
2391         * cus-theme.el (custom-theme-merge-theme):
2392         Ignore custom-enabled-themes and custom-safe-themes.
2394 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
2396         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2397         first prompt in `sql-interacive-mode'.
2398         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
2399         keywords.
2400         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
2401         (sql-product-interactive): Bug fix: Set `sql-buffer' in
2402         context of original buffer.  Invoke `sql-login-hook'.
2404 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
2406         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2407         letters in cite-prefix.
2409 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2413 2012-01-03  Chong Yidong  <cyd@gnu.org>
2415         * shell.el (shell-dynamic-complete-functions):
2416         Put pcomplete-completions-at-point, so as to try
2417         comint-filename-completion first (Bug#10417).
2419 2012-01-02  Richard Stallman  <rms@gnu.org>
2421         * battery.el (battery-status-function):
2422         Detect when to use battery-yeeloong-sysfs.
2423         (battery-echo-area-format): Add string for Yeeloong.
2424         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2425         (battery-yeeloong-sysfs): New function.
2427 2012-01-02  Chong Yidong  <cyd@gnu.org>
2429         * dirtrack.el (dirtrack-list): Eliminate unused third element.
2430         (dirtrack): Merge code for handling relative filenames in prompt
2431         from shell-dir-cookie-watcher.
2432         (dirtrack-debug-message): New arg to avoid excess format calls.
2434         * shell.el (shell-dir-cookie-re): Variable deleted.
2435         (shell-dir-cookie-watcher): Function deleted.
2436         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2437         with dirtrack-mode.
2439 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
2441         * term/w32-win.el (dynamic-library-alist) <gnutls>:
2442         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
2443         libgnutls-26.dll.
2445 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
2447         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2449 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
2451         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2452         headers of non-MIME messages, when rmail-enable-mime is non-nil.
2454 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
2456         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2457         also for alternative shells.
2458         (tramp-open-connection-setup-interactive-shell): Check, whether
2459         the shell is a busybox.
2460         (tramp-send-command): Don't suppress multiple prompts for
2461         busyboxes, it hurts.
2463 2011-12-28  Chong Yidong  <cyd@gnu.org>
2465         * progmodes/gdb-mi.el (gdb-get-source-file-list)
2466         (gdb-get-source-file): Move mode line update to
2467         gdb-get-source-file (Bug#10087).
2469 2011-12-25  Chong Yidong  <cyd@gnu.org>
2471         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2472         gud-gdb-marker-filter without taking it as an argument.
2473         (gud-gdb-run-command-fetch-lines): Caller changed.
2474         (gud-gdb-completion-function): New variable.
2475         (gud-gdb-completion-at-point): Use it.
2476         (gud-gdb-completions-1): Split from gud-gdb-completions.
2478         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2479         function as separate arguments.
2480         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2481         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2482         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2483         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2484         (gdb-stopped, def-gdb-auto-update-trigger)
2485         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
2486         (gdb-get-changed-registers, gdb-get-main-selected-frame):
2487         Callers changed.
2488         (gud-gdbmi-completions): New function.
2489         (gdb): Use it for generating the completion table.
2491 2011-12-24  Alan Mackenzie  <acm@muc.de>
2493         Introduce a mechanism to widen the region used in context font
2494         locking.  Use this to protect declarations from losing their contexts.
2496         * progmodes/cc-langs.el (c-before-font-lock-functions):
2497         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
2498         (c-before-context-fontification-functions): New defvar, a list of
2499         functions to be run just before context (etc.) font locking.
2501         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
2502         New, functionality extracted from
2503         c-neutralize-syntax-in-and-mark-CPP.
2504         (c-in-after-change-fontification): New variable.
2505         (c-after-change): Set c-in-after-change-fontification.
2506         (c-set-fl-decl-start): Rejig its interface, so it can be called
2507         from both after-change and context fontifying.
2508         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2509         New functions.
2510         (c-standard-font-lock-fontify-region-function): New variable.
2511         (c-font-lock-fontify-region): New function.
2513 2011-12-24  Juri Linkov  <juri@jurta.org>
2515         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2516         (Bug#10348)
2518 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
2520         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2521         existence of source file.  (Bug#10325)
2523 2011-12-23  Alan Mackenzie  <acm@muc.de>
2525         Fix unstable fontification inside templates.
2527         * progmodes/cc-langs.el (c-before-font-lock-functions):
2528         Newly created from the singular version.  The (c c++ objc) entry now
2529         additionally has c-set-fl-decl-start.  The other languages (apart
2530         from AWK) have that as a single entry.
2532         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2533         The functionality for "local" declarations has been extracted to
2534         c-set-fl-decl-start.
2536         * progmodes/cc-mode.el (c-common-init, c-after-change):
2537         Changes due to pluralisation of c-before-font-lock-functions.
2538         (c-set-fl-decl-start): New function, extracted from
2539         c-font-lock-enclosing-decls and enhanced.
2541 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
2543         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2545 2011-12-22  Juri Linkov  <juri@jurta.org>
2547         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
2549 2011-12-22  Chong Yidong  <cyd@gnu.org>
2551         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2553 2011-12-21  Drew Adams  <drew.adams@oracle.com>
2555         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
2557 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
2559         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2561 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2563         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
2564         highlighting and support.  Fix up comments for capitalization.
2565         (cfengine-mode-debug): New var.
2566         (cfengine3-mode): Change the modeline indicator to "CFE3".
2567         (cfengine3-font-lock-keywords): Improve defun highlighting.
2568         (cfengine2-actions): Rename from `cfengine-actions'.
2569         (cfengine2-font-lock-keywords): Rename from
2570         `cfengine-font-lock-keywords'.
2571         (cfengine2-imenu-expression): Rename from
2572         `cfengine-imenu-expression'.
2573         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2574         (cfengine2-beginning-of-defun): Rename from
2575         `cfengine-beginning-of-defun'.
2576         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2577         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2578         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
2579         modeline indicator to "CFE2".
2580         (cfengine-mode): Defalias to `cfengine-auto-mode'.
2581         (cfengine-mode-abbrevs): Mark obsolete.
2583 2011-12-21  Chong Yidong  <cyd@gnu.org>
2585         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2586         filename argument.
2588 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
2590         * window.el (window-normalize-buffer-to-display): Remove.
2591         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2593 2011-12-19  Chong Yidong  <cyd@gnu.org>
2595         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2596         Don't signal an error in a predicate function; return non-nil.
2597         (vc-dir-mark-file): Move the error here.
2598         (vc-dir-mark-unmark): If acting on the region, keep going if one
2599         of the entries cannot be marked/unmarked.
2600         (vc-dir-mark-all-files): If current entry is a directory, mark
2601         only child files, as documented.
2603 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2605         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2606         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2607         addition.
2609 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
2611         * term/ns-win.el (ns-get-selection-internal)
2612         (ns-store-selection-internal): Declare.
2613         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2614         Declare as obsolete.
2615         (ns-get-pasteboard, ns-paste-secondary):
2616         Use ns-get-selection-internal.
2617         (ns-set-pasteboard,  ns-copy-including-secondary):
2618         Use ns-store-selection-internal.
2620 2011-12-17  Chong Yidong  <cyd@gnu.org>
2622         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
2623         (vc-deduce-fileset): Doc fix.
2625 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
2627         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2629 2011-12-13  Sam Steingold  <sds@gnu.org>
2631         * man.el (Man-getpage-in-background): When running under a
2632         window-system, ignore $MANWIDTH and $COLUMNS.
2634 2011-12-15  Kenichi Handa  <handa@m17n.org>
2636         * language/ethio-util.el: Change coding tag to utf-8-emacs.
2637         (setup-ethiopic-environment-internal): Comment out key-binding for
2638         ethio-toggle-punctuation.
2640 2011-12-13  Alan Mackenzie  <acm@muc.de>
2642         Add the switch statement to AWK Mode.
2644         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
2645         "default" to the keywords regexp.
2647         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
2648         expression as the rest.
2649         (c-nonlabel-token-key): Allow string literals for AWK.
2650         Refactor for the other modes.
2652         Large brace-block initialisation makes CC Mode slow: Fix.
2653         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
2654         routines.  Limit backward searching in c-font-lock-enclosing.decl.
2656         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2657         pp-state and literal type in addition to the limits.
2658         (c-state-safe-place): New defun, extracted from c-state-literal-at.
2659         (c-state-literal-at): Use the above new defun.
2660         (c-slow-in-literal, c-fast-in-literal): Remove.
2661         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
2663         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2664         being in a literal.  Add a limit for backward searching.
2666         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2667         c-slow-in-literal.
2669 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2671         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2673 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
2675         * window.el (delete-other-windows): Use correct frame in call to
2676         window-with-parameter.
2678 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
2680         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2681         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2682         (makefile-gmake-statements, makefile-makepp-statements):
2683         Use it and add new makepp keywords.
2684         (makefile-makepp-font-lock-keywords): Add new patterns.
2685         (makefile-match-function-end): Match new [...] and [[...]].
2687 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
2689         * ses.el (ses-call-printer-return, ses-cell-property-get)
2690         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2691         (ses-create-cell-variable, ses-reset-header-string)
2692         (ses-cell-set-formula, ses-repair-cell-reference-all)
2693         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2694         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2695         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2696         (ses-aset-with-undo, ses-load, ses-truncate-cell)
2697         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2698         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2699         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2700         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2701         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2702         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2703         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2704         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2706 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2708         * ses.el: The overall change is to add cell renaming, that is
2709         setting fancy names for cell symbols other than name matching
2710         "\\`[A-Z]+[0-9]+\\'" regexp .
2711         (ses-create-cell-variable): New defun.
2712         (ses-relocate-formula): Relocate formulas only for cells the
2713         symbols of which are not renamed, i.e. symbols whose names do not
2714         match regexp "\\`[A-Z]+[0-9]+\\'".
2715         (ses-relocate-all): Relocate values only for cells the symbols of
2716         which are not renamed.
2717         (ses-load): Create cells variables as the (ses-cell ...) are read,
2718         in order to check row col consistency with cell symbol name only
2719         for cells that are not renamed.
2720         (ses-replace-name-in-formula): New defun.
2721         (ses-rename-cell): New defun.
2723 2011-12-11  Chong Yidong  <cyd@gnu.org>
2725         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2726         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2728 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
2730         * window.el (other-window): Fix docstring.
2732 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
2734         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
2735         `from' or `to' address before taking its substring.
2736         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
2737         encoded name is chopped in the middle of the encoded string, and
2738         thus displayed encoded.
2740 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
2742         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2744 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
2746         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
2747         to use texinfo-update-node and commands that call it if the
2748         Texinfo file uses @node lines without next/prev/up pointers.
2749         Correct outdated description about texinfo-master-menu.
2750         (texinfo-all-menus-update, texinfo-master-menu)
2751         (texinfo-update-node, texinfo-every-node-update)
2752         (texinfo-multiple-files-update): Doc fix.  Warn against updating
2753         all the @node lines.
2754         (texinfo-master-menu): Only call texinfo-update-node if the prefix
2755         argument is numeric.  Explain better in the doc string what the
2756         function really does.
2757         (texinfo-insert-master-menu-list): Improve the error message
2758         displayed if there's no menu in the Top node.
2759         (Bug#2975)  See also this thread:
2760         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2762 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
2764         * speedbar.el (speedbar-supported-extension-expressions):
2765         Add .adb and .ads, commonly used for Ada source code (bug#10256).
2767 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
2769         * printing.el (pr-mode-alist):
2770         * simple.el (filter-buffer-substring-functions)
2771         (completion-list-insert-choice-function):
2772         * window.el (window-with-parameter, window-atom-root)
2773         (window-sides-slots, window-size-fixed, window-min-delta)
2774         (window-max-delta, window--resize-mini-window)
2775         (window--resize-child-windows-normal, window-tree)
2776         (delete-other-windows, quit-window, split-window)
2777         (display-buffer-record-window, special-display-buffer-names)
2778         (special-display-regexps, special-display-popup-frame)
2779         (same-window-p, split-window-sensibly)
2780         (display-buffer-overriding-action, display-buffer-alist)
2781         (display-buffer-base-action, display-buffer, switch-to-buffer)
2782         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2783         (fit-window-to-buffer, recenter-positions)
2784         (mouse-autoselect-window-state, mouse-autoselect-window-select):
2785         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2786         and remove unneeded backslashes in docstrings.
2788 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2790         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2792         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2793         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2794         end in ".mk".
2795         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2796         when reading the makefile (bug#10116).
2798 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2800         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2801         (bug#10116).
2803 2011-12-06  Glenn Morris  <rgm@gnu.org>
2805         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2807 2011-12-06  Chong Yidong  <cyd@gnu.org>
2809         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2811 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2813         * textmodes/table.el (table-shorten-cell): Fix typo.
2815 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
2817         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2819 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
2821         * descr-text.el (describe-char): Fix display of strong
2822         right-to-left characters and directional embeddings and overrides.
2824         * simple.el (what-cursor-position): Fix display of codepoints of
2825         strong right-to-left characters.
2827 2011-12-05  Chong Yidong  <cyd@gnu.org>
2829         * faces.el (read-color): Doc fix.
2831 2011-12-05  Glenn Morris  <rgm@gnu.org>
2833         * align.el (align--set-marker): Add doc-string.
2834         Don't try to move something that is not a marker.  (Bug#10216)
2836 2011-12-04  Glenn Morris  <rgm@gnu.org>
2838         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2839         overly zealous deletion of trailing whitespace.
2841 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
2843         * server.el (server-delete-client): On Windows, do not try to delete
2844         the only terminal.
2845         (server-process-filter): On Windows, treat requests for a tty frame as
2846         if they were for a GUI frame if the running server is in GUI mode.
2848 2011-12-03  Glenn Morris  <rgm@gnu.org>
2850         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
2852 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         * electric.el: Streamline electric-indent's hook.
2855         (electric-indent-chars): Revert to simple list.
2856         (electric-indent-functions): New var.
2857         (electric-indent-post-self-insert-function): Use it.
2859         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2860         there's no inferior buffer (bug#10196).
2861         (prolog-consult-compile): Don't use toggle-read-only.
2863 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
2865         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2866         interrupt.  (Bug#10187)
2868 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2871         (bug#9160).
2873         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2874         (bug#10191).
2876 2011-12-02  Juri Linkov  <juri@jurta.org>
2878         * info.el (Info-search): Display "end of manual" when Isearch
2879         reaches the end of single-file Info manual.  (Bug#9918)
2881 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
2883         * isearch.el (isearch-message-prefix): Run the input method part
2884         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
2886 2011-12-02  Juri Linkov  <juri@jurta.org>
2888         * isearch.el (isearch-occur): Use `word-search-regexp' for
2889         `isearch-word'.
2890         (isearch-search-and-update): Add condition for `isearch-word' and
2891         call `word-search-regexp'.  (Bug#10145)
2893 2011-12-01  Glenn Morris  <rgm@gnu.org>
2895         * eshell/em-hist.el (eshell-hist-initialize):
2896         Handle eshell-history-size nil and HISTSIZE set or unset.
2897         (eshell-history-file-name, eshell-history-size): Fix custom type.
2899 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2901         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2903 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
2905         * progmodes/verilog-mode.el (verilog-pretty-expr):
2906         Rework verilog-pretty-expr to handle new assignment operators in system
2907         verilog, such as += *= and the like.
2908         (verilog-assignment-operator-re): Regular expression to find the
2909         assigment operator in a verilog assignment.
2910         (verilog-assignment-operation-re): Regular expression to find an
2911         assignment statement for pretty-expr.
2912         (verilog-in-attribute-p): Query returns true if point is in an
2913         attribute context; used to skip these for expression line up from
2914         pretty-expr.
2915         (verilog-in-parameter-p): Query returns true if point is in an
2916         parameter definition context; used to skip these for expression
2917         line up from pretty-expr.
2918         (verilog-in-parenthesis-p): Query returns true if point is in a
2919         parenthetical expression, specifically ( ) but not [ ] or { };
2920         used by pretty-expr.
2921         (verilog-just-one-space): If there is no space, don't add one.
2922         (verilog-get-lineup-indent-2): Specifically skip just attribute
2923         contexts for expression lineup, rather than skipping all
2924         parenthetical expressions.
2925         (verilog-calculate-indent): Fix comment, and fix indent.
2926         (verilog-do-indent): Indent declarations in lists (suggested by
2927         Joachim Lechner).
2928         (verilog-mode-abbrev-table): Populate abbrev mode with the various
2929         skeleton items.
2930         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2931         by Alain Mellan).
2933 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
2935         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2936         parameters with embedded comments.  Reported by Ray Stevens.
2937         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2938         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2939         Reported by Tim Holt.
2940         (verilog-auto): Fix AUTOing a upper module then AUTOing module
2941         instantiated by upper module causing wrong expansion until AUTOed a
2942         second time.  Reported by K C Buckenmaier.
2943         (verilog-diff-auto): Fix showing .* as a difference when
2944         `verilog-auto-star-save' off.  Reported by Dan Dever.
2945         (verilog-auto-reset, verilog-read-always-signals)
2946         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2947         temporary signals in reset list if
2948         verilog-auto-reset-blocking-in-non is nil, and match assignment
2949         style to each signal's assignment type, bug381.
2950         Reported by Thomas Esposito.
2951         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2952         (verilog-uvm-statement-re): Support UVM indentation and
2953         highlighting, with old OVM keywords only.
2954         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
2955         Support AUTOTIEOFF creating non-wire data types.
2956         Suggested by Jonathan Greenlaw.
2957         (verilog-auto-insert-lisp, verilog-delete-to-paren)
2958         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2959         (verilog-inject-sense, verilog-read-inst-pins)
2960         (verilog-read-sub-decls, verilog-read-sub-decls-line):
2961         Fix mismatching parenthesis inside commented out code when deleting
2962         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
2963         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2964         non-numeric vector width.  Reported by Alex Reed.
2965         (verilog-auto-ascii-enum): Add "onehot" option to work around not
2966         detecting signals with parameter widths.  Reported by Alex Reed.
2967         (verilog-auto-delete-trailing-whitespace):
2968         With `verilog-auto-delete-trailing-whitespace' remove trailing
2969         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
2970         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2971         Fix verilog-scan-cache corruption when running user AUTO expansion
2972         hooks that call indentation routines.
2973         (verilog-simplify-range-expression): Fix typo ignoring lower case
2974         identifiers.
2975         (verilog-delete-auto): Fix delete-autos to also remove user created
2976         automatics, as long as they start with AUTO.
2977         (verilog-batch-diff-auto, verilog-diff-auto)
2978         (verilog-diff-function): Add `verilog-diff-auto' and bind to
2979         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
2980         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2981         (verilog-in-paren-quick, verilog-re-search-backward-quick)
2982         (verilog-re-search-forward-quick, verilog-syntax-ppss):
2983         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
2984         is disabled and its cache will get corrupt, causing AUTOS not to
2985         expand.  Instead use only -quick functions.
2986         (verilog-scan-region): Fix scanning over escaped quotes.
2987         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2988         (verilog-re-search-backward-quick)
2989         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2990         related functions now ignore strings, to fix misparsing of strings
2991         with magic comments embedded in them.
2992         (verilog-read-auto-template):
2993         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2994         Reported by Brad Dobbie.
2995         (verilog-read-auto-template):
2996         Fix 'verilog-auto-inst-template-numbers' with comments.
2997         Reported by Brad Dobbie.
2998         (verilog-auto-inst, verilog-auto-inst-param)
2999         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3000         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
3001         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
3002         debugging templates without merge conflicts, bug357.
3003         Reported by Brad Dobbie.
3004         (verilog-read-auto-template):
3005         Fix verilog-auto-inst-template-numbers with multiple templates.
3006         Reported by Brad Dobbie.
3007         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3008         abbrevs so user won't be asked to save.
3009         (verilog-read-auto-lisp-present): Fix to start at beginning of
3010         buffer in case called outside of verilog-auto.
3011         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3012         to "X-2".  Reported by Matthew Myers.
3013         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3014         all inputs from module templates.  Reported by Leith Johnson.
3015         (verilog-module-inside-filename-p): Fix locating programs as with
3016         modules.
3017         (verilog-auto-inst-port): Fix vl-width expressions when using
3018         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
3019         (verilog-decls-get-regs, verilog-decls-get-signals,
3020         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3021         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3022         verilog-read-decls): Combine reg and wire structures into one var
3023         structure to represent SystemVerilog concepts.
3024         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3025         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
3026         (verilog-auto-wire-type, verilog-insert-definition):
3027         Add verilog-auto-wire-type and AUTOLOGIC to support using
3028         SystemVerilog "logic" keyword instead of "wire"/"reg".
3029         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3030         to declares outputs that also have assignments (presumably in an
3031         ifdef or generate if so there's not a driver conflict).
3032         Reported by Matthew Myers.
3033         (verilog-auto-declare-nettype, verilog-insert-definition):
3034         Add verilog-auto-declare-nettype to fix declarations using
3035         `default_nettype none.  Reported by Julian Gorfajn.
3036         (verilog-read-always-signals-recurse, verilog-read-decls)
3037         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3038         malformed end statement, bug325.  Reported by Joshua Wise and
3039         Andrew Drake.
3040         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3041         (verilog-inst-comment-re): Fix not deleting Interfaced comment
3042         when expanding .* in interfaces, bug320.
3043         Reported by Pierre-David Pfister.
3044         (verilog-read-module-name): Fix import statements between module
3045         name and open parenthesis, bug317.
3046         Reported by Pierre-David Pfister.
3047         (verilog-simplify-range-expression): Fix simplification of
3048         multiplications inside AUTOWIRE connections, bug303.
3049         (verilog-auto-inst-port): Support parameter expansion in
3050         multidimensional arrays.
3051         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3052         after "assert property".  Reported by Julian Gorfajn.
3053         (verilog-simplify-range-expression): Fix "couldn't merge" errors
3054         with multiplication, bug303.
3055         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3056         Reported by Jan Frode Lonnum.
3058 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
3060         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3061         (hfy-shell-file-name, hfy-shell):
3062         * international/fontset.el (x-decompose-font-name): Fix typos.
3064 2011-11-29  Ken Brown  <kbrown@cornell.edu>
3066         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3067         (gdb-version): Remove defvar.
3068         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3069         (gdb-gud-context-command, gdb-non-stop-handler)
3070         (gdb-current-context-command, gdb-stopped): Use it.
3071         (gdb-init-1): Enable pretty printing here.
3072         (gdb-non-stop-handler): Don't enable pretty-printing here.
3073         Check to see if the target supports non-stop mode; if not, turn off
3074         non-stop mode.  Use the following.
3075         (gdb-check-target-async): New defun.
3076         (gud-watch, gdb-stopped): Fix whitespace.
3077         (gdb-get-source-file): Don't try to display the source file if
3078         `gdb-main-file' is nil.
3080 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3082         * align.el: Try to generate fewer markers (bug#10047).
3083         (align--set-marker): New macro.
3084         (align-region): Use it.
3086 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3088         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3090 2011-11-29  Chong Yidong  <cyd@gnu.org>
3092         * indent.el (indent-for-tab-command, indent-according-to-mode):
3093         Doc fix.
3094         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
3096 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
3098         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3099         aware of remote file names.  (Bug#10124)
3101 2011-11-29  Chong Yidong  <cyd@gnu.org>
3103         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3105 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3107         * files.el (find-file): Don't use force-same-window (bug#10144).
3108         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3109         use pop-to-buffer if the selected window can't be used.
3110         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3112 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
3114         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3115         special-mode-map.
3117 2011-11-28  Chong Yidong  <cyd@gnu.org>
3119         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3121 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
3123         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3124           gdb-get-source-file-list on gdb-create-source-file-list.
3126 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
3128         * whitespace.el (whitespace-newline): Use a different foreground
3129         color for 16-color light-background displays.
3131 2011-11-24  Chong Yidong  <cyd@gnu.org>
3133         * window.el (display-buffer--special-action): Doc fix.
3135 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
3137         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3138         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3139         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3140         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3141         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3142         (avl-tree-stack-first):
3143         * emacs-lisp/cconv.el (cconv--analyse-use):
3144         * net/gnutls.el (gnutls-negotiate): Fix typos.
3146 2011-11-24  Glenn Morris  <rgm@gnu.org>
3148         * lpr.el (lpr-windows-system, lpr-lp-system):
3149         * mail/binhex.el (binhex-begin-line):
3150         * progmodes/grep.el (grep-history, grep-find-history):
3151         * textmodes/flyspell.el:
3152         * vc/pcvs-defs.el (cvs-global-menu):
3153         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3154         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3155         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3157         * net/tls.el: Fix case of "GnuTLS".
3159         * paths.el (rmail-file-name): Format doc-string for make-docfile.
3161         * version.el (emacs-build-system): Give it a doc-string.
3163 2011-11-24  Juri Linkov  <juri@jurta.org>
3165         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3167 2011-11-24  Glenn Morris  <rgm@gnu.org>
3169         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3170         if called on a non-mime message just toggle the headers.  (Bug#8006)
3172 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3174         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3175         (allout-lead-with-comment-string, allout-structure-deleted-hook)
3176         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3177         (allout-rebullet-heading, allout-open-sibtopic)
3178         (allout-toggle-current-subtree-encryption)
3179         (allout-toggle-subtree-encryption, allout-encrypt-string)
3180         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3181         (allout-distinctive-bullets-string, allout-auto-activation):
3182         * window.el (window-normalize-buffer-to-display):
3183         * progmodes/verilog-mode.el (verilog-batch-indent):
3184         * textmodes/bibtex.el (bibtex-field-braces-opt)
3185         (bibtex-field-strings-opt):
3186         * vc/cvs-status.el (cvs-tree-merge):
3187         Fix typos.
3189 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
3191         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3192         `non-essential' to t, in order to avoid remote connections.
3194 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
3196         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3197         On MS-DOS and MS-Windows, compare with loaddefs.el
3198         case-insensitively.
3200 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
3202         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
3204 2011-11-23  Glenn Morris  <rgm@gnu.org>
3206         * paths.el (rmail-file-name): Reformat the doc-string so that it
3207         is picked up.
3209         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3210         (rmail-auto-file): Ignore case in the "special" field names,
3211         as mail-fetch-field does for all others.
3213         * mail/rmail.el (rmail-forward):
3214         * mail/rmailkwd.el (rmail-set-label):
3215         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3216         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
3218         * mail/rmail.el (rmail-current-message): Doc fix.
3220         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
3222 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3224         * server.el (server-eval-and-print): Allow C-g (bug#6585).
3226 2011-11-22  Glenn Morris  <rgm@gnu.org>
3228         * mail/rmailmm.el (test-rmail-mime-handler)
3229         (test-rmail-mime-bulk-handler)
3230         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3232 2011-11-21  Juri Linkov  <juri@jurta.org>
3234         * calc/calc.el (calc-read-key-sequence):
3235         Let-bind `input-method-function' to nil.  (Bug#10018)
3237 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3240         Tell the caller that the next line needs recomputation, even
3241         though it doesn't start a sexp (bug#10094).
3243 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3247 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3249         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3250         Use force-same-window.
3252 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3254         * descr-text.el (describe-char-unicode-data):
3255         * json.el (json-string-escape):
3256         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3257         (Footnote-unicode, Footnote-style-p):
3258         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3260 2011-11-20  Chong Yidong  <cyd@gnu.org>
3262         * window.el (replace-buffer-in-windows): Restore interactive spec.
3264 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * electric.el (electric-indent-mode): Fix last change (too optimistic).
3268         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3269         (byte-compile-global-not-obsolete-vars): New var.
3270         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3271         Use it.
3272         (byte-compile-warn-obsolete): Align text with the one in *Help*.
3274 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3276         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3277         * progmodes/pascal.el (electric-pascal-equal):
3278         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3279         * xml.el (xml-substitute-special): Fix typos.
3281 2011-11-20  Glenn Morris  <rgm@gnu.org>
3283         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3284         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3285         Doc fixes.
3286         (rmail-decode-mime-charset): Mark as obsolete.
3288         * mail/rmailsum.el (rmail-message-regexp-p-1):
3289         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3290         Before using mime functions, check they are set.  (Bug#10077)
3292 2011-11-19  Juri Linkov  <juri@jurta.org>
3294         * info.el (Info-finder-find-node): Use `package--builtins' instead
3295         of `package-alist'.  Use node names formed by the pattern "Keyword "
3296         and the keyword name.
3298 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
3300         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
3302 2011-11-19  Juri Linkov  <juri@jurta.org>
3304         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3305         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
3306         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3307         `old-history', `old-history-forward'.  Add let-binding
3308         `window-selected'.  Remove calls to `kill-buffer',
3309         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
3310         before calling `Info-find-node', so `Info-find-node-2' will reread
3311         the Info file.  Restore window positions only when `window-selected'
3312         is non-nil.
3314 2011-11-19  Juri Linkov  <juri@jurta.org>
3316         * isearch.el (isearch-lazy-highlight-new-loop):
3317         Remove condition `(not isearch-error)'.  (Bug#9918)
3319         * misearch.el (multi-isearch-search-fun): Add condition
3320         `(not bound)' to ignore lazy-highlighting search.
3321         Add the search-failed message "end of multi" when the end of
3322         multi-sequence is reached.  Uncapitalize the search-failed
3323         message "Repeat for next buffer".
3325         * info.el (Info-search): Add the search-failed message
3326         "end of the manual" when the end of the manual is reached
3327         in Isearch mode.
3329 2011-11-19  Juri Linkov  <juri@jurta.org>
3331         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3332         Use non-destructive `remove' instead of `delete' because
3333         `Info-history-list' stored to `Info-isearch-initial-history-list' in
3334         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3336 2011-11-19  Juri Linkov  <juri@jurta.org>
3338         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3339         to nil instead of binding `search-ring' and `regexp-search-ring'.
3340         (Bug#9185)
3342 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
3344         * simple.el (line-move): Force movement by logical lines for any
3345         hscrolled window, not only when auto-hscroll-mode is on.
3346         (line-move-visual): Update doc string to that effect.  (Bug#10076)
3348 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
3350         * language/european.el (macintosh): Define as alias for mac-roman.
3352 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
3354         * mail/rmailmm.el (rmail-mime-display-header)
3355         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3356         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3357         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3358         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3359         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3360         of a raw aref.
3361         (rmail-mime-entity-segment): To get past the tagline, move forward
3362         2 more lines, to account for the 2 empty lines that precede and
3363         follow the line with the buttons.
3364         (rmail-mime-update-tagline): Move one more line, to get past the
3365         empty line that follows the buttons in the tagline.  (Bug#9520)
3367 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
3369         * window.el (window-max-delta-1, window-min-delta-1)
3370         (window-min-size-1, window-state-get-1, window-state-put-1)
3371         (window-state-put-2): Use "window--" prefix.
3373 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3375         * emacs-lisp/smie.el: Improve warnings and conflict detection.
3376         (smie-warning-count): New var.
3377         (smie-set-prec2tab): Use it.
3378         (smie-bnf->prec2): Improve warnings.  Add docstring.
3379         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3380         (smie-bnf--set-class): New function.
3381         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
3382         corner case.
3384         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3385         (compilation-error-properties, compilation-move-to-column):
3386         Handle compilation-first-column while in the target buffer.
3388         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3389         Don't hardcode point-min==1.
3391         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3392         (eshell-rewrite-for-command): Remove workaround.
3393         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3394         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3395         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3397         * files-x.el (modify-file-local-variable): Obey commenting conventions.
3399 2011-11-17  Glenn Morris  <rgm@gnu.org>
3401         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3402         Ignore buffer-local generated-autoload-file if it is the same
3403         as the global value.  (Bug#10049)
3405 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
3407         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3408         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3409         (reftex-toc-previous-heading, reftex-toc-max-level)
3410         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3411         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3412         (reftex-toc-do-promote, reftex-toc-promote-prepare)
3413         (reftex-toc-promote-action, reftex-toc-extract-section-number)
3414         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3415         (reftex-toc-rename-label, reftex-toc-visit-location)
3416         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3417         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3418         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3419         leaving "*toc*" only for references to the buffer.
3421 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
3423         * window.el (window-resize, delete-window, split-window):
3424         Replace window-splits by window-combination-resize.
3425         * cus-start.el (window-splits): Replace by window-combination-resize.
3427 2011-11-17  Glenn Morris  <rgm@gnu.org>
3429         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3430         Make bash entry derive from sh entry, not shell entry.
3432 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
3434         * net/tramp-cache.el (tramp-flush-file-property): Flush also
3435         properties of linked files.  (Bug#9879)
3437         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3438         local file name.
3440 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3442         * menu-bar.el (menu-bar-file-menu):
3443         * printing.el (pr-ps-utility):
3444         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3445         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3446         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3447         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3448         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3449         (icalendar--convert-cyclic-to-ical)
3450         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3451         (icalendar--convert-ical-to-diary)
3452         (icalendar--convert-recurring-to-diary)
3453         (icalendar--convert-non-recurring-all-day-to-diary)
3454         (icalendar-import-format-sample):
3455         * progmodes/idlw-shell.el (idlwave-shell-mode):
3456         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3457         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3458         (vhdl-ps-print-init): Fix typos.
3460 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
3462         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3463         FSF and collapse date sequence, obscure author/maintainer email address
3464         better, remove extra version line, track relocation of author's webpage.
3466         * progmodes/python.el (python-pdbtrack-input-prompt)
3467         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3468         regular python pdb prompts.  Adjustments shamelessly taken exactly as
3469         suggested in EmacsWiki page (tiny change):
3470         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
3472 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3474         * expand.el (expand-pos, expand-index, expand-point):
3475         Remove redundant info from docstring.
3476         (expand-add-abbrevs): Doc fix.
3477         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3478         (expand-sample-perl-mode-expand-list): Fix typos.
3480         * net/dbus.el (dbus-event-member-name):
3481         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3482         * term/pc-win.el (msdos-create-frame-with-faces):
3483         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3485 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
3487         * window.el (split-window, window-state-get-1)
3488         (window-state-put-1, window-state-put-2): Rename occurrences of
3489         window-nest to window-combination-limit.
3490         * cus-start.el (window-nest): Rename to window-combination-limit.
3492 2011-11-16  Chong Yidong  <cyd@gnu.org>
3494         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3495         regexp (Bug#10033).
3497 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3499         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3500         `completing-read' will remove *Completions* and will preserve
3501         current-buffer for us.
3502         (tmm-add-prompt): Users of *Completions* will always (re)set its
3503         major mode.
3504         (tmm-old-comp-map): Remove.
3506 2011-11-16  Glenn Morris  <rgm@gnu.org>
3508         * mail/rmailedit.el: Require rmailmm when compiling.
3509         (rmail-old-mime-state): New declaration.
3510         (rmail-edit-current-message): If editing a mime message,
3511         edit the "raw" message from the mbox buffer.
3512         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
3514 2011-11-15  Glenn Morris  <rgm@gnu.org>
3516         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3517         which wasn't being used.  Add optional arg to force given state.
3518         (rmail-mime): Add optional arg to force given state.
3520 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3522         * allout.el (allout-encryption-plaintext-sanitization-regexps):
3523         * frame.el (display-mm-dimensions-alist):
3524         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3525         (outline-move-subtree-down):
3526         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3527         (newsticker--treeview-do-get-node):
3528         * net/quickurl.el (quickurl-list-buffer-name):
3529         * progmodes/dcl-mode.el (dcl-mode):
3530         * progmodes/gdb-mi.el (gdb-mapcar*):
3531         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3533 2011-11-15  Glenn Morris  <rgm@gnu.org>
3535         * mail/rmail.el (rmail-file-coding-system): It's only ever used
3536         in a boolean sense, so just make it a boolean, and fix the doc.
3537         (rmail-show-mime-function, rmail-mime-feature)
3538         (rmail-require-mime-maybe): Doc fixes.
3539         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3541         * mail/rmailmm.el (rmail-show-mime): Doc fix.
3543 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3545         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3546         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3547         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3548         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3550 2011-11-15  Glenn Morris  <rgm@gnu.org>
3552         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3553         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3554         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3555         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3556         (rmail-mime, rmail-show-mime): Doc fixes.
3558         * term/ns-win.el (mode-line-frame-identification):
3559         Leave it alone.  (Bug#10051)
3561         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
3563         * mail/rmailout.el (rmail-output-to-rmail-buffer):
3564         Handle empty buffers.  (Bug#9978)
3566 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
3568         * international/mule.el (define-charset):
3569         * mail/rmailmm.el (rmail-mime-find-header-encoding):
3570         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3571         * progmodes/verilog-mode.el (verilog-backward-token):
3572         * textmodes/ispell.el (lookup-words):
3573         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3575 2011-11-14  Glenn Morris  <rgm@gnu.org>
3577         * progmodes/executable.el
3578         (executable-make-buffer-file-executable-if-script-p):
3579         Handle file-modes returning nil.
3581         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3582         message - not necessary, and causes problems.  (Bug#9831)
3584         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3586         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3588         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3589         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
3590         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3592 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
3594         * window.el (window-resize, delete-window): Use window-splits
3595         variable instead of function.
3596         (window-state-get-1, window-state-put-2, window-state-put):
3597         Don't deal with windows' splits status.
3599 2011-11-12  Glenn Morris  <rgm@gnu.org>
3601         * apropos.el (apropos-do-all, apropos-library, apropos-value)
3602         (apropos-documentation): Doc fixes.
3604 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
3606         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3607         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3609 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3611         * electric.el (electric-indent-post-self-insert-function): Make it
3612         possible for a char to only indent in some circumstances.
3613         (electric-indent-mode): Simplify.
3615 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
3617         * window.el (windows-with-parameter): Remove unused function.
3618         (windows-at-side): Rename to window-at-side-list.
3619         (window-check, window-atom-check, window-atom-check-1)
3620         (window-side-check, window-size-ignore, window-size-fixed-1)
3621         (window-in-direction-2): Prefix with "window--".
3622         (window-tree-1): Rename to window--subtree, fix doc-string.
3624 2011-11-11  Glenn Morris  <rgm@gnu.org>
3626         * subr.el (eval-after-load): If FILE is already loaded,
3627         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
3629 2011-11-10  Glenn Morris  <rgm@gnu.org>
3631         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3632         Call svn via vc-svn-command rather than vc-do-command.
3633         (vc-svn-command): Add --non-interactive.  (Bug#9993)
3634         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3636         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3637         Add toggle-read-only.  (Bug#7292)
3638         * files.el (toggle-read-only): Mention that it should only
3639         be used interactively.  (Bug#10006)
3641 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3643         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3644         Adjust regexp for OCaml warnings.
3646         * electric.el (electric-pair-post-self-insert-function): Let user
3647         turn it off buffer-locally (bug#9932).
3649         * progmodes/python.el (python-beginning-of-statement):
3650         Rewrite (bug#2703).
3652         * progmodes/compile.el: Better handle TABs (bug#9749).
3653         (compilation-internal-error-properties)
3654         (compilation-next-error-function): Obey the target buffer's
3655         compilation-error-screen-columns.
3657 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
3659         * progmodes/meta-mode.el: Remove obsolete comments.
3660         (meta-right-comment-regexp, meta-ignore-comment-regexp):
3661         Fix typos in docstrings.
3663 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
3665         * window.el (window-size-fixed-p): Rewrite doc-string.
3666         (window-resizable-p): Rename to window--resizable-p.  Update callers.
3667         (window--resizable): New function.  Make all callers of
3668         window-resizable call window--resizable instead.
3669         (window-resizable): Rewrite in terms of window--resizable.
3671 2011-11-08  Glenn Morris  <rgm@gnu.org>
3673         * progmodes/delphi.el (delphi-mode-syntax-table):
3674         Let define-derived-mode define a proper syntax table.  (Bug#9994)
3676 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3678         * window.el: Stay away from defsubst.
3679         (window-list-no-nils): Remove.
3680         (window-state-get-1, window-state-get): Use backquote instead.
3682 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3684         * emacs-lisp/find-func.el (find-function-read):
3685         Fix incorrect use of default argument in `completing-read'.
3687 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
3689         * window.el (display-buffer-function, special-display-function):
3690         Mention display-buffer-record-window but do not mention
3691         help-setup parameter in doc-strings.
3692         (window-min-delta): Fix doc-string typo.
3694 2011-11-08  Chong Yidong  <cyd@gnu.org>
3696         * window.el (window-total-height, window-total-width): Doc fix.
3697         (window-body-size): Move from C.
3698         (window-body-height, window-body-width): Move to C.
3700 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3702         * window.el: Make special-display like display-buffer-alist (bug#9532).
3703         (display-buffer--special-action): New function, morphed
3704         from display-buffer--special.
3705         (display-buffer): Use it to handle special-display-buffers at higher
3706         priority (just after display-buffer-alist).
3707         (display-buffer-fallback-action, display-buffer--other-frame-action)
3708         (pop-to-buffer-same-window): Remove display-buffer--special.
3710 2011-11-07  Glenn Morris  <rgm@gnu.org>
3712         * calendar/cal-menu.el (cal-menu-set-date-title):
3713         Do nothing if not in a calendar.  (Bug#9976)
3715 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3717         * files.el (find-file): Always use selected-window.
3719 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
3721         * window.el (window-combinations): Make WINDOW argument
3722         mandatory.  Rewrite doc-string.
3723         (walk-window-subtree, window-atom-check, window-min-delta)
3724         (window-max-delta, window--resize-this-window)
3725         (window--resize-root-window-vertically, window-tree)
3726         (balance-windows, window-state-put): Rewrite doc-strings as to
3727         not mention the term "subwindow".
3728         (window--resize-subwindows-skip-p): Rename to
3729         window--resize-child-windows-skip-p.
3730         (window--resize-subwindows-normal): Rename to
3731         window--resize-child-windows-normal.
3732         (window--resize-subwindows): Rename to
3733         window--resize-child-windows.
3734         (window-or-subwindow-p): Rename to window--in-subtree-p.
3736 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
3738         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3739         Ensure that mbox format messages end in two newlines (Bug#9974).
3741 2011-11-06  Chong Yidong  <cyd@gnu.org>
3743         * window.el (window-combination-p): Function deleted; its
3744         side-effect is not used in any existing code.
3745         (window-combinations, window-combined-p): Call window-*-child
3746         directly.
3748 2011-11-05  Chong Yidong  <cyd@gnu.org>
3750         * window.el (window-valid-p): Rename from window-any-p.
3751         (window-size-ignore, window-state-get): Callers changed.
3752         (window-normalize-window): Rename from window-normalize-any-window.
3753         New arg LIVE-ONLY, replacing window-normalize-live-window.
3754         (window-normalize-live-window): Delete.
3755         (window-combination-p, window-combined-p, window-combinations)
3756         (walk-window-subtree, window-atom-root, window-min-size)
3757         (window-sizable, window-sizable-p, window-size-fixed-p)
3758         (window-min-delta, window-max-delta, window-resizable)
3759         (window-resizable-p, window-full-height-p, window-full-width-p)
3760         (window-current-scroll-bars, window-point-1, set-window-point-1)
3761         (window-at-side-p, window-in-direction, window-resize)
3762         (adjust-window-trailing-edge, maximize-window, minimize-window)
3763         (window-deletable-p, delete-window, delete-other-windows)
3764         (record-window-buffer, unrecord-window-buffer)
3765         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3766         (quit-window, split-window, window-state-put)
3767         (set-window-text-height, fit-window-to-buffer)
3768         (shrink-window-if-larger-than-buffer): Callers changed.
3770 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
3772         * mail/rmail.el (rmail-simplified-subject): Decode subject with
3773         rfc2047-decode-string.
3774         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3775         warnings.
3777         * window.el (window-body-height, window-body-width): Mention in
3778         the doc string that the return values are in frame's canonical
3779         units.  (Bug#9949)
3781 2011-11-03  Alan Mackenzie  <acm@muc.de>
3783         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3784         change in cc-engine.el.
3786 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3788         * window.el (switch-to-buffer): Use `force-same-window' interactively.
3790 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
3792         * window.el (quit-window): Call unrecord-window-buffer after
3793         showing another buffer in the window.  (Bug#9937)
3794         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
3796 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
3798         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3799         Accept status with more than 9 shelves.  (Bug#9935)
3800         Reported by Colin D Bennett <colin@gibibit.com>.
3802 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
3804         * help.el (with-help-window): Don't reference
3805         temp-buffer-show-specifiers in doc-string.
3807 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
3809         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3810         menu-item.
3812 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3814         * whitespace.el: New version 13.2.2.
3815         (whitespace-newline-mode): Disable properly.  Reported by Sarah
3816         <EmacsWiki>.
3818 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
3820         * net/newst-treeview.el: Remove "Time-stamp".
3821         (newsticker--group-manage-orphan-feeds): Do not call
3822         newsticker--treeview-tree-update.
3823         (newsticker-treeview-update, newsticker-treeview):
3824         Call newsticker--treeview-tree-update if necessary.
3826 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
3828         * window.el (window-iso-combination-p, window-iso-combined-p)
3829         (window-iso-combinations): Remove "iso-" infix.
3830         Suggested by Chong Yidong.
3831         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3832         (window-max-delta-1, window-resize, window--resize-siblings)
3833         (window--resize-this-window, adjust-window-trailing-edge)
3834         (split-window, balance-windows-1)
3835         (shrink-window-if-larger-than-buffer):
3836         * calendar/calendar.el (calendar-generate-window):
3837         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3839 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3842         in place (bug#9907).
3843         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3844         (eshell-rewrite-if-command, eshell-rewrite-for-command)
3845         (eshell-structure-basic-command, eshell-rewrite-while-command)
3846         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3847         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3848         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3849         (eshell-do-pipelines-synchronously, eshell-eval-command):
3850         Use backquotes and prefer setq to set.
3851         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3852         (eshell-macrop): Use functionp.
3853         (eshell-do-eval): Handle multiple expressions in `while' body.
3855 2011-10-30  Chong Yidong  <cyd@gnu.org>
3857         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3858         instead of set-mark (Bug#9810).
3860 2011-10-30  Chong Yidong  <cyd@gnu.org>
3862         * window.el (split-window-below, split-window-right): Rename from
3863         split-window-above-each-other and split-window-side-by-side
3864         respectively.  All callers changed.
3865         (split-window-sensibly, split-window-sensibly): Use them.
3866         (split-window-keep-point): Doc fix.
3868         * isearch.el: Add isearch-scroll property to split-window-below
3869         and split-window-right.
3871         * follow.el (follow-mode):
3872         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3873         * progmodes/ada-xref.el (ada-gdb-application):
3874         * emulation/vip.el (vip-buffer-in-two-windows):
3875         * image-dired.el (image-dired-dired-with-window-configuration):
3876         * dired-x.el (dired-do-find-marked-files):
3877         * dired.el (dired-pop-to-buffer):
3878         * bs.el (bs--show-with-configuration):
3879         * vc/emerge.el (emerge-setup-windows):
3880         * textmodes/two-column.el (2C-two-columns):
3881         * textmodes/reftex-toc.el (reftex-toc):
3882         * progmodes/gdb-mi.el (gdb-setup-windows):
3883         * progmodes/fortran.el (fortran-window-create):
3884         * net/newst-treeview.el (newsticker--treeview-window-init):
3885         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3886         * emulation/tpu-edt.el (tpu-gold-map):
3887         * emulation/crisp.el (crisp-mode-map):
3888         * calendar/calendar.el (calendar-basic-setup): Callers changed.
3890 2011-10-29  Chong Yidong  <cyd@gnu.org>
3892         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3894         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3896         * textmodes/flyspell.el (flyspell-word): Fix char offset for
3897         forged Ispell output (Bug#7904).
3899         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3901 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3903         * doc-view.el: Avoid ugly errors about not finding nil.
3904         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3905         (doc-view-dvipdf-program, doc-view-unoconv-program)
3906         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3907         Avoid nil or absolute file name as default value.
3908         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3910 2011-10-28  Alan Mackenzie  <acm@muc.de>
3912         * progmodes/cc-defs.el (c-version): -> 5.32.2.
3914 2011-10-28  Alan Mackenzie  <acm@muc.de>
3916         Amend the handling of c-beginning/end-of-defun in nested declaration
3917         scopes.
3919         * progmodes/cc-vars.el (c-defun-tactic): Move here from
3920         cc-langs.el.  Change it to a defcustom.
3922         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3923         cc-vars.el.
3925         * progmodes/cc-engine.el (c-beginning-of-statement-1):
3926         Prevent "class foo : bar" being spuriously recognized as a label.
3928         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
3929         Add parameter `inclusive' (to include enclosing braces in the region).
3930         (c-widen-to-enclosing-decl-scope): New function.
3931         (c-while-widening-to-decl-block): New macro.
3932         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3933         outward for defun boundaries, and correspondingly change symbol
3934         `respect-enclosure' to `go-outward'.
3935         (c-declaration-limits): Change algorithm to report only the "innermost"
3936         defun's boundaries.
3938 2011-10-28  Deniz Dogan  <deniz@dogan.se>
3940         * net/rcirc.el (rcirc-mode): Use hard newlines.
3942 2011-10-28  Alan Mackenzie  <acm@muc.de>
3944         Amend to indent and fontify macros "which include their own semicolon"
3945         correctly, using the "virtual semicolon" mechanism.
3947         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
3949         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3950         Recode to scan one line at a time rather than having \n and \r
3951         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
3952         (c-forward-label): Amend for virtual semicolons.
3953         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
3955         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3956         of the new C macros.
3958         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
3959         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3960         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
3961         (c-opt-cpp-macro-define): Make into a full language variable.
3962         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3963         AWK Mode (including \n, \r) removed, no longer needed.
3965         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3966         Invoke c-make-macro-with-semi-re.
3968         * progmodes/cc-vars.el (c-macro-with-semi-re):
3969         (c-macro-names-with-semicolon): New variables.
3970         (c-make-macro-with-semi-re): New function.
3972 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * vc/log-edit.el: Fill empty field rather than adding new one.
3975         (log-edit-add-field): New function.
3976         (log-edit-insert-changelog): Use it.
3978 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
3980         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3982 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3984         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3985         (gdb--check-interpreter): New function.
3986         (gdb): Use it.
3988 2011-10-27  Glenn Morris  <rgm@gnu.org>
3990         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3991         (least-positive-float, least-negative-float)
3992         (least-positive-normalized-float, least-negative-normalized-float)
3993         (float-epsilon, float-negative-epsilon):
3994         Remove unnecessary declarations.
3996         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3997         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3998         (least-positive-float, least-negative-float)
3999         (least-positive-normalized-float, least-negative-normalized-float)
4000         (float-epsilon, float-negative-epsilon): Add doc-strings,
4001         based on those in cl.texi.
4003         * files.el (set-visited-file-name): If the major-mode changed,
4004         reload the local variables.  (Bug#9796)
4006 2011-10-27  Chong Yidong  <cyd@gnu.org>
4008         * subr.el (change-major-mode-after-body-hook): New hook.
4009         (run-mode-hooks): Run it.
4011         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4012         Use change-major-mode-before-body-hook.
4014         * simple.el (fundamental-mode):
4015         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4016         change introducing fundamental-mode-hook.
4018 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
4020         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
4022 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
4024         * ido.el (ido-file-name-all-completions-1): Do not require
4025         tramp.el explicitly.  (Bug#7583)
4027 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4029         * progmodes/octave-mod.el:
4030         * progmodes/octave-inf.el: Update maintainer.
4032 2011-10-26  Chong Yidong  <cyd@gnu.org>
4034         * subr.el (with-wrapper-hook): Rewrite doc.
4036 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
4038         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
4039         filenames "/method:foo:".  (Bug#9793)
4041 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4044         (bug#9865).
4046 2011-10-24  Glenn Morris  <rgm@gnu.org>
4048         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
4050 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
4052         * notifications.el: Add the requirement of a running D-Bus session
4053         bus to the Commentary.
4055 2011-10-24  Juri Linkov  <juri@jurta.org>
4057         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4058         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4059         (Bug#9364)
4061 2011-10-24  Juri Linkov  <juri@jurta.org>
4063         * info.el (Info-following-node-name-re): Add newline to the list
4064         of allowed characters for leading space.  (Bug#9824)
4066 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4068         * progmodes/octave-inf.el (inferior-octave-mode-map):
4069         Fix C-c C-h binding.
4070         * progmodes/octave-mod.el (octave-help): Remove.
4072 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
4074         Sync with Tramp 2.2.3.
4076         * net/tramp-cache.el (top): Pacify byte-compiler using
4077         `init-file-user' and `site-run-file'.
4079         * net/trampver.el: Update release number.
4081 2011-10-23  Chong Yidong  <cyd@gnu.org>
4083         * files.el (toggle-read-only): Remove obsolete comment about
4084         version control.
4086         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4087         for toggle-read-only.  Note that this hasn't called vc-next-action
4088         since 2008-05-02, though it wasn't documented at the time.
4090         * vc/ediff-init.el (ediff-toggle-read-only-function):
4091         Use toggle-read-only.
4093 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
4095         Fix bug #9560, sporadic wrong indentation; improve instrumentation
4096         of c-parse-state.
4098         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4099         correct faulty logical expression.
4100         (c-parse-state-state, c-record-parse-state-state):
4101         (c-replay-parse-state-state): New defvar/defuns.
4102         (c-debug-parse-state): Use new functions.
4104 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
4106         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
4107         last fix.  Use window-in-direction correctly.
4109 2011-10-21  Chong Yidong  <cyd@gnu.org>
4111         * progmodes/idlwave.el (idlwave-mode):
4112         * progmodes/vera-mode.el (vera-mode): No need to set
4113         require-final-newline; that's done in prog-mode.
4114         Suggested by Stefan Monnier.
4116 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
4118         * mouse.el (mouse-drag-window-above)
4119         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4120         (mouse-drag-mode-line-1, mouse-drag-header-line)
4121         (mouse-drag-vertical-line-rightward-window): Remove.
4122         (mouse-drag-line): New function.
4123         (mouse-drag-mode-line, mouse-drag-header-line)
4124         (mouse-drag-vertical-line): Call mouse-drag-line.
4125         * window.el (window-at-side-p, windows-at-side): New functions.
4127 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
4129         * tar-mode.el (tar-grind-file-mode):
4130         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
4132 2011-10-21  Chong Yidong  <cyd@gnu.org>
4134         * progmodes/idlwave.el (idlwave-mode):
4135         * progmodes/vera-mode.el (vera-mode):
4136         Use mode-require-final-newline.
4138 2011-10-20  Glenn Morris  <rgm@gnu.org>
4140         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
4142 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
4144         * emulation/cua-base.el (cua-set-mark): Fix case of string.
4146 2011-10-20  Chong Yidong  <cyd@gnu.org>
4148         * emulation/cua-base.el (cua-mode):
4149         * mail/footnote.el (footnote-mode):
4150         * mail/mailabbrev.el (mail-abbrevs-mode):
4151         * net/xesam.el (xesam-minor-mode):
4152         * progmodes/bug-reference.el (bug-reference-mode):
4153         * progmodes/cap-words.el (capitalized-words-mode):
4154         * progmodes/compile.el (compilation-minor-mode)
4155         (compilation-shell-minor-mode):
4156         * progmodes/gud.el (gud-tooltip-mode):
4157         * progmodes/hideif.el (hide-ifdef-mode):
4158         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4159         * progmodes/subword.el (subword-mode):
4160         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4161         * progmodes/which-func.el (which-function-mode):
4162         * term/tvi970.el (tvi970-set-keypad-mode):
4163         * term/vt100.el (vt100-wide-mode):
4164         * textmodes/flyspell.el (flyspell-mode):
4165         * textmodes/ispell.el (ispell-minor-mode):
4166         * textmodes/nroff-mode.el (nroff-electric-mode):
4167         * textmodes/paragraphs.el (use-hard-newlines):
4168         * textmodes/refill.el (refill-mode):
4169         * textmodes/reftex.el (reftex-mode):
4170         * textmodes/rst.el (rst-minor-mode):
4171         * textmodes/sgml-mode.el (html-autoview-mode)
4172         (sgml-electric-tag-pair-mode):
4173         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4174         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4175         * emulation/crisp.el (crisp-mode):
4176         * emacs-lisp/eldoc.el (eldoc-mode):
4177         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4178         minor mode behavior.
4180 2011-10-19  Juri Linkov  <juri@jurta.org>
4182         * descr-text.el (describe-char): Add #x2010 and #x2011 to
4183         the list of hard-coded chars with escape-glyph face.
4185 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4187         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4189 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
4191         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4192         running process.
4194 2011-10-19  Glenn Morris  <rgm@gnu.org>
4196         * vc/vc-bzr.el (vc-bzr-after-dir-status):
4197         Ignore ignored files.  (Bug#9726)
4199 2011-10-19  Chong Yidong  <cyd@gnu.org>
4201         Doc fix for minor modes, stating that an omitted argument enables
4202         the mode unconditionally when called from Lisp.
4204         * abbrev.el (abbrev-mode):
4205         * allout.el (allout-mode):
4206         * autoinsert.el (auto-insert-mode):
4207         * autoarg.el (autoarg-mode, autoarg-kp-mode):
4208         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4209         (global-auto-revert-mode):
4210         * battery.el (display-battery-mode):
4211         * composite.el (global-auto-composition-mode)
4212         (auto-composition-mode):
4213         * delsel.el (delete-selection-mode):
4214         * desktop.el (desktop-save-mode):
4215         * dired-x.el (dired-omit-mode):
4216         * dirtrack.el (dirtrack-mode):
4217         * doc-view.el (doc-view-minor-mode):
4218         * double.el (double-mode):
4219         * electric.el (electric-indent-mode, electric-pair-mode):
4220         * emacs-lock.el (emacs-lock-mode):
4221         * epa-hook.el (auto-encryption-mode):
4222         * follow.el (follow-mode):
4223         * font-core.el (font-lock-mode):
4224         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4225         * help.el (temp-buffer-resize-mode):
4226         * hilit-chg.el (highlight-changes-mode)
4227         (highlight-changes-visible-mode):
4228         * hi-lock.el (hi-lock-mode):
4229         * hl-line.el (hl-line-mode, global-hl-line-mode):
4230         * icomplete.el (icomplete-mode):
4231         * ido.el (ido-everywhere):
4232         * image-file.el (auto-image-file-mode):
4233         * image-mode.el (image-minor-mode):
4234         * iswitchb.el (iswitchb-mode):
4235         * jka-cmpr-hook.el (auto-compression-mode):
4236         * linum.el (linum-mode):
4237         * longlines.el (longlines-mode):
4238         * master.el (master-mode):
4239         * mb-depth.el (minibuffer-depth-indicate-mode):
4240         * menu-bar.el (menu-bar-mode):
4241         * minibuf-eldef.el (minibuffer-electric-default-mode):
4242         * mouse-sel.el (mouse-sel-mode):
4243         * msb.el (msb-mode):
4244         * mwheel.el (mouse-wheel-mode):
4245         * outline.el (outline-minor-mode):
4246         * paren.el (show-paren-mode):
4247         * recentf.el (recentf-mode):
4248         * reveal.el (reveal-mode, global-reveal-mode):
4249         * rfn-eshadow.el (file-name-shadow-mode):
4250         * ruler-mode.el (ruler-mode):
4251         * savehist.el (savehist-mode):
4252         * scroll-all.el (scroll-all-mode):
4253         * scroll-bar.el (scroll-bar-mode):
4254         * server.el (server-mode):
4255         * shell.el (shell-dirtrack-mode):
4256         * simple.el (auto-fill-mode, transient-mark-mode)
4257         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4258         (line-number-mode, column-number-mode, size-indication-mode)
4259         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4260         * strokes.el (strokes-mode):
4261         * time.el (display-time-mode):
4262         * t-mouse.el (gpm-mouse-mode):
4263         * tool-bar.el (tool-bar-mode):
4264         * tooltip.el (tooltip-mode):
4265         * type-break.el (type-break-mode-line-message-mode)
4266         (type-break-query-mode):
4267         * view.el (view-mode):
4268         * whitespace.el (whitespace-mode, whitespace-newline-mode)
4269         (global-whitespace-mode, global-whitespace-newline-mode):
4270         * xt-mouse.el (xterm-mouse-mode): Doc fix.
4272         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4273         Fix autogenerated docstring.
4275 2011-10-19  Juri Linkov  <juri@jurta.org>
4277         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4278         by checking environment variables "DESKTOP_SESSION" and
4279         "XDG_CURRENT_DESKTOP".  (Bug#9779)
4281 2011-10-19  Juri Linkov  <juri@jurta.org>
4283         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4284         (browse-url-chromium-program, browse-url-chromium-arguments):
4285         New defcustoms.
4286         (browse-url-default-browser): Check for `browse-url-chromium' and
4287         call `browse-url-chromium-program'.
4288         (browse-url-chromium): New command.  (Bug#9779)
4290 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
4292         * facemenu.el (list-colors-duplicates): On Windows, detect more
4293         duplicates by assuming that only colors matching "^System" are
4294         special "system colors".  (Bug#9722)
4296 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4298         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4299         to distinguish the author from the committer.
4301 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
4303         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4305 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
4307         * international/mule.el (sgml-html-meta-auto-coding-function):
4308         Add support for detecting encoding in HTML5 specified only as
4309         <meta charset="UTF-8">.  Implementation just makes http-equiv and
4310         content-type parts from HTML4 encoding string optional.  (Bug#9716)
4312 2011-10-18  Glenn Morris  <rgm@gnu.org>
4314         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
4316 2011-10-18  Chong Yidong  <cyd@gnu.org>
4318         * faces.el (cursor): Doc fix.
4320 2011-10-17  Chong Yidong  <cyd@gnu.org>
4322         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4324 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
4326         * dirtrack.el (dirtrack): Support shell buffers with path
4327         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
4329 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
4331         * json.el: Bump version to 1.3 and note change in History.
4332         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4334 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4336         * comint.el (comint-insert-input, comint-send-input)
4337         (comint-get-old-input-default, comint-backward-matching-input)
4338         (comint-next-prompt): Use nil instead of `input' for field property of
4339         past user input (bug#114).
4341         * minibuffer.el (completion--replace): Inherit surrounding properties
4342         (bug#114).
4343         (minibuffer-complete-and-exit): Use it.
4345         * comint.el (comint--table-subvert): Quote the all-completions output
4346         (bug#9160).
4348 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
4350         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4352         * menu-bar.el (menu-bar-file-menu): Add entry for making new
4353         window on right of selected.  (Bug#9350) Reword other window
4354         entries and separate them from frame entries.
4356 2011-10-15  Glenn Morris  <rgm@gnu.org>
4358         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4359         Doc fixes.
4361 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
4363         * net/network-stream.el (network-stream-open-starttls):
4364         Improve detection of failure due to lack of TLS support.
4366         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4367         putting the input text in front and in bold.
4369 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4371         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4373         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4374         empty buffer.
4376         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4377         unread-command-events rather than pushing yet-another event.
4379 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
4381         * mail/sendmail.el (sendmail-query-once): Improve the wording of
4382         the explanation of the possible choices.  Make the options passed
4383         to completing-read shorter.
4385 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4387         * textmodes/flyspell.el (flyspell-large-region): Make sure
4388         extended character mode is used if defined (Bug#1339).
4390 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
4392         * simple.el (what-cursor-position): Fix the display of the
4393         character info for LRE, LRO, RLE, and RLO characters by appending
4394         an invisible PDF.
4396 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4398         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4399         even in case of error; add debug spec; simplify data flow.
4400         (with-timeout-handler): Remove.
4402 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
4404         Fix Bug#6019, Bug#9315.
4406         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4407         complete `buffer-file-name', the local file name part could look
4408         remotely (for example on VMS).
4410         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4411         `tramp-run-real-handler'.
4412         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4413         already quoted by '"'.
4415         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4416         Let `file-name-handler-alist' be nil, the local file name part
4417         could look remotely (for example on VMS).
4419 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4421         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4422         from here...
4423         (flyspell-post-command-hook): ...to here.
4425 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4427         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4428         if not needed.
4429         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
4430         using completion.  Protect against "slow" callers.
4431         Remove the "message hack".
4433 2011-10-11  Juri Linkov  <juri@jurta.org>
4435         * isearch.el (isearch-lazy-highlight-word): New variable.
4436         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4437         Use it.  (Bug#9727)
4439 2011-10-11  Glenn Morris  <rgm@gnu.org>
4441         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4442         like f90-previous-statement does.
4444 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4446         * eshell/eshell.el (eshell-command): History should be saved
4447         only in interactive use, to avoid error.
4449 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * minibuffer.el (completion-file-name-table): Fix last change,
4452         i.e. ignore normal errors but not the other ones.
4454 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
4456         * window.el (special-display-buffer-names)
4457         (special-display-regexps): Remove some remnants of earlier
4458         changes from doc-strings.
4459         (quit-windows-on): New function.
4461         * vc/vc.el (vc-revert, vc-rollback):
4462         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4463         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
4464         (Bug#6183) (Bug#7074) (Bug#7447)
4466 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
4468         * window.el (frame-auto-hide-function): Add version tag.
4469         (Bug#9699)
4471 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
4473         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4474         condition.
4476 2011-10-09  Leo Liu  <sdl.web@gmail.com>
4478         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4479         (Bug#9701)
4481 2011-10-08  Glenn Morris  <rgm@gnu.org>
4483         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4484         before the first code statement zero indent.  (Bug#9690)
4486 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
4488         * simple.el (count-words-region): Always count in the region.
4489         Report the number of lines and characters too.
4490         (count-words): New command, which counts in the buffer if the
4491         region is inactive, as count-words-region used to.
4492         (count-words--message): New function.  Handle plurals.
4493         (count-lines-region): Make it an alias for count-words-region.
4495         * bindings.el (esc-map): Replace count-lines-region with
4496         count-words-region.
4498 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
4500         * window.el (window--delete): Delete dedicated frame
4501         unconditionally when argument KILL is non-nil.  (Bug#9699)
4502         (switch-to-buffer): Fix doc-string typo.
4504 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4506         * eshell/eshell.el (eshell-command): Avoid using hooks.
4508 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
4510         * bindings.el ([M-left],[M-right]): Bind to left-word and
4511         right-word respectively.
4513 2011-10-07  Glenn Morris  <rgm@gnu.org>
4515         * cus-start.el (debug-on-quit): Fix custom type.
4517 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519         * subr.el (define-key-after): Clarify that the function is not
4520         useful for non-menu keymaps.
4522         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4524 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4526         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
4527         in current minibuffer (Fix bug with recursive minibuffers).
4529 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
4531         * progmodes/gdb-mi.el (gdb): Doc fix.
4533 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
4535         * window.el (frame-auto-hide-function): New option replacing
4536         frame-auto-delete.  Suggested by Stefan Monnier.
4537         (window--delete): Call frame-auto-hide-function instead of
4538         investigating frame-auto-delete.
4539         (window-point-1, set-window-point-1): New functions.
4540         (window-in-direction, record-window-buffer, window-state-get-1)
4541         (display-buffer-record-window): Use window-point-1 instead of
4542         window-point.
4543         (set-window-buffer-start-and-point): Use set-window-point-1.
4545 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4549 2011-10-05  Glenn Morris  <rgm@gnu.org>
4551         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4552         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
4554 2011-10-05  Leo Liu  <sdl.web@gmail.com>
4556         * subr.el (read-char-choice): Fix argument to buffer-live-p which
4557         works with buffer object.
4559 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4561         * mpc.el (mpc-tool-bar-map): Add labels.
4563 2011-10-04  Glenn Morris  <rgm@gnu.org>
4565         * calendar/holidays.el (calendar-check-holidays): Doc fix.
4567 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
4569         * window.el (window--delete): New function.
4570         (frame-auto-delete): Resuscitate option.
4571         (bury-buffer, replace-buffer-in-windows)
4572         (quit-window): Rewrite using window--delete.
4573         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4574         Pass display-buffer-mark-dedicated to window--display-buffer-2
4575         (Bug#9639).
4577 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4580         returns a list (bug#9554).  Add remote file name completion.
4581         * comint.el (comint--table-subvert): Curry and get quote&unquote
4582         functions as arguments.
4583         (comint--complete-file-name-data): Adjust call accordingly.
4584         * pcomplete.el (pcomplete--table-subvert): Remove.
4585         (pcomplete-completions-at-point): Use comint--table-subvert instead.
4587         * minibuffer.el (completion-table-case-fold): Use currying.
4588         (completion--styles-type, completion--cycling-threshold-type):
4589         New constants.
4590         (completion-styles, completion-category-overrides)
4591         (completion-cycle-threshold): Use them.
4592         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4593         completion-table-case-fold.
4595 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
4597         * minibuffer.el (completion-category-overrides): Fix type of styles
4598         and add more user friendly tags (bug#9660).
4600 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4602         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4603         (mule-input-method-string): New widget.
4604         (default-input-method, language-info-custom-alist): Use it.
4606 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * pcomplete.el: Require comint.
4609         (pcomplete--common-suffix): Remove.
4610         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4611         (pcomplete--table-subvert): Sync with comint--table-subvert.
4612         (pcomplete--entries): Use comint-completion-file-name-table.
4613         * comint.el (comint-unquote-filename): Simplify.
4614         (comint-completion-file-name-table): New function (bug#9616).
4615         (comint--complete-file-name-data): Use it.
4617         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4618         (pcmpl-gnu-tar-buffer): Remove.
4619         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
4620         around.  Make sure pcomplete-suffix-list is only changed temporarily.
4621         Don't look inside the tar's file if it's too large.
4623 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
4625         * cus-edit.el (custom-mode-map):
4626         * epa.el (epa-key-list-mode-map):
4627         * man.el (Man-mode-map):
4628         * startup.el (splash-screen-keymap):
4629         * simple.el (special-mode-map): Use scroll-up-command and
4630         scroll-down-command.
4632         * progmodes/idlw-help.el (idlwave-help-mode-map):
4633         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4634         * net/newst-plainview.el (newsticker-mode-map):
4635         * emulation/ws-mode.el (wordstar-mode-map):
4636         * emulation/vi.el (vi-com-map):
4637         * calc/calc-graph.el (calc-graph-show-dumb):
4638         * term/sun.el (terminal-init-sun):
4639         * term/ns-win.el (global-map):
4640         * progmodes/grep.el (grep-mode-map):
4641         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4642         * mail/rmail.el (rmail-mode-map):
4643         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4645         * custom.el (custom-safe-themes, load-theme): Treat value of t for
4646         custom-safe-themes as special.
4648 2011-10-01  Julien Danjou  <julien@danjou.info>
4650         * notifications.el (notifications-notify): Fix docstring.
4652 2011-10-01  Per Starbäck  <per@starback.se>
4654         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
4656 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
4658         * startup.el (command-line-1): Fix last fix by inserting
4659         initial-scratch-message into *scratch* before displaying it.
4660         (Bug#9605) and (Bug#9636)
4662 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
4664         * simple.el (line-move): If auto-hscroll-mode is disabled and the
4665         window is hscrolled, move by logical lines.  (Bug#9607)
4666         (line-move-visual): Update the doc string to the above effect.
4668 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
4670         * window.el (display-buffer-record-window): When WINDOW is the
4671         selected window use `point' instead of `window-point'.  (Bug#9626)
4673         * startup.el (command-line-1): Use insert-before-markers when
4674         inserting initial-scratch-message.  (Bug#9605)
4676         * help.el (help-window): Remove variable.
4678 2011-09-29  Glenn Morris  <rgm@gnu.org>
4680         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4682 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
4684         * descr-text.el (describe-char-categories): Accept category
4685         descriptions more than one line long.
4687 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         * simple.el (delete-trailing-whitespace): Fix last change.
4691         * progmodes/perl-mode.el (perl-syntax-propertize-function):
4692         Don't confuse "y => 3" as the beginning of a `y' operation.
4694         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4695         object has more than 4 slots (bug#9613).
4697 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
4699         * subr.el (with-output-to-temp-buffer):
4700         * net/quickurl.el (quickurl, quickurl-browse-url):
4701         Fix typos in docstrings.
4703 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
4705         * minibuffer.el (completion-styles)
4706         (completion-category-overrides): Cross reference each other in doc
4707         strings.
4709 2011-09-27  Glenn Morris  <rgm@gnu.org>
4711         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4712         to split-string.  (Bug#9606)
4714 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4717         (bug#9615).
4719 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
4721         * emacs-lisp/package.el (list-packages): Fix echo area message.
4723 2011-09-27  Leo Liu  <sdl.web@gmail.com>
4725         * ido.el (ido-read-internal): Accept cons cell HIST arg.
4727 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
4729         * net/dbus.el (dbus-unregister-object): Don't release services for
4730         registered signals.  (Bug#9581)
4732 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4734         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4735         function that picks between cfengine 2 and 3 support
4736         automatically.  Update docs accordingly.
4738 2011-09-22  Kenichi Handa  <handa@m17n.org>
4740         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4741         ZERO.
4742         (indian-itrans-v5-table-for-tamil): New variable.
4743         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4745 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
4747         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4748         that's true if the current command involved collapsing of text.
4749         It's reset to false at the beginning of the next command.
4750         (allout-post-command-business): Move the cursor to the beginning
4751         of entry if the cursor is hidden and collapsing activity just
4752         happened.
4754 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
4756         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4757         tracking (Bug#9541).
4759 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
4761         * net/newst-reader.el (newsticker-html-renderer)
4762         (newsticker-show-news): Automatically load html rendering package
4763         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
4764         because w3m-fill-column is let-bound" and the error "Symbol's value
4765         as variable is void: w3m-fill-column".
4767 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
4769         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4770         Release services only if they are defined.  (Bug#9581)
4772 2011-09-23  Richard Stallman  <rms@gnu.org>
4774         * textmodes/paragraphs.el (forward-sentence): For backwards case,
4775         distinguish start of paragraph from start of its text.
4777         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4779         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4780         (rmail-generate-viewer-buffer): Put that hook on view buffer.
4781         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4783 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
4785         * international/mule-diag.el (mule-diag): Insert a newline after
4786         each fontset description.
4788 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * simple.el (delete-trailing-whitespace):
4791         Document last change; simplify.
4793 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
4795         * simple.el (delete-trailing-whitespace): Also delete
4796         extra newlines at the end of the buffer.
4798         * textmodes/picture.el: Make motion commands obey shift-select-mode.
4799         (picture-newline): Use forward-line so as to ignore fields.
4801 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4803         * subr.el (with-wrapper-hook): Fix edebug spec.
4805 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4808         (bug#4538).
4810 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
4812         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4813         Fix nasty bug using wrong cached values.
4815 2011-09-23  Alan Mackenzie  <acm@muc.de>
4817         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4819 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
4821         * window.el (pop-to-buffer): Ensure right window is selected if we
4822         chose another frame.
4824 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
4826         * simple.el (what-cursor-position): Use get-char-property-change
4827         and next-single-char-property-change, to be able to show display
4828         properties that come from overlays as well as text properties.
4830 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
4832         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4834         * cmuscheme.el (run-scheme, switch-to-scheme):
4835         * cus-edit.el (customize-group, custom-buffer-create)
4836         (customize-browse):
4837         * info.el (info):
4838         * shell.el (shell):
4839         * mail/sendmail.el (mail):
4840         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4842 2011-09-22  Richard Stallman  <rms@gnu.org>
4844         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4845         move back only to line beg, don't move back over blank lines.
4847 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
4849         * files.el (copy-directory): Set directory attributes only in case
4850         they could be retrieved from the source directory.  (Bug#9565)
4852 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
4854         * progmodes/hideshow.el (hs-looking-at-block-start-p)
4855         (hs-find-block-beginning, hs-hide-level-recursive):
4856         Ignore strings as well as comments.  (Bug#9502)
4858 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
4860         * progmodes/sql.el (sql-comint-postgres):
4861         Convert port number to a string.  (Bug#9566)
4863 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
4865         * window.el (quit-window): Undedicate window when switching to
4866         previous buffer.  Reported by Thierry Volpiatto
4867         <thierry.volpiatto@gmail.com>.
4868         (special-display-popup-frame): When popping up a new frame reset
4869         its previous buffers to nil.  Simplify code.
4871 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
4873         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4874         and process filter, as done also in `shell-command'.
4876 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
4878         * window.el (set-window-buffer-start-and-point):
4879         Call set-window-start with NOFORCE argument t.
4880         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4881         (quit-window): Reword doc-string.  Handle new format of
4882         quit-restore parameter.  Don't delete window if it has a
4883         previous buffer we can show instead of the present one.
4884         (display-buffer-record-window): Rewrite using a new format for
4885         the quit-restore window parameter
4886         (special-display-popup-frame, display-buffer-same-window)
4887         (display-buffer-reuse-window, display-buffer-pop-up-frame)
4888         (display-buffer-pop-up-window, display-buffer-use-some-window):
4889         Adapt symbol passed to display-buffer-record-window.
4890         * help.el (help-window-setup): Handle new format of quit-restore
4891         parameter.
4893 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4895         * faces.el (face-list): Fix docstring (bug#9564).
4897         * window.el (display-buffer--action-function-custom-type):
4898         Don't include internal functions in the Custom interface.
4900 2011-09-20  Juri Linkov  <juri@jurta.org>
4902         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4903         (Info-forward-node, Info-backward-node, Info-next-preorder)
4904         (Info-last-preorder): Use it.  (Bug#9528)
4906 2011-09-20  Juri Linkov  <juri@jurta.org>
4908         * info.el (Info-last-preorder): Visit last menu item only when
4909         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4911 2011-09-20  Julien Danjou  <julien@danjou.info>
4913         * password-cache.el (password-cache-remove): Remove entries even if the
4914         value is nil, so that password with a nil value (negative caching) is
4915         possible to invalidate.
4917 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
4919         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4920         all whitespace around breakpoint.  (Bug#9553)
4921         (f90-find-breakpoint): Only break at whitespace inside a comment.
4923 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4925         * minibuffer.el (completion-file-name-table): Keep track of errors.
4926         (completion-table-with-predicate): Handle the case where pred1 is nil.
4927         * pcomplete.el (pcomplete-completions-at-point): Simplify.
4929 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4931         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4932         (debugger-return-value): Signal an error if the debugging context does
4933         not await any return value.
4935         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4936         * image-mode.el (image-toggle-display-text)
4937         (image-toggle-display-image): Stay away from evil `intangible'.
4939 2011-09-19  Leo Liu  <sdl.web@gmail.com>
4941         * replace.el (occur-revert-arguments): Make it permanent-local.
4942         (occur-mode): Don't call font-lock-defontify.
4944 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
4946         * net/ldap.el (ldap-search-internal): Don't push empty search
4947         result (Bug#9508).
4949 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4951         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4953 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
4955         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4956         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4958 2011-09-18  Juri Linkov  <juri@jurta.org>
4960         * buff-menu.el (Buffer-menu-mode-map):
4961         * dired.el (dired-mode-map):
4962         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4963         (lisp-interaction-mode-map):
4964         * emacs-lisp/package.el (package-menu-mode-map):
4965         * epa.el (epa-key-list-mode-map):
4966         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4967         (menu-bar-options-menu):
4968         * outline.el (outline-mode-menu-bar-map):
4969         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4970         * vc/vc-dir.el (vc-dir-menu-map):
4971         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4972         Capitalize non-function content words in menu item strings.
4974         * dired.el (dired-mode-map): Add menu item for
4975         `image-dired-dired-toggle-marked-thumbs'.
4977 2011-09-18  Juri Linkov  <juri@jurta.org>
4979         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4980         to `isearch-case-fold-search' and restore its original value
4981         after the `isearch-mode' call.
4983 2011-09-18  Juri Linkov  <juri@jurta.org>
4985         * progmodes/grep.el (grep-process-setup): Don't check code for 1
4986         because `zgrep' returns 1 for successful matches (bug#9226).
4988 2011-09-18  Juri Linkov  <juri@jurta.org>
4990         * info.el (Info-extract-menu-node-name): Check the second match
4991         for empty string (second test-case of bug#9528).
4992         (Info-last-preorder): Let-bind `Info-history' to nil to not add
4993         intermediate nodes to the history (first test-case of bug#9528).
4995 2011-09-18  Juri Linkov  <juri@jurta.org>
4997         * info.el (Info-mode-syntax-table): New variable.
4998         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
5000 2011-09-18  Juri Linkov  <juri@jurta.org>
5002         * info.el (Info-file-supports-index-cookies):
5003         Increment line-beginning-position's arg from 3 to 4 because makeinfo
5004         outputs one more line for long file names (bug#4142).
5006 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
5008         * newcomment.el (comment-normalize-vars): If prompting for
5009         comment-start, set comment-start-skip too (Bug#8424).
5011 2011-09-18  Johan BockgÃ¥rd  <bojohan@gnu.org>
5013         * icomplete.el: Fix previous fix of Bug#5849.
5014         (icomplete-mode): Don't set completion-show-inline-help.
5015         (icomplete-minibuffer-setup): Set completion-show-inline-help
5016         locally during icompletion.
5018 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
5020         * woman.el (woman2-process-escapes): Don't delete unrecognized
5021         escapes (Bug#7843).
5023         * files.el (inhibit-first-line-modes-regexps): Add image files.
5024         (hack-local-variables-prop-line): Return nil for malformed
5025         prop-lines (Bug#9044).
5027 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
5029         * net/tramp.el (top): Don't require 'shell.
5030         (tramp-methods): Fix docstring.
5031         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
5032         Return complete remote file name.  Handle "smb" case.
5033         Use `tramp-tmpdir', if defined for the respective method.
5034         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5036         * net/tramp-compat.el (top): Require 'shell.
5038         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5039         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5040         `tramp-current-host'.
5041         (tramp-get-remote-tmpdir): Remove.
5043         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5044         `tramp-tmpdir' entries.
5045         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5046         (tramp-smb-handle-file-attributes): Ignore errors.
5047         (tramp-smb-wait-for-output): Check also for process end.
5049 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5052         when sending QUIT (bug#9312).
5054 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
5056         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5057         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5058         occur-mode-display-occurrence.
5059         (occur-edit-mode): Add usage message.
5060         (occur-cease-edit): New command.
5061         (occur-after-change-function): Use text properties to find the
5062         position of the prefix text.
5063         (occur-engine): Set stickiness of prefix text properties.
5065 2011-09-17  Glenn Morris  <rgm@gnu.org>
5067         * progmodes/etags.el (complete-tag):
5068         Fix call to completion-in-region.  (Bug#9526)
5070 2011-09-17  Juri Linkov  <juri@jurta.org>
5072         * textmodes/ispell.el (ispell-word): Add to the error message
5073         the word, ispell program name and current dictionary (bug#9121).
5074         (ispell-tex-arg-end): Capitalize "error" in the error message.
5076 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
5078         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5079         check.  (Bug#4251)
5081 2011-09-17  Juri Linkov  <juri@jurta.org>
5083         * window.el (window-safe-min-height, window-safe-min-width):
5084         Fix typos (followup to bug#9522).
5086 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
5088         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5090 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
5092         * simple.el (line-move): If goal-column is set, move by logical
5093         lines, not by display lines.  (Bug#971)
5094         (next-line, previous-line, goal-column, line-move-visual): Doc fix
5095         to reflect the above change.
5097 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5099         * image.el (imagemagick-register-types): Use regexp-opt.
5101 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
5103         * window.el (display-buffer-base-action): Rename from
5104         display-buffer-default-action.  Make default value empty.
5105         (display-buffer-overriding-action): Convert to defvar.
5106         (display-buffer-fallback-action): New var.
5108 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
5110         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5111         declaration.
5112         (package--add-to-archive-contents): If there is a duplicate entry
5113         with an older version, remove it.
5114         (package-menu-mark-delete, package-menu-mark-install)
5115         (package-menu-mark-unmark): Make unused args optional.
5116         (package-menu-mark-obsolete-for-deletion):
5117         Use package-menu-get-status instead of a regexp search.
5118         (package-menu-get-status): Use tabulated-list-entry.
5119         (package-menu-mark-upgrades): New command.
5120         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
5121         (package-menu-execute): Do installation before deletion.
5122         (package-menu-refresh, package-menu-execute): Use derived-mode-p
5123         instead of checking major-mode.
5124         (package-menu--find-upgrades): New function.
5126 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5129         passwords in the log buffer.
5130         (smtpmail-process-filter): Update the process marker so that the
5131         "broken by peer" status message is inserted in the right place.
5133 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5135         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5136         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5137         bibtex-completion-at-point-function.
5138         (bibtex-completion-at-point-function): Use them.
5140         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5142         * mpc.el (mpc-constraints-tag-lookup): New function.
5143         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5144         also to browser "album|playlist".
5146 2011-09-14  Juri Linkov  <juri@jurta.org>
5148         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
5149         (isearch-edit-string): Use length of `isearch-string' when
5150         `isearch-fail-pos' returns nil.
5151         (isearch-message): Remove duplicate code and call
5152         `isearch-fail-pos' with arg `t'.
5154 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
5156         * replace.el (occur-mode-goto-occurrence): Don't force using other
5157         window (Bug#9499).
5159         * dired-aux.el (dired-do-chmod): Don't provide initial input.
5161 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
5163         * window.el (display-buffer-window): Remove.
5164         (display-buffer-record-window): Use help-setup window parameter
5165         instead of variable display-buffer-window.
5166         (display-buffer-function, special-display-buffer-names)
5167         (special-display-function): Mention help-setup parameter instead
5168         of display-buffer-window in doc-string.
5169         * help.el (help-window-setup): New argument help-window.
5170         Use help-window-setup parameter instead of display-buffer-window.
5171         Reword some messages.
5172         (with-help-window): Pass window used for displaying the buffer
5173         to help-window-setup.  Don't set display-buffer-window.
5175 2011-09-13  Glenn Morris  <rgm@gnu.org>
5177         * emacs-lisp/debug.el (debugger-make-xrefs):
5178         Preserve point.  (Bug#9462)
5180 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
5182         * window.el (window-deletable-p): Use next-frame.
5184 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
5186         * window.el (window-auto-delete): Remove.
5187         (window-deletable-p): Remove argument FORCE.  Don't deal with
5188         dedication and previous buffers.
5189         (switch-to-prev-buffer): Don't delete window.
5190         (delete-windows-on): Delete a window's frame if and only if the
5191         window is dedicated.
5192         (replace-buffer-in-windows): Delete buffer's window or frame if
5193         and only if window is dedicated.
5194         (quit-window): Handle quit-restore as before last change.
5195         (bury-buffer): Delete window only if window-deletable-p returns t.
5197 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
5199         * window.el (window-deletable-p): Never delete the last frame on a
5200         given terminal.
5202 2011-09-13  Glenn Morris  <rgm@gnu.org>
5204         * help.el (describe-key-briefly): Copy previous standard-output change.
5206 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
5208         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
5210 2011-09-13  Glenn Morris  <rgm@gnu.org>
5212         * emacs-lisp/lisp-mode.el (lisp-indent-function):
5213         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5215 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
5217         * dired-aux.el (dired-mark-read-string): Don't return default
5218         value on empty input (Bug#9361).
5219         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5220         Omit initial minibuffer contents.
5221         (dired-do-chmod): Signal an error on empty input.
5222         (dired-mark-read-string): Don't return default on empty input.
5224         * files.el (file-modes-symbolic-to-number): Doc fix.
5226 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5228         * international/mule-cmds.el (ucs-completions): Remove.
5229         (read-char-by-name): Use complete-with-action instead; add metadata.
5231 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5233         * window.el (display-buffer--action-function-custom-type)
5234         (display-buffer--action-custom-type): New vars.
5235         (display-buffer-alist, display-buffer-default-action)
5236         (display-buffer-overriding-action): Add defcustom types.
5238         * frame.el (delete-other-frames): Doc fix (Bug#276).
5240 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5244 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5246         Change modes that used same-window-* vars to use switch-to-buffer.
5248         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5249         Use switch-to-buffer.
5251         * cus-edit.el (customize-group, custom-buffer-create)
5252         (customize-browse, custom-buffer-create-other-window):
5253         Use switch-to-buffer or switch-to-buffer-other-window.
5255         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5256         (Info-prev, Info-up, Info-speedbar-goto-node)
5257         (info-display-manual): Use switch-to-buffer.
5258         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5260         * mail/sendmail.el (mail): Use switch-to-buffer.
5261         (mail-recover): Use switch-to-buffer-other-window.
5263         * cmuscheme.el (run-scheme, switch-to-scheme):
5264         * ielm.el (ielm):
5265         * shell.el (shell):
5266         * net/rlogin.el (rlogin):
5267         * net/telnet.el (telnet, rsh):
5268         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5270 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
5272         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5274 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5277         so don't mention it (bug#9301).
5278         (dired-sort-toggle-or-edit): Clarify string further.
5280         * faces.el (face-spec-set-match-display): Make `(type graphic)'
5281         match `x', `w32' and `ns', like the manual says (bug#9029).
5283         * subr.el (eval-after-load): Doc string clarification (bug#9125).
5284         (process-kill-buffer-query-function): Mention the buffer name in
5285         the query.
5287         * image-mode.el (image-next-line): The line parameter is mandatory
5288         (bug#9258).
5290         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5291         which can be useful (bug#9301).
5293         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5295         * subr.el (match-string): Mention that the current buffer should
5296         be the same as the search was done in (bug#9282).
5298         * facemenu.el: Disable the remove-* commands if the mark isn't
5299         active (bug#9162).
5301 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
5303         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5304         of display-buffer.
5305         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5307         * replace.el (occur-mode-goto-occurrence)
5308         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5309         and display-buffer.
5311         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5312         display-buffer.
5314         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5315         special-display and same-window variables.
5316         (mail-other-window): Use switch-to-buffer-other-window.
5317         (mail-other-frame): USe switch-to-buffer-other-frame.
5319         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5320         Use display-buffer-other-frame.
5321         (gdb-display-gdb-buffer): Use pop-to-buffer.
5323         * progmodes/gud.el (gud-goto-info): Use info-other-window.
5325         * progmodes/python.el: Don't set same-window-buffer-names.
5327         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5329         * window.el (display-buffer-alist): Add *Python*.
5331 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
5333         * window.el (display-buffer-alist): Add entry for buffers
5334         previously handled same-window-*.
5335         (display-buffer-alist, display-buffer-default-action)
5336         (display-buffer-overriding-action): Mark as risky.
5337         (display-buffer-alist): Document action function changes.
5338         (display-buffer--same-window-action)
5339         (display-buffer--other-frame-action): New variables.
5340         (switch-to-buffer, display-buffer-other-frame): Use them.
5341         (display-buffer): Rename reuse-frame entry to reusable-frames.
5342         (display-buffer-reuse-selected-window): Function deleted.
5343         (display-buffer-reuse-window): Handle reusable-frames alist entry.
5344         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5345         (display-buffer-special): New function.
5346         (display-buffer--maybe-pop-up-frame-or-window): Rename from
5347         display-buffer-reuse-or-pop-window.  Split off special-display
5348         part into display-buffer-special.
5349         (display-buffer-use-some-window): Don't perform any special
5350         pop-up-frames handling.
5351         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
5352         (display-buffer--maybe-same-window): Rename from
5353         display-buffer-maybe-same-window.
5355         * info.el: Don't set same-window-regexps.
5356         (info-setup): New function.
5357         (info-other-window, info): Call it.
5359         * cus-edit.el: Don't set same-window-regexps.
5360         (customize-group): New argument.
5361         (customize-group-other-window): Use it.
5362         (customize-face, customize-face-other-window): Likewise.
5363         (custom-buffer-create-other-window): Use pop-to-buffer directly.
5365         * net/rlogin.el:
5366         * net/telnet.el:
5367         * progmodes/gud.el: Don't set same-window-regexps.
5369         * cmuscheme.el:
5370         * ielm.el:
5371         * shell.el:
5372         * mail/sendmail.el:
5373         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5375 2011-09-10  Juri Linkov  <juri@jurta.org>
5377         * isearch.el (isearch-edit-string): Remove obsolete mention of
5378         `C-w' (`isearch-yank-word-or-char') from docstring.
5379         (isearch-query-replace): Fix typo in docstring (bug#9466).
5381 2011-09-10  Juri Linkov  <juri@jurta.org>
5383         * paren.el (show-paren-function): Don't show escaped parens.
5384         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
5386 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5388         * mail/sendmail.el (mml-to-mime, mml-attach-file)
5389         (mm-default-file-encoding): Remove autoload forms, they are
5390         replaced with autoload cookies in mml.el and mm-encode.el.
5391         (mail-add-attachment): New command.
5392         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5393         (mail-mode): Mention mail-insert-file and mail-add-attachment in
5394         the doc string.
5395         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5397 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
5399         * simple.el (count-words-region): Use buffer if there's no region
5400         (bug#9429).
5402 2011-09-09  Juri Linkov  <juri@jurta.org>
5404         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5405         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5406         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
5408 2011-09-09  Alan Mackenzie  <acm@muc.de>
5410         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5411         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
5413 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
5415         Fix for Savannah bug#9392.
5416         * simple.el (mail-encode-mml): New defvar.
5418         * mail/rmail.el (mail-encode-mml): Add a defvar.
5419         (rmail-enable-mime-composing): Default to t.
5420         (rmail-forward): Use MIME method of forwarding only if both
5421         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5422         Set mail-encode-mml non-nil if the MIME method was used.
5424         * mail/sendmail.el (mml-to-mime): Add autoload form.
5425         (mail-encode-mml): Add a defvar.
5426         (mail-mode): Make mail-encode-mml buffer-local and initialize it
5427         to nil.
5428         (mail-send): If mail-encode-mml is non-nil, run the outgoing
5429         message through mml-to-mime, and reset mail-encode-mml to nil.
5431 2011-09-09  Glenn Morris  <rgm@gnu.org>
5433         * woman.el (woman-if-body): When processing an .el block,
5434         do not delete the next .el block as well.  (Bug#9447)
5435         (woman-special-characters): Add oq, cq, and hy characters.
5437 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
5439         * window.el (window-deletable-p): Make sure window is live before
5440         invoking window-prev-buffers.
5442 2011-09-08  Leo Liu  <sdl.web@gmail.com>
5444         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
5446 2011-09-08  Juri Linkov  <juri@jurta.org>
5448         * progmodes/compile.el (compilation-environment): Make it
5449         a defcustom (bug#8340).
5451 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
5453         * window.el (frame-auto-delete): Rename to window-auto-delete.
5454         Make it control auto-deletion of windows and/or frames.
5455         (window-deletable-p): New argument FORCE.  Rewrite conditions
5456         for deleting window/frame.  (Bug#9419)
5457         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5458         Rewrite handling of case when window/frame can be deleted.
5459         (delete-windows-on): Call window-deletable-p with new FORCE
5460         argument t.  (Bug#9456)
5462 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
5464         * help-mode.el (help-mode): Restore autoload.
5466 2011-09-07  Juri Linkov  <juri@jurta.org>
5468         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5469         `compilation-environment'.  Set buffer-local
5470         `compilation-environment' to `thisenv' later after (funcall mode).
5471         (Bug#8340)
5473         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
5474         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5475         instead of replacing its value.  (Bug#8340)
5477 2011-09-07  Juri Linkov  <juri@jurta.org>
5479         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5480         based on text properties put by `grep-filter' instead of matching
5481         escape sequences.
5482         (grep-mode): Set buffer-local `compilation-error-screen-columns'
5483         to the value of `grep-error-screen-columns' (bug#9438).
5485 2011-09-07  Juri Linkov  <juri@jurta.org>
5487         * simple.el (next-error-highlight, next-error-highlight-no-select):
5488         Doc fix (bug#9432).
5490 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5492         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5493         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
5495 2011-09-07  Leo Liu  <sdl.web@gmail.com>
5497         * net/rcirc.el (rcirc-mode): Conditionally initialize
5498         rcirc-input-ring.
5500 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5502         * emacs-lisp/find-func.el (find-function-C-source): Only set
5503         find-function-C-source-directory after checking that we found a source
5504         file there (bug#9440).
5506 2011-09-06  Alan Mackenzie  <acm@muc.de>
5508         * isearch.el (isearch-other-meta-char): Wherever a key list is
5509         unread, "unread" the prefix arg, too.  This fixes bug #8901.
5511 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
5513         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5515 2011-09-05  Juri Linkov  <juri@jurta.org>
5517         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5519 2011-09-05  Juri Linkov  <juri@jurta.org>
5521         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5522         keeping point where processing of grep matches begins, and
5523         continue to delete remaining escape sequences from the same point.
5524         (grep-filter): Make leading zero optional in "0?1;31m" because
5525         git-grep emits "\033[1;31m" escape sequences unlike expected
5526         "\033[01;31m" as GNU Grep does (bug#9408).
5527         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5529 2011-09-05  Juri Linkov  <juri@jurta.org>
5531         * subr.el (y-or-n-p): Capitalize "yes".
5533 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
5535         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
5536         `tramp-cache-unload-hook' where appropriate.
5537         (tramp-methods): Rename `tramp-remote-sh' to
5538         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
5539         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5541         * net/tramp-sh.el (top): Don't require 'shell.
5542         (tramp-methods): Add `tramp-remote-shell' and
5543         `tramp-remote-shell-args' entries.
5544         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5545         (tramp-sh-handle-shell-command): Remove.
5546         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5547         Use `tramp-remote-shell'.
5549 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
5551         * mail/sendmail.el (sendmail-query-once-function): Delete.
5552         (sendmail-query-once): Save directly to send-mail-function.
5553         Update message-send-mail-function too.
5555         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5557 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
5559         * progmodes/python.el (python-mode-map): Use correct function to
5560         start python interpreter from menu-bar (as reported by Geert
5561         Kloosterman).
5562         (inferior-python-mode-map): Fix typo.
5563         (python-shell-map): Remove.
5565 2011-09-03  Deniz Dogan  <deniz@dogan.se>
5567         * net/rcirc.el (rcirc-print): Simplify code for
5568         rcirc-scroll-show-maximum-output.  There is no need to walk
5569         through all windows to find the right one.
5571 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
5573         * help.el (help-return-method): Doc fix.
5575 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
5577         * window.el (window-deletable-p): Don't return a non-nil value
5578         when there's a buffer that was shown in the window before.
5579         (Bug#9419)
5580         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5581         Set window's previous buffers to nil.
5583 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
5585         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5586         newline before and after the tag line, so it doesn't interfere
5587         with determining the paragraph direction of bidirectional text.
5589 2011-09-03  Leo Liu  <sdl.web@gmail.com>
5591         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
5593 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
5595         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
5596         (pop-to-buffer): Change interactive spec.  Pass second argument
5597         directly to display-buffer.
5598         (display-buffer): Fix interactive spec.  Use functionp to
5599         distinguish between a function and a list of functions.
5601         * abbrev.el (edit-abbrevs):
5602         * arc-mode.el (archive-extract):
5603         * autoinsert.el (auto-insert):
5604         * bookmark.el (bookmark-bmenu-list):
5605         * files.el (find-file):
5606         * view.el (view-buffer):
5607         * progmodes/compile.el (compilation-goto-locus):
5608         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5610 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
5612         * window.el (display-buffer-alist): Doc fix.
5613         (display-buffer): Add docstring.  Don't treat
5614         display-buffer-default specially.
5615         (display-buffer-reuse-selected-window)
5616         (display-buffer-same-window, display-buffer-maybe-same-window)
5617         (display-buffer-reuse-window, display-buffer-pop-up-frame)
5618         (display-buffer-pop-up-window)
5619         (display-buffer-reuse-or-pop-window)
5620         (display-buffer-use-some-window): New functions.
5621         (display-buffer-default-action): Use them.
5622         (display-buffer-default): Delete.
5623         (pop-to-buffer-1): Fix choice of actions.
5625 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * minibuffer.el (completion--insert-strings): Don't get confused by
5628         completion entries that end with an LF char.
5630 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
5632         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5634 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
5636         * window.el (display-buffer): Restore interactive spec.
5637         (display-buffer-same-window, display-buffer-other-window):
5638         New functions.
5639         (pop-to-buffer-1): New function.  Use the above.
5640         (pop-to-buffer, pop-to-buffer-same-window): Use it.
5641         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
5643         * view.el (view-buffer-other-window, view-buffer-other-frame):
5644         Just use pop-to-buffer.
5646 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5648         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
5650 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
5652         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
5654 2011-08-31  Richard Stallman  <rms@gnu.org>
5656         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5657         of the separation of rmail-view-buffer from rmail-buffer.
5658         If you say no to "replace original", the decrypt is in the
5659         view buffer.  If you say yes, the decrypt goes into the
5660         rmail buffer also.
5662 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
5664         * window.el (display-buffer-window): Rewrite doc-string.
5665         (display-buffer-record-window): New function.
5666         (display-buffer-macro-specifiers)
5667         (display-buffer-even-window-sizes, display-buffer-set-height)
5668         (display-buffer-set-width, display-buffer-in-window)
5669         (display-buffer-reuse-window, display-buffer-split-specifiers)
5670         (display-buffer-side-specifiers, display-buffer-split-window-1)
5671         (display-buffer-split-window, display-buffer-split-atom-window)
5672         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5673         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5674         (display-buffer-other-window-means-other-frame)
5675         (display-buffer-normalize-special)
5676         (display-buffer-normalize-default)
5677         (display-buffer-normalize-argument)
5678         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5679         (display-buffer-normalize-specifiers, display-buffer-frame)
5680         (display-buffer-same-window, display-buffer-same-frame)
5681         (display-buffer-other-window)
5682         (display-buffer-same-frame-other-window)
5683         (display-buffer-other-frame, pop-to-buffer-same-window)
5684         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5685         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5686         (switch-to-buffer-same-frame)
5687         (switch-to-buffer-other-window-same-frame)
5688         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5689         (display-buffer-alist-set-1, display-buffer-alist-set-2)
5690         (display-buffer-alist-set): Remove.
5691         (display-buffer-function, special-display-buffer-names)
5692         (special-display-regexps, special-display-function):
5693         In doc-string refer to display-buffer-window and quit-restore
5694         parameter.
5695         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5696         (special-display-frame-alist, special-display-popup-frame)
5697         (same-window-buffer-names, same-window-regexps, same-window-p)
5698         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5699         (split-window-preferred-function, split-height-threshold)
5700         (split-width-threshold, window-splittable-p)
5701         (split-window-sensibly, window--try-to-split-window)
5702         (window--frame-usable-p, even-window-heights)
5703         (window--even-window-heights, window--display-buffer-1)
5704         (window--display-buffer-2, display-buffer-other-frame):
5705         Restore old Emacs 23 code, order and doc-strings where applicable.
5706         (display-buffer-default, display-buffer-assq-regexp): New functions.
5707         (display-buffer-alist): Rewrite doc-string.
5708         (display-buffer-default-action)
5709         (display-buffer-overriding-action): New variables.
5710         (display-buffer, switch-to-buffer): Rewrite.
5711         (pop-to-buffer): Restore Emacs 23 behavior but use
5712         window-normalize-buffer-to-display.
5713         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5714         Restore Emacs 23 behavior but use
5715         window-normalize-buffer-to-switch-to.
5716         (pop-to-buffer-same-window): Rewrite.
5717         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5718         Rewrite using Emacs 23 options.
5720 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
5722         * net/tramp.el (tramp-root-regexp): Remove.
5723         (tramp-completion-file-name-regexp-unified)
5724         (tramp-completion-file-name-regexp-separate)
5725         (tramp-completion-file-name-regexp-url): Don't use leading volume
5726         letter on win32 systems.  (Bug#5303, Bug#9311)
5727         (tramp-drop-volume-letter): Simplify definition.
5728         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5730 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5732         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5733         (bug#9356).
5735 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
5737         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5739 2011-08-29  Juri Linkov  <juri@jurta.org>
5741         * isearch.el (isearch-done): Don't display message "Mark saved"
5742         when arg `edit' is non-nil to prevent its flicker in the echo area.
5744 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
5746         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5747         obsolete packages for deletion.
5749 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
5751         * help-mode.el (help-mode-map): Add special-mode-map to parent.
5752         (help-mode): Derive help-mode from special-mode.  Don't invoke
5753         view-mode from help-mode.
5754         (help-xref-override-view-map): Remove.
5755         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5756         view-mode is not used anymore.
5758 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
5760         * server.el (server-port): Doc fix.
5762         * cus-theme.el (custom-theme-choose-mode): Inherit from
5763         special-mode (Bug#9124).
5764         (custom-theme-choose-mode-map): Add special-mode to parent.
5766 2011-08-28  Alan Mackenzie  <acm@muc.de>
5768         * progmodes/cc-fonts.el
5769         (c-make-font-lock-BO-decl-search-function): New function.
5770         (c-basic-matchers-after - "Fontify the clauses after various
5771         keywords"): Extract the three keyword lists for the 3 erroneous
5772         constructs from the list of four, and use the new function above
5773         in place of an old one.
5775 2011-08-28  Deniz Dogan  <deniz@dogan.se>
5777         * net/rcirc.el (rcirc-insert-prev-input)
5778         (rcirc-insert-next-input): Remove unused argument.
5780 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5784 2011-08-27  Alan Mackenzie  <acm@muc.de>
5786         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5787         handle function pointer parameters properly.
5789 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
5791         * window.el (display-buffer-reuse-window): Fix case where
5792         selected window was reused with non-nil OTHER-WINDOW argument.
5793         (Bug#9381)
5795 2011-08-27  Deniz Dogan  <deniz@dogan.se>
5797         * net/rcirc.el (rcirc-check-auth-status): Adding support for
5798         oftc's NickServ messages.
5800 2011-08-27  Glenn Morris  <rgm@gnu.org>
5802         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
5804 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
5806         * emacs-lisp/package.el (package-install): Call package-initialize
5807         if called interactively.
5809 2011-08-26  Leo Liu  <sdl.web@gmail.com>
5811         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
5813 2011-08-25  Juri Linkov  <juri@jurta.org>
5815         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5816         `search-whitespace-regexp' (bug#9364).
5818 2011-08-25  Juri Linkov  <juri@jurta.org>
5820         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5821         `regexp-search-ring' to their global values to protect from
5822         updating by `read-from-minibuffer' (bug#9185).
5824 2011-08-25  Juri Linkov  <juri@jurta.org>
5826         * textmodes/ispell.el (ispell-command-loop): Add newline
5827         at the end of the "Use option `i'..." line.
5829 2011-08-25  Juri Linkov  <juri@jurta.org>
5831         * battery.el (display-battery-mode): If `battery-status-function'
5832         or `battery-mode-line-format' is nil, display the message and set
5833         `display-battery-mode' to nil (bug#9363).
5835 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
5837         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5838         bidi-string-mark-left-to-right; they are unnecessary now.
5840 2011-08-25  Deniz Dogan  <deniz@dogan.se>
5842         * net/quickurl.el: Documentation typo fixes.
5844 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
5846         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5848 2011-08-25  Glenn Morris  <rgm@gnu.org>
5850         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5852         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5853         (smtpmail-via-smtp): Handle nil response from smtp.
5855 2011-08-24  Juri Linkov  <juri@jurta.org>
5857         * proced.el (proced-marked): Inherit from `error' instead of
5858         `font-lock-warning-face'.
5860         * ibuffer.el (ibuffer-marked-face): Change default face from
5861         `font-lock-warning-face' to `warning'.
5862         (ibuffer-deletion-face): Change default face from
5863         `font-lock-type-face' to `error'.
5865         * battery.el (battery-update): Use the face `error' instead of
5866         `font-lock-warning-face' (bug#6117).
5868 2011-08-24  Juri Linkov  <juri@jurta.org>
5870         * faces.el (success): Change face color from "Green3" to
5871         "ForestGreen" on light background (bug#9353).
5873 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
5875         * window.el (quit-window): Rename from quit-restore-window.
5876         Use same arglist as old quit-window.
5877         (frame-auto-delete): Doc fix.
5879         * view.el (view-mode-exit): Use quit-window.
5881 2011-08-24  Juri Linkov  <juri@jurta.org>
5883         * isearch.el (isearch-ring-adjust1): Start visiting previous
5884         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5885         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5886         for empty search string (when the last search string is reused
5887         automatically) to adjust the isearch ring to the last element and
5888         prepare the correct index for further M-p commands (bug#9185).
5890 2011-08-24  Kenichi Handa  <handa@m17n.org>
5892         * international/ucs-normalize.el: If decomposition property of
5893         CHAR is the default one (i.e. a list of CHAR itself), treat it as
5894         nil.
5895         (nfd, nfkd): Likewise.
5897 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5900         from process filters aren't reliably transmitted to the surrounding
5901         accept-process-output.
5902         (mpc-proc-check): New function.
5903         (mpc-proc-sync): Use it (bug#8293)
5905 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5907         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5908         Add compatibility functions (bug#9313).
5910 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
5912         * cus-start.el (all): Add entry for bidi-paragraph-direction.
5914         * international/uni-bidi.el: Regenerate.
5916 2011-08-23  Kenichi Handa  <handa@m17n.org>
5918         * international/charprop.el:
5919         * international/uni-bidi.el:
5920         * international/uni-category.el:
5921         * international/uni-combining.el:
5922         * international/uni-comment.el:
5923         * international/uni-decimal.el:
5924         * international/uni-decomposition.el:
5925         * international/uni-digit.el:
5926         * international/uni-lowercase.el:
5927         * international/uni-mirrored.el:
5928         * international/uni-name.el:
5929         * international/uni-numeric.el:
5930         * international/uni-old-name.el:
5931         * international/uni-titlecase.el:
5932         * international/uni-uppercase.el: Regenerate.
5934 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
5936         * help.el (help-window-setup): Fix message displayed when other
5937         window is reused.  (Bug#9341)
5939 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5941         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5942         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5944         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5945         Mark obsolete.
5946         * shell.el (shell-parse-pcomplete-arguments): New function.
5947         (shell-completion-vars): Use it instead (bug#9160).
5949 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5952         strings and comments (bug#9333).
5954         * emacs-lisp/debug.el (debug-arglist): New function.
5955         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
5956         (debug-on-entry-1): Handle interpreted closures (bug#9120).
5958 2011-08-22  Juri Linkov  <juri@jurta.org>
5960         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5961         Revert regexp that highlights output switches to its old
5962         pre-2010-10-28 value and remove one `?' from it (bug#9319).
5964         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5965         to check for empty output (bug#9226).
5967 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
5969         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5970         symbol-constituent as the default, as that stops font-lock from
5971         working properly (Bug#8843).
5973 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5976         `coding-system-for-*' around the process open call to avoid
5977         auth-source side effects.
5978         (smtpmail-try-auth-methods): Expand the secret password.
5979         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5980         probe hangs.
5982 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
5984         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5986         * emacs-lisp/find-func.el (find-function-noselect): New arg
5987         lisp-only.
5989         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5990         signal an error for built-in functions (Bug#6664).
5992 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5995         (smtpmail-try-auth-methods): Use it.
5997 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
5999         * font-lock.el (font-lock-fontify-region)
6000         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6001         (font-lock-default-unfontify-buffer)
6002         (font-lock-default-fontify-region)
6003         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6005         * progmodes/compile.el (compilation-error-properties):
6006         Fix confusion between file struct and message struct (Bug#9319).
6007         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6008         `ant' regexp.
6010         * net/browse-url.el (browse-url-firefox): Don't call
6011         browse-url-firefox-sentinel unless using -remote (Bug#9328).
6013 2011-08-20  Glenn Morris  <rgm@gnu.org>
6015         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6017         * tutorial.el (tutorial--default-keys): Update some default bindings.
6019         * files.el (hack-local-variables): Fully ignore case for "mode:".
6021 2011-08-20  Alan Mackenzie  <acm@muc.de>
6023         Resolve invalid use of a regexp in regexp-opt.
6025         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6026         detection for a java annotation.
6028         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
6029         detection for a java annotation.
6031         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6032         handling for java.
6033         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6035 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
6037         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6038         (Bug#9274).
6040 2011-08-20  Alan Mackenzie  <acm@muc.de>
6042         Fontify CPP expressions correctly when starting in the middle of
6043         such a construct.  Mainly for when jit-lock etc. starts a chunk
6044         here.
6046         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
6047         variable.
6048         (c-make-font-lock-search-form): New function, extracted from
6049         c-make-font-lock-search-function.
6050         (c-make-font-lock-search-function): Use the above function.
6051         (c-make-font-lock-context-search-function): New function.
6052         (c-cpp-matchers): Enhance the preprocessor expression case with
6053         the above function
6054         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6055         which takes an expression.
6057         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6059 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
6061         * window.el (display-buffer-reuse-window)
6062         (display-buffer-pop-up-window): Don't reuse or split a side
6063         window.
6065 2011-08-19  Glenn Morris  <rgm@gnu.org>
6067         * files.el (hack-local-variables-prop-line, hack-local-variables):
6068         Downcase "Mode:".  (Bug#9331)
6070 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
6072         * international/characters.el: Add L and R categories.
6074         * subr.el (bidi-string-mark-left-to-right): Rename from
6075         string-mark-left-to-right.  Use category search.
6077         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6079 2011-08-18  Juri Linkov  <juri@jurta.org>
6081         * faces.el (error, warning, success): New faces with definitions
6082         copied from old default values of `font-lock-warning-face',
6083         `compilation-warning', `compilation-info' (bug#6117).
6085         * font-lock.el (font-lock-warning-face): Inherit from `error'.
6087         * progmodes/compile.el (compilation-error): Inherit from `error'.
6088         (compilation-warning): Inherit from `warning'.
6089         (compilation-info): Inherit from `success'.
6091         * dired.el (dired-marked): Inherit from `warning'.
6092         (dired-flagged): Inherit from `error'.
6094 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096         * mail/smtpmail.el (auth-source): Require to avoid problems with
6097         binding variables (bug#9298).  Also clean up some unused
6098         autoloads.
6100         * net/network-stream.el (network-stream-open-starttls):
6101         Support using starttls.el without using gnutls-cli.
6103 2011-08-17  Juri Linkov  <juri@jurta.org>
6105         * progmodes/grep.el (rgrep): Handle the case when
6106         `grep-find-command' is a cons cell (bug#9278).
6108 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
6110         * window.el (display-buffer-pop-up-frame): Run frame creation
6111         function with BUFFER current (as special-display-popup-frame
6112         does).  Reported by Drew Adams.
6114 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
6116         * epa-mail.el: Simplify GnuPG group expansion using
6117         epg-expand-group.
6118         (epa-mail-group-alist, epa-mail-group-modtime)
6119         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6120         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6121         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6122         Remove.
6124 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
6126         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6128 2011-08-16  Alan Mackenzie  <acm@muc.de>
6130         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6131         Correct, to avoid the inside of macros.
6133 2011-08-16  Richard Stallman  <rms@gnu.org>
6135         * epa-mail.el: Handle GnuPG group definitions.
6136         (epa-mail-group-alist, epa-mail-group-modtime)
6137         (epa-mail-gnupg-conf-file): New variables.
6138         (epa-mail-parse-groups, epa-mail-sync-groups)
6139         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6140         (epa-mail-expand-recipients): New functions.
6141         (epa-mail-encrypt): Call epa-mail-expand-recipients.
6143         * mail/rmail.el (rmail-epa-decrypt): New command.
6145         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6146         Don't bind buffer-read-only, just inhibit-read-only.
6147         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6148         (epa-decrypt-armor-in-region): Make error message clearer.
6150 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6153         and "a2b" to "ab" for `prefix'.
6155 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
6157         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6158         filter groups.
6159         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
6160         Fourquet (Bug#8804).
6162 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
6164         * startup.el (argi): Declare as global variable (bug#9275).
6166 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
6168         * subr.el (string-mark-left-to-right): Search the entire string
6169         for RTL script, not just the terminating character.  Doc fix.
6171 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6173         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6174         New function.
6175         (js--regexp-literal, js-syntax-propertize-function): Remove.
6176         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6177         (js-mode-map): Don't rebind electric keys.
6178         (js-insert-and-indent): Remove.
6179         (js-mode): Setup electric-layout and electric-indent instead.
6181         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6183 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
6185         * epa.el (epa-progress-callback-function): Fix the logic of
6186         displaying progress.
6187         * epa-file.el (epa-file-insert-file-contents): Make progress
6188         display more user-friendly.
6189         (epa-file-write-region): Ditto.
6191 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
6193         * subr.el (string-mark-left-to-right): New function.
6195         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6196         Use string-mark-left-to-right.
6197         (list-buffers-noselect): Caller changed.
6199         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6200         Use string-mark-left-to-right.
6201         (tabulated-list-print): Recenter after moving point.
6203 2011-08-10  Juri Linkov  <juri@jurta.org>
6205         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6206         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6207         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6209 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
6211         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6212         (Bug#7554).
6214 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
6216         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6217         character.  (Bug#6594)
6219 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
6221         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6222         (image-dired--with-db-file): New macro.
6223         (image-dired-write-tags, image-dired-remove-tag)
6224         (image-dired-create-gallery-lists, image-dired-write-comments)
6225         (image-dired-get-comment, image-dired-mark-tagged-files)
6226         (image-dired-list-tags, image-dired-gallery-generate): Use it.
6227         (image-dired-gallery-generate): Use insert-file-contents.
6229         * time.el (display-time-world-list, display-time-world-display):
6230         * time-stamp.el (time-stamp-string):
6231         * vc/add-log.el (add-change-log-entry): Use setenv instead of
6232         set-time-zone-rule (Bug#7337).
6234 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
6236         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6237         (epg-error-to-string, epg-errors-to-string): New function.
6238         (epg-wait-for-completion): Reverse errors list.
6239         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6240         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6241         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6242         (epg-sign-keys, epg-generate-key-from-file)
6243         (epg-generate-key-from-string): Format errors by using
6244         epg-errors-to-string (bug#9255).
6245         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6247 2011-08-07  Juri Linkov  <juri@jurta.org>
6249         * faces.el (list-faces-display): Remove extra angle bracket
6250         from `help-mode-map'.
6252         * info.el (Info-history-toc-nodes): Doc fix.
6254         * longlines.el (longlines-mode): Doc fix.
6256 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6258         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6259         of statements and in a few more cases (bug#9183).
6261         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6262         New functions.
6263         (cl-transform-lambda): Use them (bug#9239).
6265 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
6267         * window.el (display-buffer-same-window)
6268         (display-buffer-same-frame, display-buffer-other-window)
6269         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6270         (pop-to-buffer-other-window)
6271         (pop-to-buffer-same-frame-other-window)
6272         (pop-to-buffer-other-frame): Make them defuns.
6273         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6275 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6277         * subr.el (make-composed-keymap): Move from C.  Change calling
6278         convention, and improve docstring to bring attention to a subtle point.
6279         * minibuffer.el (completing-read-default): Adjust accordingly.
6281 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
6283         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6284         (tramp-open-shell): Use `tramp-shell-quote-argument'.
6286         * net/trampver.el: Update release number.
6288 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6291         "in" (bug#9190).
6293 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295         * mail/sendmail.el (sendmail-query-once): Restore the current
6296         buffer after querying (bug#9074).
6298         * dired.el (dired-flagged): Use different faces for marked and
6299         flagged files (bug#6117).
6301         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6302         (bug#4433).
6304         * ido.el (ido-mode): Switch off the message if called
6305         non-interactively.
6307         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6308         before 587, since it appears that that's more likely to work for
6309         more people.
6311         * cus-edit.el (custom-file): When running under emacs -q, always
6312         refuse to save the customizations, even if the .emacs file doesn't
6313         exist.
6315         * info.el: Remove the `Info-beginning-of-buffer' function
6316         (bug#8325).
6318         * net/network-stream.el (network-stream-open-starttls):
6319         Use `starttls-available-p' to see whether starttls.el can be used.
6321 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
6323         * window.el (display-buffer-in-window): Don't set dedicated status
6324         of window here (Bug#9215).
6325         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6326         (display-buffer-pop-up-side-window)
6327         (display-buffer-in-side-window): Set dedicated status of window here.
6329 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6332         before binding generated-autoload-file.
6334 2011-08-01  Deniz Dogan  <deniz@dogan.se>
6336         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6338 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
6340         Sync with Tramp 2.2.2.
6342         * net/trampver.el: Update release number.
6344 2011-07-30  Juri Linkov  <juri@jurta.org>
6346         * dired-aux.el (dired-touch-initial): Remove function.
6347         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6348         current time, and `default' to the last modification time of the
6349         current marked file (bug#6887).
6351 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
6353         * simple.el (goto-line): Use string-to-number to provide a
6354         numeric argument to read-number (bug#9163).
6356 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
6358         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6359         connection process, it could be nil.
6361 2011-07-27  Leo Liu  <sdl.web@gmail.com>
6363         Simplify url handling in rcirc-mode.
6365         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6366         (rcirc-browse-url-at-mouse): Remove.
6367         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6369 2011-07-26  Alan Mackenzie  <acm@muc.de>
6371         Fontify bitfield declarations properly.
6373         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6374         (c-symbol-chars): Now exported as a lang variable.
6375         (c-not-primitive-type-keywords): New lang variable.
6377         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6378         QT keyword "more" to prevent "more slots: ...." being spuriously
6379         parsed as a bitfield declaration.
6381         * progmodes/cc-engine.el (c-beginning-of-statement-1):
6382         Refactor and enhance to handle bitfield declarations.
6383         (c-punctuation-in): New function.
6384         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6385         declarations properly.
6387 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
6389         * calendar/icalendar.el (icalendar--all-events): Take care of
6390         multiple vcalendars in a single file.
6391         (icalendar--convert-float-to-ical): Checkdoc fixes.
6393 2011-07-25  Deniz Dogan  <deniz@dogan.se>
6395         * image.el (insert-image): Clarifying docstring.
6397 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
6399         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6400         `tramp-send-command-and-check' if there is no error.
6401         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6403 2011-07-22  Alan Mackenzie  <acm@muc.de>
6405         Prevent cc-langs.elc being loaded at run time.
6407         * progmodes/cc-mode.el: Remove two autoload forms which loaded
6408         cc-langs.
6410         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
6411         "(require 'cc-langs)".  Quote a form so it will evaluate at
6412         (cc-mode's) compilation time.
6414 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
6416         * net/tramp.el (tramp-file-name-handler): Avoid recursive
6417         loading.  (Bug#9114)
6419 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
6421         * window.el (display-buffer-pop-up-window)
6422         (display-buffer-pop-up-side-window)
6423         (display-buffer-in-side-window): Call display-buffer-set-height
6424         and display-buffer-set-width after setting the new window's
6425         buffer so `fit-window-to-buffer' and friends work on the right buffer.
6427 2011-07-20  Sam Steingold  <sds@gnu.org>
6429         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6430         (etags-tags-included-tables): Call `convert-standard-filename' on
6431         the file names contained in TAGS so that windows Emacs can handle
6432         TAGS files created by cygwin ctags.
6434 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6436         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6437         which apparently didn't work.
6439 2011-07-19  Roland Winkler  <winkler@gnu.org>
6441         * proced.el (proced-send-signal): For *Marked Processes* buffer
6442         put point at beginning of buffer.
6444 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
6446         * proced.el (proced-format): Make header lines align with the text
6447         (bug#1779).
6449 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6451         * view.el (view-buffer): Allow running in `special' modes if we're
6452         visiting a file (bug#8615).
6454 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
6456         * window.el (display-buffer-alist-of-strings-p)
6457         (display-buffer-alist-set-1, display-buffer-alist-set-2):
6458         New functions.
6459         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6460         more accurately.
6462 2011-07-18  Alan Mackenzie  <acm@muc.de>
6464         Fontify declarators properly when, e.g., a jit-lock chunk begins
6465         inside a declaration.
6467         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6469         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6470         New function.
6471         (c-complex-decl-matchers): Insert reference to
6472         c-font-lock-enclosing-decls.
6474         * progmodes/cc-engine.el (c-backward-single-comment):
6475         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6476         to nil around calls to (forward-comment -1).
6478 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6480         * image.el (put-image): Doc typo fix.
6482         * progmodes/etags.el (tags-search): Doc typo fix.
6484         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6485         password if we get errors 550 to 554.
6487 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6489         * net/gnutls.el (gnutls-log-level): Remove.
6491         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6492         indentation character (bug#6380).
6494         * files.el (buffer-offer-save): Made permanently local (bug#6241).
6496         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6497         to clarify what the problem is (bug#4291).
6499         * simple.el (current-kill): Clarify what
6500         `interprogram-paste-function' does (bug#7500).
6501         (auto-fill-mode): Document `auto-fill-function' in relation to
6502         `auto-fill-mode' (bug#2470).
6504 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
6506         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6507         method if slot is read-only (bug#9035).
6509 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
6511         * frame.el (select-frame-set-input-focus): New argument NORECORD.
6512         * window.el (pop-to-buffer): Select window used even if it was
6513         selected before, see discussion of (Bug#8615), (Bug#6954).
6514         Pass argument NORECORD on to select-frame-set-input-focus.
6516 2011-07-15  Glenn Morris  <rgm@gnu.org>
6518         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
6519         Respect help-form.
6521 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
6523         * net/gnutls.el (gnutls-min-prime-bits): New variable.
6524         (gnutls-negotiate): Use it.
6526 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6528         * net/gnutls.el (gnutls-negotiate):
6529         Upcase `gnutls-algorithm-priority'.
6531 2011-07-15  Glenn Morris  <rgm@gnu.org>
6533         * jka-compr.el (jka-compr-verbose): Move from here...
6534         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
6535         Add missing :version tag.
6536         * info.el: No need to require jka-compr when compiling.
6538 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6540         * net/gnutls.el (gnutls-algorithm-priority): New variable.
6541         (gnutls-negotiate): Use it.
6543         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6545         * info.el (Info-beginning-of-buffer): New command.
6546         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6547         announcing `b' as the key (bug#8325).
6548         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
6550         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6552         * international/mule-cmds.el
6553         (describe-specified-language-support): Make the error message
6554         clearer (bug#8905).
6556         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6558         * isearch.el (isearch-barrier): Add a doc string, since it's
6559         mentioned in a function doc string (bug#8678).
6561 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
6563         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6564         buffer argument (Bug#9083) and self-identifying label argument.
6566 2011-07-15  Glenn Morris  <rgm@gnu.org>
6568         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
6570 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572         * man.el (Man-fontify-manpage): Fix message when formatting the
6573         man page (bug#7929).
6575 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
6577         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6578         argument LRM; if non-nil, append an invisible LRM character to the
6579         buffer name.
6580         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6581         last argument non-nil, when formatting buffer names.
6582         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6583         paragraph direction.
6585 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6588         the man page name (bug#7929).
6590         * image.el (put-image): Mention the `put-image' overlay property
6591         (bug#7834).
6593         * scroll-bar.el (set-scroll-bar-mode): Mention that
6594         `scroll-bar-mode' lists the values (bug#7772).
6596         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6597         command (bug#7729).
6599         * rect.el (apply-on-rectangle): Return the point after the last
6600         operation.
6601         (string-rectangle): Go to the point after the last operation
6602         (bug#7522).
6604         * printing.el (pr-toggle-region): Clarify the documentation
6605         slightly (bug#7493).
6607         * time.el (display-time-update):
6608         Allow `display-time-mail-function' to return nil (bug#7158).
6609         Fix suggested by Detlev Zundel.
6611         * vc/diff.el (diff): Clarify the order the file names are read
6612         (bug#7111).
6614         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6615         the doc string (bug#7015).
6617         * font-lock.el (font-lock-maximum-decoration): Mention what
6618         numeric levels mean (bug#6935).
6620         * startup.el (initial-buffer-choice): Don't mention the `none'
6621         selection, which is against policy.
6623 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
6625         * window.el (display-buffer-normalize-special):
6626         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
6628 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
6630         * subr.el (version<, version<=, version=): Mention "-CVS" and
6631         "-12345" alpha version numbers.
6633 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
6635         * bindings.el: Add advertised binding for set-mark-command
6636         (Bug#5772).
6638 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
6640         * bindings.el (mode-line-other-buffer):
6641         * bookmark.el (bookmark-bmenu-2-window):
6642         * bs.el (bs-cycle-next, bs-cycle-previous):
6643         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6644         switch-to-buffer.
6646         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6647         Delete.
6649 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
6651         * follow.el (follow-debug-message, follow-redisplay):
6652         * jka-cmpr-hook.el (with-auto-compression-mode):
6653         Fix typos in docstrings.
6655 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657         * subr.el (with-silent-modifications): Clarify somewhat what the
6658         macro inhibits (bug#6525).
6660         * simple.el (eval-expression): Note what it does if called
6661         interactively (bug#6495).
6663 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
6665         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6666         Use pop-to-buffer buffer-or-name if it is nil.
6668         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6669         Remove switch-to-buffer.
6671 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673         * files.el (make-directory): Clarify that an error will be raised
6674         if there's an error (bug#6397).
6676         * startup.el (initial-buffer-choice): Add `none' as a choice
6677         (bug#6234).
6679         * subr.el (add-hook): Clarify section about buffer-local hooks
6680         (bug#6218).
6682         * dired.el (dired-flagged): Clarify doc string (bug#6117).
6684 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
6686         * tabify.el (untabify): Preserve the current column so that point
6687         doesn't move (bug#6032).
6689 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6691         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6692         Rewrite to avoid awkward possessive "s" (bug#5986).
6694 2011-07-13  Glenn Morris  <rgm@gnu.org>
6696         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
6697         (dired-insert-directory): Give a message the first time
6698         if ls is found not to support --dired.
6700 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702         * simple.el (toggle-truncate-lines): Clarify what is toggled
6703         (bug#5580).  Text by Drew Adams.
6705 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
6707         * simple.el (blink-matching-open): Make the error message from the
6708         last change less verbose.
6710 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
6712         * font-lock.el (font-lock-comment-face): Use the high contrast
6713         "yellow" color for font-lock-comment-face on low color terminals
6714         using a dark background color (bug#4221).
6716 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718         * dired.el (dired-insert-set-properties): Make the doc string
6719         reflect what it does now (bug#5325).
6721         * simple.el (blink-matching-open): Say that we were unable to find
6722         the match within the limit, if we're limited (bug#5122).
6724         * international/mule-cmds.el (prefer-coding-system): Add an
6725         example (bug#4869).
6727         * progmodes/etags.el (tags-search): Document `file-list-form'
6728         (bug#4731).
6730 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
6732         * net/browse-url.el (browse-url-default-browser)
6733         (browse-url-browser-function): Make the default browser choice a
6734         bit more logical (bug#4300).  Also clean up the doc string.
6736 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
6738         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6739         binary endings (bug#4440).
6741 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6744         which can be pretty annoying (bug#8971).
6746         * jka-compr.el (jka-compr-verbose): New variable, and use
6747         throughout (bug#8971).
6749         * info.el (Info-find-file): Fall back on the installation
6750         directory if we can't find the info node anywhere else.
6752 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
6754         * vc/vc.el (vc-revert-file):
6755         Don't set file time-stamp in the past.  (Bug#5181)
6757 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759         * files.el (after-find-file): Give a better error message when
6760         trying to find a symlink that points to a file that doesn't exist
6761         (bug#4398).
6763         * progmodes/cc-vars.el: Remove (probably) misleading comment
6764         (bug#4396).
6766 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
6768         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6770 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
6772         * mouse-sel.el: Hack restoring functionality, while keeping
6773         compatibility with 2010-07-03 changes to mouse selection.
6774         (mouse-sel-primary-overlay): New var.
6775         (mouse-sel-selection-alist): Use it.
6776         (mouse-sel-mode): Doc fix; remove points that are default features
6777         of mouse.el.
6779 2011-07-12  Johan BockgÃ¥rd  <bojohan@gnu.org>
6781         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6782         Fix previous fix (bug#2490).
6784 2011-07-12  Roland Winkler  <winkler@gnu.org>
6786         * textmodes/bibtex.el (bibtex-initialize):
6787         Use pop-to-buffer-same-window.
6788         (bibtex-search-entries): Fix interactive call.
6790 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6793         Fontise bytecomp Error lines more correctly (bug#2490).
6794         Fix suggested by Johan BockgÃ¥rd.
6796         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6798         * dired-x.el (dired-guess-default): Use `delete-dups'.
6800 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
6802         * dired.el (dired-mark-prompt):
6803         * dired-aux.el (dired-read-shell-command): Doc fix.
6805 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6807         * mail/sendmail.el (sendmail-query-once):
6808         Use `customize-save-variable' unconditionally, now that it works under
6809         emacs -Q.
6811         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6813         * cus-edit.el (custom-file): Take an optional no-error variable.
6814         (customize-save-variable): Set the variable, and give a warning if
6815         running under "emacs -q".
6817 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
6819         * loadhist.el (unload-feature-special-hooks):
6820         Add `auto-coding-functions', `fill-nobreak-predicate' and
6821         `find-directory-functions' (bug#5327).
6823 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6827         * cus-edit.el (custom-guess-name-alist): -alist variables should
6828         use the `alist' type (bug#3120).  Suggested by Drew Adams.
6830         * printing.el: Add documentation to all the `pr-toggle-' commands.
6832 2011-07-11  Leo Liu  <sdl.web@gmail.com>
6834         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6835         backends where it makes sense (bug#2623).
6837 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6839         * dired-x.el (dired-guess-default): Remove duplicate shell command
6840         entries (bug#2028).
6841         (dired-guess-default): Fix grammar in doc string (bug#2028).
6842         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
6844         * subr.el (remove-duplicates): New conveniency function.
6846 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6848         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6849         (bug#1526).
6851 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
6853         * window.el (display-buffer-normalize-default): Don't invert
6854         meaning of even-window-heights.  Reported by Eli Zaretskii
6855         <eliz@gnu.org>.
6857 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
6859         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6861 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
6863         * window.el (display-buffer): Fix arguments to
6864         display-buffer-reuse-window in last change.
6866         * faces.el (link): Use a less saturated blue on light backgrounds.
6868         * startup.el (fancy-startup-text, fancy-about-text)
6869         (fancy-startup-tail): Use font-lock faces, for background safety.
6871 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
6873         * emulation/viper-cmd.el (viper-change-state-to-vi):
6874         Limit triggering of abbrev expansion (Bug#9038).
6876 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
6878         * window.el (display-buffer-default-specifiers): Remove.
6879         (display-buffer-macro-specifiers): Remove default specifiers.
6880         (display-buffer-alist): Default to nil.
6881         (display-buffer-reuse-window): New optional argument other-window.
6882         (display-buffer-pop-up-window): Allow splitting internal
6883         windows.  Check whether a live window was created.
6884         (display-buffer-other-window-means-other-frame)
6885         (display-buffer-normalize-arguments): Rename to
6886         display-buffer-normalize-argument and rewrite.  Set the
6887         other-window specifier.
6888         (display-buffer-normalize-special): New function.
6889         (display-buffer-normalize-options): Rename to
6890         display-buffer-normalize-default and rewrite.
6891         (display-buffer-normalize-options-inhibit): Remove.
6892         (display-buffer-normalize-specifiers): Rewrite.
6893         (display-buffer): Process other-window specifier and call
6894         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
6895         more faithfully.
6896         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
6897         (display-buffer-alist-set): Don't handle 'unset default values.
6898         (display-buffer-in-window, display-buffer-alist-set):
6899         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
6900         <tassilo@member.fsf.org>.
6902 2011-07-09  Leo Liu  <sdl.web@gmail.com>
6904         * register.el (insert-register): Restore accidental change on
6905         2011-06-26.  (Bug#9028)
6907 2011-07-09  Glenn Morris  <rgm@gnu.org>
6909         * subr.el (remq): Handle the empty list.  (Bug#9024)
6911 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
6913         * mail/sendmail.el (send-mail-function): No longer delay custom
6914         initialization.
6915         * custom.el (custom-initialize-delay): Doc fix.
6917 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6919         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6921 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
6923         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6924         human-friendly prompt.
6926 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6929         provided by a particular plugin.
6931 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6934         save customizations (with "emacs -Q"), just set the variable
6935         instead of erroring out.
6937         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6939 2011-07-08  Juri Linkov  <juri@jurta.org>
6941         * arc-mode.el (archive-zip-expunge, archive-zip-update)
6942         (archive-zip-update-case): Use 7z if found by `executable-find'.
6943         The order of searching the available programs is the same as in
6944         `archive-zip-extract' (bug#8968).
6946 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
6948         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6949         (menu-bar-options-menu): Tweak descriptions.
6951 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6954         menu items into verb phrases (bug#1421).  Also refill to fit under
6955         80 columns.
6957 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
6959         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6960         (Info-read-node-name): Doc fix (Bug#1084).
6962         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6963         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6964         (end-of-sexp, beginning-of-sexp)
6965         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6966         (forward-symbol, forward-same-syntax, word-at-point)
6967         (sentence-at-point): Doc fix (Bug#1144).
6969 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6972         should cover it (bug#1281).
6974         * cus-edit.el (custom-show): Mark as obsolete.
6976         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
6977         negotiation fails, then possibly try again with a non-encrypted
6978         connection (bug#9017).
6980         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6981         be used.
6983 2011-07-07  Richard Stallman  <rms@gnu.org>
6985         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6986         property, and handle its changed format.
6987         Look for the correct line number.
6988         Use file's line contents (but not past first =) to find
6989         correct line in message.
6991 2011-07-07  Kenichi Handa  <handa@m17n.org>
6993         * international/characters.el (build-unicode-category-table):
6994         Delete it.
6995         (unicode-category-table): Set it by unicode-property-table-internal.
6997         * international/mule-cmds.el (char-code-property-alist): Move to
6998         to src/chartab.c.
6999         (get-char-code-property): Call unicode-property-table-internal to
7000         load a file.  Call get-unicode-property-internal where necessary.
7001         (put-char-code-property): Call unicode-property-table-internal to
7002         load a file.  Call put-unicode-property-internal where necessary.
7003         put-unicode-property-internal where necessary.
7004         (char-code-property-description):
7005         Call unicode-property-table-internal to load a file.
7007         * international/charprop.el:
7008         * international/uni-bidi.el:
7009         * international/uni-category.el:
7010         * international/uni-combining.el:
7011         * international/uni-comment.el:
7012         * international/uni-decimal.el:
7013         * international/uni-decomposition.el:
7014         * international/uni-digit.el:
7015         * international/uni-lowercase.el:
7016         * international/uni-mirrored.el:
7017         * international/uni-name.el:
7018         * international/uni-numeric.el:
7019         * international/uni-old-name.el:
7020         * international/uni-titlecase.el:
7021         * international/uni-uppercase.el: Regenerate.
7023         * loadup.el: Load international/charprop.el before
7024         international/characters.
7026 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
7028         * window.el (next-buffer, previous-buffer): Signal an error if
7029         called from a minibuffer window.
7031         * bindings.el: Revert 2011-07-04 change.
7033 2011-07-06  Richard Stallman  <rms@gnu.org>
7035         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7036         (rmail-mime-insert-bulk, rmail-mime-insert-text):
7037         Treat markers like ints.
7038         (rmail-mime-entity): Doc fix.
7040 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7043         defcustom again for backwards compatibility.
7045         * simple.el (shell-command-on-region): Fill.
7047         * dired-aux.el (dired-kill-line): Add a doc string.
7049         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7050         to "\\sw\\|\\s_" (bug#358).
7052         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7053         (dired-unmark-backward): Ditto.
7054         (dired-flag-backup-files): Ditto.
7056         * dired-x.el (dired-mark-sexp): Ditto.
7058 2011-07-06  Richard Stallman  <rms@gnu.org>
7060         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7061         (rmail-mime-entity): New arg TRUNCATED.
7062         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7063         New functions.
7064         (rmail-mime-save): Warn if entity is truncated.
7065         (rmail-mime-toggle-hidden): Likewise, for showing.
7066         (rmail-mime-process-multipart): Record when an entity is truncated.
7068         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7069         if ENTITY is a string.
7071 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7073         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
7074         of faces when `M-C-x'-ing their definitions (bug#8378).
7075         Also clean up the code slightly.
7077         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
7078         because that makes the colors go away.
7080         * mail/sendmail.el (send-mail-function): Change the default to
7081         `sendmail-query-once'.
7082         (sendmail-query-once): Add an autoload cookie.
7084         * net/network-stream.el (network-stream-open-starttls): Try using
7085         a plain connection even if the server offered STARTTLS, and we
7086         kinda wanted to use it, if Emacs doesn't have any STARTTLS
7087         capability.  This should make smtpmail.el work in slightly more
7088         configurations.
7090 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
7092         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7093         New defun.
7094         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7096 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
7098         * progmodes/sql.el: Version 3.0
7099         (sql-product-alist): Add product :completion-object,
7100         :completion-column, and :statement attributes.
7101         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
7102         (sql-mode-syntax-table): Mark all punctuation.
7103         (sql-font-lock-keywords-builder): Temporarily remove fallback on
7104         ansi keywords.
7105         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
7106         (sql-mode-oracle-font-lock-keywords): Improve.
7107         (sql-oracle-show-reserved-words): New function for development.
7108         (sql-product-font-lock): Simplify for source code buffers.
7109         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7110         New functions.
7111         (sql-highlight-product): Set product specific syntax table.
7112         (sql-mode-map): Add statement movement functions.
7113         (sql-ansi-statement-starters, sql-oracle-statement-starters):
7114         New variable.
7115         (sql-statement-regexp, sql-beginning-of-statement)
7116         (sql-end-of-statement, sql-signum): New functions.
7117         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
7118         (sql-show-sqli-buffer): Bug fix.
7119         (sql-interactive-mode): Store connection data as buffer local.
7120         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
7121         with sql-interactive-mode.
7122         (sql-save-connection): Save buffer local settings.
7123         (sql-connection-menu-filter): Change menu entry name.
7124         (sql-product-interactive): Bug fix.
7125         (sql-preoutput-hold): New variable.
7126         (sql-interactive-remove-continuation-prompt): Bug fixes.
7127         (sql-debug-redirect): New variable.
7128         (sql-str-literal): New function.
7129         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
7130         Redesign.
7131         (sql-oracle-save-settings, sql-oracle-restore-settings)
7132         (sql-oracle-list-all, sql-oracle-list-table): New functions.
7133         (sql-completion-object, sql-completion-column)
7134         (sql-completion-sqlbuf): New variables.
7135         (sql-build-completions-1, sql-build-completions)
7136         (sql-try-completion): New functions.
7137         (sql-read-table-name): Use them.
7138         (sql-contains-names): New buffer local variable.
7139         (sql-list-all, sql-list-table): Use it.
7140         (sql-oracle-completion-types): New variable.
7141         (sql-oracle-completion-object, sql-sqlite-completion-object)
7142         (sql-postgres-completion-object): New functions.
7144 2011-07-06  Glenn Morris  <rgm@gnu.org>
7146         * window.el (pop-to-buffer): Doc fix.
7148 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
7150         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7152 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
7154         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7156         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
7158 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
7160         * button.el (button): Inherit from link face.  Suggested by Dan
7161         Nicolaescu.
7163 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7165         * progmodes/gdb-mi.el: Fit in 80 columns.
7166         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7167         switch-to-buffer.
7169         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7170         if imenu is simply not configured (bug#8941).
7172 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
7174         * allout.el (allout-post-undo-hook): New allout outline-change
7175         event hook to signal undo activity.
7176         (allout-post-command-business): Run allout-post-undo-hook if an
7177         undo just occurred.
7178         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7179         * allout-widgets.el (allout-widgets-after-undo-function):
7180         Ensure the integrity of the current item's decoration after it has been
7181         in the vicinity of an undo.
7182         (allout-widgets-mode): Include allout-widgets-after-undo-function
7183         on the new allout-post-undo-hook.
7185 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7187         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7188         Let define-derived-mode define it.
7189         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7190         cycles of abbrev-table inheritance (bug#8998).
7192 2011-07-05  Roland Winkler  <winkler@gnu.org>
7194         * textmodes/bibtex.el: Add support for biblatex.
7195         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7196         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7197         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7198         (bibtex-entry-alist, bibtex-field-alist): New variables.
7199         (bibtex-entry-field-alist): Obsolete alias for
7200         bibtex-BibTeX-entry-alist.
7201         (bibtex-entry-alist, bibtex-field-alist): New widgets.
7202         (bibtex-set-dialect): New command.
7203         (bibtex-entry-type, bibtex-entry-head)
7204         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7205         Bind via bibtex-set-dialect.
7206         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7207         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7208         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7209         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7210         Define via bibtex-set-dialect.
7211         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7212         Obey bibtex-no-opt-remove-re.
7213         (bibtex-vec-push, bibtex-vec-incr): New functions.
7214         (bibtex-format-entry, bibtex-field-list)
7215         (bibtex-print-help-message, bibtex-validate)
7216         (bibtex-search-entries): Use new format of bibtex-entry-alist.
7218 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * progmodes/compile.el (compilation-goto-locus):
7221         * net/tramp-cmds.el (tramp-append-tramp-buffers):
7222         * bs.el (bs-cycle-next, bs-cycle-previous):
7223         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7224         * bindings.el (mode-line-other-buffer):
7225         * autoinsert.el (auto-insert):
7226         * arc-mode.el (archive-extract):
7227         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7229 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
7231         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7232         Fix check of `emacs-lock-unlockable-modes'.
7233         Coerce true values of `emacs-lock--try-unlocking' to t.
7235 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
7237         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7238         * emacs-lock.el: New file.
7240 2011-07-05  Julien Danjou  <julien@danjou.info>
7242         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7243         than `boundp' to check if face is set.
7245 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
7247         * register.el (registerv-make):
7248         * window.el (window-min-height): Fix typos in docstrings.
7250 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
7252         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7253         Update doc string.
7255 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
7257         * server.el (server-execute): Catch quit and call
7258         `server-return-error' to pass the error back to emacsclient and
7259         close the connection (bug#8942).
7261 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
7263         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7264         insecure exception for current topic.  Also note that auto-saves
7265         are handled differently.
7267         (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7268         State variables for tracking auto-save inhibition situation.
7270         (allout-write-contents-hook-handler): Rename from
7271         'allout-write-file-hook-handler', and describe how it depends on
7272         write-contents-functions sensitivity to non-nil value to prevent
7273         file write.
7275         (allout-auto-save-hook-handler): Remove.  auto-save does not check
7276         this in individual buffers, only in the starting buffer, so this
7277         is not the right way for us to inhibit auto-save in a buffer
7278         according to its condition.
7280         (allout-mode): Use new allout-write-contents-hook-handler, and
7281         only with write-contents-functions.  Remove auto-save provisions -
7282         they're implemented elsewhere.
7284         (allout-before-change-handler): If undo is in progress, note that
7285         for attention of allout-post-command-business.
7287         (allout-post-command-business): If the command we're following was
7288         an undo, check for change in the status of encrypted items and
7289         adjust auto-save inhibitions accordingly.
7291         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7292         according to whether there are or aren't any plain-text topics
7293         pending encryption.
7295         (allout-inhibit-auto-save-info-for-decryption):
7296         Adjust buffer-saved-size and some allout state to inhibit auto-saves
7297         if there are plain-text topics pending encryption.
7299         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7300         buffer-saved-size and some allout state to not inhibit auto-saves
7301         if there are no longer any plain-text topics pending encryption.
7303         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7304         No longer provide for exemption of the current topic.
7306 2011-07-04  Juri Linkov  <juri@jurta.org>
7308         Add 7z operations to delete and save changed members (bug#8968).
7309         * arc-mode.el (archive-7z-expunge, archive-7z-update):
7310         New defcustoms.
7311         (archive-7z-write-file-member): New function.
7312         (archive-7z-summarize): Fix the number of dashes in the
7313         listing output.
7315 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7318         (bug#8958).
7320 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
7322         * bindings.el: Ignore next-buffer and previous-buffer in
7323         minibuffer-local-map.
7325         * font-lock.el (font-lock-builtin-face): Change light background
7326         color to dark slate blue (Bug#6693).
7328 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7330         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7332 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7335         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7336         Add switch-to-buffer.
7338 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340         * isearch.el (isearch-search-fun-function): Clarify further the
7341         meaning of the function returned.
7343 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
7345         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7347         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7348         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7349         Use it.
7350         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
7351         `tramp-default-remote-path' does not exist.
7352         (tramp-send-command-and-read): New optional argument NOERROR.
7353         (tramp-open-connection-setup-interactive-shell)
7354         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7355         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7356         (tramp-process-sentinel): Flush also process' connection property.
7357         (tramp-sh-handle-start-file-process): Do not set process
7358         sentinel.  It is done now ...
7359         (tramp-maybe-open-connection): ... here.  (Bug#8929)
7361 2011-07-04  MON KEY  <monkey@sandpframing.com>
7363         * play/animate.el (animate-string): Doc fixes and allow changing
7364         the buffer name (bug#5417).
7366 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7368         * play/animate.el (animation-buffer-name): Rename from *animate*.
7370 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7372         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7373         This is simpler and helps future-proof the code.
7374         (timer-until): Use time-subtract and float-time.
7375         (timer--time-less-p): Use time-less-p.
7377 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
7379         * type-break.el (timep): Use the value of `float-time' to avoid a
7380         byte-compiler warning.
7382         * server.el (server-eval-and-print): Return any result, even nil.
7384 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7386         * type-break.el: Accept time formats that the builtins accept.
7387         (timep, type-break-time-difference): Accept any format that
7388         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7389         This is simpler and helps future-proof the code.
7390         (type-break-time-difference): Round rather than ignoring
7391         subseconds components.
7393 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7395         * info.el (Info-apropos-matches): Make non-interactive, since it
7396         doesn't seem to do anything useful as a command (bug#8829).
7398 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
7400         * frame.el (frame-background-mode, frame-set-background-mode):
7401         Move from faces.el.
7402         (frame-default-terminal-background): New function.
7404         * custom.el (custom-push-theme): Don't record faces in `changed'
7405         theme; this doesn't work correctly for per-frame face settings.
7406         (disable-theme): Use face-set-after-frame-default to reset faces.
7407         (custom--frame-color-default): New function.
7409 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411         * dired.el (dired-flagging-regexp): Remove unused variable
7412         (bug#8769).
7414 2011-03-29  Kevin Ryde  <user42@zip.com.au>
7416         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7417         `perl-Test2' extend to match possible "fail #N" rep count
7418         (bug#8377).
7420 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7423         `smtpmail-via-smtp' now returns the error instead of nil.
7425         * isearch.el (isearch-search-fun-function): Clarify the doc string
7426         (bug#8101).
7428 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
7430         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7431         unnecessary spaces (bug#8987).
7433 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435         * net/network-stream.el (open-network-stream): Use the
7436         :end-of-capability command thoughout.
7438 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7440         * net/network-stream.el (open-network-stream): Add the
7441         :end-of-capability command parameter, used by pop3.el.
7443 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7445         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7447         * fringe.el (fringe-query-style): Remove redundant text " (type ?
7448         for list)" (bug#6475).
7450         * files.el (file-expand-wildcards): Ignore non-readable
7451         sub-directories while trying to find matches instead of signaling
7452         an error (bug#6297).
7454         * man.el (Man-reference-regexp): Allow matching possible
7455         word-wrapped references (bug#6289).
7457         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7458         for consistency with the other vc buffers (bug#6197).
7459         (vc-checkin): Ditto.
7461         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7463         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7465 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7467         * custom.el (defcustom): Clarify that :set is only used in the
7468         Customize user interface (bug#6089).
7470         * progmodes/flymake.el (flymake-mode): If the buffer isn't
7471         associated with a file, refuse to run instead of erroring out
7472         (bug#6084).
7474         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7475         the doc string, since it appears that using `fill-column' always
7476         controls the width (bug#7845).
7478         * simple.el (shell-command-on-region): Say where the error output
7479         went if `shell-command-default-error-buffer' is set (bug#6857).
7481 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
7483         * allout.el (allout-yank-processing): Adjust cursor position for
7484         backwards-deleted space.
7486         (allout-rebullet-heading): Register changes with
7487         allout-exposure-changed-hook, so the modified topic is properly
7488         decorated.
7490 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492         * minibuffer.el (completion-in-region): Document PREDICATE
7493         (bug#7136).
7495         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7496         of keyword/argument pairs (bug#6904).
7498         * replace.el (multi-occur):
7499         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
7501 2011-07-02  Drew Adams  <drew.adams@oracle.com>
7503         * dired.el (dired-mark-if): Make the message about whether it's
7504         marking or unmarking clearer (bug#8523).
7506 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508         * disp-table.el (display-table-print-array): New function.
7509         (describe-display-table): Use it to print the vectors more pretty
7510         (Bug#8859).
7512 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
7514         * window.el (window-state-get-1): Don't assign clone numbers.
7515         Add clone-of item to list of window parameters.
7516         (window-state-put-2): Don't process clone numbers.
7517         (display-buffer-alist): Fix doc-string.
7519 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7521         * subr.el (remq): Don't allocate if it's not needed.
7522         (keymap--menu-item-binding, keymap--menu-item-with-binding)
7523         (keymap--merge-bindings): New functions.
7524         (keymap-canonicalize): Use them to refine the canonicalization.
7525         * minibuffer.el (minibuffer-local-completion-map)
7526         (minibuffer-local-must-match-map): Move initialization from C.
7527         (minibuffer-local-filename-completion-map): Move initialization from C;
7528         don't inherit from anything here.
7529         (minibuffer-local-filename-must-match-map): Make obsolete.
7530         (completing-read-default): Use make-composed-keymap to combine
7531         minibuffer-local-filename-completion-map with either
7532         minibuffer-local-must-match-map or
7533         minibuffer-local-filename-completion-map.
7535 2011-07-01  Glenn Morris  <rgm@gnu.org>
7537         * type-break.el (type-break-time-sum): Use dolist.
7539         * textmodes/flyspell.el (flyspell-word-search-backward):
7540         Replace CL function.
7542 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7544         * mouse.el (mouse--strip-first-event): New function.
7545         (function-key-map): Use it to map fringe clicks to normal clicks
7546         by default.
7548         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7549         (vc-bzr-revision-completion-table): Add support for annotate and date.
7551         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7552         inherit from parent.
7554 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
7557         (dired-show-file-type): Doc fixup (bug#8818).
7559         * dired.el (dired-mode): Fix up the doc string as suggested by
7560         Drew Adams (bug#8817).
7562         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7563         cookie, since the manual says that it should be possible to add
7564         this function to `find-file-hook' (bug#8709).
7566 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
7568         * progmodes/cfengine.el: Moved all cfengine3.el functionality
7569         here.  Noted Ted Zlatanov as the maintainer.
7570         (cfengine-common-settings, cfengine-common-syntax): New functions
7571         to set up common things between `cfengine-mode' and
7572         `cfengine3-mode'.
7573         (cfengine3-mode): New mode.
7574         (cfengine3-defuns cfengine3-defuns-regex
7575         (cfengine3-class-selector-regex cfengine3-category-regex)
7576         (cfengine3-vartypes cfengine3-font-lock-keywords)
7577         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
7578         (cfengine3-indent-line): Add from cfengine3.el.
7580 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
7582         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7584         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7586 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
7588         * window.el (same-window-buffer-names, same-window-regexps)
7589         (same-window-p, special-display-frame-alist)
7590         (special-display-popup-frame, special-display-function)
7591         (special-display-buffer-names, special-display-regexps)
7592         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7593         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7594         (split-window-preferred-function, split-height-threshold)
7595         (split-width-threshold, even-window-heights)
7596         (display-buffer-mark-dedicated, window-splittable-p)
7597         (split-window-sensibly, window-safely-shrinkable-p):
7598         Un-obsolete.
7599         (display-buffer): Don't spread args with function specifier
7600         because special-display-popup-frame won't like it.
7602 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7604         Time-stamp simplifications and fixes.
7605         These improve accuracy slightly, and future-proof the code
7606         against some potential changes to current-time format.
7608         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7609         by using time-since and float-time.
7611         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7612         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
7613         + NNN microseconds".
7615         * type-break.el (type-break-time-sum): Rewrite using time-add.
7617         * play/hanoi.el (hanoi-current-time-float): Remove.
7618         All uses replaced by float-time.
7620         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7621         This yields a more-accurate answer.
7622         (rng-time-to-float): Remove; no longer needed.
7624         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7626         * calendar/timeclock.el (timeclock-seconds-to-time):
7627         Defalias to seconds-to-time, since they're the same thing.
7629         * emacs-lisp/elp.el (elp-elapsed-time):
7630         * emacs-lisp/benchmark.el (benchmark-elapse):
7631         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7633 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * window.el (bury-buffer): Don't iconify the only frame.
7636         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7637         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
7639 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
7641         * eshell/em-smart.el (eshell-smart-display-navigate-list):
7642         Add mouse-yank-primary.
7644 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
7646         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7648 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7650         * emacs-lisp/find-func.el (find-library--load-name): New fun.
7651         (find-library-name): Use it to find relative load names when provided
7652         absolute file name (bug#8803).
7654 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656         * textmodes/flyspell.el (flyspell-word): Consider words that
7657         differ only in case as potential doublons (bug#5687).
7659         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7660         Remove two rather uninteresting debugging-like messages to make
7661         debbugs.el more silent.
7663         * comint.el (comint-password-prompt-regexp): Accept "Response" as
7664         a password-like phrase.
7666 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
7668         * progmodes/cc-guess.el: New file.
7670         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
7672         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7673         derived from `c-basic-common-init'.
7675         * progmodes/cc-mode.el (top-level): Require cc-guess.
7676         (c-basic-common-init): Use `cc-choose-style-for-mode'.
7678 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
7680         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7682 2011-06-30  Alan Mackenzie  <acm@muc.de>
7684         * progmodes/cc-engine.el (c-guess-continued-construct):
7685         Correct the handling of template-args-cont, particularly for when font
7686         lock is disabled.  Name this case as "CASE G".
7688 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
7690         * allout.el (allout-yank-processing): Fix injection of extra space
7691         between bullet and non-whitespace character in first topic when
7692         pasting, ensuring that the actual spacing in the pasted topic
7693         following the bullet char is preserved.  This extra space was
7694         causing pasted encrypted topics to get a decrypted status even
7695         when the content was actually still encrypted.  Now the decryption
7696         status from before the paste is preserved.
7698         (allout-flag-region): Set all allout overlays so they evaporate
7699         when reduced to zero length (evanescent), to prevent overlay
7700         leakage.
7702 2011-06-30  Glenn Morris  <rgm@gnu.org>
7704         * w32-fns.el (w32-charset-info-alist): Declare.
7706         * find-dired.el (find-grep-options): Simplify.
7708         * term/ns-win.el (ns-set-resource): Declare.
7710         * ses.el (row, col): Declare dynamic variables honestly.
7712         * textmodes/reftex-parse.el (index-tags): Declare.
7714 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
7716         * cus-edit.el (customize-push-and-save): New function.
7718         * files.el (hack-local-variables-confirm): Use it.
7720         * custom.el (load-theme): New arg NO-CONFIRM.
7721         Use customize-push-and-save (Bug#8720).
7722         (custom-enabled-themes): Doc fix.
7724         * cus-theme.el (customize-create-theme)
7725         (custom-theme-merge-theme): Callers to load-theme changed.
7727 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729         * thingatpt.el (thing-at-point-short-url-regexp): Require that
7730         short URLs have at least one dot in them (bug #7614).
7732         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7733         nil, because using a pty is apparently too slow (bug #895).
7735 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7737         * mail/sendmail.el (sendmail-query-once): New function.
7738         (sendmail-query-once-function): New variable.
7740 2011-06-29  Glenn Morris  <rgm@gnu.org>
7742         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7744         * ses.el (top-level): Require cl when compiling.
7745         (ses-set-localvars): Fix error statement.
7746         Call it at compile time to silence a storm of warnings.
7748 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
7750         * window.el (normalize-live-buffer): Rename to
7751         window-normalize-buffer.
7752         (normalize-live-frame): Rename to window-normalize-frame.
7753         (normalize-any-window): Rename to window-normalize-any-window.
7754         (normalize-live-window): Rename to window-normalize-live-window.
7755         (make-window-atom): Rename to window-make-atom.
7756         (window-resize-reset): Rename to window--resize-reset.
7757         (window-resize-reset-1): Rename to window--resize-reset-1.
7758         (resize-mini-window): Rename to window--resize-mini-window.
7759         (resize-subwindows-skip-p): Rename to
7760         window--resize-subwindows-skip-p.
7761         (resize-subwindows-normal): Rename to
7762         window--resize-subwindows-normal.
7763         (resize-subwindows): Rename to window--resize-subwindows.
7764         (resize-other-windows): Rename to window--resize-siblings.
7765         (resize-this-window): Rename to window--resize-this-window.
7766         (resize-root-window): Rename to window--resize-root-window.
7767         (resize-root-window-vertically): Rename to
7768         window--resize-root-window-vertically.
7769         (normalize-buffer-to-display): Rename to
7770         window-normalize-buffer-to-display.
7771         (normalize-buffer-to-switch-to): Rename to
7772         window-normalize-buffer-to-switch-to.
7773         Correspondingly update all callers of the functions listed
7774         above.
7775         (display-buffer-alist, display-buffer-normalize-arguments)
7776         (display-buffer-normalize-options, display-buffer)
7777         (display-buffer-alist-set): Use "function" instead of
7778         "fun-with-args".
7780 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
7782         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7783         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
7784         debbugs.gnu.org.  Mention acknowledgment email.
7786 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7789         buffer multibyteness, since it shouldn't matter.
7791 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
7793         * window.el (display-buffer-in-side-window): Handle dedicated
7794         windows as in display-buffer-reuse-window.
7795         (display-buffer-normalize-alist): Use value of override
7796         specifier.
7797         (display-buffer-normalize-specifiers): Use value of
7798         other-window-means-other-frame specifier.
7799         (display-buffer-alist): Rewrite some texts in widgets.
7800         (display-buffer): Spread arguments when calling function
7801         specified by fun-with-args.
7803 2011-06-28  Deniz Dogan  <deniz@dogan.se>
7805         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7806         Unnest `let'.
7808         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7809         selectors (Bug#5732).
7810         (css-proprietary-nmstart-re): Use `regexp-opt'.
7812 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
7814         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7815         (eshell-ls-date-format): New defcustom.
7816         (eshell-ls-file): Use it.
7818 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7820         * help-fns.el (describe-variable): Fix message for terminal-local vars.
7822 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7824         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7825         (ange-ftp-make-tmp-name): New arg.
7826         (ange-ftp-file-local-copy): Use it.
7828 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
7830         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7831         no-conversion (Bug#8870).
7833 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
7835         * window.el (window-right, window-left, window-child)
7836         (window-child-count, window-last-child)
7837         (window-iso-combination-p, walk-window-tree-1)
7838         (window-atom-check-1, window-tree-1, delete-window)
7839         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7840         new naming conventions - window-vchild, window-hchild,
7841         window-next and window-prev are now called window-top-child,
7842         window-left-child, window-next-sibling and window-prev-sibling
7843         respectively.
7844         (resize-window-reset): Rename to window-resize-reset.
7845         (resize-window-reset-1): Rename to window-resize-reset-1.
7846         (resize-window): Rename to window-resize.
7847         (window-min-height, window-min-width)
7848         (resize-mini-window, resize-this-window, resize-root-window)
7849         (resize-root-window-vertically, adjust-window-trailing-edge)
7850         (enlarge-window, shrink-window, maximize-window)
7851         (minimize-window, delete-window, quit-restore-window)
7852         (split-window, balance-windows, balance-windows-area-adjust)
7853         (balance-windows-area, window-state-put-2)
7854         (display-buffer-even-window-sizes, display-buffer-set-height)
7855         (display-buffer-set-width, set-window-text-height)
7856         (fit-window-to-buffer): Rename all "resize-window" prefixed
7857         calls to use the "window-resize" prefix convention.
7858         (display-buffer-alist): Fix symbol for label specifier.
7859         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7860         corresponding specifier.
7861         Reported by Juanma Barranquero <lekktu@gmail.com>.
7863 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7865         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7866         convention.
7867         (ses-call-printer): Does not pass an empty string to formatter when the
7868         cell is empty to keep from barking printer Calc math-format-value.
7870 2011-06-27  Richard Stallman  <rms@gnu.org>
7872         * battery.el (battery-mode-line-limit): New variable.
7873         (battery-update): Handle it.
7875         * mail/rmailmm.el (rmail-mime-process-multipart):
7876         Handle truncated messages.
7878 2011-06-27  Glenn Morris  <rgm@gnu.org>
7880         * progmodes/flymake.el (flymake-err-line-patterns):
7881         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
7883 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7885         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
7886         (ses--clean-!, ses--clean-_): New functions.
7887         (ses-range): Add configurability of readout order, and conversion
7888         to Calc vector.
7890         * ses.el (ses-repair-cell-reference-all): New function.
7891         (ses-cell-symbol): Set macro as safe, so that it can be used in
7892         formulas.
7894         * ses.el: Update cycle detection algorithm.
7895         (ses-localvars): Add ses--Dijkstra-attempt-nb and
7896         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
7897         (ses-set-localvars): New function.
7898         (ses-make-cell): Add property-list as a cell element.
7899         (ses-cell-property-get-fun, ses-cell-property-get)
7900         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
7901         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7902         New functions.
7903         (ses-cell-property-set, ses-cell-property-pop)
7904         (ses-cell-property-get-handle): New macro.
7905         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7906         New aliases, used for code readability.
7907         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7908         cycle detection.
7909         (ses-self-reference-early-detection): New defcustom.
7910         (ses-formula-references): Robustify against self-referring cells.
7911         (ses-mode): Use ses-set-localvars.
7912         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7913         before lauching the update processing.
7914         (ses-initialize-Dijkstra-attempt): New function.
7915         (ses-recalculate-cell): Update for cycle detection based on
7916         Dijkstra algorithm.
7918         * ses.el: Fix commenting and indenting convention.
7920 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7922         * bs.el (bs-cycle-next): Complete last change.
7924 2011-06-27  Drew Adams  <drew.adams@oracle.com>
7926         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7928 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930         * net/network-stream.el (network-stream-open-starttls):
7931         Don't re-get capabilities unless we've reestablished connection.
7932         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7934         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7935         to binary to possibly avoid line encoding issues on Windows (among
7936         other things).
7938 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7940         * net/network-stream.el (open-network-stream): Return an :error
7941         saying what the problem was, if possible.
7943         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7944         server.
7946         * net/network-stream.el (network-stream-open-starttls): If we
7947         wanted to use STARTTLS, and the server offered it, but we weren't
7948         able to because we had no STARTTLS support, then close the connection.
7949         (open-network-stream): Return an :error element, if present.
7951 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
7953         * hl-line.el (hl-line-sticky-flag): Doc fix.
7954         (global-hl-line-sticky-flag): New option (Bug#8323).
7955         (global-hl-line-highlight): Obey it.
7957         * vc/vc.el (vc-revert-show-diff): Default to t.
7959 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
7961         * allout-widgets.el (allout-widgets-post-command-business):
7962         Stop decorating intermediate isearch matches.  They're not being
7963         undecorated when an isearch is continued past, and isearch
7964         automatically collapses them.  This leads to "widget leaks", where
7965         decorated items accumulate in collapsed areas.  Lines with lots of
7966         hidden widgets can slow down cursor travel, substantially.
7967         Too much complicated machinery would be needed to ensure undecoration,
7968         so we're doing without this nicety.
7970         (allout-widgets-tally-string): Don't try to do a hash-table-count
7971         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
7972         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7973         *Messages* when allout-widgets-maintain-tally is t.
7975 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
7977         * window.el (display-buffer-normalize-argument): Rename to
7978         display-buffer-normalize-arguments.  Handle special meaning of
7979         LABEL argument.  Respect special-display-function when popping up
7980         a new frame.  Fix code searching for a window showing the buffer
7981         on another frame.
7982         (display-buffer-normalize-specifiers):
7983         Call display-buffer-normalize-arguments.
7984         (display-buffer-in-window): Don't undedicate the window if its
7985         buffer remains the same.
7986         Reported by Drew Adams <drew.adams@oracle.com>.
7987         (display-buffer-alist): Add choice for same-window macro
7988         specfier.
7989         (display-buffer): Mention special meaning of LABEL argument in
7990         doc-string.  Fix quoting.  Don't pop up a new frame even as
7991         fallback.
7993 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
7995         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7996         avoid deleting the current window in some cases (bug#8911).
7998 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
8000         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8001         (Bug#8934)
8003 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005         * net/network-stream.el (network-stream-open-starttls):
8006         Use built-in TLS support if `gnutls-available-p' is true.
8007         (network-stream-open-tls): Ditto.
8009 2011-06-26  Leo Liu  <sdl.web@gmail.com>
8011         * register.el (registerv): New struct.
8012         (registerv-make): New function.
8013         (jump-to-register, describe-register-1, insert-register):
8014         Support the jump-func, print-func and insert-func slot of a registerv
8015         struct.  (Bug#8415)
8017 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
8019         * vc/vc.el (vc-revert-show-diff): New defcustom.
8020         (vc-diff-internal): New arg specifying diff buffer.
8021         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
8022         reuse an existing *vc-diff* buffer (Bug#8927).
8024         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8026 2011-06-26  Glenn Morris  <rgm@gnu.org>
8028         * progmodes/f90.el (f90-critical-indent): New option.
8029         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8030         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8031         (f90-mode): Doc fix.
8032         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8033         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8034         (f90-beginning-of-block, f90-next-block, f90-indent-region)
8035         (f90-match-end): Handle block, critical.
8037 2011-06-25  Glenn Morris  <rgm@gnu.org>
8039         * calendar/diary-lib.el (diary-included-files): Doc fix.
8040         (diary-include-files): New function, extracted from
8041         diary-include-other-diary-files and diary-mark-included-diary-files.
8042         (diary-include-other-diary-files, diary-mark-included-diary-files):
8043         Just call diary-include-files.
8044         (diary-mark-entries): Reset diary-included-files on first call.
8046         * calendar/diary-lib.el (diary-mark-entries)
8047         (diary-mark-included-diary-files):
8048         Visit included diary-files in temp buffers.
8050         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8051         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8052         (f90-start-block-re, f90-imenu-generic-expression)
8053         (f90-looking-at-program-block-start, f90-no-block-limit):
8054         Add support for submodules.
8056         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8057         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
8059 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
8061         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8062         buffer-file-type before setting its value, to avoid disastrous
8063         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
8065 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
8067         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8069         * ses.el (ses-unload-function):
8070         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8072         * proced.el (proced-unload-function):
8073         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8075 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
8077         * server.el (server-create-window-system-frame): Add parameters arg.
8078         (server-process-filter): Doc fix.  Handle frame-parameters.
8080 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
8082         Fix bug#8730, bug#8781.
8084         * loadhist.el (unload--set-major-mode): New function.
8085         (unload-feature): Use it.
8087         * progmodes/python.el (python-after-info-look): Add autoload cookie.
8088         (python-unload-function): New function.
8090 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8092         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8094 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
8096         * net/browse-url.el (browse-url-firefox-program): Add icecat to
8097         the candidates list.
8099 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
8101         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8103 2011-06-23  Richard Stallman  <rms@gnu.org>
8105         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8106         (rmail-variables): Set next-error-move-function.
8107         (rmail-what-message): Take argument POS.
8108         (rmail-next-error-move): New function.
8110 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8113         messages for adjacent non-terminals.
8115 2011-06-23  Richard Stallman  <rms@gnu.org>
8117         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
8118         (rmail-show-message-1): Preserve buffer modified flag.
8119         (rmail-start-mail): Don't specify use of rmail-mail-return;
8120         that's done by mail-bury now.
8121         (rmail-mail-return): Handle arg NEWBUF.
8123 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
8125         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8126         SIZE is a number.
8128 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
8130         * window.el (get-lru-window, get-mru-window)
8131         (get-largest-window): Never return a minibuffer window.
8132         (display-buffer-pop-up-window): Fix a bug that could lead to
8133         reusing the minibuffer window.
8134         (display-buffer): Pass original specifier argument to
8135         display-buffer-function instead of the normalized one.
8136         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8138 2011-06-22  Leo Liu  <sdl.web@gmail.com>
8140         * minibuffer.el (completing-read-function)
8141         (completing-read-default): Move from minibuf.c
8143 2011-06-22  Richard Stallman  <rms@gnu.org>
8145         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8146         to Rmail even if not started by a special Rmail command.
8148         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8149         Copy the buffer currently showing just one message.
8151 2011-06-22  Roland Winkler  <winkler@gnu.org>
8153         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8154         (bibtex-clean-entry): First delete the old key so that a
8155         customized algorithm for generating the new key does not get
8156         confused by the old key.
8157         (bibtex-url): Obey regexp of first step.
8158         (bibtex-search-entries): Do not use add-to-list with local
8159         list-var.
8161 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8163         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8164         stored a user name, then query for the password first, instead of
8165         waiting for SMTP to give an error message and the trying again.
8167 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
8169         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8170         BUFFER in call-process.
8172 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8174         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8175         QUIT twice.
8176         (smtpmail-try-auth-methods): Require user name and password from
8177         auth-source.
8179 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
8181         * window.el (display-buffer-default-specifiers)
8182         (display-buffer-alist): Remove entries for pop-up-frame-alist.
8183         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8184         (split-window): Normalize SIDE argument (Bug#8916).
8186         * frame.el (pop-up-frame-alist, pop-up-frame-function)
8187         (special-display-frame-alist, special-display-popup-frame):
8188         Remove duplicate declarations.  These are now in window.el.
8190 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192         * mail/smtpmail.el (smtpmail-via-smtp):
8193         Set :use-starttls-if-possible so that we always use STARTTLS if the
8194         server supports it.  SMTP servers that support STARTTLS commonly
8195         require it.
8197         * net/network-stream.el (network-stream-open-starttls): Support
8198         upgrading to STARTTLS always, even if we don't have built-in support.
8199         (open-network-stream): Add the :always-query-capabilities keyword.
8201         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8202         upgrades with `open-network-stream', and rely solely on
8203         auth-source for all credentials.  Big changes throughout the file,
8204         but in particular:
8205         (smtpmail-auth-credentials): Remove.
8206         (smtpmail-starttls-credentials): Remove.
8207         (smtpmail-via-smtp): Check for servers saying they want AUTH after
8208         MAIL FROM, too.
8210         * net/network-stream.el (network-stream-open-starttls):
8211         Provide support for client certificates both for external and built-in
8212         STARTTLS.
8213         (auth-source): Require.
8214         (open-network-stream): Document the :client-certificate keyword.
8215         (network-stream-certificate): Change cert-cert to cert and
8216         cert-key to key.
8218 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
8220         * net/tramp-cache.el (top): Don't load the persistency file when
8221         "emacs -Q" has been called.
8223 2011-06-21  Tim Harper  <timcharper@gmail.com>
8225         * term/ns-win.el (ns-initialize-window-system):
8226         Set application-specific `ApplePressAndHoldEnabled' system
8227         resource to NO as it is not yet supported by the NS port.
8229 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
8231         * misc.el (list-dynamic-libraries--refresh): Compute header here...
8232         (list-dynamic-libraries): ...not here.
8234 2011-06-21  Leo Liu  <sdl.web@gmail.com>
8236         * subr.el (sha1): Implement sha1 using secure-hash.
8238 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
8240         * window.el (display-buffer-alist): In default value do not
8241         enforce searching a window on any but the selected frame.
8242         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8243         (display-buffer-select-window): Remove function.
8244         (display-buffer-in-window): When a window on another frame gets
8245         reused, do not select it any more but just raise its frame if
8246         necessary (Bug#8851) and (Bug#8856).
8247         (display-buffer-normalize-options): Handle pop-up-frames related
8248         options more faithfully.
8249         (pop-to-buffer): Don't rely on `display-buffer' selecting the
8250         window if it is on another frame.
8251         (display-buffer-alist, display-buffer-default-specifiers):
8252         Don't make new frame unsplittable by default.
8253         (display-buffer-normalize-argument): Fix doc-string typo and use
8254         'same-frame-other-window instead of 'other-window when associating
8255         with display-buffer-macro-specifiers.
8257 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8259         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8260         New functions.
8261         (5x5-mode-map, 5x5-mode-menu): Bind them.
8262         (5x5-draw-grid): Tweak the solver's rendering.
8264 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8266         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8267         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8269 2011-06-21  Drew Adams  <drew.adams@oracle.com>
8271         * menu-bar.el: Use function variable instead of switch-to-buffer.
8272         (menu-bar-select-buffer-function): New variable.
8273         (menu-bar-update-buffers): Use it (bug#8876).
8275 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8277         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8278         variable's status.
8280 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
8282         * x-dnd.el (x-dnd-version-from-flags)
8283         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8284         and long as number (Bug#8899).
8285         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8287 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
8290         (completion-try-completion, completion-all-completions): Compute the
8291         metadata argument if it's missing; make it optional (bug#8795).
8293         * wid-edit.el: Use lex-bind and move towards completion-at-point.
8294         (widget-complete): Use new :completion-function property.
8295         (widget-completions-at-point): New function.
8296         (default): Use :completion-function instead of :complete.
8297         (widget-default-completions): Rename from widget-default-complete;
8298         Rewrite.
8299         (widget-string-complete, widget-file-complete, widget-color-complete):
8300         Remove functions.
8301         (file, symbol, function, variable, coding-system, color):
8302         * international/mule-cmds.el (default-input-method, charset)
8303         (language-info-custom-alist):
8304         * cus-edit.el (face): Use new property :completions.
8306         * progmodes/pascal.el (pascal-completions-at-point): New function.
8307         (pascal-mode): Use it.
8308         (pascal-mode-map): Use completion-at-point.
8309         (pascal-toggle-completions): Make obsolete.
8310         (pascal-complete-word, pascal-show-completions):
8311         * progmodes/octave-mod.el (octave-complete-symbol):
8312         Redefine as obsolete alias.
8313         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8314         Signal absence of completion info for old Octave,
8315         (inferior-octave-complete): Redefine as obsolete alias.
8316         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8317         (meta-completions-at-point): Rename from meta-complete-symbol and
8318         adapt it for use on completion-at-point-functions.
8319         (meta-common-mode): Use it.
8320         (meta-looking-at-backward, meta-match-buffer): Remove.
8321         (meta-complete-symbol): Redefine as obsolete alias.
8322         (meta-common-mode-map): Use completion-at-point.
8323         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8324         (makefile-mode-map): Use completion-at-point.
8325         (makefile-completions-at-point): Rename from makefile-complete and
8326         adapt it for use on completion-at-point-functions.
8327         (makefile-mode): Use it.
8328         (makefile-complete): Redefine as obsolete alias.
8330 2011-06-20  Deniz Dogan  <deniz@dogan.se>
8332         * net/rcirc.el: Delete trailing whitespaces once and for all.
8334 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
8336         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8338 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
8340         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8342         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8344 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
8346         * window.el (display-buffer-other-window-means-other-frame):
8347         Call display-buffer-normalize-alist.
8348         (display-buffer-normalize-specifiers-1): Rename to
8349         display-buffer-normalize-argument.  New argument other-frame.
8350         Rewrite.
8351         (display-buffer-normalize-specifiers-2): Rename to
8352         display-buffer-normalize-options.
8353         (display-buffer-normalize-alist-1): New function.
8354         (display-buffer-normalize-specifiers-3): Rename to
8355         display-buffer-normalize-alist.
8356         Call display-buffer-normalize-alist-1.
8357         (display-buffer-normalize-options-inhibit): New variable.
8358         (display-buffer-normalize-specifiers): Rewrite calling
8359         display-buffer-normalize-alist,
8360         display-buffer-normalize-argument, and
8361         display-buffer-normalize-options.  Don't call the latter if
8362         display-buffer-normalize-options-inhibit is non-nil.
8363         (frame-auto-delete): New option.
8364         (window-deletable-p): Use frame-auto-delete.
8365         (window-list-no-nils, window-state-ignored-parameters)
8366         (window-state-get-1, window-state-get, window-state-put-list)
8367         (window-state-put-1, window-state-put-2, window-state-put):
8368         New functions.
8369         (display-buffer-normalize-options): Move special-display-p group
8370         after pop-up-frame group (Bug#8851) and (Bug#8856).
8372 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
8374         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8375         groups (Bug#8776).
8376         (rx-submatch-n): New function.
8377         (rx): Document it.
8379         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8380         (Bug#8768).
8382         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8384         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8386         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8387         anytime existing face settings are present (Bug#8889).
8389         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8390         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8391         Remove unused argument.
8393 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
8395         * window.el (display-buffer-default-specifiers):
8396         Remove pop-up-frame.  Add pop-up-window-min-height,
8397         pop-up-window-min-width, and another reuse-window specifier
8398         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
8399         (display-buffer-normalize-specifiers-2):
8400         Handle split-height-threshold and split-width-threshold also when
8401         pop-up-windows is unset.  Add a reuse-window specifier for the
8402         case popping up a new window fails.
8403         (special-display-popup-frame): Remove double quoting.
8404         (display-buffer-normalize-specifiers-1): Fix thinko.
8406 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8408         * shell.el (shell-completion-vars): Set pcomplete-termination-string
8409         according to comint-completion-addsuffix.
8411         * pcomplete.el: Convert to lexical binding and fix bug#8819.
8412         (pcomplete-suffix-list): Mark as obsolete.
8413         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8414         pcomplete-seen in the closure.
8415         (pcomplete-comint-setup): Setup completion-at-point as well.
8416         (pcomplete--entries): New function.
8417         (pcomplete--env-regexp): New var.
8418         (pcomplete-entries): Rewrite to work with partial-completion and
8419         without relying on pcomplete-suffix-list.
8420         (pcomplete-pare-list): Remove, unused.
8422 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
8424         * window.el (display-buffer-alist): Set pop-up-window-min-height
8425         and pop-up-window-min-width in default value.  Reported by
8426         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
8427         other-window-means-other-frame.
8428         (display-buffer-macro-specifiers): Comment out entry for
8429         other-window specifier.
8430         (display-buffer-other-window-means-other-frame): New function.
8431         (display-buffer-normalize-specifiers-1): New arguments
8432         buffer-name and label.  Treat other-window case specially.
8433         (display-buffer-normalize-specifiers-2): Treat other-window case
8434         specially.
8435         (display-buffer-normalize-specifiers-3): New function.
8436         (display-buffer-normalize-specifiers):
8437         Call display-buffer-normalize-specifiers-3.
8439 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
8441         * window.el (same-window-p): Fix two typos introduced when
8442         adding with-no-warnings.
8443         (display-buffer-normalize-specifiers-1): Don't check
8444         pop-up-frames for 'unset initialization.
8445         (display-buffer-normalize-specifiers-2): Major rewrite using
8446         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8447         (pop-up-frames, display-buffer-reuse-frames)
8448         (display-buffer-mark-dedicated): Don't initialize to 'unset.
8449         Suggested by David Engster <deng@randomsample.de>.
8450         (even-window-heights): Initialize to 'unset.
8451         (display-buffer-alist-set): Handle new 'unset initializations.
8452         (display-buffer-macro-specifiers): Don't pop up a new frame in the
8453         other window case.
8455 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
8457         * window.el (display-buffer-normalize-specifiers-1):
8458         Respect current value of pop-up-frames for most reasonable values of
8459         second argument of display-buffer (Bug#8865).
8460         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8461         (switch-to-buffer-other-window-same-frame)
8462         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
8463         Adams (Bug#8875).
8464         (display-buffer): Don't check noninteractive when calling
8465         display-buffer-pop-up-frame.
8466         (display-buffer-pop-up-frame): Never pop up a frame in
8467         noninteractive mode (Bug#8857).
8468         (enlarge-window, shrink-window): Don't report an error when the
8469         window can't be resized as requested (Bug#8862).
8471 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8473         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8475         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8477         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8479 2011-06-15  Alan Mackenzie  <acm@muc.de>
8481         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8482         for declarators, disable knr checking to speed up for normal files.
8483         2: Refactor, replacing a sequence of nested if forms by a cond form.
8485 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487         * net/network-stream.el (open-network-stream): Add the keyword
8488         :always-query-capabilities for the case where you want to force a
8489         `plain' network connection, but the protocol still requires the
8490         capabilitiy command (i.e., SMTP and EHLO).
8492         * subr.el (process-live-p): Rename from `process-alive-p' for
8493         consistency with other `-live-p' functions.
8495 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8497         * window.el (same-window-buffer-names, same-window-regexps)
8498         (special-display-frame-alist, special-display-popup-frame)
8499         (special-display-function, special-display-buffer-names)
8500         (special-display-regexps, pop-up-frame-alist)
8501         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8502         (pop-up-windows, split-window-preferred-function)
8503         (split-height-threshold, split-width-threshold, even-window-heights)
8504         (display-buffer-mark-dedicated): Don't encourage the use of
8505         display-buffer-alist from Elisp code.
8507 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
8509         * progmodes/python.el (python-mode): Derive from prog-mode.
8510         * progmodes/ps-mode.el (ps-mode):
8511         * progmodes/mixal-mode.el (mixal-mode):
8512         * progmodes/cfengine.el (cfengine-mode):
8513         * progmodes/ld-script.el (ld-script-mode): Likewise.
8515 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
8517         * window.el (display-buffer-alist): Trim default value to avoid
8518         popping up a new frame (Bug#8857) or reusing an arbitrary window
8519         on another frame.
8520         (display-buffer): Do not fall back on popping up a new frame in
8521         batch mode (Bug#8857).
8523 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
8525         * cus-theme.el (describe-theme-1): Use custom-theme-p.
8526         (custom-theme-summary): New function.
8527         (customize-themes): Use it.
8529 2011-06-13  Glenn Morris  <rgm@gnu.org>
8531         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8533 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
8535         * help.el (help-window): Remove variable.
8536         (help-window-point-marker, temp-buffer-max-height)
8537         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8538         (help-print-return-message): Don't set help-window.
8539         (resize-temp-buffer-window): Rewrite cod eand doc-string.
8540         (help-window-setup-finish): Remove.
8541         (help-window-display-message, help-window-setup)
8542         (with-help-window): Major rewrite based on new
8543         display-buffer-window variable.
8545         * help-mode.el (help-mode-finish): Remove help-window related
8546         code.
8548         * view.el (view-exits-all-viewing-windows): Remove reference to
8549         view-return-to-alist in doc-string.
8550         (view-return-to-alist): Make obsolete.
8551         (view-buffer): Call pop-to-buffer-same-window and remove
8552         undo-window code.
8553         (view-buffer-other-window): Call pop-to-buffer-other-window and
8554         simplify code.  Ignore second argument.
8555         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8556         simplify code.  Ignore second argument.
8557         (view-return-to-alist-update): Make obsolete.
8558         (view-mode-enter): Rename second argument to QUIT-RESTORE.
8559         Rewrite using quit-restore window parameters.
8560         (view-mode-exit): Rename second argument to EXIT-ONLY.
8561         Rewrite using quit-restore-window.
8562         (View-exit, View-exit-and-edit, View-leave, View-quit)
8563         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8564         appropriate arguments.
8565         (view-end-message): Use quit-restore window parameter.
8567         * window.el (display-buffer-function): Rewrite doc-string.
8568         (display-buffer-window, display-buffer-alist): New variables.
8569         (display-buffer-split-specifiers)
8570         (display-buffer-side-specifiers)
8571         (display-buffer-macro-specifiers): New constants.
8572         (display-buffer-even-window-sizes, display-buffer-set-height)
8573         (display-buffer-set-width, display-buffer-select-window)
8574         (display-buffer-in-window, display-buffer-reuse-window)
8575         (display-buffer-split-window-1, display-buffer-split-window)
8576         (display-buffer-split-atom-window, display-buffer-pop-up-window)
8577         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8578         (display-buffer-in-side-window, normalize-buffer-to-display)
8579         (display-buffer-normalize-specifiers-1)
8580         (display-buffer-normalize-specifiers-2)
8581         (display-buffer-normalize-specifiers, display-buffer-frame):
8582         New functions.
8583         (display-buffer): Major rewrite.
8584         (display-buffer-other-window, display-buffer-other-frame)
8585         (pop-to-buffer, switch-to-buffer-other-window)
8586         (switch-to-buffer-other-frame): Rewrite.
8587         (display-buffer-same-window, display-buffer-same-frame)
8588         (display-buffer-same-frame-other-window)
8589         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8590         (pop-to-buffer-other-window)
8591         (pop-to-buffer-same-frame-other-window)
8592         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8593         (switch-to-buffer-other-window-same-frame): New functions.
8594         (same-window-p, special-display-p): Rewrite disabling warnings.
8595         Make obsolete.
8596         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8597         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8598         Make obsolete
8599         (same-window-buffer-names, same-window-regexps)
8600         (special-display-frame-alist, special-display-popup-frame)
8601         (special-display-function, special-display-buffer-names)
8602         (special-display-regexps, pop-up-frame-alist)
8603         (pop-up-frame-function, split-window-preferred-function)
8604         (split-height-threshold, split-width-threshold)
8605         (even-window-heights): Make obsolete.
8607 2011-06-12  Glenn Morris  <rgm@gnu.org>
8609         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
8610         Misc simplifications.
8612 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
8614         * window.el (window-safely-shrinkable-p): Restore function which
8615         was inadvertently removed in change from 2011-06-11.  Declare as
8616         obsolete.
8618         * calendar/calendar.el (calendar-generate-window):
8619         Use window-iso-combined-p instead of combination of one-window-p and
8620         window-safely-shrinkable-p.
8622 2011-06-12  Glenn Morris  <rgm@gnu.org>
8624         * progmodes/fortran.el (fortran-mode-syntax-table):
8625         * progmodes/f90.el (f90-mode-syntax-table):
8626         Set % to punctuation.  (Bug#8820)
8627         (f90-find-tag-default): Remove, no longer needed.
8629 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
8631         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8633 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
8635         * image.el (image-animated-p): Return animation delay in seconds.
8636         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8637         (image-animate-timeout): Remove DELAY argument.  Don't assume
8638         every subimage has the same delay; get it from image-animated-p.
8639         (image-animate): Caller changed.
8641 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
8643         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8644         to ignored backtrace functions.
8646 2011-06-11  Glenn Morris  <rgm@gnu.org>
8648         * calendar/appt.el (appt-disp-window-function): Doc fix.
8649         (appt-check): Handle overlapping appointments.  (Bug#8337)
8651 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
8653         * window.el (window-tree-1, window-tree): New functions, moving
8654         the latter to window.el.
8655         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8656         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8657         (bw-refresh-edges): Remove.
8658         (balance-windows-1, balance-windows-2): New functions.
8659         (balance-windows): Rewrite in terms of window tree functions,
8660         balance-windows-1 and balance-windows-2.
8661         (bw-adjust-window): Remove.
8662         (balance-windows-area-adjust): New function with functionality of
8663         bw-adjust-window but using resize-window.
8664         (set-window-text-height): Rewrite doc-string.
8665         Use normalize-live-window and resize-window.
8666         (enlarge-window-horizontally, shrink-window-horizontally):
8667         Rename argument to DELTA.
8668         (window-buffer-height): New function.
8669         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8670         Rewrite using new window resize routines.
8671         (kill-buffer-and-window, mouse-autoselect-window-select):
8672         Use ignore-errors instead of condition-case.
8673         (quit-window): Call delete-frame instead of delete-windows-on
8674         for the only buffer on frame.
8676 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
8678         * loadup.el (top-level): Load window before files for the sake
8679         of replace-buffer-in-windows.
8681         * files.el (read-buffer-to-switch)
8682         (switch-to-buffer-other-window)
8683         (switch-to-buffer-other-frame, display-buffer-other-frame):
8684         Move to window.el.
8686         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8687         (previous-buffer): Move to window.el.
8689         * bindings.el (unbury-buffer): Move to window.el.
8691         * window.el (delete-other-windows-vertically): Move after
8692         definition of delete-other-windows.
8693         (other-window, delete-windows-on, replace-buffer-in-windows):
8694         Move here from window.c.
8695         (record-window-buffer, unrecord-window-buffer)
8696         (set-window-buffer-start-and-point, switch-to-prev-buffer)
8697         (switch-to-next-buffer): New functions.
8698         (get-next-valid-buffer, last-buffer, next-buffer): Move here
8699         from simple.el.  Call switch-to-next-buffer.
8700         (previous-buffer): Move here from simple.el.
8701         Call switch-to-prev-buffer.
8702         (bury-buffer): Move here from buffer.c.  Switch to previous
8703         buffer when window cannot be deleted.
8704         (unbury-buffer): Move here from bindings.el.
8705         (ctl-x-map): Move binding for other-window from window.c to
8706         here.
8707         (read-buffer-to-switch, switch-to-buffer-other-window)
8708         (switch-to-buffer-other-frame): Move here from files.el.
8709         (normalize-buffer-to-switch-to): New functions.
8710         (switch-to-buffer): Move here from buffer.c.
8711         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
8713 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
8715         * window.el (window-min-height, window-min-width): Move here
8716         from window.c.  Add defcustoms and rewrite doc-strings.
8717         (resize-mini-window, resize-window): New functions.
8718         (adjust-window-trailing-edge, enlarge-window, shrink-window):
8719         Move here from window.c.
8720         (maximize-window, minimize-window): New functions.
8721         (delete-window, delete-other-windows, split-window): Move here
8722         from window.c.
8723         (window-split-min-size): New function.
8724         (split-window-keep-point): Mention split-window-above-each-other
8725         instead of split-window-vertically.
8726         (split-window-above-each-other, split-window-vertically):
8727         Rename split-window-vertically to split-window-above-each-other
8728         and provide defalias for old definition.
8729         (split-window-side-by-side, split-window-horizontally):
8730         Rename split-window-horizontally to split-window-side-by-side
8731         and provide defalias for the old definition.
8732         (ctl-x-map): Move bindings for delete-window,
8733         delete-other-windows and enlarge-window here from window.c.
8734         Replace bindings for split-window-vertically and
8735         split-window-horizontally by bindings for
8736         split-window-above-each-other and split-window-side-by-side.
8738         * cus-start.el (all): Remove entries for window-min-height and
8739         window-min-width.  Add entries for window-splits and
8740         window-nest.
8742 2011-06-09  Glenn Morris  <rgm@gnu.org>
8744         * calendar/appt.el (appt-mode-line): New function.
8745         (appt-check, appt-disp-window): Use it.
8747         * files.el (hack-one-local-variable-eval-safep):
8748         Allow minor-modes with explicit +/-1 arguments.
8750 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
8752         * term/xterm.el (xterm): Add defgroup.
8753         (xterm-extra-capabilities): Add defcustom to supply known xterm
8754         capabilities, skip querying them, or query them (default).
8755         (terminal-init-xterm): Use it.
8756         (terminal-init-xterm-modify-other-keys): New function to set up
8757         modifyOtherKeys support to simplify `terminal-init-xterm'.
8759 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
8761         * window.el (resize-window-reset, resize-window-reset-1)
8762         (resize-subwindows-skip-p, resize-subwindows-normal)
8763         (resize-subwindows, resize-other-windows, resize-this-window)
8764         (resize-root-window, resize-root-window-vertically)
8765         (window-deletable-p, window-or-subwindow-p)
8766         (frame-root-window-p): New functions.
8768 2011-06-09  Glenn Morris  <rgm@gnu.org>
8770         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8771         (ange-ftp-get-files): Use it.
8773 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8775         * mail/sendmail.el (mail-recover-1, mail-recover):
8776         * files.el (recover-file, recover-session):
8777         Handle dired-listing-switches not being just a single short option.
8779 2011-06-09  Glenn Morris  <rgm@gnu.org>
8781         * calendar/appt.el (appt-display-message, appt-disp-window):
8782         Handle lists of appointments.
8784 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
8786         * window.el (one-window-p): Move down in code.
8787         Rewrite doc-string.
8788         (window-current-scroll-bars): Rewrite doc-string.
8789         Normalize live window argument.
8790         (walk-windows, get-window-with-predicate, count-windows):
8791         Rewrite doc-string.  Use window-list-1.
8792         (window-in-direction-2, window-in-direction, get-mru-window):
8793         New functions.
8795 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
8797         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8798         Doc fix (Bug#8713).
8800 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
8802         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8804 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
8806         * loadhist.el (unload-feature-special-hooks):
8807         Add `comint-output-filter-functions'.
8809 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
8811         * calendar/appt.el (appt-check): Move some initializations into the let.
8813 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
8815         * window.el (window-height): Defalias to window-total-height.
8816         (window-width): Defalias to window-body-width.
8818 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
8820         * image-mode.el (image-toggle-animation): New command.
8821         (image-mode-map): Bind it to RET.
8822         (image-mode): Update message.
8823         (image-toggle-display-image): Avoid a spurious cache flush.
8824         (image-transform-rotation): Doc fix.
8825         (image-transform-properties): Return quickly in the normal case.
8826         (image-animate-loop): Rename from image-animate-max-time.
8828         * image.el (image-animate-max-time): Move to image-mode.el.
8829         (create-animated-image): Remove unnecessary function.
8830         (image-animate): Rename from image-animate-start.  New arg.
8831         (image-animate-stop): Remove; just use image-animate-timer.
8832         (image-animate-timer): Use car-safe.
8833         (image-animate-timeout): Rename argument.
8835 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
8837         * window.el (get-lru-window, get-largest-window): Move here from
8838         window.c.  Rename first argument to ALL-FRAMES.
8839         Rephrase doc-strings.
8840         (get-buffer-window-list): Rewrite using window-list-1.
8841         Rephrase doc-string.
8842         (window-safe-min-height, window-safe-min-width): New constants.
8843         (window-size-ignore, window-min-size, window-min-size-1)
8844         (window-sizable, window-sizable-p, window-size-fixed-1)
8845         (window-size-fixed-p, window-min-delta-1, window-min-delta)
8846         (window-max-delta-1, window-max-delta, window-resizable)
8847         (window-resizable-p, window-total-height, window-total-width)
8848         (window-body-width): New functions.
8849         (window-full-height-p, window-full-width-p): Rewrite using
8850         window-total-size.
8851         (window-body-height): Rewrite using window-body-size.
8853 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
8855         * window.el (window-right, window-left, window-child)
8856         (window-child-count, window-last-child, window-any-p)
8857         (normalize-live-buffer, normalize-live-frame)
8858         (normalize-any-window, normalize-live-window)
8859         (window-iso-combination-p, window-iso-combined-p)
8860         (window-iso-combinations)
8861         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8862         (windows-with-parameter, window-with-parameter)
8863         (window-atom-root, make-window-atom, window-atom-check-1)
8864         (window-atom-check, window-side-check, window-check):
8865         New functions.
8866         (ignore-window-parameters, window-sides, window-sides-vertical)
8867         (window-sides-slots): New variables.
8868         (window-size-fixed): Move down in code.  Minor doc-string fix.
8870 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
8872         * comint.el (comint-dynamic-complete-as-filename)
8873         (comint-dynamic-complete-filename): Correctly call
8874         completion-in-region.
8876 2011-06-05  Deniz Dogan  <deniz@dogan.se>
8878         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8879         in last change.
8881 2011-06-05  Deniz Dogan  <deniz@dogan.se>
8883         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8884         (rcirc): Use it to prompt for encryption.
8886 2011-06-05  Roland Winkler  <winkler@gnu.org>
8888         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8889         (bibtex-search-entries): New command bound to C-c C-a.
8890         (bibtex-display-entries): New function.
8892 2011-06-05  Roland Winkler  <winkler@gnu.org>
8894         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8895         (bibtex-insert-kill): After yanking insert newline if necessary.
8896         (bibtex-initialize): Call bibtex-string-files-init only once.
8897         (bibtex-mode): Do not call easy-menu-add.
8898         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8899         (bibtex-yank): Set arg properly if nil.
8901 2011-06-05  Roland Winkler  <winkler@gnu.org>
8903         * textmodes/bibtex.el (bibtex-search-entry-globally):
8904         New variable.
8905         (bibtex-search-entry): Use it.
8907 2011-06-05  Roland Winkler  <winkler@gnu.org>
8909         * textmodes/bibtex.el (bibtex-entry-format): New option
8910         sort-fields.
8911         (bibtex-format-entry, bibtex-reformat): Honor this option.
8912         (bibtex-parse-entry): Return fields in proper order.
8914 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
8916         * doc-view.el (doc-view-remove-if): Move computation of result out
8917         of `dolist' to silence misleading lexical-binding warning.
8919 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
8921         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8922         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8924 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
8926         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8927         "SunOS 5.10".
8929 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
8931         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8932         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8933         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8934         (tramp-parse-putty):
8935         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8936         (tramp-completion-function-alist-ssh)
8937         (tramp-completion-function-alist-telnet)
8938         (tramp-completion-function-alist-su)
8939         (tramp-completion-function-alist-putty): Set `tramp-autoload'
8940         cookie.
8942         * net/tramp-ftp.el:
8943         * net/tramp-sh.el:
8944         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8945         load "tramp.el" `tramp-set-completion-function'.
8947 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8949         * shell.el: Require and use pcomplete.
8950         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8951         (shell-completion-vars): Set pcomplete-default-completion-function.
8953 2011-06-04  Deniz Dogan  <deniz@dogan.se>
8955         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8956         `memq' (Bug#8799).
8958 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8962 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
8964         * bs.el (bs--mark-unmark, bs--nth-wrapper):
8965         * mpc.el (mpc-select-extend, mpc-songpointer-context):
8966         * vc/log-view.el (log-view-beginning-of-defun):
8967         * vc/smerge-mode.el (smerge-apply-resolution-patch)
8968         (smerge-refine-forward, smerge-refine-chopup-region):
8969         Silence warning for unused `dotimes' counter variables.
8971 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8973         * net/tramp.el (tramp-with-progress-reporter): Rename from
8974         with-progress-reporter.  Use `declare'.
8975         * net/tramp-smb.el:
8976         * net/tramp-sh.el:
8977         * net/tramp-gvfs.el: Update all uses.
8979 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
8981         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8982         buffer isn't killed before making it current.
8984 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         Silence various byte-compiler warnings.
8987         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8988         `access-type' and new obsolescence format.
8989         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8990         new format.
8991         (byte-compile-check-variable): New `access-type' argument.
8992         Only warn if the access-type is obsolete.
8993         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8994         (byte-compile-variable-set): Adjust callers.
8995         * help-fns.el (describe-variable): Adjust to new obsolescence format.
8996         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8997         setting it as obsolete.
8998         * simple.el (minibuffer-completing-symbol):
8999         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9000         access as obsolete.
9001         * minibuffer.el (minibuffer-completing-file-name): Don't make it
9002         obsolete yet.
9003         * international/quail.el (quail-mouse-choose-completion): Remove unused
9004         code referring to obsolete var.
9005         (quail-choose-completion-string): Remove.
9006         * server.el (server-clients-with, server-kill-buffer-query-function)
9007         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9008         * proced.el (proced-send-signal):
9009         * emacs-lisp/lisp.el (lisp-complete-symbol):
9010         Replace completion-annotate-function with completion-extra-properties.
9012 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9014         * simple.el (goto-line): Use read-number.
9015         (overriding-map-is-bound): Remove.
9016         (saved-overriding-map): Change default.
9017         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9018         Take the map as argument.
9019         (universal-argument, negative-argument, digit-argument): Use it.
9020         (restore-overriding-map): Adjust.
9021         (do-auto-fill): Use fill-forward-paragraph.
9022         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9024         * minibuffer.el (minibuffer-inactive-mode-map): New var.
9025         (minibuffer-inactive-mode): New major mode.
9026         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9027         the *Messages* buffer" hack.
9028         (mouse-popup-menubar): Don't burp if the event is a normal key.
9030         Miscellaneous tweaks.
9031         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9032         lexical scoping as in subr.el's dolist and dotimes.
9033         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9034         Silence compiler warning.
9035         * thingatpt.el (forward-whitespace): Trivial coding style fix.
9036         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9037         * international/ccl.el (ccl-compile): Trivial simplification.
9038         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9039         * emacs-lisp/testcover.el (testcover-end): Remove spurious
9040         `printflag' argument.
9041         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9042         Purecopy the whole obsolescence data.
9044 2011-06-01  Leo Liu  <sdl.web@gmail.com>
9046         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9047         improve doc-string as suggested by Marco Pessotto
9048         <melmothx@gmail.com>.
9049         (rcirc-print): Fix last change.
9051 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9053         * minibuffer.el (complete-with-action): Return nil for the metadata and
9054         boundaries of non-functional tables.
9055         (completion-table-dynamic): Return nil for the metadata.
9056         (completion-table-with-terminator): Add default case, using
9057         complete-with-action.
9058         (completion--metadata): New function.
9059         (completion-all-sorted-completions, minibuffer-completion-help): Use it
9060         to try and avoid pathological performance problems.
9061         (completion--embedded-envvar-table): Return `category' metadata.
9063 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9065         * subr.el (process-alive-p): New tiny convenience function.
9067 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9069         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9070         content but also its previous major mode.
9072 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
9074         * emacs-lisp/debug.el (debug): Restore the previous content of the
9075         *Backtrace* buffer when we exit with C-M-c.
9077 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9079         * minibuffer.el: Add metadata method to completion tables.
9080         (completion-category-overrides): New defcustom.
9081         (completion-metadata, completion--field-metadata)
9082         (completion-metadata-get, completion--styles)
9083         (completion--cycle-threshold): New functions.
9084         (completion-try-completion, completion-all-completions):
9085         Add `metadata' argument to choose completion-styles.
9086         (completion--do-completion): Use metadata to choose cycling.
9087         (completion-all-sorted-completions): Use metadata for sorting.
9088         Remove :completion-cycle-penalty which is not needed any more.
9089         (completion--try-word-completion): Add `metadata' argument.
9090         (minibuffer-completion-help): Check metadata for annotation function
9091         and sorting.
9092         (completion-file-name-table): Return `category' metadata.
9093         (minibuffer-completing-file-name): Make obsolete.
9094         * simple.el (minibuffer-completing-symbol): Make obsolete.
9095         * icomplete.el (icomplete-completions): Pass new `metadata' param to
9096         completion-try-completion.
9098 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9102 2011-05-30  Leo Liu  <sdl.web@gmail.com>
9104         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
9105         (rcirc-print): Decode all incoming messages (bug#8744).
9106         (rcirc-decode-coding-system): Allow value nil for automatic coding
9107         system detection.
9109 2011-06-01  Glenn Morris  <rgm@gnu.org>
9111         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9113 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
9115         * image.el (image-animate-max-time): Allow nil and t values.
9116         Default to nil.
9117         (create-animated-image): Doc fix.
9118         (image-animate-start): Remove second arg; just use
9119         image-animate-max-time.
9120         (image-animate-timeout): Doc fix.  Args changed.
9122         * image-mode.el (image-toggle-display-image): Ensure that the
9123         image spec passed to the animate timer is the same object as in
9124         the buffer's display property (Bug#6981).
9125         (image-transform-properties): Doc fix.
9127         * image.el (image-animate-max-time): Default to nil.
9129 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
9131         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9132         entire buffer list (Bug#8184).
9134 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
9136         * image.el (imagemagick-types-inhibit)
9137         (imagemagick-register-types): Doc fix.
9139 2011-05-29  Deniz Dogan  <deniz@dogan.se>
9141         * net/rcirc.el (rcirc): Use the user's stored encryption method by
9142         default.
9144 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
9146         * select.el: Don't perform clipboard-manager saving in hooks;
9147         leave the hooks empty.
9149 2011-05-28  Leo Liu  <sdl.web@gmail.com>
9151         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9152         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
9153         (occur-edit-mode): New major mode (Bug#8463).
9154         (occur-after-change-function): New function.
9155         (occur-engine): Give Occur tags a read-only property.
9157 2011-05-28  Kevin Ryde  <user42@zip.com.au>
9159         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9161 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
9163         * bindings.el (help-echo): Make the initial non-indicator dash
9164         empty on graphical terminals (Bug#7295).
9166         * files.el (auto-mode-alist): Move config rule after the
9167         in-stripping one (Bug#8547).
9169         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9171         * startup.el (normal-splash-screen): Remove gratuitous mode-line
9172         setting (Bug#8740).
9174 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
9176         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9177         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9178         (Bug#8539).
9180 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
9182         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9184 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
9186         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9187         (hs-hide-block-at-point, hs-find-block-beginning)
9188         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9189         (Bug#8279).
9191 2011-05-28  Glenn Morris  <rgm@gnu.org>
9193         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
9195 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
9197         * help-fns.el (describe-function-1): If the function is a derived
9198         major mode, print the parent mode.
9200         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9201         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9203 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9205         * minibuffer.el (completion--capf-wrapper): Check applicability before
9206         returning non-nil for non-exclusive completion data.
9207         * progmodes/etags.el (tags-completion-at-point-function):
9208         * info-look.el (info-lookup-completions-at-point): Mark as
9209         non-exclusive.
9210         (info-complete): Adjust accordingly.
9212         * info-look.el: Convert to lexical-binding and completion-at-point.
9213         (info-lookup-completions-at-point): New function.
9214         (info-complete): Use it and completion-in-region.
9216 2011-05-28  Drew Adams  <drew.adams@oracle.com>
9218         * isearch.el: Let M-e start with point at the first mismatched char.
9219         (isearch-fail-pos): New function.
9220         (isearch-edit-string): Use it.
9222 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
9224         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9226 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
9228         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
9229         traversal functions for avl-trees.
9230         (avl-tree--stack): New struct.
9231         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9232         (avl-tree-enter): Add optional `updatefun' arg.
9233         (avl-tree--do-enter): Add optional `updatefun' arg.
9234         Change return value.
9235         (avl-tree-delete): Add optional `test' and `nilflag' args.
9236         (avl-tree--do-delete): Add `test' and `nilflag' args.
9237         Change return value.
9238         (avl-tree-member): Add optional `nilflag'
9239         (avl-tree-member-p): New function.
9240         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9241         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9242         (avl-tree-stack-empty-p): New functions.
9244         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9245         avl-tree--del-balance1 and make it work both ways.
9246         (avl-tree--del-balance2): Remove.
9247         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9248         make it work both ways.
9249         (avl-tree--enter-balance2): Remove.
9250         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9251         New macros.
9252         (avl-tree--mapc, avl-tree-map): Add direction argument.
9254 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
9256         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9258 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
9260         * select.el: Support clipboard managers with built-in function
9261         x-clipboard-manager-save, via delete-frame-functions and
9262         kill-emacs-hook.
9263         (xselect-convert-to-targets): Add MULTIPLE target to list.
9264         (xselect-convert-to-save-targets): New function.
9266 2011-05-27  Kenichi Handa  <handa@m17n.org>
9268         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9269         let-binding rfc2047-encode-encoded-words to nil.
9271 2011-05-27  Glenn Morris  <rgm@gnu.org>
9273         * mail/emacsbug.el: Don't require url-util.
9275         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
9277         * files.el (set-auto-mode):
9278         Also respect mode: entries at the end of the file.  (Bug#8586)
9280 2011-05-26  Glenn Morris  <rgm@gnu.org>
9282         * files.el (hack-local-variables-prop-line, hack-local-variables):
9283         Downcase mode names, as seems to be traditional.
9284         (hack-local-variables, hack-local-variables-apply): Doc fixes.
9286         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9287         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
9289 2011-05-25  Julien Danjou  <julien@danjou.info>
9291         * textmodes/rst.el (rst-define-level-faces): Do not define face
9292         symbol if it is already defined.
9294 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9296         * play/5x5.el (5x5-new-game, 5x5-randomize):
9297         Reset 5x5-solver-output to nil when a new grid is cast.
9298         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9299         these debugging traces, as defmacro breaks the compiled code.
9301 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
9303         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9305 2011-05-24  Leo Liu  <sdl.web@gmail.com>
9307         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9308         (vc-bzr-sha1): Adapt.
9310         * sha1.el: Remove.  Function `sha1' is now builtin.
9312         * bindings.el: Provide sha1 feature.
9314 2011-05-24  Kenichi Handa  <handa@m17n.org>
9316         * mail/sendmail.el: Require `rfc2047'.
9317         (mail-insert-from-field): Do not perform RFC2047 encoding.
9318         (mail-encode-header): New function.
9319         (sendmail-send-it): Set buffer-file-coding-system of the work
9320         buffer to the return value of select-message-coding-system.
9321         Call mail-encode-header.
9323         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9325 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
9327         * mail/supercite.el (sc-default-cite-frame):
9328         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
9330 2011-05-24  Glenn Morris  <rgm@gnu.org>
9332         * progmodes/python.el (brm-menu): Declare.
9334         * emulation/viper.el (viper-set-hooks): Declare.
9336         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9337         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9338         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9339         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9340         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9341         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9343 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9345         Add an :exit-function for completion-at-point.
9347         * minibuffer.el (completion--done): New fun.
9348         (completion--do-completion): Use it.  New arg `expect-exact'.
9349         (minibuffer-complete, minibuffer-complete-word): Don't output message,
9350         since completion--do-completion does it for us now.
9351         (minibuffer-force-complete): Use completion--done and
9352         completion--replace.  Handle sole-completion case with more care.
9353         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9354         (completion-extra-properties): New var.
9355         (completion-annotate-function): Make obsolete.
9356         (minibuffer-completion-help): Adjust accordingly.
9357         Use completion-list-insert-choice-function.
9358         (completion-at-point, completion-help-at-point):
9359         Bind completion-extra-properties.
9360         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9361         * simple.el (completion-list-insert-choice-function): New var.
9362         (completion-setup-function): Preserve it.
9363         (choose-completion): Pay attention to it, shuffle the code a bit.
9364         (choose-completion-string): New arg `insert-function'.
9366         * textmodes/bibtex.el: Convert to lexical binding.
9367         (bibtex-mode-map): Use completion-at-point.
9368         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9369         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9370         (bibtex-complete): Define as obsolete alias.
9371         (bibtex-complete-internal): Remove.
9372         (bibtex-format-entry): Remove unused sub-group in regexp.
9373         * shell.el (shell--command-completion-data)
9374         (shell-environment-variable-completion):
9375         * pcomplete.el (pcomplete-completions-at-point):
9376         * comint.el (comint--complete-file-name-data): Use :exit-function
9377         instead of completion-table-with-terminator so it also works for
9378         choose-completion.
9380 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9382         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9384         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9385         (bug#8710).
9387         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9389 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
9391         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9392         customization variable and implement: If non-nil, auto-fill will
9393         be inhibited while on topic's header line.
9395 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9397         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
9398         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
9399         always have a solution in grid size = 5 cases.
9400         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9401         (5x5-solver-output, 5x5-log-buffer): New vars.
9402         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9403         Make these variables buffer local to achieve 5x5 multi-session-ness.
9404         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9405         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9406         (5x5-solve-suggest): New funs.
9407         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9408         randomize a grid so that we ensure that there is always a solution.
9409         (5x5-make-random-grid): Allow other movement than flipping.
9411 2011-05-23  Kevin Ryde  <user42@zip.com.au>
9413         * emacs-lisp/advice.el (ad-read-advised-function):
9414         Use `function-called-at-point' as the default, if it has
9415         advice and passes PREDICATE.
9417 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9419         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9420         byte-compile-lambda if it's actually a lambda.
9422         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9423         Fix function quoting.  Use backquote better.
9425 2011-05-22  Yuanle Song  <sylecn@gmail.com>
9427         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9428         matching (Bug#8516).
9430 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
9432         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9433         different face (Bug#8178).
9435 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
9437         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9438         defface (Bug#8144).
9440 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9442         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9443         funcall as well (bug#8712).  Warn when performing those conversions.
9444         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9446         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9448 2011-05-22  Glenn Morris  <rgm@gnu.org>
9450         * files.el (hack-local-variables-prop-line): Small simplifications.
9451         (hack-local-variables, hack-local-variables-prop-line):
9452         If MODE-ONLY, return the mode, rather than just `t'.
9454 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9456         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9458 2011-05-21  Glenn Morris  <rgm@gnu.org>
9460         * files.el (hack-local-variables-prop-line, hack-local-variables):
9461         If only interested in the mode, don't bother doing the other stuff.
9463         * image-mode.el (image-after-revert-hook):
9464         Redraw all frames on which the image is visible.  (Bug#8567)
9466         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
9468         * wid-edit.el (widget-checklist-match-inline):
9469         Fix 2011-04-19 change.  (Bug#8649)
9471 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9474         Also allow singlespace after single-letter capitals followed by a dot.
9476         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9477         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9479 2011-05-20  Nix  <nix@esperi.org.uk>
9481         * files.el (basic-save-buffer-2):
9482         Fix handling of break-hardlink-on-save with non-existent files.
9484 2011-05-19  Deniz Dogan  <deniz@dogan.se>
9486         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9487         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
9489 2011-05-19  Glenn Morris  <rgm@gnu.org>
9491         * progmodes/f90.el (f90-type-def-re):
9492         Handle "type, bind(c)".  (Bug#8691)
9494         * emacs-lisp/autoload.el (batch-update-autoloads):
9495         Set autoload-excludes by parsing loadup.el rather than Makefiles.
9497 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
9499         * net/tramp.el (tramp-process-actions): Set "first-password-request"
9500         property for the correct connection in case of multihops.
9502 2011-05-18  Glenn Morris  <rgm@gnu.org>
9504         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
9505         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9507         Rationalize calendar handling of day and month abbrev-arrays.
9508         * calendar/calendar.el (calendar-customized-p): New function.
9509         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9510         (calendar-day-name-array, calendar-month-name-array): Doc fix.
9511         Add :set function.
9512         (calendar-abbrev-length, calendar-day-abbrev-array)
9513         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9514         (calendar-day-abbrev-array, calendar-month-abbrev-array):
9515         Elements may no longer be nil.
9516         (calendar-day-name, calendar-month-name):
9517         Update for changed nature of abbrev arrays.
9518         * calendar/diary-lib.el (diary-name-pattern):
9519         Update for changed nature of abbrev arrays.
9520         (diary-mark-entries-1): Update calendar-make-alist calls.
9521         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9522         * calendar/cal-html.el (cal-html-day-abbrev-array):
9523         Simply inherit from calendar-day-abbrev-array.
9525 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9527         * progmodes/grep.el (grep-mode): Disable default
9528         compilation-directory-matcher setting (bug#8684).
9530 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
9532         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9533         instead of "head" and "tail".  There were problems with SunOS 5.9,
9534         and it performs better.
9536 2011-05-17  Glenn Morris  <rgm@gnu.org>
9538         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9540         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9541         Replace obsolete function.
9543         * shell.el (pcomplete-parse-arguments-function): Declare.
9545         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9546         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9547         (appt-check): Doc fixes.
9548         (appt-disp-window-function, appt-delete-window-function):
9549         Remove needless special case in custom :type.
9550         (appt-display-count): Default to 0, not nil.
9551         (appt-check): Reset appt-display-count to 0, not nil.
9553 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
9555         * progmodes/python.el (python-font-lock-keywords):
9556         Add the Python 3.X keyword "nonlocal" (bug#8639).
9558 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9562 2011-05-16  Kevin Ryde  <user42@zip.com.au>
9564         * info-look.el (makefile-automake-mode): New setups, looking in
9565         automake manual, then makefile-mode.
9566         (makefile-mode): Remove automake manual, have it just in
9567         makefile-automake-mode since there's various things different or
9568         not relevant to plain make.
9569         (makefile-mode): Remove "other-modes" non-existent automake-mode,
9570         believe a hypothetical automake-mode would go to makefile-mode,
9571         not the other way around.
9573 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
9575         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9576         hunk-end tags (Bug#8672).
9578         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9579         vc-annotate-show-diff-revision-at-line (Bug#8671).
9581 2011-05-14  Glenn Morris  <rgm@gnu.org>
9583         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9584         in the middle of an existing one with multiple authors.  (Bug#8645)
9585         (change-log-font-lock-keywords): Also handle multiple author lines
9586         with leading tabs.  (Bug#8644)
9588         * calendar/appt.el (appt-check): Rename some local variables.
9589         Some simplification/reordering.
9591         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9592         (feedmail-sendmail-f-doesnt-sell-me-out)
9593         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9594         (feedmail-debug-sit-for, feedmail-queue-express-hook)
9595         (feedmail-queue-runner-message-sender): Set :version.
9596         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9597         (bbdb-dwim-net-address, vm-mail): Declare.
9598         (feedmail-binmail-gnulinuxish-template):
9599         Rename from feedmail-binmail-linuxish-template.
9600         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9601         Use insert-buffer-substring.
9603 2011-05-14  Bill Carpenter  <bill@carpenter.org>
9605         * mail/feedmail.el (feedmail-patch-level): Increase.
9606         (feedmail-debug): New custom group.
9607         (feedmail-confirm-outgoing-timeout)
9608         (feedmail-sendmail-f-doesnt-sell-me-out)
9609         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9610         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9611         (feedmail-sender-line, feedmail-from-line)
9612         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
9613         (feedmail-spray-this-address)
9614         (feedmail-spray-address-fiddle-plex-list)
9615         (feedmail-queue-use-send-time-for-date)
9616         (feedmail-queue-use-send-time-for-message-id)
9617         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9618         (feedmail-buffer-eating-function):
9619         Doc fixes.
9620         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9621         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9622         (feedmail-message-action-scroll-down): New functions.
9623         (feedmail-queue-directory, feedmail-queue-draft-directory):
9624         Use expand-file-name.
9625         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9626         Remove C-v help entry.
9627         (feedmail-queue-buffer-file-name): New variable.
9628         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9629         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9630         (feedmail-message-action-send-strong, feedmail-message-action-edit)
9631         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9632         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9633         (feedmail-message-action-toggle-spray)
9634         (feedmail-run-the-queue-no-prompts)
9635         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9636         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9637         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9638         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9639         (feedmail-envelope-deducer, feedmail-fiddle-from)
9640         (feedmail-fiddle-sender, feedmail-default-date-generator)
9641         (feedmail-fiddle-date, feedmail-fiddle-message-id)
9642         (feedmail-fiddle-spray-address)
9643         (feedmail-fiddle-list-of-spray-fiddle-plexes)
9644         (feedmail-fiddle-list-of-fiddle-plexes)
9645         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9646         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9647         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9648         Change default.  Doc fix.
9649         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9650         (feedmail-binmail-linuxish-template): New constant.
9651         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
9652         Respect feedmail-sendmail-f-doesnt-sell-me-out.
9653         (feedmail-send-it): Add debug call.
9654         Use feedmail-queue-buffer-file-name, and
9655         feedmail-send-it-immediately-wrapper.
9656         (feedmail-message-action-send): Add debug call.
9657         Use feedmail-send-it-immediately-wrapper.
9658         (feedmail-queue-express-to-queue): Add debug call.
9659         Run feedmail-queue-express-hook.
9660         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
9661         (feedmail-message-action-help-blat):
9662         Rename from feedmail-queue-send-edit-prompt-help-first.
9663         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
9664         Check line-endings.  Handle errors better.
9665         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9666         Doc fix.  Add debug call.
9667         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
9668         Use feedmail-queue-send-edit-prompt-inner.
9669         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9670         (feedmail-queue-send-edit-prompt-inner): New function, extracted
9671         from feedmail-queue-send-edit-prompt.
9672         (feedmail-queue-send-edit-prompt-help)
9673         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9674         (feedmail-tidy-up-slug): Add debug call.
9675         Respect feedmail-queue-slug-suspect-regexp.
9676         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9677         (feedmail-dump-message-to-queue): Add debug call.
9678         Expand queue-directory.
9679         (feedmail-dump-message-to-queue): Change message slightly.
9680         Use feedmail-say-chatter.
9681         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
9682         (feedmail-send-it-immediately-wrapper): New function.
9683         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
9684         Insert empty string rather than newline.  Handle full-frame case.
9685         Use catch/throw.  Use feedmail-say-chatter.
9686         (feedmail-fiddle-from): Try mail-host-address.
9687         (feedmail-default-message-id-generator): Doc fix.
9688         Bind system-time-locale.  Handle missing end.
9689         (feedmail-fiddle-x-mailer): Add debug call.
9690         Handle feedmail-x-mailer-line being nil.
9691         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9692         Add debug call.  Use buffer-substring-no-properties.
9693         (feedmail-say-debug, feedmail-say-chatter): New functions.
9694         (feedmail-find-eoh): Give an explicit error.
9696 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
9698         * net/newst-treeview.el (newsticker-treeview-face): Change default
9699         family from helvetica to sans.
9700         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
9701         etc/images/newsticker.
9703         * net/newst-reader.el (newsticker-feed-face): Change default
9704         family from helvetica to sans.
9706         * net/newst-plainview.el (newsticker-new-item-face)
9707         (newsticker-old-item-face, newsticker-immortal-item-face)
9708         (newsticker-obsolete-item-face, newsticker-date-face)
9709         (newsticker-statistics-face): Change default family from
9710         helvetica to sans.
9711         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
9712         etc/images/newsticker.
9714         * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9715         (newsticker--process-auto-mark-filter-match): : Tell user about
9716         auto-marking.
9718 2011-05-13  Didier Verna  <didier@xemacs.org>
9720         Common Lisp indentation improvements on defmethod and lambda-lists.
9721         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9722         TODO entries.
9723         (lisp-lambda-list-keyword-parameter-indentation)
9724         (lisp-lambda-list-keyword-parameter-alignment)
9725         (lisp-lambda-list-keyword-alignment): New customizable user options.
9726         (lisp-indent-defun-method): Improve docstring.
9727         (extended-loop-p): Fix comment.
9728         (lisp-indent-lambda-list-keywords-regexp): New variable.
9729         (lisp-indent-lambda-list): New function.
9730         (lisp-indent-259): Use it.
9731         (lisp-indent-defmethod): Support for more than one
9732         method qualifier and properly indent methods lambda-lists.
9733         (defgeneric): Provide a missing common-lisp-indent-function property.
9735 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9737         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9738         bounds for the empty string (bug#8667).
9740 2011-05-13  Glenn Morris  <rgm@gnu.org>
9742         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9744         * mail/sendmail.el (sendmail-program): Try executable-find first.
9745         (sendmail-send-it): `sendmail-program' cannot be unbound.
9747         * calendar/appt.el (appt-make-list): Simplify.
9748         (appt-time-msg-list): Doc fix.
9749         (appt-check): Change mode-line message at the time of the appointment.
9751 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
9753         * progmodes/ld-script.el (ld-script-keywords)
9754         (ld-script-builtins): Update keywords list.
9756 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9758         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9760         * shell.el (shell-completion-vars): New function.
9761         (shell-mode):
9762         * simple.el (read-shell-command): Use it.
9763         (blink-matching-open): No need for " [...]" in minibuffer-message.
9765 2011-05-12  Glenn Morris  <rgm@gnu.org>
9767         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9768         (appt-check): Simplify.
9770 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
9772         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
9773         literal "/dev/null".
9775 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9777         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9778         Fix typo.
9780 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
9782         * progmodes/which-func.el (which-function):
9783         Use add-log-current-defun instead of add-log-current-defun-function,
9784         which might not be defined (Bug#8260).
9786 2011-05-12  Glenn Morris  <rgm@gnu.org>
9788         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9789         Let byte-compile-initial-macro-environment always take precedence.
9791 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9793         * net/rcirc.el: Add support for SSL/TLS connections.
9794         (rcirc-server-alist): New field `encryption'.
9795         (rcirc): Check `encryption' settings.
9796         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
9797         Merge make-local-variable into `set'.
9798         (rcirc--connection-open-p): New function.
9799         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9800         the process is not a network process (e.g. running gnutls-cli).
9801         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9802         Make rcirc-(en|de)code-coding-system local here.
9803         (rcirc-mode): Merge make-local-variable into `set'.
9804         (rcirc-parent-buffer): Make permanent buffer-local.
9805         (rcirc-multiline-minor-mode): Don't do it here.
9806         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9807         there's no server buffer.
9809 2011-05-11  Glenn Morris  <rgm@gnu.org>
9811         * newcomment.el (comment-kill): Prefix "unused" local.
9813         * term/w32console.el (get-screen-color): Declare.
9815         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9816         Handle symbol elements of byte-compile-initial-macro-environment.
9818 2011-05-10  Leo Liu  <sdl.web@gmail.com>
9820         * bookmark.el (bookmark-bmenu-mode-map):
9821         Bind bookmark-bmenu-search to `/'.
9823         * mail/footnote.el: Convert to utf-8 encoding.
9824         (footnote-unicode-string, footnote-unicode-regexp): New variable.
9825         (Footnote-unicode): New function.
9826         (footnote-style-alist): Add unicode style to the list.
9827         (footnote-style): Doc fix.
9829 2011-05-10  Jim Meyering  <meyering@redhat.com>
9831         Fix doubled-word typos.
9832         * international/quail.el (quail-insert-kbd-layout): and and -> and
9833         * kermit.el: and and -> and
9834         * net/ldap.el (ldap-search-internal): to to -> to
9835         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9836         * progmodes/js.el (js-mode): and and -> and
9837         * textmodes/artist.el (artist-move-to-xy): at at -> at
9838         (artist-draw-region-trim-line-endings): if if -> if
9839         And Safetyc -> Safety.
9840         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9842 2011-05-10  Glenn Morris  <rgm@gnu.org>
9843             Stefan Monnier  <monnier@iro.umontreal.ca>
9845         * files.el (hack-one-local-variable-eval-safep):
9846         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
9848 2011-05-10  Glenn Morris  <rgm@gnu.org>
9850         * calendar/diary-lib.el (diary-list-entries-hook)
9851         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9852         (diary-nongregorian-marking-hook, diary-list-entries)
9853         (diary-include-other-diary-files, diary-mark-entries)
9854         (diary-mark-included-diary-files): Doc fixes.
9856 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
9858         * misc.el: Require tabulated-list.el during compilation.
9860 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
9862         * progmodes/compile.el (compilation-start):
9863         Run compilation-filter-hook for the async case too.
9864         (compilation-filter-hook): Doc fix.
9866 2011-05-09  Deniz Dogan  <deniz@dogan.se>
9868         * wdired.el: Remove outdated installation comment.  Fix usage
9869         comment.
9871 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
9873         * misc.el: Implement new command `list-dynamic-libraries'.
9874         (list-dynamic-libraries--loaded-only-p): New variable.
9875         (list-dynamic-libraries--refresh): New function.
9876         (list-dynamic-libraries): New command.
9878 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
9880         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9881         Fix the ant regexp to handle end-line and end-column info from jikes.
9882         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
9883         higher priority to avoid clobbering by gnu.
9885 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
9887         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9888         if the face has existing theme settings (Bug#8454).
9890 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
9892         * progmodes/perl-mode.el (perl-imenu-generic-expression):
9893         Only match variables declared via `my' or `our' (Bug#8261).
9895         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9896         special file names `.' and `..' (Bug#8259).
9898 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
9900         * progmodes/grep.el (grep-mode-font-lock-keywords):
9901         Remove buffer-changing entries.
9902         (grep-filter): New function.
9903         (grep-mode): Add it to compilation-filter-hook.
9905         * progmodes/compile.el (compilation-filter-hook)
9906         (compilation-filter-start): New defvars.
9907         (compilation-filter): Call compilation-filter-hook prior to
9908         updating the process mark.
9910 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9912         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9914 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
9916         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9917         mailclient-send-it even if window-system is nil.  (Bug#8595)
9919         * term/w32console.el (terminal-init-w32console):
9920         Call get-screen-color and use its output to set the frame
9921         background-mode.  (Bug#8597)
9923 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         Make bytecomp.el understand that defmethod defines funs (bug#8631).
9926         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9927         New functions.
9928         (defgeneric, eieio--defmethod): Use them.
9929         (eieio-defgeneric): Remove.
9930         (defmethod): Call defgeneric in a way visible to the byte-compiler.
9932 2011-05-07  Glenn Morris  <rgm@gnu.org>
9934         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9935         Use let rather than let*.
9936         (timeclock-find-discrep): Remove unused local.
9938         * calendar/diary-lib.el (diary-comment-start): Doc fix.
9940         * calendar/appt.el (appt-time-msg-list): Doc fix.
9942 2011-05-06  Noah Friedman  <friedman@splode.com>
9944         * apropos.el (apropos-print-doc): Only use
9945         emacs-lisp-docstring-fill-column when it is bound to an integer,
9946         per that variable's documentation.
9948 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9950         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
9951         and warnings are not silently discarded (e.g. use -d instead of -P).
9953 2011-05-06  Glenn Morris  <rgm@gnu.org>
9955         * calendar/appt.el (appt-message-warning-time): Doc fix.
9956         (appt-warning-time-regexp): New option.
9957         (appt-make-list): Respect appt-message-warning-time.
9959         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9960         New options.
9961         (diary-add-to-list): Strip comments from the displayed string.
9962         (diary-mode): Set comment-start and comment-end.
9964         * vc/diff-mode.el (smerge-refine-subst): Declare.
9965         (diff-refine-hunk): Don't require smerge-mode when compiling.
9967 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
9969         * simple.el (list-processes): Return nil as the docstring says.
9971 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
9973         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9974         to "".
9975         (ange-ftp-write-region, ange-ftp-insert-file-contents)
9976         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9977         determining of binary transfer.  (Bug#7383)
9979 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
9981         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9982         Fix port computation bug.  (Bug#8618)
9984 2011-05-05  Glenn Morris  <rgm@gnu.org>
9986         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9988         * simple.el (shell-dynamic-complete-functions)
9989         (comint-dynamic-complete-functions): Declare.
9991         * net/network-stream.el (gnutls-negotiate):
9992         * simple.el (tabulated-list-print): Fix declarations.
9994         * progmodes/gud.el (syntax-symbol, syntax-point):
9995         Remove unnecessary and incorrect declarations.
9997         * emacs-lisp/check-declare.el (check-declare-scan):
9998         Handle byte-compile-initial-macro-environment in bytecomp.el
10000 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10002         Fix earlier half-done eieio-defmethod change (bug#8338).
10003         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10004         Streamline and change calling convention.
10005         (defmethod): Adjust accordingly and simplify.
10006         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10007         new eieio--defmethod.
10008         (slot-boundp): Minor CSE simplification.
10010 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
10012         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10013         (glasses-make-readable): Use glasses-separate-capital-groups.
10015 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
10017         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10018         (warning-series): Doc fix.
10019         (display-warning): Don't try to create the buffer if we just found it.
10021 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
10023         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10024         (autoload-find-generated-file): New function.
10025         (generate-file-autoloads): Bind generated-autoload-file to
10026         buffer-file-name.
10027         (update-file-autoloads, update-directory-autoloads):
10028         Use autoload-find-generated-file.  If called interactively, prompt for
10029         output file (Bug#7989).
10030         (batch-update-autoloads): Doc fix.
10032 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
10034         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10036 2011-05-04  Glenn Morris  <rgm@gnu.org>
10038         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10039         function, so it follows changes in calendar-date-style.
10040         (diary-fancy-date-matcher): New function.
10041         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10042         (diary-fancy-font-lock-fontify-region-function):
10043         Use diary-fancy-date-pattern as a function.
10045         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10046         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
10048 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
10050         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10051         instead of positional arguments.  Allow :keylist and :crlfiles
10052         arguments.
10053         (open-gnutls-stream): Call it.
10055         * net/network-stream.el (network-stream-open-starttls): Adjust to
10056         call `gnutls-negotiate' with :process and :hostname arguments.
10058 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10060         * minibuffer.el (completion--message): New function.
10061         (completion--do-completion, minibuffer-complete)
10062         (minibuffer-force-complete, minibuffer-complete-word): Use it.
10063         (completion--do-completion): Don't ignore completion-auto-help when in
10064         icomplete-mode.
10066         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10067         internal encoding (e.g. tibetan zero is not whitespace).
10068         (global-whitespace-mode): Prefer save-current-buffer.
10069         (whitespace-trailing-regexp): Remove useless save-match-data.
10070         (whitespace-empty-at-bob-regexp): Minor simplification.
10072 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
10074         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10076 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10078         * textmodes/ispell.el (ispell-add-per-file-word-list):
10079         Use `concat' to create string for insertion.
10081 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10083         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10084         Avoid open-line which runs post-self-insert-hook.
10085         (bibtex-fill-entry): Remove unused `end' var.
10087 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
10089         * textmodes/ispell.el (ispell-add-per-file-word-list):
10090         Protect against `nil' value of `comment-start' (Bug#8579).
10092 2011-05-03  Leo Liu  <sdl.web@gmail.com>
10094         * isearch.el (isearch-yank-pop): New command.
10095         (isearch-mode-map): Bind it to `M-y'.
10096         (isearch-forward): Mention it.
10098 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10100         * simple.el (minibuffer-complete-shell-command): Remove.
10101         (minibuffer-local-shell-command-map): Use completion-at-point.
10102         (read-shell-command): Setup completion vars here instead.
10103         (read-expression-map): Bind TAB to symbol completion.
10105         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10106         error directly rather via storing it into `results'.
10108 2011-05-02  Leo Liu  <sdl.web@gmail.com>
10110         * vc/diff.el: Fix description.
10112 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10114         * server.el (server-eval-at): New function.
10116 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118         * net/network-stream.el (open-network-stream): Take a :nowait
10119         parameter and pass it on to `make-network-process'.
10120         (network-stream-open-plain): Ditto.
10122 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
10124         * faces.el (face-spec-set-match-display): Don't match toolkit
10125         options on terminal frames.
10127 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10129         * progmodes/pascal.el: Use lexical binding.
10130         (pascal-mode-map): Remove author preferences.
10132         * pcomplete.el (pcomplete-std-complete): Don't abuse
10133         completion-at-point.
10135 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
10137         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10138         removing code that has been dead since 1991 or so.
10140         * startup.el (command-line): When warning about "_emacs", use a
10141         delayed warning to allow the user to filter it out.
10143 2011-04-28  Deniz Dogan  <deniz@dogan.se>
10145         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10146         user has not joined.
10148 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10150         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10151         aren't any completions at point.
10153 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
10155         * subr.el (display-delayed-warnings): New function.
10156         (delayed-warnings-hook): New variable.
10158 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10160         * minibuffer.el (completion-at-point, completion-help-at-point):
10161         Don't presume that a given completion-at-point-function will always
10162         use the same calling convention.
10164         * pcomplete.el (pcomplete-completions-at-point):
10165         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
10166         pcomplete-seen is non-nil.
10167         (pcomplete-comint-setup): Also recognize the new comint/shell
10168         completion functions.
10169         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10170         pcomplete-seen is non-nil.
10172 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
10174         * calendar/icalendar.el (diary-lib): Add require statement.
10175         (icalendar--create-uid): Read out a uid from a text-property on
10176         the first character in the entry.  This allows for code to add its
10177         own uid to the entry.
10178         (icalendar--convert-float-to-ical): Add export of
10179         `diary-float'-entries save for those with the optional DAY
10180         argument.
10182 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
10184         * subr.el (shell-quote-argument): Use alternate escaping strategy
10185         when we spot a variable reference in a string.
10187 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
10189         * cus-start.el (all): Define customization for debug-on-event.
10191 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
10193         * subr.el (shell-quote-argument): Escape correctly under Windows.
10195 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10199 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
10201         * net/tramp.el (tramp-process-actions): Add POS argument.
10202         Delete region between POS and (pos).
10204         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10205         Use `nil' position in `tramp-process-actions' call.
10206         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10208         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10209         position in `tramp-process-actions' call.
10211         * net/trampver.el: Update release number.
10213 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * custom.el (defcustom): Obey lexical-binding.
10217         Fix octave-inf completion problems reported by Alexander Klimov.
10218         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10219         Inherit from octave-mode-syntax-table.
10220         (inferior-octave-mode): Set info-lookup-mode.
10221         (inferior-octave-completion-at-point): New function.
10222         (inferior-octave-complete): Use it and completion-in-region.
10223         (inferior-octave-dynamic-complete-functions): Use it as well, and use
10224         comint-filename-completion.
10225         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10226         symbol elements which shouldn't be word elements.
10227         (octave-font-lock-keywords, octave-beginning-of-defun)
10228         (octave-function-header-regexp): Adjust regexps accordingly.
10229         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10231 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
10233         * net/gnutls.el (gnutls-errorp): Declare before first use.
10235 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
10237         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10238         verify-error, and verify-hostname-error parameters.  Check whether
10239         default trustfile exists before going to use it.  Add missing
10240         argument to gnutls-message-maybe call.  Return value.
10241         Reported by Claudio Bley <claudio.bley@gmail.com>.
10242         (open-gnutls-stream): Add usage example.
10244         * net/network-stream.el (network-stream-open-starttls): Give host
10245         parameter to `gnutls-negotiate'.
10246         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
10247         * subr.el (shell-quote-argument): Escape correctly under Windows.
10249 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
10251         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10252         Use correct match group (bug#8438).
10254 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
10256         * emacs-lisp/package.el (package-built-in-p): Fix typo.
10257         (package-menu--generate): New arg specifying packages to show.
10258         (package-menu-refresh, package-menu-execute, list-packages):
10259         Callers changed.
10260         (package-show-package-list): New function, replacing deleted
10261         package--list-packages (renamed because it is non-internal).
10263         * finder.el (finder-list-matches): Use package-show-package-list
10264         instead of deleted package--list-packages.
10266         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10267         Based on a previous implementation by Juanma Barranquero (Bug#8366).
10268         (vc-annotate-mode-map): Bind it to RET.
10270 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
10272         * progmodes/etags.el (next-file): Don't use set-buffer to change
10273         buffers (Bug#8478).
10275 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
10277         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10279         * apropos.el (apropos-label-face): Avoid variable-pitch face.
10280         (apropos-accumulator): Doc fix.
10281         (apropos-function, apropos-macro, apropos-command)
10282         (apropos-variable, apropos-face, apropos-group, apropos-widget)
10283         (apropos-plist): Add face property.
10284         (apropos-symbols-internal): Fix indentation.
10285         (apropos-print): Simplify help, and recognize apropos-multi-type.
10286         (apropos-print-doc): Use button-type-get to extract the button's
10287         face property.  Fill docstring (Bug#8352).
10289 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
10291         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10293         * play/mpuz.el (mpuz-silent): Doc fix.
10294         (mpuz-mode-map): Use mapc.
10295         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10296         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10297         Fix typos in docstrings.
10299         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10300         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10302         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10304 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
10306         * minibuffer.el (completion--do-completion): Avoid the "Next char
10307         not unique" prompt if icomplete-mode is enabled (Bug#5849).
10309         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10310         mouse-2 into unread-command-events, it is interpreted correctly.
10312         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
10313         (image-toggle-display): Doc fix.
10315 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
10317         * textmodes/page.el (what-page): Use line-number-at-pos to
10318         calculate line number (Bug#6825).
10320 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
10322         * eshell/esh-mode.el (find-tag-interactive): Declare function.
10323         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10324         Pass argument NO-DEFAULT to `find-tag-interactive'.
10326 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
10328         Lexical-binding cleanup.
10330         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10331         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10332         * progmodes/ada-prj.el (ada-prj-initialize-values)
10333         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10334         (ada-prj-show-value):
10335         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10336         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10337         (antlr-invalidate-context-cache, antlr-options-menu-filter)
10338         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10339         * progmodes/bug-reference.el (bug-reference-push-button):
10340         * progmodes/fortran.el (fortran-line-length):
10341         * progmodes/glasses.el (glasses-change):
10342         * progmodes/octave-mod.el (octave-fill-paragraph):
10343         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10344         (python-pdbtrack-grub-for-buffer, python-sentinel):
10345         * progmodes/sql.el (sql-save-connection):
10346         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10347         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10348         Mark unused parameters.
10350         * progmodes/compile.el (compilation--flush-directory-cache)
10351         (compilation--flush-parse, compile-internal): Mark unused parameters.
10352         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10353         (compilation-next-error-function): Remove unused variable `timestamp'.
10355         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10356         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10358         * progmodes/dcl-mode.el (dcl-end-of-command):
10359         Remove unused variable `start'.
10360         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10361         (dcl-option-value-basic, dcl-option-value-offset)
10362         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10363         Mark unused parameters.
10364         (dcl-save-local-variable): Remove unused variable `val'.
10365         (mode): Declare.
10367         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10368         Mark unused parameters.
10369         (delphi-ignore-changes): Move before first use.
10370         (delphi-charset-token-at): Remove unused variable `start'.
10371         (delphi-else-start): Remove unused variable `if-count'.
10372         (delphi-comment-block-start, delphi-comment-block-end):
10373         Remove unused variable `kind'.
10374         (delphi-indent-line): Remove unused variable `new-point'.
10376         * progmodes/ebrowse.el (ebrowse-files-list)
10377         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10378         Mark unused parameters.  Don't quote `lambda'.
10379         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10380         Don't quote `lambda'.
10381         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10382         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10383         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10384         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10385         Use `ignore-errors'.
10386         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10387         (ebrowse-view/find-file-and-search-pattern)
10388         (ebrowse-view/find-member-declaration/definition):
10389         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10390         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10391         Rename parameter PREFIX-ARG to PREFIX.
10392         (ebrowse-tags-read-name): Remove unused variables `start' and
10393         `member-info'.
10394         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10395         to `tags-file'.
10397         * progmodes/etags.el (local-find-tag-hook): Declare.
10398         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10399         Mark unused parameters.
10401         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10402         (executable-interpret): Mark unused parameter.
10404         * progmodes/flymake.el (flymake-process-sentinel)
10405         (flymake-after-change-function)
10406         (flymake-create-temp-with-folder-structure)
10407         (flymake-get-include-dirs-dot): Mark unused parameters.
10408         (flymake-safe-delete-directory): Remove unused variable `err'.
10410         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10411         (speedbar-timer-fn, speedbar-line-text)
10412         (speedbar-change-expand-button-char, speedbar-delete-subblock)
10413         (speedbar-center-buffer-smartly): Declare functions.
10414         (gdb-find-watch-expression): Remove unused variable `array'.
10415         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10416         (gdb-starting): Mark unused parameters.
10417         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10418         (gdb-table-string): Remove unused variable `res'.
10419         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10420         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10421         (gdb-display-buffer): Remove unused variable `cur-size'.
10423         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10424         allow lexical-binding compilation.
10425         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10426         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10427         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10428         Mark unused parameters.
10429         (gud-gdb-marker-filter): Remove unused variable `match'.
10430         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10431         lambda expressions and funcall them, instead of using `fset'.
10433         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10434         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10436         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10437         variable `header-beg'; use `let'.
10439         * progmodes/icon.el (indent-icon-exp): Remove unused variables
10440         `restart', `last-sexp' and `at-do'.
10442         * progmodes/js.el (js--debug): Mark unused parameter.
10443         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10444         (js--splice-into-items): Remove unused variable `item'.
10445         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10447         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10448         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10449         (makefile-complete): Remove unused variable `try'.
10450         (makefile-fill-paragraph, makefile-match-function-end):
10451         Mark unused parameters.
10453         * progmodes/octave-inf.el (inferior-octave-complete):
10454         Remove unused variable `proc'.
10455         (inferior-octave-output-digest): Mark unused parameter.
10457         * progmodes/perl-mode.el (perl-calculate-indent):
10458         Remove unused variable `err'.
10460         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10461         (prolog-indent-line): Mark unused parameters.
10462         (prolog-indent-line): Remove unused variable `beg'.
10464         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10465         (reporter-dont-compact-list): Declare.
10467         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10468         Remove unused variable `char'.
10469         (sh-debug): Mark unused parameter.
10470         (sh-get-indent-info): Remove unused variable `start'.
10471         (sh-calculate-indent): Remove unused variable `var'.
10473         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10474         (simula-electric-keyword): Remove unused variable `null'.
10475         (simula-search-backward, simula-search-forward): Remove unused
10476         variables `begin' and `end'.
10478         * progmodes/vera-mode.el (vera-guess-basic-syntax):
10479         Remove unused variable `pos'.
10480         (vera-electric-tab, vera-comment-uncomment-region):
10481         Mark unused parameters.
10482         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10484 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
10486         * emacs-lisp/package.el (package--builtins, package-alist)
10487         (package-load-descriptor, package-built-in-p, package-activate)
10488         (define-package, package-installed-p)
10489         (package-compute-transaction, package-buffer-info)
10490         (package--push): Doc fix.  Distinguish more clearly between
10491         version strings and version lists.
10493 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
10495         Lexical-binding cleanup.
10497         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10498         (5x5-make-mutate-best):
10499         * play/fortune.el (fortune-in-buffer):
10500         * play/gomoku.el (gomoku-init-display):
10501         * play/solitaire.el (solitaire, solitaire-do-check):
10502         * play/tetris.el (tetris-default-update-speed-function):
10503         Mark unused parameters.
10505         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10506         (bubbles--shift): Remove unused variable `char-org'.
10507         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
10508         (bubbles--show-images): Remove unused variable `char'.
10510         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10511         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10512         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10513         (decipher-analyze-buffer): Use ?\s.
10514         (decipher-make-checkpoint): Remove unused variable `mapping'.
10516         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10518         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10519         Remove unused variable `result'; use `let'.
10521         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10522         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10523         (gametree-children-shown-p, gametree-compute-reduced-score):
10524         Use `ignore-errors'.
10526         * play/handwrite.el (ps-lpr-switches): Declare.
10527         (handwrite): Remove unused variables `pmin' and `lastp'.
10529         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10531         * play/landmark.el (landmark-init-display)
10532         (landmark-update-naught-weights): Mark unused parameters.
10533         (landmark-y): Remove unused variable `noise'.  Simplify.
10534         (landmark-human-plays): Remove unused variable `score'.
10536         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10537         (mpuz-try-proposal): Remove unused variable `game'.
10539         * play/zone.el (life-patterns): Declare.
10541 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
10543         * vc/vc.el (ediff-vc-internal): Declare function.
10545 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10547         * shell.el: Use lexical-binding and std completion UI.
10548         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10549         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10550         comint-preoutput-filter-functions rather than on
10551         comint-output-filter-functions.
10552         (shell-command-completion, shell--command-completion-data)
10553         (shell-filename-completion, shell-environment-variable-completion)
10554         (shell-c-a-p-replace-by-expanded-directory): New functions.
10555         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10556         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10557         (shell-dynamic-complete-environment-variable): Use them.
10558         (shell-dynamic-complete-as-environment-variable)
10559         (shell-dynamic-complete-as-command): Remove.
10560         (shell-match-partial-variable): Match past point.
10561         * comint.el: Clean up use of completion-at-point-functions.
10562         (comint-completion-at-point): New function.
10563         (comint-mode): Use it completion-at-point-functions.
10564         (comint-dynamic-complete): Make it obsolete.
10565         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10566         (comint-c-a-p-replace-by-expanded-history): New function.
10567         (comint-dynamic-complete-functions)
10568         (comint-replace-by-expanded-history): Use it.
10569         * minibuffer.el (completion-table-with-terminator): Allow dynamic
10570         termination strings.  Try harder to avoid second try-completion.
10571         (completion-in-region-mode-map): Disable bindings that don't work yet.
10573         * comint.el: Use lexical-binding.  Require CL.
10574         (comint-dynamic-complete-functions): Use comint-filename-completion.
10575         (comint-completion-addsuffix): Tweak custom type.
10576         (comint-filename-completion, comint--common-suffix)
10577         (comint--common-quoted-suffix, comint--table-subvert)
10578         (comint--complete-file-name-data): New functions.
10579         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10580         (comint-dynamic-list-filename-completions): Use them.
10581         (comint-dynamic-simple-complete): Make obsolete.
10583         * minibuffer.el (completion-in-region-mode):
10584         Keep completion-in-region-mode--predicate global.
10585         (completion-in-region--postch):
10586         Assume completion-in-region-mode--predicate is not null.
10588         * progmodes/flymake.el (flymake-start-syntax-check-process):
10589         Obey `dir'.  Simplify.
10591         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10592         we're in VC after all.
10594 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
10596         * vc/vc.el (vc-diff-build-argument-list-internal)
10597         (vc-version-ediff, vc-ediff): New commands.
10598         (vc-version-diff): Use vc-diff-build-argument-list-internal.
10600 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10602         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10603         add sanity check.
10605         * obsolete/erc-hecomplete.el: Make obsolete.
10606         * obsolete/: Standardize obsolescence info in the header.
10608 2011-04-20  Glenn Morris  <rgm@gnu.org>
10610         * calendar/solar.el (solar-horizontal-coordinates):
10611         Use the longitude argument rather than `calendar-longitude'.
10612         (solar-date-next-longitude): Remove unused locals.
10614 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10616         * whitespace.el: New version 13.2.1.
10618 2011-04-20  felix  <EmacsWiki>  (tiny change)
10620         * whitespace.el (global-whitespace-mode): Keep highlight when
10621         switching between major modes on a file.
10623 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10625         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10626         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10627         multi-line comments as well.
10629 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
10631         Lexical-binding cleanup.
10633         * arc-mode.el (archive-mode-revert):
10634         * cmuscheme.el (scheme-interactively-start-process):
10635         * custom.el (custom-initialize-delay):
10636         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10637         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10638         * emacs-lock.el (emacs-lock-clear-sentinel):
10639         * ezimage.el (defezimage):
10640         * follow.el (follow-avoid-tail-recenter):
10641         * fringe.el (set-fringe-mode-1):
10642         * generic-x.el (bat-generic-mode-compile):
10643         * help-mode.el (help-info-variable, help-do-xref)
10644         (help-mode-revert-buffer):
10645         * help.el (view-emacs-todo):
10646         * iswitchb.el (iswitchb-completion-help):
10647         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10648         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10649         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10650         * locate.el (locate-update):
10651         * longlines.el (longlines-encode-region)
10652         (longlines-after-change-function):
10653         * outline.el (outline-isearch-open-invisible):
10654         * ps-def.el (declare-function, charset-dimension, char-width)
10655         (encode-char):
10656         * ps-mule.el (ps-mule-plot-string):
10657         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10658         (recentf-edit-list-select, recentf-edit-list-validate)
10659         (recentf-open-files-action):
10660         * rect.el (delete-whitespace-rectangle-line)
10661         (rectangle-number-line-callback):
10662         * register.el (window-configuration-to-register)
10663         (frame-configuration-to-register):
10664         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10665         * select.el (xselect-convert-to-string, xselect-convert-to-length)
10666         (xselect-convert-to-targets, xselect-convert-to-delete)
10667         (xselect-convert-to-filename, xselect-convert-to-charpos)
10668         (xselect-convert-to-lineno, xselect-convert-to-colno)
10669         (xselect-convert-to-os, xselect-convert-to-host)
10670         (xselect-convert-to-user, xselect-convert-to-class)
10671         (xselect-convert-to-name, xselect-convert-to-integer)
10672         (xselect-convert-to-atom, xselect-convert-to-identity):
10673         * subr.el (declare, ignore, process-kill-without-query)
10674         (text-clone-maintain):
10675         * terminal.el (te-get-char, te-tic-sentinel):
10676         * tool-bar.el (tool-bar-make-keymap):
10677         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10678         * type-break.el (type-break-mode, type-break-noninteractive-query):
10679         * view.el (View-back-to-mark):
10680         * wid-browse.el (widget-browse-action, widget-browse-widget)
10681         (widget-browse-widgets, widget-browse-sexp):
10682         * widget.el (define-widget-keywords):
10683         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10684         Mark unused parameters.
10686         * align.el (align-adjust-col-for-rule): Mark unused parameter.
10687         (align-areas): Remove unused variable `look'.
10688         (align-region): Remove unused variables `real-end' and `pos-list'.
10690         * apropos.el (apropos-score-doc): Remove unused variable `i'.
10692         * bindings.el (mode-line-modified, mode-line-remote):
10693         Mark unused parameters.
10694         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10696         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10697         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10699         * comint.el (comint-history-isearch-pop-state)
10700         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10701         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10702         (comint-substitute-in-file-name): Doc fix.
10704         * completion.el (cmpl-statistics-block): Mark unused parameter.
10705         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10706         (save-completions-to-file, load-completions-from-file):
10707         Remove unused local variable `e'.
10709         * composite.el (compose-chars): Remove unused variable `len'.
10710         (lgstring-insert-glyph): Remove unused variable `g'.
10711         (compose-glyph-string): Remove unused variables `ascent',
10712         `descent', `lbearing' and `rbearing'.
10713         (compose-glyph-string-relative): Remove unused variables
10714         `lbearing', `rbearing' and `wadjust'.
10715         (compose-gstring-for-graphic): Remove unused variables `header',
10716         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
10717         (compose-gstring-for-terminal): Remove unused variables `header'
10718         and `nchars'.  Use `let', not `let*'.
10720         * cus-edit.el (Custom-set, Custom-save, custom-reset)
10721         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10722         (Custom-buffer-done, custom-buffer-create-internal)
10723         (custom-browse-visibility-action, custom-browse-group-tag-action)
10724         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10725         (widget-magic-mouse-down-action, custom-toggle-parent)
10726         (custom-add-parent-links, custom-toggle-hide-variable)
10727         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10728         (custom-toggle-hide-face, face, hook, custom-group-link-action)
10729         (custom-face-menu-create, custom-variable-menu-create, get)
10730         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10731         (custom-reset-standard-save-and-update): Remove unused variable `value'.
10732         (customize-apropos): Remove unused variable `tests'.
10733         (custom-group-value-create): Remove unused variable `hidden-p'.
10734         (sort-fold-case): Declare.
10736         * cus-theme.el (custom-reset-standard-faces-list)
10737         (custom-reset-standard-variables-list): Declare.
10738         (customize-create-theme, custom-theme-revert, custom-theme-write)
10739         (custom-theme-choose-mode, customize-themes, custom-theme-save):
10740         Mark unused parameters.
10742         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10744         * delim-col.el (delimit-columns-max): Move defvar before first use.
10746         * descr-text.el (describe-char-categories): Don't quote `lambda'.
10747         (describe-char): Don't quote `lambda'.  Mark unused parameter.
10749         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10750         (auto-insert): Declare.
10751         (desktop-restore-file-buffer): Rename desktop-* parameters;
10752         mark unused ones.
10753         (desktop-create-buffer): Rename desktop-* parameters and bind them.
10754         (desktop-buffer): Rename desktop-* parameters.
10756         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10757         (dframe-reposition-frame-xemacs, dframe-help-echo)
10758         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10759         Mark unused parameters.
10761         * dired-aux.el (backup-extract-version-start, overwrite-query)
10762         (overwrite-backup-query, rename-regexp-query)
10763         (rename-non-directory-query): Declare.
10764         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10765         (dired-add-entry): Remove unused variable `orig-file-name'.
10766         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10767         Use parameter PRESERVE-TIME instead of accessing dynamic variable
10768         `dired-copy-preserve-time' directly.
10769         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10770         (dired-insert-subdir-newpos): Rename unused variable `pos'.
10772         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10773         (dired-virtual-revert, dired-make-relative-symlink):
10774         Mark unused parameters.
10775         (manual-program): Declare.
10776         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10777         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10778         wrapped in `with-no-warnings' to avoid replacing one warning by another.
10780         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10782         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10784         * echistory.el (electric-history-in-progress, Helper-return-blurb):
10785         Declare.
10787         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10789         * electric.el (Electric-command-loop): Rename parameter
10790         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10792         * expand.el (expand-in-literal): Remove unused variable `here'.
10794         * facemenu.el (facemenu-add-new-color):
10795         Remove unused variable `docstring'.
10797         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10798         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10799         (face-attr-construct): Mark unused parameter.  Doc fix.
10800         (read-color): Remove unused variable `hex-string'.
10802         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10803         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10804         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10805         (display-buffer-other-frame): Remove unused variable `old-window'.
10806         (kill-buffer-hook): Declare.
10807         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10808         Mark unused parameters.
10809         (after-find-file): Pass 1 to `auto-save-mode', not t.
10811         * files-x.el (auto-insert): Declare.
10812         (modify-file-local-variable-prop-line): Remove unused variable `val'.
10814         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
10815         variable `buf'.  Mark unused parameter.
10816         (find-lisp-insert-directory): Mark unused parameter.
10818         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10819         (format-encode-region): Remove unused variables `cur-buf' and `result'.
10820         (format-common-tail): Remove, unused.
10821         (format-deannotate-region): Remove unused variable `loc'.
10822         (format-annotate-region): Remove unused variable `p'.
10823         (format-annotate-single-property-change): Remove unused variables
10824         `default' and `tail'.
10826         * forms.el (read-file-filter): Declare.
10827         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10829         * frame.el (frame-creation-function-alist): Mark unused parameter.
10830         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10832         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10833         Remove unused parameters.
10834         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10835         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10837         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10838         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10839         (hfy-prepare-tag-map): Mark unused parameters.
10840         (htmlfontify-buffer): Use `called-interactively-p'.
10842         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10843         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10844         (ibuffer-do-occur): Mark unused parameters.
10845         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10846         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10848         * ibuffer.el: Don't quote `lambda'.
10849         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10850         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10851         Mark unused parameters.
10853         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10854         (ido-completing-read): Mark unused parameters.
10855         (ido-copy-current-word): Mark unused parameters;
10856         remove unused variable `name'.
10857         (ido-sort-merged-list): Remove unused parameter `dirs'.
10859         * ielm.el (ielm-input-sender): Mark unused parameter.
10860         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10861         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10862         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10863         `ielm-string' as a dynamic variable accessible from the IELM prompt.
10864         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
10866         * image-dired.el (image-dired-display-thumbs): Remove unused
10867         variables `curr-file' and `count'.
10868         (image-dired-remove-tag): Remove unused variable `start'.
10869         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10870         variable `curr-file'
10871         (image-dired-rotate-original): Remove unused variable `temp-file'.
10872         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10873         Remove unused variable `file'.
10874         (image-dired-gallery-generate): Remove unused variable `curr'.
10875         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10877         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10879         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10881         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10883         * isearch.el (minibuffer-history-symbol): Declare.
10884         (isearch-edit-string): Remove unused variable `err'.
10885         (isearch-message-prefix, isearch-message-suffix):
10886         Mark unused parameters.
10888         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10890         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10892         * makesum.el (double-column): Remove unused variable `cnt'.
10894         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10895         (ido-ignore-item-temp-list): Declare.
10897         * mouse-drag.el (mouse-drag-throw): Remove unused variables
10898         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10899         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10900         (mouse-drag-drag): Remove unused variables `mouse-delta' and
10901         `mouse-col-delta'.
10903         * mouse-sel.el (mouse-extend-internal):
10904         Remove unused variable `orig-window-frame'.
10906         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10907         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10908         Move declarations before first use.
10909         (pcomplete-opt): Mark unused parameters; doc fix.
10911         * proced.el (proced-revert): Mark unused parameter.
10912         (proced-send-signal): Remove unused variable `err'.
10914         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10915         Rename parameter PREFIX-ARG to ARG.
10916         (ps-basic-plot-string, ps-basic-plot-whitespace):
10917         Mark unused parameters.
10919         * replace.el (replace-count): Define.
10920         (occur-revert-function): Mark unused parameters.
10921         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10922         (isearch-case-fold-search, isearch-string): Declare.
10923         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10924         bind `case-fold-search'.  Remove unused variables `beg' and `end',
10925         and simplify.
10926         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10927         COUNT and bind `replace-count'.
10928         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10929         to COUNT.
10931         * savehist.el (print-readably, print-string-length): Declare.
10933         * shadowfile.el (shadow-expand-cluster-in-file-name):
10934         Remove unused variable `cluster'.
10935         (shadow-copy-file): Remove unused variable `i'.
10936         (shadow-noquery, shadow-clusters, shadow-site-cluster)
10937         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10938         (shadow-define-literal-group, shadow-define-regexp-group)
10939         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10941         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10942         (shell): Use `called-interactively-p'.
10943         (shell-directory-tracker): Remove unused variable `chdir-failure'.
10945         * simple.el (compilation-context-lines, comint-file-name-quote-list)
10946         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10947         (delete-backward-char): Remove unused variable `ocol'.
10948         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10949         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10950         (event-apply-hyper-modifier, event-apply-shift-modifier)
10951         (event-apply-control-modifier, event-apply-meta-modifier):
10952         Mark unused parameters.
10953         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10954         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10956         * speedbar.el (speedbar-ignored-directory-expressions)
10957         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10958         (speedbar-find-file, speedbar-dir-follow)
10959         (speedbar-directory-buttons-follow, speedbar-tag-find)
10960         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10961         (speedbar-buffers-line-directory, speedbar-buffer-click):
10962         Mark unused parameters.
10963         (speedbar-tag-file): Remove unused variable `mode'.
10964         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10966         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10968         * talk.el (talk): Remove unused variable `display'.
10970         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10971         (tar-write-region-annotate): Mark unused parameter.
10973         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10974         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10975         Declare them, wrapped in `with-no-warnings' to avoid replacing one
10976         warning by another.
10978         * time-stamp.el (time-stamp-string-preprocess):
10979         Remove unused variable `require-padding'.
10981         * tree-widget.el (widget-glyph-enable): Declare.
10982         (tree-widget-action): Mark unused parameter.
10984         * w32-fns.el (x-get-selection): Mark unused parameter.
10985         (autoload-make-program, generated-autoload-file): Declare.
10987         * wdired.el (wdired-revert): Mark unused parameters.
10988         (wdired-xcase-word): Remove unused variable `err'.
10990         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10991         (whitespace-help-scroll): Remove unused variable `data-help'.
10993         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10994         (widget-image-insert, widget-after-change, default)
10995         (widget-default-format-handler, widget-default-notify)
10996         (widget-default-prompt-value, widget-info-link-action)
10997         (widget-url-link-action, widget-function-link-action)
10998         (widget-variable-link-action, widget-file-link-action)
10999         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11000         (widget-field-prompt-internal, widget-field-action, widget-field-match)
11001         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11002         (widget-insert-button-action, widget-delete-button-action, visibility)
11003         (widget-documentation-link-action, widget-documentation-string-action)
11004         (widget-const-prompt-value, widget-regexp-match, symbol)
11005         (widget-coding-system-prompt-value)
11006         (widget-key-sequence-value-to-external, sexp)
11007         (widget-sexp-value-to-internal, character, vector, cons)
11008         (widget-choice-prompt-value, widget-boolean-prompt-value)
11009         (widget-color--choose-action): Mark unused parameters.
11010         (widget-item-match-inline, widget-choice-match-inline)
11011         (widget-checklist-match, widget-checklist-match-inline)
11012         (widget-group-match): Rename parameter VALUES to VALS.
11013         (widget-field-value-set): Remove unused variable `size'.
11014         (widget-color-action): Remove unused variables `value' and `start'.
11016         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
11017         variable `dir'.  Doc fix.
11018         (windmove-find-other-window): Don't pass it.
11020         * window.el (count-windows): Mark unused parameter.
11021         (bw-adjust-window): Remove unused variable `err'.
11023         * woman.el (woman-file-name): Remove unused variable `default'.
11024         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11025         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11026         (global-font-lock-mode): Declare.
11027         (woman-decode-region): Mark unused parameter.
11028         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11030         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11031         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11032         (x-dnd-handle-moz-url): Remove unused variable `title'.
11033         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11035         * xml.el (xml-parse-tag, xml-parse-attlist):
11036         Remove unused variable `pos'.
11038 2011-04-19  Glenn Morris  <rgm@gnu.org>
11040         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11041         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11042         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11043         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11044         * calendar/cal-html.el (cal-html-insert-minical):
11045         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11046         (calendar-mark-date-pattern):
11047         Prefix "unused" locals.
11049         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11050         optional argument `style'.
11052         * calendar/appt.el (appt-make-list):
11053         * calendar/cal-china.el (calendar-chinese-date-string):
11054         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11055         (diary-hebrew-yahrzeit):
11056         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11057         * calendar/calendar.el (calendar-generate-window):
11058         * calendar/time-date.el (time-to-days):
11059         Remove unused local variables.
11061 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
11063         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11064         glyphless-char-display table.
11065         (tabulated-list-glyphless-char-display): New var.
11067 2011-04-18  Sam Steingold  <sds@gnu.org>
11069         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11070         to acknowledgments.
11072 2011-04-17  Glenn Morris  <rgm@gnu.org>
11074         * calendar/diary-lib.el (diary-sexp-entry):
11075         * calendar/holidays.el (holiday-sexp):
11076         Set debug-on-error rather than the removed stack-trace-on-error.
11078 2011-04-16  Glenn Morris  <rgm@gnu.org>
11080         * progmodes/f90.el: Use lexical-binding.
11081         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11083 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11085         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11086         (mail-mode): Setup mailalias completion here instead.
11087         * mail/mailalias.el: Use lexical-binding.
11088         (pattern, mailalias-done): Declare dynamic.
11089         (mail-completion-at-point-function): New function, from mail-complete.
11090         (mail-complete): Use it.
11091         (mail-completion-expand): New function.
11092         (mail-get-names): Use it.
11093         (mail-directory, mail-directory-process, mail-directory-stream):
11094         Don't use `pattern' for lexically bound arg.
11096         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11098         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11099         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11100         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11102         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11103         (byte-save-window-excursion, byte-temp-output-buffer-setup)
11104         (byte-interactive-p): Define them again, for use when inlining
11105         old code.
11107 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
11109         * loadup.el: Use `string-to-number', not `string-to-int'.
11111 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11113         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11114         gud-gdb-complete-command.
11115         (gud-gdb-completions): New function, from gud-gdb-complete-command.
11116         (gud-gdb-completion-at-point): New function.
11117         (gud-gdb-completions): Remove.
11119 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
11121         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11122         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
11123         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11124         whether `executable-find' is bound.
11126         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11128 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11130         * minibuffer.el (completion-in-region-mode-predicate)
11131         (completion-in-region-mode--predicate): New vars.
11132         (completion-in-region, completion-in-region--postch)
11133         (completion-in-region-mode): Use them.
11134         (completion--capf-wrapper): Also return the hook function.
11135         (completion-at-point, completion-help-at-point):
11136         Adjust and provide a predicate.
11138         Preserve arg names for advice of subr and lexical functions (bug#8457).
11139         * help-fns.el (help-function-arglist): Consolidate the subr and
11140         new-byte-code cases.  Add argument `preserve-names' to extract names
11141         from the docstring when needed.
11142         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11143         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11144         (ad-arglist): Use help-function-arglist's new arg.
11145         (ad-definition-type): Use cond.
11147 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
11149         * autorevert.el (auto-revert-handler):
11150         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11151         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11152         Don't quote lambda.
11154         * image-mode.el (image-transform-set-scale):
11155         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11157 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159         * net/network-stream.el (network-stream-open-starttls): Only do
11160         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
11161         Upgrades via gnutls-cli are too slow to be done opportunistically.
11163 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
11165         * dframe.el (dframe-current-frame): Remove spurious quote.
11167 2011-04-12  Glenn Morris  <rgm@gnu.org>
11169         * calendar/cal-tex.el (cal-tex-end-document):
11170         Try to automatically use latin1 input if needed.
11172         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11173         Don't try to cons a mark onto an empty element.
11175 2011-04-11  Leo Liu  <sdl.web@gmail.com>
11177         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11178         buffers.
11179         (ido-kill-buffer-at-head): Support killing virtual buffers.
11181 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
11183         * minibuffer.el (completion-show-inline-help): New var.
11184         (completion--do-completion, minibuffer-complete)
11185         (minibuffer-force-complete, minibuffer-complete-word):
11186         Inhibit minibuffer messages if completion-show-inline-help is nil.
11188         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11189         to avoid interference from inline help (Bug#5849).
11191 2011-04-10  Leo Liu  <sdl.web@gmail.com>
11193         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11194         Fix typo.
11196 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
11198         * image-mode.el (image-toggle-display-image): Signal an error if
11199         not in Image mode.
11200         (image-transform-mode, image-transform-resize)
11201         (image-transform-set-rotation): Doc fix.
11202         (image-transform-set-resize): Delete.
11203         (image-transform-set-scale, image-transform-fit-to-height)
11204         (image-transform-fit-to-width): Handle image-toggle-display-image
11205         and image-transform-resize directly.
11207 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
11209         * doc-view.el (doc-view-fit-width-to-window)
11210         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11211         New functions for fitting the shown image to the Emacs window size.
11212         (doc-view-mode-map): Add bindings for the new functions.
11214 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
11216         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
11217         Fix typo in docstring.
11219 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
11221         * files.el (file-size-human-readable): Produce one digit after
11222         decimal, like "ls -lh" does.
11224         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11225         the file size representation.
11227         * simple.el (list-processes): If async subprocesses are not
11228         available, error out with a clear error message.
11230 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
11232         * help.el (help-form-show): New function, to be called from C.
11233         Put help-form output in a buffer named differently than *Help*.
11235 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
11237         * files.el (file-size-human-readable): New function.
11239         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11240         computing the representation inline.  Don't require `cl'.
11242 2011-04-08  Glenn Morris  <rgm@gnu.org>
11244         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11246         * net/browse-url.el (browse-url-firefox):
11247         Test system-type, not system-configuration.
11249         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11250         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11251         Use log-edit-empty-buffer-p.  (Bug#7598)
11253         * net/rlogin.el (rlogin-process-connection-type): Simplify.
11254         (rlogin-mode-map): Initialize in the defvar.
11255         (rlogin): Use ignore-errors.
11257         * replace.el (occur-mode-map): Some fixes for menu items.
11259 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11261         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
11263 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
11265         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11266         issuing unused warnings.
11268         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11269         macro directly.
11271         * simple.el: Lisp reimplement of list-processes.  Based on an
11272         earlier reimplementation by Leo Liu, but using tabulated-list.el.
11273         (process-menu-mode): New major mode.
11274         (list-processes--refresh, list-processes):
11275         (process-menu-visit-buffer): New functions.
11277         * files.el (save-buffers-kill-emacs): Don't assume any return
11278         value of list-processes, which is undocumented anyway.
11280 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
11282         * emacs-lisp/tabulated-list.el: New file.
11284         * emacs-lisp/package.el: Use Tabulated List mode.
11285         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11286         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
11287         table format using Tabulated List mode variables.
11288         (package--push): New macro, replacing package-list-maybe-add.
11289         (package-menu--generate): Use package--push.  Renamed from
11290         package--generate-package-list.
11291         (package-menu-refresh, list-packages): Use it.
11292         (package-menu--print-info): Rename from package-print-package.
11293         Return insertion data instead of inserting it directly.
11294         (package-menu-describe-package, package-menu-execute):
11295         Use tabulated-list-get-id.
11296         (package-menu-mark-delete, package-menu-mark-install)
11297         (package-menu-mark-unmark, package-menu-backup-unmark)
11298         (package-menu-mark-obsolete-for-deletion):
11299         Use tabulated-list-put-tag.
11300         (package--list-packages, package-menu-revert)
11301         (package-menu-get-package, package-menu-get-version)
11302         (package-menu-sort-by-column): Functions deleted.
11303         (package-menu-package-list, package-menu-sort-key): Vars deleted.
11304         (package-menu--status-predicate, package-menu--version-predicate)
11305         (package-menu--name-predicate)
11306         (package-menu--description-predicate): Handle arguments in the
11307         Tabulated List format.
11308         (package-list-packages-no-fetch): Call list-packages.
11310 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
11312         * files.el (after-find-file-from-revert-buffer): Remove variable.
11313         (after-find-file): Don't bind it.
11314         (revert-buffer-in-progress-p): New variable.
11315         (revert-buffer): Bind it.
11316         Pass nil for `after-find-file-from-revert-buffer'.
11318         * saveplace.el (save-place-find-file-hook): Use new variable
11319         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11321 2011-04-06  Glenn Morris  <rgm@gnu.org>
11323         * Makefile.in (AUTOGEN_VCS): New variable.
11324         (autoloads): Use $AUTOGEN_VCS.
11326         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11327         * calendar/calendar.el (calendar-mode-map):
11328         Check for toolkit scroll bars.  (Bug#8305)
11330 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
11332         * minibuffer.el (completion-in-region--postch)
11333         (completion-in-region-mode): Remove unnecessary messages.
11335 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
11337         * font-lock.el (font-lock-refresh-defaults):
11338         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11339         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11341         * info.el (Info-directory-list, Info-read-node-name-2)
11342         (Info-split-parameter-string): Doc fixes.
11343         (Info-virtual-nodes): Reflow docstring.
11344         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11345         (Info-apropos-toc-nodes, info-finder, Info-get-token)
11346         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11347         Fix typos in docstrings.
11348         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11349         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11350         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11351         (Info-restore-desktop-buffer): Mark unused parameters.
11352         (Info-directory-find-file, Info-directory-find-node)
11353         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11354         (Info-virtual-index-find-node, Info-apropos-find-file)
11355         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
11356         Mark unused parameters; fix typos in docstrings.
11357         (Info-virtual-index): Remove unused local variable `nodename'.
11359 2011-04-05  Deniz Dogan  <deniz@dogan.se>
11361         * net/rcirc.el: Update my e-mail address.
11362         (rcirc-mode-map): Remove M-o binding.
11364 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
11366         * startup.el (command-line): Save the cursor's theme-face
11367         directly, instead of using face-override-spec.
11369         * custom.el (load-theme): Minor optimization in assigning faces.
11371 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
11373         * help-fns.el (describe-variable): Complete all variables having
11374         documentation, including keywords.
11375         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11377 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
11379         Convert to lexical-binding.
11381         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11382         (bs--get-marked-string, bs--get-modified-string)
11383         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11384         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11385         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11387         * ehelp.el (electric-help-execute-extended)
11388         (electric-help-ctrl-x-prefix):
11389         * hexl.el (hexl-revert-buffer-function):
11390         * linum.el (linum-after-change, linum-after-scroll):
11391         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11393         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11395 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
11397         * epa-dired.el:
11398         * epa-mail.el:
11399         * epa-hook.el:
11400         * epa-file.el:
11401         * epa.el:
11402         * epg.el: Use lexical binding.
11404 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
11406         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11408         * textmodes/flyspell.el (flyspell-word): Recognize default
11409         dictionary case for flyspell-mark-duplications-exceptions.
11410         Use regexp matching for languages.
11411         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11412         default dictionary (Bug#7926).
11414 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
11416         * emacs-lisp/package.el (package--with-work-buffer):
11417         Recognize https URLs.
11419         * net/network-stream.el: Move from gnus/proto-stream.el.
11420         Change prefix to network-stream throughout.
11421         (open-protocol-stream): Merge into open-network-stream, leaving
11422         open-protocol-stream as an alias.  Handle nil BUFFER args.
11424         * subr.el (open-network-stream): Move to net/network-stream.el.
11426 2011-04-02  Glenn Morris  <rgm@gnu.org>
11428         * find-dired.el (find-exec-terminator): New option.
11429         (find-ls-option): Test for -ls support.
11430         (find-ls-subdir-switches): Test for -b in find-ls-option.
11431         (find-dired, find-grep-dired): Doc fixes.
11432         (find-dired): Use find-exec-terminator.
11434         * find-dired.el (find-ls-option, find-ls-subdir-switches)
11435         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11436         (find-name-arg): Remove purecopy.
11438         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11439         (grep-compute-defaults): Check for `-exec COMMAND +' support.
11440         Set grep-find-use-xargs, grep-find-command, and grep-find-template
11441         accordingly.  Don't add the null-device if not needed.
11443         * files.el (save-some-buffers): Doc fix.
11445 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
11447         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11449 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
11451         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11452         Use `dolist' rather than `mapcar'.
11454 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11456         Add lexical binding.
11458         * subr.el (apply-partially): Use new closures rather than CL.
11459         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11460         (dolist, dotimes): Use slightly different expansion for lexical code.
11461         (functionp): Move to C.
11462         (letrec): New macro.
11463         (with-wrapper-hook): Use it and apply-partially instead of CL.
11464         (eval-after-load): Preserve lexical-binding.
11465         (save-window-excursion, with-output-to-temp-buffer): Turn them
11466         into macros.
11468         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11470         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11471         than the arglist.
11472         (help-add-fundoc-usage): Don't add `Not documented'.
11473         (help-function-arglist): Handle closures, subroutines, and new
11474         byte-code-functions.
11475         (help-make-usage): Remove leading underscores.
11476         (describe-function-1): Handle closures.
11477         (describe-variable): Use special-variable-p for completion.
11479         * files.el (lexical-binding): Declare safe.
11481         * emacs-lisp/pcase.el: Don't use destructuring-bind.
11482         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
11483         (pcase): Add `let' pattern.
11484         Change memoization so it actually works.
11485         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11486         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11487         <let>: New case.
11489         * emacs-lisp/macroexp.el: Use lexical binding.
11490         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
11491         Don't convert ' to #' without checking that it's indeed quoting
11492         a lambda.
11494         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
11495         Use eval-sexp-add-defvars.
11496         (eval-sexp-add-defvars): New fun.
11498         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11500         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11501         Don't autoload.
11502         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11503         than the internal `byte-compile-lambda'.
11504         (defmethod): Don't hide code under quotes.
11505         (eieio-defmethod): New `code' argument.
11507         * emacs-lisp/eieio-comp.el: Remove.
11509         * emacs-lisp/edebug.el (edebug-eval-defun)
11510         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11511         (edebug-toggle): Avoid `eval'.
11513         * emacs-lisp/disass.el (disassemble-internal): Handle new
11514         `closure' objects.
11515         (disassemble-1): Handle new byte codes.
11517         * emacs-lisp/cl.el (pushnew): Silence warning.
11519         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11520         (cl-byte-compile-throw): Remove.
11521         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11523         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11524         closures.
11526         * emacs-lisp/cconv.el: New file.
11528         * emacs-lisp/bytecomp.el: Use lexical binding instead of
11529         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
11530         (byte-compile-initial-macro-environment):
11531         Handle declare-function here.
11532         (byte-compile--lexical-environment): New var.
11533         (byte-stack-ref, byte-stack-set, byte-discardN)
11534         (byte-discardN-preserve-tos): New lap codes.
11535         (byte-interactive-p): Don't use any more.
11536         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11537         New macros.
11538         (byte-compile-lapcode): Use them and handle new lap codes.
11539         (byte-compile-obsolete): Remove.
11540         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11541         (byte-compile-arglist-warn): Check late def of inlinable funs.
11542         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11543         since they should have been expanded by now.
11544         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11545         (byte-compile-from-buffer): Remove unused second arg.
11546         (byte-compile-preprocess): New function.
11547         (byte-compile-toplevel-file-form): New function to distinguish
11548         file-form calls from outside from file-form calls from hunk-handlers.
11549         (byte-compile-file-form): Simplify.
11550         (byte-compile-file-form-defsubst): Remove.
11551         (byte-compile-file-form-defmumble): Simplify now that
11552         byte-compile-lambda always returns a byte-code-function.
11553         (byte-compile): Preprocess.
11554         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11555         Remove, not used any more.
11556         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11557         (byte-compile-make-args-desc): New funs.
11558         (byte-compile-lambda): Handle lexical functions.  Always return
11559         a byte-code-function.
11560         (byte-compile-reserved-constants): New var, to make up room for
11561         closed-over variables.
11562         (byte-compile-constants-vector): Obey it.
11563         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11564         (byte-compile-macroexpand-declare-function): New function.
11565         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11566         byte-code-functions.
11567         (byte-compile-form): Check obsolescence here.
11568         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11569         (byte-compile-variable-ref): Remove.
11570         (byte-compile-dynamic-variable-op): New fun.
11571         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11572         (byte-compile-variable-set): New funs.
11573         (byte-compile-discard): Add 2 args.
11574         (byte-compile-stack-ref, byte-compile-stack-set)
11575         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11576         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11577         macroexpand-all instead.
11578         (byte-compile-quote-form): Remove.
11579         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11580         (byte-compile-bind, byte-compile-unbind): New funs.
11581         (byte-compile-let): Handle let* and lexical binding.
11582         (byte-compile-let*): Remove.
11583         (byte-compile-catch, byte-compile-unwind-protect)
11584         (byte-compile-track-mouse, byte-compile-condition-case):
11585         Handle a new :fun-body form, used for lexical scoping.
11586         (byte-compile-save-window-excursion)
11587         (byte-compile-with-output-to-temp-buffer): Remove.
11588         (byte-compile-defun): Simplify.
11589         (byte-compile-stack-adjustment): New fun.
11590         (byte-compile-out): Use it.
11591         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11593         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11594         handler any more.
11596         * emacs-lisp/byte-opt.el: Use lexical binding.
11597         (byte-inline-lapcode): Remove (to bytecomp).
11598         (byte-compile-inline-expand): Pay attention to inlining to/from
11599         lexically bound code.
11600         (byte-compile-unfold-lambda): Don't handle byte-code-functions
11601         any more.
11602         (byte-optimize-form-code-walker): Don't handle save-window-excursion
11603         any more and don't call compiler-macros.
11604         (byte-compile-splice-in-already-compiled-code): Remove.
11605         (byte-code): Don't inline any more.
11606         (disassemble-offset): Receive `bytes' as argument rather than via
11607         dynamic scoping.
11608         (byte-compile-tag-number): Declare before first use.
11609         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11610         `return' even if make-spliceable.
11611         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11612         obsolete interactive-p.
11613         (byte-optimize-lapcode): Optimize new lap-codes.
11614         Don't trip up on new form of `byte-constant' lap code.
11616         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11618         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11620         * custom.el (custom-initialize-default, custom-declare-variable):
11621         Use `defvar'.
11623         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11624         New variables.
11625         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11626         (COMPILE_FIRST): Add macroexp and cconv.
11627         * makefile.w32-in: Mirror changes in Makefile.in.
11629         * vc/cvs-status.el:
11630         * vc/diff-mode.el:
11631         * vc/log-edit.el:
11632         * vc/log-view.el:
11633         * vc/smerge-mode.el:
11634         * textmodes/bibtex-style.el:
11635         * textmodes/css.el:
11636         * startup.el:
11637         * uniquify.el:
11638         * minibuffer.el:
11639         * newcomment.el:
11640         * reveal.el:
11641         * server.el:
11642         * mpc.el:
11643         * emacs-lisp/smie.el:
11644         * doc-view.el:
11645         * dired.el:
11646         * abbrev.el: Use lexical binding.
11648 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
11650         * info.el (info-display-manual): New function.
11652 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11654         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11656 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
11658         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
11659         an entry for that server in rcirc-authinfo.  (Bug#8385)
11661 2011-03-31  Glenn Morris  <rgm@gnu.org>
11663         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11665         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11667 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
11669         * progmodes/python.el (python-default-interpreter)
11670         (python-python-command-args, python-jython-command-args)
11671         (python-which-shell, python-which-args, python-which-bufname)
11672         (python-file-queue, python-comint-output-filter-function)
11673         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11674         variables and functions.
11676 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11678         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11679         (completion-in-region-mode): New minor mode.
11680         (completion-in-region): Use it.
11681         (completion-in-region--data, completion-in-region-mode-map): New vars.
11682         (completion-in-region--postch): New function.
11683         (completion--capf-misbehave-funs, completion--capf-safe-funs):
11684         New vars.
11685         (completion--capf-wrapper): New function.
11686         (completion-at-point): Use it to track well-behavedness of
11687         hook functions.
11688         (completion-help-at-point): New command.
11690 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
11692         * vc/add-log.el (add-change-log-entry): Don't use whitespace
11693         syntax class to search for whitespace on a single line
11694         (Message-ID: <4D938140.4030905@redhat.com>).
11696 2011-03-30  Leo Liu  <sdl.web@gmail.com>
11698         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11699         New commands.
11700         (edit-abbrevs-map): Bind them here.
11701         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
11703 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
11705         * allout.el (allout-hide-by-annotation, allout-flag-region):
11706         Reduce possibility of overlay leakage by making them volatile.
11708         * allout-widgets.el (allout-widgets-tally): Define as nil so the
11709         hash is not shared between buffers.  Mode initialization is
11710         responsible for giving it a useful starting value.
11711         (allout-item-span): Reduce possibility of overlay leakage by
11712         making them volatile.
11713         (allout-widgets-count-buttons-in-region): Add diagnostic function
11714         for tracking down button overlay leaks.
11716 2011-03-29  Leo Liu  <sdl.web@gmail.com>
11718         * ido.el (ido-read-internal): Use the default history var
11719         minibuffer-history if no HISTORY is specified.
11721 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
11723         * net/imap.el (imap-shell-open, imap-process-connection-type):
11724         Use imap-process-connection-type for 'shell' streams as well as
11725         Kerberos, SSL, other subprocesses.
11727 2011-03-28  Leo Liu  <sdl.web@gmail.com>
11729         * abbrev.el (abbrev-table-empty-p): New function.
11730         (prepare-abbrev-list-buffer): Place empty abbrev tables after
11731         nonempty ones.  (Bug#5937)
11733 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
11735         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11737 2011-03-27  Leo Liu  <sdl.web@gmail.com>
11739         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11740         for foreground and background colors.
11741         (ansi-color-make-color-map): Adapt.
11743 2011-03-25  Leo Liu  <sdl.web@gmail.com>
11745         * midnight.el (midnight-time-float): Remove.  Note it calculates
11746         the microsecond component incorrectly and seconds-to-time does the
11747         same job.
11748         Remove redundant (require 'timer).
11750         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11751         (ido-completions): Remove unused arguments.  (Bug#8329)
11753 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11755         * minibuffer.el (completion--flush-all-sorted-completions):
11756         Remove itself from hook.
11757         (completion-at-point): Let the functions perform the completion
11758         immediately and return nil or t.
11759         * comint.el (comint-dynamic-complete-functions): Now identical to
11760         completion-at-point-functions.
11761         (comint-dynamic-list-input-ring): Remove unused var `index'.
11762         (comint--match-partial-filename, comint--unquote&expand-filename):
11763         New funs, split from comint-match-partial-filename.
11764         (comint-dynamic-complete): Use completion-at-point.
11765         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11767 2011-03-24  Drew Adams  <drew.adams@oracle.com>
11769         * thingatpt.el: Support `defun'.
11771 2011-03-23  Leo Liu  <sdl.web@gmail.com>
11773         * abbrevlist.el: Move to obsolete/abbrevlist.el.
11775         * help-mode.el (help-mode-finish): Tweak regexp.
11777 2011-03-23  Glenn Morris  <rgm@gnu.org>
11779         * eshell/esh-opt.el (eshell-eval-using-options):
11780         Do not bind unused local variable `eshell-option-stub'.
11782         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11784 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
11786         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11787         keymap variable in `with-no-warnings' to avoid a warning when the
11788         keymap has been already `defconst'ed.
11790 2011-03-22  Leo Liu  <sdl.web@gmail.com>
11792         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11793         encode all chars in abbrevs; otherwise use emacs-mule or
11794         utf-8-emacs.  (Bug#8308)
11796 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
11798         * simple.el (backward-delete-char-untabify):
11799         Avoid warning about using `delete-backward-char'.
11801         * image.el (image-type-file-name-regexps): Make it variable.
11802         `imagemagick-register-types' modifies it, and the user may want
11803         to add new extensions for known image types.
11804         (imagemagick-register-types): Throw error if not using ImageMagick.
11806 2011-03-22  Leo Liu  <sdl.web@gmail.com>
11808         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11809         located before rcirc-prompt-end-marker.
11810         (rcirc-complete): Error if point is not after rcirc prompt.
11811         Handle the case when table is nil.
11812         (rcirc-user-authenticated): Define to fix compiler warning.
11814 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
11816         * custom.el (custom--inhibit-theme-enable): Make it affect only
11817         custom-theme-set-variables and custom-theme-set-faces.
11818         (provide-theme): Ignore custom--inhibit-theme-enable.
11819         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11820         (custom-enabling-themes): Delete variable.
11821         (enable-theme): Accept only loaded themes as arguments.
11822         Ignore the special custom-enabled-themes variable.
11823         (custom-enabled-themes): Forbid themes from setting this.
11824         Eliminate use of custom-enabling-themes.
11825         (custom-push-theme): Quote "changed" custom var entry.
11827 2011-03-21  Leo Liu  <sdl.web@gmail.com>
11829         * ido.el (ido-read-internal): Add ido-selected to history instead
11830         of user input.
11832 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11834         * subr.el (deferred-action-list, deferred-action-function):
11835         Mark obsolete.
11837 2011-03-21  Leo Liu  <sdl.web@gmail.com>
11839         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11840         change on 2011-02-13 (bug#8309).
11842         * minibuffer.el (read-file-name-function): Change default value.
11843         (read-file-name--defaults): Rename from read-file-name-defaults.
11844         (read-file-name-default): Rename from read-file-name.
11845         (read-file-name): Call read-file-name-function.
11847 2011-03-21  Glenn Morris  <rgm@gnu.org>
11849         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11850         Doc fixes.
11852 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
11854         * cus-theme.el: Add missing provide statement.
11855         (customize-create-theme): Extract theme value correctly.
11856         (custom-theme-visit-theme): Autoload.
11857         (customize-create-theme): Prompt before inserting default faces.
11859 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
11861         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11862         units and musical notes.
11864 2011-03-20  Leo Liu  <sdl.web@gmail.com>
11866         * ido.el (ido-read-internal): Use completing-read-default.
11867         (ido-completing-read): Fix compatibility with completing-read.
11869 2011-03-20  Christian Ohler  <ohler@gnu.org>
11871         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11872         (ert-delete-all-tests): Use `called-interactively-p' rather than
11873         `interactive-p'.
11874         (ert--make-xrefs-region): Respect END.
11876 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
11878         * dired-aux.el (dired-create-directory): Signal an error if the
11879         directory already exists (Bug#8246).
11881         * facemenu.el (list-colors-display): Call list-faces-display
11882         inside with-help-window.
11883         (list-colors-print): Use display property to align the final
11884         column, instead of checking window-width.
11886 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
11888         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
11889         windows-nt systems.
11890         (emerge-protect-metachars): Quote correctly for ms-dos and
11891         windows-nt systems.
11893 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
11895         * info.el (info-initialize): Replace all uses of `:' with
11896         path-separator for compatibility with non-Unix systems.
11897         Cache quoting of path-separator.  (Bug#8258)
11899 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
11901         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11902         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11903         (mouse-avoidance-mode): Fix typos in docstrings.
11905 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
11907         * startup.el (package-subdirectory-regexp): Move from package.el.
11908         Omit \\` and \\', and let callers add them.
11910         * emacs-lisp/package.el (package-strip-version)
11911         (package-load-all-descriptors): Add \\` and \\' to
11912         package-subdirectory-regexp before using it.
11913         (package-untar-buffer): New arg DIR; ensure that file untars only
11914         into this expected directory.  Remove superfluous delete-region.
11915         (package-unpack): Caller changed.
11916         (package-tar-file-info): Use package-subdirectory-regexp.
11918 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11920         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11921         diff-mode-shared-map (bug#8284).
11922         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
11924 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11926         * calendar/time-date.el (format-seconds): Use assoc instead of
11927         assoc-string, since assoc-string doesn't exist in XEmacs.
11929 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
11931         * custom.el (custom-known-themes): Reflow docstring.
11932         (custom-theme-load-path): Fix typo in docstring.
11933         (load-theme): Fix typo in error message.
11934         (custom-available-themes, custom-variable-theme-value):
11935         Use `let', not `let*'.
11937 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
11939         * calc/README: Mention inclusion of musical notes.
11941         * calc/calc-units.el (calc-lu-quant): Rename from
11942         `calc-logunits-quantity'.
11943         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11944         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11945         (calc-db): Rename from `calc-dblevel'.
11946         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11947         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11948         (calc-np): Rename from `calc-nplevel'.
11949         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11950         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11951         (calc-lu-plus): Rename from `calc-logunits-add'.
11952         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11953         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11954         (calc-lu-minus): Rename from `calc-logunits-sub'.
11955         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11956         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11957         (calc-lu-times): Rename from `calc-logunits-mul'.
11958         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11959         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11960         (calc-lu-divide): Rename from `calc-logunits-div'.
11961         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11962         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11964         * calc/calc-ext.el (calc-init-extensions): Update the names of the
11965         functions being autoloaded.
11967         * calc/calc.el (calc-lu-power-reference): Rename from
11968         `calc-logunits-power-reference'.
11969         (calc-lu-field-reference): Rename from
11970         `calc-logunits-field-reference'.
11972         * calc/calc-help.el (calc-l-prefix-help):
11973         Mention musical note functions.
11975 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11977         * minibuffer.el (completion-all-sorted-completions):
11978         Use :completion-cycle-penalty text property if present.
11980 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
11982         * allout.el (allout-yank-processing): Adjust for new rebulleting
11983         regime so bullet being yanked is used without prompting the user
11984         for a choice.
11986 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
11988         * startup.el (command-line): Warn the user that _emacs is deprecated.
11990 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
11992         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11993         (delphi-verbose, delphi-comment-face, delphi-string-face)
11994         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11995         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11996         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11997         (delphi-new-comment-line, delphi-font-lock-defaults)
11998         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11999         Fix typos in docstrings.
12001 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
12003         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
12004         Invert the roles of character and string values for INSTEAD, so a
12005         string is used for the more common case of a defaulting prompt.
12007 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12009         * progmodes/ruby-mode.el (ruby-backward-sexp):
12010         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12011         * play/gamegrid.el (gamegrid-make-face):
12012         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12013         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12014         * notifications.el (notifications-notify):
12015         * net/xesam.el (xesam-search-engines):
12016         * net/quickurl.el (quickurl-list-insert):
12017         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12019 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
12021         * startup.el (command-line): Update package subdirectory regexp.
12023 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12025         * allout.el (allout-abbreviate-flattened-numbering)
12026         (allout-mode-deactivate-hook): Fix up obsolescence "date".
12028         * subr.el (read-char-choice): Only show the cursor after the prompt,
12029         not after the answer.
12031 2011-03-15  Kevin Ryde  <user42@zip.com.au>
12033         * help-fns.el (variable-at-point): Skip leading quotes, if any
12034         (bug#8253).
12036 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12038         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12039         warning message.
12041 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
12043         * shell.el (shell): When called interactively, offer to change the
12044         shell file name on remote hosts.
12046 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12048         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12049         integration for LDAP parameters.  The host, base, user or binddn,
12050         and secret tokens can be specified in a netrc file, for instance.
12051         This is optional because an `auth-source' parameter must be
12052         specified in the search attributes.
12054 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
12056         * help.el (describe-mode): Link to the mode's definition (bug#8185).
12058 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12060         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12061         into declaration.  Remove redundant and harmful binding.
12063 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
12065         * files.el (file-ownership-preserved-p): Pass `integer' as an
12066         explicit 2nd argument to `file-attributes'.  If the file's owner
12067         is the Administrators group on Windows, and the current user is
12068         Administrator, consider that a match.
12070         * server.el (server-ensure-safe-dir): Consider server directory
12071         safe on MS-Windows if its owner is the Administrators group while
12072         the current Emacs user is Administrator.  Use `=' to compare
12073         numerical UIDs, since they could be integers or floats.
12075 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
12077         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12079 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
12081         Sync with Tramp 2.2.1.
12083         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12085         * net/trampver.el: Update release number.
12087 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12089         * progmodes/compile.el (compilation--previous-directory): Fix up
12090         various nil/dead-marker mismatches (bug#8014).
12091         (compilation-directory-properties, compilation-error-properties):
12092         Don't call it at a position past the one we're about to change.
12094         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12095         Disable obsolescence warnings in the file that declares it.
12097 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
12099         * allout-widgets.el (allout-widgets-tally):
12100         Initialize allout-widgets-tally as a hash table rather than nil to
12101         prevent mode-line redisplay warnings.  Also, clarify the module
12102         description and fix a comment typo.
12104 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
12106         * help-fns.el (describe-variable): Don't complete keywords.
12107         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12109 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
12111         * emacs-lisp/package.el (package-version-join): Impose a standard
12112         string representation for pre/alpha/beta version lists.
12113         (package-unpack-single): Standardize the directory name by passing
12114         it through package-version-join.
12115         (package-strip-rcs-id): Accept any version string that does not
12116         signal an error in version-to-list.
12118 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
12120         * simple.el (delete-trailing-whitespace): Return nil for the
12121         benefit of `write-file-functions'.
12123 2011-03-10  Glenn Morris  <rgm@gnu.org>
12125         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12127         * vc/vc-git.el (vc-git-program): New option.
12128         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12129         (vc-git--call): Use it.
12131         * eshell/esh-util.el (eshell-condition-case): Doc fix.
12133         * cus-edit.el (Custom-newline): If no button at point, look
12134         for a subgroup button at start-of-line.  (Bug#2298)
12136         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12138 2011-03-10  Julien Danjou  <julien@danjou.info>
12140         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12141         `cursor-type' is nil.
12143 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
12145         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12147 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
12149         * allout.el: Change so yank of distinctive-bullet items
12150         preserves the existing header prefix, rebulleting it if necessary,
12151         rather than replacing it.  This is necessary for proper operation
12152         of cooperative addons like allout-widgets.
12153         (allout-make-topic-prefix, allout-rebullet-heading):
12154         Change SOLICIT arg to INSTEAD, and interpret additionally a string
12155         value as alternate bullet to be used, instead of prompting the user
12156         for a bullet character.
12158 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
12160         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12161         Do not use `tramp-file-name-port', because this returns also
12162         `tramp-default-port'.
12164 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
12166         * net/rcirc.el (rcirc-handler-001): Remove useless
12167         with-rcirc-process-buffer.
12168         (rcirc-check-auth-status): Swap arguments to string-match.
12170 2011-03-09  Glenn Morris  <rgm@gnu.org>
12172         * shell.el (shell-mode):
12173         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
12175         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12176         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
12178 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
12180         * emacs-lisp/package.el (package-refresh-contents)
12181         (package-menu-execute): Use condition-case-no-debug.
12183 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
12185         * simple.el (shell-command-to-string): Use `process-file'.
12187         * emacs-lisp/package.el (package-tar-file-info): Handle also
12188         remote files.
12190         * emacs-lisp/package-x.el (package-upload-buffer-internal):
12191         Use `equal' for upload base check.
12193 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
12195         * textmodes/texinfo.el (texinfo-environments):
12196         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
12198 2011-03-08  Glenn Morris  <rgm@gnu.org>
12200         * cus-start.el (cursor-in-non-selected-windows):
12201         Fix :set quoting oddness.  (Bug#8192)
12203         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12204         in some setf expressions.  (Bug#2159)
12206 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
12208         * custom.el (custom-available-themes): Return themes in
12209         alphabetical order.
12211 See ChangeLog.15 for earlier changes.
12213 ;; Local Variables:
12214 ;; coding: utf-8
12215 ;; End:
12217   Copyright (C) 2011-2012  Free Software Foundation, Inc.
12219   This file is part of GNU Emacs.
12221   GNU Emacs is free software: you can redistribute it and/or modify
12222   it under the terms of the GNU General Public License as published by
12223   the Free Software Foundation, either version 3 of the License, or
12224   (at your option) any later version.
12226   GNU Emacs is distributed in the hope that it will be useful,
12227   but WITHOUT ANY WARRANTY; without even the implied warranty of
12228   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12229   GNU General Public License for more details.
12231   You should have received a copy of the GNU General Public License
12232   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.